[gimp] (223 commits) Created branch gtk3-port
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (223 commits) Created branch gtk3-port
- Date: Fri, 25 Nov 2011 21:34:24 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
22a19c8... Switch to version 3.0 in a lot of places and depend on GTK+
d00fa1f... libgimpwidgets: remove deprecated files from the build
c3435c1... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
210c646... libgimpwidgets: port virtual functions to GTK+ 3.0
1985eae... libgimpwidgets: port virtual functions to GTK+ 3.0
4fb7f8c... libgimpwidgets: port to GtkWidget::draw()
f9e5a4b... libgimpwidgets: port to GtkWidget::draw()
ce8d3cb... libgimpwidgets: port to GtkWidget::draw()
fd3735d... libgimpwidgets: s/GtkObject/GtkAdjustment/
d5215ed... libgimpwidgets: port to GtkWidget::draw()
71e7eb3... libgimpwidgets: remove deprecated functions and s/GtkObject
4220106... libgimpwidgets: remove deprecated files completely
9ab5226... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
4fc3ef0... app: port to GtkWidget::draw()
b9cc2f0... app: remove GTK_OBJECT() cast
3b1a06f... app: port to GtkWidget::draw()
5f34df6... app: port to GtkWidget::draw()
62a5994... app: port virtual functions to GTK+ 3.0 API
ce51553... app: get rid of a GTK_OBJECT() cast
553ec4c... app: port to GtkWidget::draw()
4a6ce20... app: port to GtkWidget::draw()
b98143f... app: port to GtkWidget::draw()
218a6bc... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
b2a236a... app: port to GtkWidget::draw()
4c6f894... app: s/GtkObject/GtkAdjustment/
663d879... app: port to GtkWidget::draw()
3d1aa1e... app: port GimpNavigationView to GtkWidget::draw()
9f296e2... app: port GimpPaletteView to GtkWidget::draw()
c8a9346... app: port to GtkWidget::draw()
010aa51... app: get rid of GtkObject in GimpUIManager
3bb1374... app: port to GtkWidget::draw()
c31df15... app: no need to alloc colors any longer, GdkColormap is gon
af9ed79... app: port call to gtk_paint_arrow() to GTK+ 3.0
de46b8e... app: port device management to GdkDeviceManager
f869ca5... app: remove obsolete (GtkObject **) casts
8c30bf9... app: use gtk_widget_get_preferred_size() instead of size_re
32956f9... app: port GimpScalComboBox to GTK+ 3.0
c0a9839... app: use gtk_widget_get_preferred_size() instead of size_re
5022def... libgimpwidgets: port GimpFrame to GTK+ 3.0
cfe659c... app: port tools to GTK+ 3.0 (trivial changes only)
467a8e4... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
2d9ee26... app: pass the cairo_region_t to gdk_window_invalidate_regio
aeb2a49... app: use GdkDeviceManager to list devices
3bf36c5... app: use GdkDeviceManager API
c6d5b3e... app: port to GtkWidget::draw()
3bf8655... app: remove calls to colormap functions, they are gone
008aa26... libgimpwidgets: get rid of (GtkObject **) casts
913f74f... app: port the splash to GTK+ 3.0
183efda... libgimpwidgets: port the ruler to GTK+ 3.0
4f3cec3... libgimpwidgets: port to GtkWidget::draw()
f8c1927... app: port to GtkWidget::draw()
9155ae9... app: port the overlay stuff to GTK+ 3.0
bfea5f2... app: use the container icon view, the grid view is not GTK+
cd1abeb... app: port to GtkWidget::draw() (incompletely)
ecf184a... app: remove call to gtk_statusbar_set_has_resize_grip()
28863a2... app: port the tag entry to GTK+ 3.0
4d32ae6... app: port to GtkWidget::draw() but disable the code inside
987262d... app: can't set the scale combo entry's properties in init()
60d94c4... app: port to GtkWidget::draw()
0708ceb... libgimpwidgets: port to GtkWidget::draw()
909e6f6... modules: s/GtkObject/GtkAdjustment/
34dc279... app: didn't completely commit the display shell expose() ->
6b2fcca... app: fix display shell background drawing
dab6972... app: fix canvas double buffering using cairo_push,pop_group
dadd820... script-fu: port to GTK+ 3.0
4a549f6... app: port to GtkWidget::draw()
b5336e2... app: passing -1 as width/height to gtk_paint_box() no longe
06cd873... app: port popup arrow drawing to cairo and get rid of the a
94b09d9... app: remove GimpContainerGridView from the build entirely
605a09d... modules: port to GtkWidget::draw()
52e2059... libgimpwidgets: port to GtkWidget::draw()
15a50d9... libgimp: port to GtkWidget::draw()
6f6ac64... app: don't translate to allocation.x,y
6180aaf... app: port to GtkWidget::draw()
bda3ea0... app: forgot to remove a cairo_destroy() in draw()
508fd39... app: port to GtkWidget::draw()
849d630... app: GtkEntry turned into a no-window widget
3f6f2d6... app: use the new GtkScrollable API instead of deprecated tr
ddccf6e... app: cairo_save()/restore() around chaining up in draw()
a0de858... app: add ugly workaround to make the icon view adapt to vie
a3c6531... plug-ins: lots of trivial GTK+ 3.0 porting
00ae24d... plug-ins: port jpeg-save to GTK+ 3.0
78d7244... plug-ins: port file-png to GTK+ 3.0
0f23151... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
9e926f5... plug-ins: more s/GtkObject/GtkAdjustment/
0b152e3... plug-ins: port some more plug-ins to GTK+ 3.0
68eea0b... app: port the colormap editor to GTK+ 3.0
3e71599... app: remove GtkWrapBox
2a6c1eb... libgimpwidgets: port to the new size request API
099e23a... app: port to the new size request API
360a832... plug-ins: port the print preview to the new size request AP
e0f8e82... plug-ins: port sphere-designer to GtkWidget::draw()
cc40ec2... plug-ins: port cml-explorer to GtkWidget::draw()
69476e8... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop
5e8fef0... plug-ins: port lighting to GTK+ 3.0
1eea5e9... plug-ins: port the unit-editor to GtkScrollable
65a749b... app: fix GimpOverlayDialog's minimum height
81b713b... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
56c3273... app: don't connect to "size-requst" because that's deprecat
cea11fe... app: port GimpSpinScale to GTK+ 3.0
139a1a1... app: skip keyboard devices so the device list becomes reaso
e984fe6... app: implement proper height-for-width in GimpToolPalette
ed1e837... app: use GdkDevice accessors
fbf592a... app: introduce struct GimpDeviceKey because GdkDeviceKey is
f1f9853... app: put the toolbox' areas into a box until we decided abo
0fb5d2f... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
86a1e13... app: port the device sort function to GdkDeviceManager
45876f4... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
4c0d492... app: change the list of available devices to something that
8c8fae9... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
304e471... libgimpwidgets: port GimpChainButton to GtkStyleContext
003b1f6... libgimpwidgets: port GimpColorArea to GtkStyleContext
bdab19b... libgimpwidgets: port GimpColorScale to GtkStyleContext
991d77b... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
8a25904... libgimpwidgets: port GimpRuler to GtkStyleContext
50470f1... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
beba774... modules: port ColorselWheel to GtkStyleContext
337b03d... app: port Wilber drawing to GtkStyleContext
86f6802... app: port GimpBlobEditor to GtkStyleContext
834e077... app: port setting the canvas padding color to GtkStyleConte
2e42c0b... app: port GimpPanedBox to GtkStyleContext
8c77e94... app: port GimpContainerIconView to GtkStyleContext
13e84aa... app: port GimpContainerTreeView to GtkStyleContext
bd78b30... app: port GimpColormapEditor to GtkStyleContext
0948be2... app: port GimpComponentEditor to GtkStyleContext
68689c8... app: port GimpFgBgEditor to GtkStyleContext
c76ad84... app: port GimpFgBgView to GtkStyleContext
9b15b94... app: port gimp_get_icon_size() to GtkStyleContext
447e514... app: port GimpContainerBox to GtkStyleContext
56defe9... app: port GimpDashEditor to GtkStyleContext
a5c1d99... app: remove calls to gtk_widget_get,set_extension_events()
4e04dd1... app: s/gtk_widget_modify_font/gtk_widget_override_font/
d09ae36... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
b8de32f... app: port the about dialog to GtkStyleContext
7fcfd61... modules: remove call to gtk_widget_set_extension_events()
39d9256... libgimpwidgets: implement GtkWidget::state_flags_changed()
434ef14... libgimpwidgets: implement GtkWidget::style_updated() instea
8fe9096... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
cddd000... app: use gdk_drag_context_get_source_window()
dd89015... app: use gdk_drag_context_get_selected_action() instead of
a3ef9a1... app: port GimpSpinScale to GtkStyleContext
57489df... app: implement GtkWidget::style_updated() instead of style_
68b0076... port gtkrc files to CSS (incompletely and stuff commented o
b85c47b... Port theme and gtkrc file loading to CSS files using GtkCss
fecf729... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
df09f6d... app: copy gimp.css instead of gtkrc to the user's gimp dire
74ea1d1... app: check whether child widgets exist in GtkWidget::style_
8fc560d... Replace gdk_cursor_unref() with g_object_unref()
656f6ff... app: use gtk_menu_shell_get_selected_item()
5f8ddbb... app: port GimpOverlayBox to GtkStyleContext
12c9010... app: port GimpOverlayFrame to GtkStyleContext
bcfabee... app: port GimpScaleButton to GtkStyleContext
94ffd67... libgimpwidgets: move all GimpPickButton members to a privat
7e9f669... libgimpwidgets: move all GimpColorArea members to a private
1cb34ba... libgimpwidgets: move all GimpOffsetArea members to a privat
05f1a8e... libgimpwidgets: move padding members from instance to class
bd5fd07... libgimpwidgets: move all GimpButton members to a private st
be40696... libgimpwidgets: move all GimpCellRendererColor members to a
1d1f9e5... libgimpwidgets: move all GimpColorButton members to a priva
11b7af5... libgimpwidgets: move all GimpCellRendererToggle members to
9aca362... libgimpwidgets: move all GimpChainButton members to a priva
caec40e... libgimpwidgets: move all GimpBrowser members to a private s
39d1963... libgimpwidgets: move all GimpColorDisplay members to a priv
1ff724d... libgimpwidgets: move all GimpColorDisplayStack members to a
e1afa14... libgimpwidgets: move all GimpColorHexEntry members to a pri
8061b7a... libgimpwidgets: add padding
c9c5c4b... libgimpwidgets: move all GimpColorNotebook members to a pri
388bcad... libgimpwidgets: move all GimpColorScale members to a privat
16b0d33... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
e40bd9e... libgimpwidgets: move all GimpColorSelection members to a pr
46e1c25... libgimpwidgets: move all GimpEnumLabel members to a private
92ecf6b... app: don't use style->black and style->white
3281af3... libgimpwidgets: move all GimpMemsizeEntry members to a priv
6bfaa76... app: port GimpStrokeEditor to GtkStyleContext
8fb63f4... app: port GimpPaletteView to GtkStyleContext
4650015... plug-ins: don't use style->black and style->white
dc07b07... libgimpwidgets: move all GimpColorProfileStore members to a
e4ce33e... app: port GimpDockWindow to GtkStyleContext
865de21... app: port GimpToolEditor to GtkStyleContext
2161b84... app: use gtk_widget_override_font() instead of modify_font(
6d437b5... app: port GimpThumbBox to GtkStyleContext
f139274... Implement GtkWidget::style_updated() instead of ::style_set
d31f555... app: port GimpHistogramView to GtkStyleContext
e56d54b... app: port GimpTagEntry to GtkStyleContext
a712ace... app: always ask the master device for its axes or state
37cfc2f... app: when checking for a device change, check the event's s
f49c8c9... app: remove obsolete device checks from GimpToolbox
b648200... app: port GimpColorFrame away from GtkStyle, using a new st
3a575ed... app: remove call to gtk_widget_style_attach() from GimpOver
abb19e3... app: port GimpOverlayChild to GtkStyleContext
74ca767... Port cell renderers to gtk_cell_renderer_get_state()
c5a771a... app: port GimpCellRendererDashes to GtkStyleContext
35b007d... app: add gimp_get_style_color() to simplify GdkRGBA style p
2f2e016... app: add style property and default CSS for GimpHistogramVi
95d46d6... app: port GimpCurveView to GtkStyleContext
23a5b7f... themes: document the new GimpHistogramView property in the
8d6ce70... app: define all GimpHistogramView colors via style properti
ec18e00... themes: document the new stlye properties and indent the CS
783d7cf... app: increase the priority of the theme CSS by 1
5c7448b... app: port GimpComboTagEntry to GtkStyleContext
52d22a5... configure.ac: use the new GTK_CHECK_BACKEND() macro
cc1b7f0... plug-ins: port map-object to GTK+ 3.x
6ca7d19... app: port GimpToolbox to GtkWidget::style_updated()
fa3d13b... app: use GdkRGBA instead of GdkColor in some places
b47f698... app: remove gimp_rgb_get,set_gdk_color()
315fc2d... app: port the text tool editor's preedit popup to GtkStyleC
6674479... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
f189d49... app: gimp_print_event(): add the device to the event debug
f949e16... app: gimp_device_info_get_device_coords(): workaround for X
243502f... app: make input devices, grabs and therefore generally tool
0dbee36... app: use gdk_device_get_position() inetad of gdk_display_ge
badc220... app: remove some forgotten #undef GSEAL_ENABLE
bb99727... app: let the file dialog expand/collapse with the file type
0c4dd0a... app: port GimpGradientEditor to GtkSyleContext
de6b0cf... app: port GimpHistogramView to gdk_device_grab()/ungrab()
3dcc781... app: port GimpNavigationEditor to GtkStyleContext
7bd062c... app: port GimpTagPopup to GtkStyleContext
1f487cb... app: GimpDock: port font size modification to GtkCssProvide
8c191d0... plug-ins: s/GtkObject/GtkAdjustment/
070e3dd... app: implement GtkContainer::get_path_for_child() in GimpMe
1b775fa... devel-docs: make the shooter tool at least build again (unt
41a5622... app: don't use "size-request" for the toolbox' wilber, it's
182682f... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]