[gimp] (235 commits) Created branch gtk3-port
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (235 commits) Created branch gtk3-port
- Date: Sun, 2 Oct 2011 14:44:41 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
f51c3ed... Switch to version 3.0 in a lot of places and depend on GTK+
dfd1124... libgimpwidgets: remove deprecated files from the build
523ea2d... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
b22294c... libgimpwidgets: port virtual functions to GTK+ 3.0
772c36f... libgimpwidgets: port virtual functions to GTK+ 3.0
e3955a0... libgimpwidgets: port to GtkWidget::draw()
ee41f1a... libgimpwidgets: port to GtkWidget::draw()
a45027f... libgimpwidgets: port to GtkWidget::draw()
4cca696... libgimpwidgets: s/GtkObject/GtkAdjustment/
054390d... libgimpwidgets: s/GtkObject/GtkAdjustment/
1da19f5... libgimpwidgets: port to GtkWidget::draw()
298d896... libgimpwidgets: remove deprecated functions and s/GtkObject
f6af509... libgimpwidgets: s/GtkObject/GtkAdjustment/
0e8e024... libgimpwidgets: s/GtkObject/GtkAdjustment/
2c33c45... libgimpwidgets: remove deprecated files completely
85785ce... Update .gitignore files for generated 3.0 files
552962b... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
54c37a4... app: port to GtkWidget::draw()
afe4e8e... app: remove GTK_OBJECT() cast
d14c460... app: port to GtkWidget::draw()
b1f8600... app: port to GtkWidget::draw()
23b65ac... app: port virtual functions to GTK+ 3.0 API
d62566e... app: get rid of a GTK_OBJECT() cast
62a793d... app: port to GtkWidget::draw()
c6d3807... app: port to GtkWidget::draw()
0e48bf1... app: port to GtkWidget::draw()
fab606c... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
b39b7e6... app: port to GtkWidget::draw()
a499dc6... app: s/GtkObject/GtkAdjustment/
bb5fba2... app: port to GtkWidget::draw()
70ec231... app: port GimpNavigationView to GtkWidget::draw()
7c20575... app: s/GtkObject/GtkAdjustment/
4ab5aeb... app: port GimpPaletteView to GtkWidget::draw()
8ae793b... app: s/GtkObject/GtkAdjustment/
d117c4b... app: s/GtkObject/GtkAdjustment/
c021a37... app: s/GtkObject/GtkAdjustment/
ebced28... app: port to GtkWidget::draw()
0272c39... app: get rid of GtkObject in GimpUIManager
f6991d4... app: port to GtkWidget::draw()
f024193... app: no need to alloc colors any longer, GdkColormap is gon
59adc14... app: port call to gtk_paint_arrow() to GTK+ 3.0
036c9f9... app: port device management to GdkDeviceManager
405e3dc... app: remove obsolete (GtkObject **) casts
c19532e... app: use gtk_widget_get_preferred_size() instead of size_re
1fc3759... app: port GimpScalComboBox to GTK+ 3.0
847a3f8... app: use gtk_widget_get_preferred_size() instead of size_re
937a588... libgimpwidgets: port GimpFrame to GTK+ 3.0
3cd2425... app: port tools to GTK+ 3.0 (trivial changes only)
301e8f1... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
bb14612... app: pass the cairo_region_t to gdk_window_invalidate_regio
a89e789... app: use GdkDeviceManager to list devices
c855b09... app: use GdkDeviceManager API
8fe0cbc... app: port to GtkWidget::draw()
6a7723d... app: remove calls to colormap functions, they are gone
5718d55... libgimpwidgets: get rid of (GtkObject **) casts
e8ea286... app: port the splash to GTK+ 3.0
8209527... libgimpwidgets: port the ruler to GTK+ 3.0
e495ab1... libgimpwidgets: port to GtkWidget::draw()
a1e4d76... app: port to GtkWidget::draw()
29523e0... app: port the overlay stuff to GTK+ 3.0
68029ee... app: use the container icon view, the grid view is not GTK+
8d704ec... app: port to GtkWidget::draw() (incompletely)
8d59a1d... app: remove call to gtk_statusbar_set_has_resize_grip()
5baf81c... app: port the tag entry to GTK+ 3.0
34f2023... app: port to GtkWidget::draw() but disable the code inside
8ba7698... app: can't set the scale combo entry's properties in init()
cad8a24... app: port to GtkWidget::draw()
b44d224... libgimpwidgets: port to GtkWidget::draw()
a662399... modules: s/GtkObject/GtkAdjustment/
905b31b... app: didn't completely commit the display shell expose() ->
6459a60... app: fix display shell background drawing
5a7bb74... app: fix canvas double buffering using cairo_push,pop_group
28a4768... script-fu: port to GTK+ 3.0
edffbfc... app: port to GtkWidget::draw()
4ceaf02... app: passing -1 as width/height to gtk_paint_box() no longe
5879ace... app: port popup arrow drawing to cairo and get rid of the a
4c7d02f... app: remove GimpContainerGridView from the build entirely
8931cd8... modules: port to GtkWidget::draw()
7e14445... libgimpwidgets: port to GtkWidget::draw()
e9565ff... libgimp: port to GtkWidget::draw()
a320dc9... app: don't translate to allocation.x,y
894fd73... app: port to GtkWidget::draw()
cfdb945... app: forgot to remove a cairo_destroy() in draw()
27ef72c... app: port to GtkWidget::draw()
5130018... app: build binaries with version number 2.99
75049d5... app: GtkEntry turned into a no-window widget
ff396b0... app: use the new GtkScrollable API instead of deprecated tr
45a3f6c... app: cairo_save()/restore() around chaining up in draw()
e8f5596... app: add ugly workaround to make the icon view adapt to vie
95f722e... plug-ins: lots of trivial GTK+ 3.0 porting
f0b0eb4... plug-ins: port jpeg-save to GTK+ 3.0
f0b91ce... plug-ins: port file-png to GTK+ 3.0
0e9a9c4... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
67ab2ee... plug-ins: more s/GtkObject/GtkAdjustment/
4a3b108... plug-ins: port some more plug-ins to GTK+ 3.0
0fedd6c... app: port the colormap editor to GTK+ 3.0
9b17328... app: remove GtkWrapBox
e53ac76... libgimpwidgets: port to the new size request API
475a5cc... app: port to the new size request API
63abdb2... plug-ins: port the print preview to the new size request AP
5fc58c6... plug-ins: port sphere-designer to GtkWidget::draw()
586b025... plug-ins: port cml-explorer to GtkWidget::draw()
91b972a... plug-ins: s/GtkObject/GtkAdjustment/ in file-pdf-load
f5a284a... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop
ceb914a... plug-ins: port lighting to GTK+ 3.0
9449f28... plug-ins: port the unit-editor to GtkScrollable
3a9c424... app: fix GimpOverlayDialog's minimum height
c2ddadf... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
40fb0d5... app: don't connect to "size-requst" because that's deprecat
9dc4524... app: port GimpSpinScale to GTK+ 3.0
c56edd9... app: skip keyboard devices so the device list becomes reaso
3dad7b8... app: implement proper height-for-width in GimpToolPalette
031f050... app: use GdkDevice accessors
f55ff15... app: introduce struct GimpDeviceKey because GdkDeviceKey is
2001d70... app: put the toolbox' areas into a box until we decided abo
3f9e703... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
df5227b... app: port the device sort function to GdkDeviceManager
23082ed... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
9fe04a0... app: change the list of available devices to something that
63794c8... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
9f6e3f8... libgimpwidgets: port GimpChainButton to GtkStyleContext
af0f1f5... libgimpwidgets: port GimpColorArea to GtkStyleContext
40da08b... libgimpwidgets: port GimpColorScale to GtkStyleContext
593b03b... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
ce6cacb... libgimpwidgets: port GimpRuler to GtkStyleContext
726671a... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
297726d... modules: port ColorselWheel to GtkStyleContext
e58b079... app: port Wilber drawing to GtkStyleContext
74cd8ad... app: port GimpBlobEditor to GtkStyleContext
900a798... app: port setting the canvas padding color to GtkStyleConte
5ed03d7... app: port GimpPanedBox to GtkStyleContext
bcd41f8... app: port GimpContainerIconView to GtkStyleContext
2cf18a8... app: port GimpContainerTreeView to GtkStyleContext
6142da1... app: port GimpColormapEditor to GtkStyleContext
9d6deef... app: port GimpComponentEditor to GtkStyleContext
9ab94b6... app: port GimpFgBgEditor to GtkStyleContext
19c9216... app: port GimpFgBgView to GtkStyleContext
f9eecef... app: port gimp_get_icon_size() to GtkStyleContext
ce513bd... app: port GimpContainerBox to GtkStyleContext
efd1085... app: port GimpDashEditor to GtkStyleContext
e392b49... app: remove calls to gtk_widget_get,set_extension_events()
5c15b28... app: s/gtk_widget_modify_font/gtk_widget_override_font/
77c56c4... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
dd776ad... app: port the about dialog to GtkStyleContext
f30ddd9... modules: remove call to gtk_widget_set_extension_events()
ab4f60b... libgimpwidgets: implement GtkWidget::state_flags_changed()
7bdd623... libgimpwidgets: implement GtkWidget::style_updated() instea
59d0586... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
5c5a878... app: use gdk_drag_context_get_source_window()
e540999... app: use gdk_drag_context_get_selected_action() instead of
233660e... app: port GimpSpinScale to GtkStyleContext
f3b309c... app: implement GtkWidget::style_updated() instead of style_
a62fe95... port gtkrc files to CSS (incompletely and stuff commented o
17a0c12... Port theme and gtkrc file loading to CSS files using GtkCss
3ddaa4e... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
8b7de71... app: copy gimp.css instead of gtkrc to the user's gimp dire
9cbbf32... app: check whether child widgets exist in GtkWidget::style_
3ec5b9a... Replace gdk_cursor_unref() with g_object_unref()
5bae1d5... app: use gtk_menu_shell_get_selected_item()
94f96e8... app: port GimpOverlayBox to GtkStyleContext
303d6a2... app: port GimpOverlayFrame to GtkStyleContext
2b08f5e... app: port GimpScaleButton to GtkStyleContext
439679c... libgimpwidgets: move all GimpPickButton members to a privat
1b112c9... libgimpwidgets: move all GimpColorArea members to a private
8a07a83... libgimpwidgets: move all GimpOffsetArea members to a privat
e19cf61... libgimpwidgets: move padding members from instance to class
80c03ef... libgimpwidgets: move all GimpButton members to a private st
9380a94... libgimpwidgets: move all GimpCellRendererColor members to a
a82b969... libgimpwidgets: move all GimpColorButton members to a priva
cec2f72... libgimpwidgets: move all GimpCellRendererToggle members to
9292ad4... libgimpwidgets: move all GimpChainButton members to a priva
2a1624a... libgimpwidgets: move all GimpBrowser members to a private s
8c8e274... libgimpwidgets: move all GimpColorDisplay members to a priv
a7488aa... libgimpwidgets: move all GimpColorDisplayStack members to a
bf0e1ac... libgimpwidgets: move all GimpColorHexEntry members to a pri
23ff3cf... libgimpwidgets: add padding
1baed86... libgimpwidgets: move all GimpColorNotebook members to a pri
f3bb1e7... libgimpwidgets: move all GimpColorScale members to a privat
62aabf3... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
01bf4cf... libgimpwidgets: move all GimpColorSelection members to a pr
579f583... libgimpwidgets: move all GimpEnumLabel members to a private
c4baf7e... app: don't use style->black and style->white
d8ce348... libgimpwidgets: move all GimpMemsizeEntry members to a priv
925d3af... app: port GimpStrokeEditor to GtkStyleContext
120253a... app: port GimpPaletteView to GtkStyleContext
592d509... plug-ins: don't use style->black and style->white
5277eae... libgimpwidgets: move all GimpColorProfileStore members to a
f66e0b7... app: port GimpDockWindow to GtkStyleContext
cbafbde... app: port GimpToolEditor to GtkStyleContext
5371a42... app: use gtk_widget_override_font() instead of modify_font(
3cce392... app: port GimpThumbBox to GtkStyleContext
c937975... Implement GtkWidget::style_updated() instead of ::style_set
ead3cf4... app: port GimpHistogramView to GtkStyleContext
0062862... app: port GimpTagEntry to GtkStyleContext
a293064... app: always ask the master device for its axes or state
74958fb... app: when checking for a device change, check the event's s
f509ab4... app: remove obsolete device checks from GimpToolbox
5a78f93... app: port GimpColorFrame away from GtkStyle, using a new st
c8638bc... app: remove call to gtk_widget_style_attach() from GimpOver
645c498... app: port GimpOverlayChild to GtkStyleContext
1fbf0df... Port cell renderers to gtk_cell_renderer_get_state()
1d5f136... app: port GimpCellRendererDashes to GtkStyleContext
29eaaa3... app: add gimp_get_style_color() to simplify GdkRGBA style p
243fc45... app: add style property and default CSS for GimpHistogramVi
ade8c78... app: port GimpCurveView to GtkStyleContext
bf653e8... themes: document the new GimpHistogramView property in the
7cd9398... app: define all GimpHistogramView colors via style properti
0bf5281... themes: document the new stlye properties and indent the CS
8e87982... app: increase the priority of the theme CSS by 1
1bc53e4... app: port GimpComboTagEntry to GtkStyleContext
1be0f43... configure.ac: use the new GTK_CHECK_BACKEND() macro
a9ddd55... plug-ins: port map-object to GTK+ 3.x
1ba4594... app: port GimpToolbox to GtkWidget::style_updated()
7c0abd0... app: use GdkRGBA instead of GdkColor in some places
60294fc... app: remove gimp_rgb_get,set_gdk_color()
bcc5f13... app: port the text tool editor's preedit popup to GtkStyleC
10bafed... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
c3fa3f1... app: gimp_print_event(): add the device to the event debug
40c2889... app: gimp_device_info_get_device_coords(): workaround for X
5752938... app: make input devices, grabs and therefore generally tool
ccc8f58... app: use gdk_device_get_position() inetad of gdk_display_ge
ea8caa7... app: remove some forgotten #undef GSEAL_ENABLE
7305f4a... app: let the file dialog expand/collapse with the file type
7916756... app: use gdk_device_get_position() instead of gdk_display_g
c41cd76... app: port GimpGradientEditor to GtkSyleContext
65b9077... app: port GimpHistogramView to gdk_device_grab()/ungrab()
7b1b1f7... app: port GimpNavigationEditor to GtkStyleContext
35e12b6... plug-ins: s/GtkObject/GtkAdjustment in web-page
4c90967... app: port GimpTagPopup to GtkStyleContext
2508d87... app: GimpDock: port font size modification to GtkCssProvide
e055025... plug-ins: s/GtkObject/GtkAdjustment/
4e890f6... app: implement GtkContainer::get_path_for_child() in GimpMe
7fedbfa... devel-docs: make the shooter tool at least build again (unt
a768113... tools: update .gitignore
785431f... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]