[gimp] (226 commits) Created branch gtk3-port
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (226 commits) Created branch gtk3-port
- Date: Mon, 4 Aug 2014 06:25:51 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
e341d36... Switch to version 3.0 in a lot of places and depend on GTK+
4475ed8... Revert "app: Fix on canvas widgets ignoring clicks from tab
5c7a176... libgimpwidgets: remove deprecated files from the build
00ff008... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
9508c49... libgimpwidgets: port virtual functions to GTK+ 3.0
6eedd5f... libgimpwidgets: port virtual functions to GTK+ 3.0
c592592... libgimpwidgets: port to GtkWidget::draw()
fab1049... libgimpwidgets: port to GtkWidget::draw()
b0cd190... libgimpwidgets: port to GtkWidget::draw()
09bf617... libgimpwidgets: s/GtkObject/GtkAdjustment/
c034187... libgimpwidgets: port to GtkWidget::draw()
f021d88... libgimpwidgets: remove deprecated functions and s/GtkObject
f8ae08c... libgimpwidgets: remove deprecated files completely
95eadca... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
01614bd... app: port to GtkWidget::draw()
11fb5ca... app: remove GTK_OBJECT() cast
d8e987c... app: port to GtkWidget::draw()
9924c60... app: port to GtkWidget::draw()
6ca562a... app: port virtual functions to GTK+ 3.0 API
c15320f... app: port to GtkWidget::draw()
4931669... app: port to GtkWidget::draw()
a526ad8... app: port to GtkWidget::draw()
5e6ea05... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
939c34e... app: port to GtkWidget::draw()
a73c63b... app: s/GtkObject/GtkAdjustment/
1223214... app: port to GtkWidget::draw()
22b4b01... app: port GimpNavigationView to GtkWidget::draw()
19a5630... app: port GimpPaletteView to GtkWidget::draw()
d6fbdf2... app: port to GtkWidget::draw()
3c6c6a1... app: port to GtkWidget::draw()
34acf87... app: no need to alloc colors any longer, GdkColormap is gon
4810002... app: port call to gtk_paint_arrow() to GTK+ 3.0
2d988cd... app: port device management to GdkDeviceManager
633478c... app: remove obsolete (GtkObject **) casts
2b3b3e1... app: use gtk_widget_get_preferred_size() instead of size_re
45ed0fb... app: port GimpScalComboBox to GTK+ 3.0
bfbc7ef... app: use gtk_widget_get_preferred_size() instead of size_re
ed29163... libgimpwidgets: port GimpFrame to GTK+ 3.0
1164033... app: port tools to GTK+ 3.0 (trivial changes only)
6fc3a39... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
e6c37e9... app: pass the cairo_region_t to gdk_window_invalidate_regio
88b6f96... app: use GdkDeviceManager to list devices
76c813e... app: port to GtkWidget::draw()
01de506... app: remove calls to colormap functions, they are gone
83d3e2d... libgimpwidgets: get rid of (GtkObject **) casts
765a542... app: port the splash to GTK+ 3.0
4621217... libgimpwidgets: port the ruler to GTK+ 3.0
1e5c07f... libgimpwidgets: port to GtkWidget::draw()
8271da7... app: port to GtkWidget::draw()
b8da8e7... app: port the overlay stuff to GTK+ 3.0
12f7086... app: use the container icon view, the grid view is not GTK+
ca78854... app: port to GtkWidget::draw() (incompletely)
e9dda50... app: remove call to gtk_statusbar_set_has_resize_grip()
897107f... app: port the tag entry to GTK+ 3.0
dc79701... app: port to GtkWidget::draw() but disable the code inside
52e0cd4... app: can't set the scale combo entry's properties in init()
afe9d2d... app: port to GtkWidget::draw()
350d61d... libgimpwidgets: port to GtkWidget::draw()
476e656... modules: s/GtkObject/GtkAdjustment/
96bc8d1... app: didn't completely commit the display shell expose() ->
f2864b9... app: port to GtkWidget::draw()
28f7e0d... app: passing -1 as width/height to gtk_paint_box() no longe
656d87a... app: port popup arrow drawing to cairo and get rid of the a
8f99553... app: remove GimpContainerGridView from the build entirely
9ba0bfb... modules: port to GtkWidget::draw()
8c9305d... libgimpwidgets: port to GtkWidget::draw()
9f805e9... libgimp: port to GtkWidget::draw()
176c219... app: don't translate to allocation.x,y
9e25525... app: port to GtkWidget::draw()
3cb3773... app: forgot to remove a cairo_destroy() in draw()
1552d8b... app: port to GtkWidget::draw()
15c9134... app: GtkEntry turned into a no-window widget
77acda5... app: use the new GtkScrollable API instead of deprecated tr
9c25276... app: cairo_save()/restore() around chaining up in draw()
85fc7c2... app: add ugly workaround to make the icon view adapt to vie
1dd45eb... plug-ins: lots of trivial GTK+ 3.0 porting
cb3ffff... plug-ins: port jpeg-save to GTK+ 3.0
12bdf7e... plug-ins: port file-png to GTK+ 3.0
f5800c0... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
db052e6... plug-ins: more s/GtkObject/GtkAdjustment/
eb90ae4... plug-ins: port some more plug-ins to GTK+ 3.0
615ac5c... app: port the colormap editor to GTK+ 3.0
7b5c33a... app: remove GtkWrapBox
d07f331... libgimpwidgets: port to the new size request API
82f4e4a... app: port to the new size request API
f1a8b10... plug-ins: port the print preview to the new size request AP
ff227e5... plug-ins: port sphere-designer to GtkWidget::draw()
a7525a2... plug-ins: port cml-explorer to GtkWidget::draw()
9d463b0... plug-ins: port lighting to GTK+ 3.0
5f986f4... plug-ins: port the unit-editor to GtkScrollable
dd4ef8c... app: fix GimpOverlayDialog's minimum height
88cf434... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
5cc9b00... app: don't connect to "size-requst" because that's deprecat
f85d213... app: port GimpSpinScale to GTK+ 3.0
00f8c0e... app: skip keyboard devices so the device list becomes reaso
b90d0ff... app: implement proper height-for-width in GimpToolPalette
94561d8... app: use GdkDevice accessors
09672b3... app: introduce struct GimpDeviceKey because GdkDeviceKey is
f0cc6c4... app: put the toolbox' areas into a box until we decided abo
b0ffe80... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
c368742... app: port the device sort function to GdkDeviceManager
e5a3b7c... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
c42ec19... app: change the list of available devices to something that
ab66a88... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
941db62... libgimpwidgets: port GimpChainButton to GtkStyleContext
7cd7379... libgimpwidgets: port GimpColorArea to GtkStyleContext
f22e63e... libgimpwidgets: port GimpColorScale to GtkStyleContext
2ed0563... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
4c29245... libgimpwidgets: port GimpRuler to GtkStyleContext
ecc3e2b... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
5a4b1d2... app: port GimpBlobEditor to GtkStyleContext
77476cf... app: port setting the canvas padding color to GtkStyleConte
d4392bc... app: port GimpPanedBox to GtkStyleContext
3bac85f... app: port GimpContainerIconView to GtkStyleContext
3570fc9... app: port GimpContainerTreeView to GtkStyleContext
df9d09b... app: port GimpColormapEditor to GtkStyleContext
d124c42... app: port GimpComponentEditor to GtkStyleContext
6e6c450... app: port GimpFgBgEditor to GtkStyleContext
1dfc700... app: port GimpFgBgView to GtkStyleContext
e6a934d... app: port gimp_get_icon_size() to GtkStyleContext
1c11f27... app: port GimpContainerBox to GtkStyleContext
6526c1e... app: port GimpDashEditor to GtkStyleContext
d55ff71... app: remove calls to gtk_widget_get,set_extension_events()
9ae3942... app: s/gtk_widget_modify_font/gtk_widget_override_font/
900ac27... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
7f4b5f7... app: port the about dialog to GtkStyleContext
cc1064c... modules: remove call to gtk_widget_set_extension_events()
8150f58... libgimpwidgets: implement GtkWidget::state_flags_changed()
9cfc328... libgimpwidgets: implement GtkWidget::style_updated() instea
9a73d13... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
183f78a... app: use gdk_drag_context_get_source_window()
3115141... app: use gdk_drag_context_get_selected_action() instead of
1fe698f... app: port GimpSpinScale to GtkStyleContext
7e8b41a... app: implement GtkWidget::style_updated() instead of style_
85831c8... port gtkrc files to CSS (incompletely and stuff commented o
3b987ba... Port theme and gtkrc file loading to CSS files using GtkCss
9e64a5a... app: copy gimp.css instead of gtkrc to the user's gimp dire
f172e8f... app: check whether child widgets exist in GtkWidget::style_
9b738c3... Replace gdk_cursor_unref() with g_object_unref()
3253898... app: use gtk_menu_shell_get_selected_item()
6ca7337... app: port GimpOverlayBox to GtkStyleContext
4e281b6... app: port GimpOverlayFrame to GtkStyleContext
6d45508... app: port GimpScaleButton to GtkStyleContext
07f8e68... libgimpwidgets: move all GimpPickButton members to a privat
fdb2b14... libgimpwidgets: move all GimpColorArea members to a private
2bef742... libgimpwidgets: move all GimpOffsetArea members to a privat
4c9e2a6... libgimpwidgets: move padding members from instance to class
89282cf... libgimpwidgets: move all GimpButton members to a private st
98847df... libgimpwidgets: move all GimpCellRendererColor members to a
623338a... libgimpwidgets: move all GimpColorButton members to a priva
2201d48... libgimpwidgets: move all GimpCellRendererToggle members to
70ba059... libgimpwidgets: move all GimpChainButton members to a priva
7131b34... libgimpwidgets: move all GimpBrowser members to a private s
84d4f9c... libgimpwidgets: move all GimpColorDisplay members to a priv
6371437... libgimpwidgets: move all GimpColorDisplayStack members to a
66a34fc... libgimpwidgets: move all GimpColorHexEntry members to a pri
c17b88a... libgimpwidgets: add padding
43037e6... libgimpwidgets: move all GimpColorNotebook members to a pri
867dd50... libgimpwidgets: move all GimpColorScale members to a privat
915f08f... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
6eb3378... libgimpwidgets: move all GimpColorSelection members to a pr
c3fee5b... libgimpwidgets: move all GimpEnumLabel members to a private
05b112c... app: don't use style->black and style->white
e9961c2... libgimpwidgets: move all GimpMemsizeEntry members to a priv
f57659c... app: port GimpStrokeEditor to GtkStyleContext
91016ce... app: port GimpPaletteView to GtkStyleContext
caaaf8b... plug-ins: don't use style->black and style->white
bd7f074... libgimpwidgets: move all GimpColorProfileStore members to a
ab7648e... app: port GimpDockWindow to GtkStyleContext
2310aab... app: port GimpToolEditor to GtkStyleContext
05eb52d... app: use gtk_widget_override_font() instead of modify_font(
db36735... app: port GimpThumbBox to GtkStyleContext
c17a7d2... Implement GtkWidget::style_updated() instead of ::style_set
3fbe6d3... app: port GimpHistogramView to GtkStyleContext
24ba0f7... app: port GimpTagEntry to GtkStyleContext
0ad1f55... app: always ask the master device for its axes or state
6880217... app: when checking for a device change, check the event's s
2cb6d98... app: remove obsolete device checks from GimpToolbox
197047b... app: port GimpColorFrame away from GtkStyle, using a new st
6bafe03... app: remove call to gtk_widget_style_attach() from GimpOver
aabdc70... app: port GimpOverlayChild to GtkStyleContext
80814d1... Port cell renderers to gtk_cell_renderer_get_state()
8de996d... app: port GimpCellRendererDashes to GtkStyleContext
3ee88f6... app: add gimp_get_style_color() to simplify GdkRGBA style p
f50c1bc... app: add style property and default CSS for GimpHistogramVi
ca897d5... app: port GimpCurveView to GtkStyleContext
65f7359... themes: document the new GimpHistogramView property in the
b4afe7e... app: define all GimpHistogramView colors via style properti
df3c839... themes: document the new stlye properties and indent the CS
df61779... app: increase the priority of the theme CSS by 1
f5c266d... app: port GimpComboTagEntry to GtkStyleContext
74f0231... configure.ac: use the new GTK_CHECK_BACKEND() macro
f836968... plug-ins: port map-object to GTK+ 3.x
5ae584a... app: use GdkRGBA instead of GdkColor in some places
26b4aff... app: remove gimp_rgb_get,set_gdk_color()
ad378c0... app: port the text tool editor's preedit popup to GtkStyleC
9b75d96... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
776f560... app: gimp_print_event(): add the device to the event debug
77b0b2a... app: gimp_device_info_get_device_coords(): workaround for X
aab66f1... app: make input devices, grabs and therefore generally tool
0926ae8... app: use gdk_device_get_position() inetad of gdk_display_ge
c044369... app: remove some forgotten #undef GSEAL_ENABLE
427cd1e... app: let the file dialog expand/collapse with the file type
2e06f57... app: port GimpGradientEditor to GtkSyleContext
dc4367d... app: port GimpHistogramView to gdk_device_grab()/ungrab()
c890f64... app: port GimpNavigationEditor to GtkStyleContext
acc490c... app: port GimpTagPopup to GtkStyleContext
20cb348... app: GimpDock: port font size modification to GtkCssProvide
69f891c... plug-ins: s/GtkObject/GtkAdjustment/
04cfdda... app: implement GtkContainer::get_path_for_child() in GimpMe
7a2809c... devel-docs: make the shooter tool at least build again (unt
d43a87f... app: don't use "size-request" for the toolbox' wilber, it's
85cb872... app: themes.c: add #if 0-ed switch to dark theme variant
854b987... Incomplete notebook and tab theming commit, to be improved
eb2cb81... themes: set an explicit background for rulers
77a9f83... app: make the statusbar's progress label visible again
66507a7... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
6c90bda... app: port wilber drawing to GtkStyleContext
1d3be07... modules: port GimpColorWheel to GTK+ 3.x
8b09f4b... Unkommented settings for preferring a dark GTK+ theme.
05e4523... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
2eafcd9... Use GTK+3 gtk_get_locale_direction() function instead of cu
931a74f... app: port GimpCircle and subclasses to GTK+ 3
c80cb1a... app: remove GTK_OBJECT() case in GimpPopup
b096df2... libgimpwidgets: #if 0 more stuff in gimp3migration
5d5abc4... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]