[gimp] (237 commits) Created branch gtk3-port
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (237 commits) Created branch gtk3-port
- Date: Sat, 7 May 2011 19:59:57 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
dd8018f... Switch to version 3.0 in a lot of places and depend on GTK+
d52d497... libgimpwidgets: remove deprecated files from the build
7d0ae4a... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
6362e2d... libgimpwidgets: port virtual functions to GTK+ 3.0
7f39b35... libgimpwidgets: port virtual functions to GTK+ 3.0
a11979e... libgimpwidgets: port to GtkWidget::draw()
2ed132b... libgimpwidgets: port to GtkWidget::draw()
fcde435... libgimpwidgets: port to GtkWidget::draw()
a282015... libgimpwidgets: s/GtkObject/GtkAdjustment/
51a8e2f... libgimpwidgets: s/GtkObject/GtkAdjustment/
0f7632c... libgimpwidgets: port to GtkWidget::draw()
fa0eeca... libgimpwidgets: remove deprecated functions and s/GtkObject
b93a493... libgimpwidgets: s/GtkObject/GtkAdjustment/
db5eafa... libgimpwidgets: s/GtkObject/GtkAdjustment/
01c4f17... libgimpwidgets: s/GtkObject/GtkAdjustment/
5984c88... libgimpwidgets: remove deprecated files completely
7a50316... libgimpwidgets: don't include removed files
7eafe62... libgimpwidgets: remove typedefs of things that are gone
61d9528... Update .gitignore files for generated 3.0 files
64a37dd... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
d9bf81c... app: port to GtkWidget::draw()
0da2836... app: remove GTK_OBJECT() cast
35dfda8... app: port to GtkWidget::draw()
d3bf4fa... app: port to GtkWidget::draw()
5fb4631... app: port virtual functions to GTK+ 3.0 API
f2b8971... app: get rid of a GTK_OBJECT() cast
445e6e1... app: port to GtkWidget::draw()
581b30e... app: port to GtkWidget::draw()
42d03d7... app: port to GtkWidget::draw()
7ab2491... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
668ac68... app: port to GtkWidget::draw()
8e93b4c... app: s/GtkObject/GtkAdjustment/
809d8b0... app: port to GtkWidget::draw()
42c1f4f... app: port GimpNavigationView to GtkWidget::draw()
6693411... app: s/GtkObject/GtkAdjustment/
e178aee... app: port GimpPaletteView to GtkWidget::draw()
48c493a... app: s/GtkObject/GtkAdjustment/
850f95b... app: s/GtkObject/GtkAdjustment/
f56c041... app: s/GtkObject/GtkAdjustment/
b743e3e... app: port to GtkWidget::draw()
e6e1755... app: get rid of GtkObject in GimpUIManager
ccf7f8f... app: port to GtkWidget::draw()
df8f90c... app: no need to alloc colors any longer, GdkColormap is gon
139e619... app: port call to gtk_paint_arrow() to GTK+ 3.0
71b9115... app: port device management to GdkDeviceManager
4b24e7c... app: remove obsolete (GtkObject **) casts
fcbad11... app: use gtk_widget_get_preferred_size() instead of size_re
8112d44... app: port GimpScalComboBox to GTK+ 3.0
de4c14f... app: use gtk_widget_get_preferred_size() instead of size_re
db42b31... libgimpwidgets: port GimpFrame to GTK+ 3.0
3b7c885... app: port tools to GTK+ 3.0 (trivial changes only)
1e38951... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
9a9c5ef... app: s/GtkObject/GtkAdjustment/
4dd489c... app: pass the cairo_region_t to gdk_window_invalidate_regio
a15c5bd... app: use GdkDeviceManager to list devices
f56d643... app: use GdkDeviceManager API
4948ab2... app: port to GtkWidget::draw()
5148dbd... app: remove calls to colormap functions, they are gone
96d269d... libgimpwidgets: get rid of (GtkObject **) casts
f4409b3... app: port the splash to GTK+ 3.0
f5ff395... libgimpwidgets: port the ruler to GTK+ 3.0
0d0c63f... libgimpwidgets: port to GtkWidget::draw()
73f48f3... app: port to GtkWidget::draw()
a79e84e... app: port the overlay stuff to GTK+ 3.0
a82994b... app: use the container icon view, the grid view is not GTK+
7def6b2... app: port to GtkWidget::draw() (incompletely)
4d72c8b... app: remove call to gtk_statusbar_set_has_resize_grip()
14e4d21... app: port the tag entry to GTK+ 3.0
e6111f0... app: port to GtkWidget::draw() but disable the code inside
c8a7380... app: can't set the scale combo entry's properties in init()
9c6651b... app: port to GtkWidget::draw()
ea913ad... libgimpwidgets: port to GtkWidget::draw()
e65b629... modules: s/GtkObject/GtkAdjustment/
ef0915c... app: didn't completely commit the display shell expose() ->
b92548e... app: fix display shell background drawing
8177758... app: fix canvas double buffering using cairo_push,pop_group
7605de9... script-fu: port to GTK+ 3.0
c8bd74b... app: port to GtkWidget::draw()
bee9953... app: passing -1 as width/height to gtk_paint_box() no longe
a509937... app: port popup arrow drawing to cairo and get rid of the a
ae84f87... app: remove GimpContainerGridView from the build entirely
a8fac92... modules: port to GtkWidget::draw()
24ddd6d... libgimpwidgets: port to GtkWidget::draw()
a390e30... libgimp: port to GtkWidget::draw()
67a4228... app: don't translate to allocation.x,y
73572ac... app: port to GtkWidget::draw()
7872c21... app: forgot to remove a cairo_destroy() in draw()
267e926... app: port to GtkWidget::draw()
4e4a15a... app: build binaries with version number 2.99
f493345... app: GtkEntry turned into a no-window widget
78ba57a... app: use the new GtkScrollable API instead of deprecated tr
df5f64e... app: cairo_save()/restore() around chaining up in draw()
ec3940c... app: add ugly workaround to make the icon view adapt to vie
9b142c0... plug-ins: lots of trivial GTK+ 3.0 porting
90393aa... plug-ins: port jpeg-save to GTK+ 3.0
5e4cc9f... plug-ins: port file-png to GTK+ 3.0
804b9bf... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
69cae85... plug-ins: more s/GtkObject/GtkAdjustment/
2020da6... plug-ins: port some more plug-ins to GTK+ 3.0
3f6c3fb... app: port the colormap editor to GTK+ 3.0
573cee5... app: remove GtkWrapBox
06cd8fc... libgimpwidgets: port to the new size request API
b5ca81d... app: port to the new size request API
165a021... plug-ins: port the print preview to the new size request AP
f380e1c... libgimp*: derive from GtkBox directly instead of GtkHBox/VB
4912064... plug-ins: port sphere-designer to GtkWidget::draw()
00c510c... plug-ins: port cml-explorer to GtkWidget::draw()
d146c19... plug-ins: s/GtkObject/GtkAdjustment/ in file-pdf-load
798b820... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop
ddcb365... plug-ins: port lighting to GTK+ 3.0
52310ae... plug-ins: port the unit-editor to GtkScrollable
02be801... app: fix GimpOverlayDialog's minimum height
bc045e3... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
acfc573... app: don't connect to "size-requst" because that's deprecat
fa4c127... app: port GimpSpinScale to GTK+ 3.0
25e422d... app: skip keyboard devices so the device list becomes reaso
ecc1ec6... app: implement proper height-for-width in GimpToolPalette
ccae6c4... app: use GdkDevice accessors
c868dc0... app: introduce struct GimpDeviceKey because GdkDeviceKey is
508a4c7... app: put the toolbox' areas into a box until we decided abo
1357347... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
9c93383... app: port the device sort function to GdkDeviceManager
27a116d... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
c033be1... app: change the list of available devices to something that
23d6263... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
571552f... libgimpwidgets: port GimpChainButton to GtkStyleContext
2b3b8ae... libgimpwidgets: port GimpColorArea to GtkStyleContext
9b09ffb... libgimpwidgets: port GimpColorScale to GtkStyleContext
78610fb... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
03cb22a... libgimpwidgets: port GimpRuler to GtkStyleContext
f28cbfd... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
ac15ca1... modules: port ColorselWheel to GtkStyleContext
8e4f05c... app: port Wilber drawing to GtkStyleContext
bb464c8... app: port GimpBlobEditor to GtkStyleContext
f3c9043... app: port setting the canvas padding color to GtkStyleConte
94e0a49... app: port GimpPanedBox to GtkStyleContext
913e7a1... app: port GimpContainerIconView to GtkStyleContext
1751fc5... app: port GimpContainerTreeView to GtkStyleContext
71fa133... app: port GimpColormapEditor to GtkStyleContext
70131fb... app: port GimpComponentEditor to GtkStyleContext
5e8fe06... app: port GimpFgBgEditor to GtkStyleContext
c018ee7... app: port GimpFgBgView to GtkStyleContext
c8bbc18... app: port gimp_get_icon_size() to GtkStyleContext
9129d66... app: port GimpContainerBox to GtkStyleContext
ff7b1b1... app: port GimpDashEditor to GtkStyleContext
6240973... app: remove calls to gtk_widget_get,set_extension_events()
d427641... app: s/gtk_widget_modify_font/gtk_widget_override_font/
2a9323b... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
9cb3080... app: port the about dialog to GtkStyleContext
b2829b6... modules: remove call to gtk_widget_set_extension_events()
c4d2157... libgimpwidgets: implement GtkWidget::state_flags_changed()
c978b9f... libgimpwidgets: implement GtkWidget::style_updated() instea
b805dff... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
a5538e5... app: use gdk_drag_context_get_source_window()
4cd8708... app: use gdk_drag_context_get_selected_action() instead of
9f484e0... app: port GimpSpinScale to GtkStyleContext
d9f691d... app: implement GtkWidget::style_updated() instead of style_
6f00e42... port gtkrc files to CSS (incompletely and stuff commented o
31be02d... Port theme and gtkrc file loading to CSS files using GtkCss
d0bdc6e... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
7e1d2a4... app: copy gimp.css instead of gtkrc to the user's gimp dire
01b8022... app: check whether child widgets exist in GtkWidget::style_
f3f7780... Replace gdk_cursor_unref() with g_object_unref()
c599660... app: use gtk_menu_shell_get_selected_item()
fd6b197... app: port GimpOverlayBox to GtkStyleContext
fca631e... app: port GimpOverlayFrame to GtkStyleContext
19027f5... app: port GimpScaleButton to GtkStyleContext
194ffcc... libgimpwidgets: move all GimpPickButton members to a privat
f95f8f6... libgimpwidgets: move all GimpColorArea members to a private
8057dbd... libgimpwidgets: move all GimpOffsetArea members to a privat
0015263... libgimpwidgets: move padding members from instance to class
7ca88bb... libgimpwidgets: move all GimpButton members to a private st
48b18e9... libgimpwidgets: move all GimpCellRendererColor members to a
e9e992c... libgimpwidgets: move all GimpColorButton members to a priva
8711cd6... libgimpwidgets: move all GimpCellRendererToggle members to
14e045d... libgimpwidgets: move all GimpChainButton members to a priva
108b4c1... libgimpwidgets: move all GimpBrowser members to a private s
657f11b... libgimpwidgets: move all GimpColorDisplay members to a priv
f3c4e02... libgimpwidgets: move all GimpColorDisplayStack members to a
db61da7... libgimpwidgets: move all GimpColorHexEntry members to a pri
ed4f1aa... libgimpwidgets: add padding
f1815aa... libgimpwidgets: move all GimpColorNotebook members to a pri
b5cc3b2... libgimpwidgets: move all GimpColorScale members to a privat
53e86f6... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
6ce3ce6... libgimpwidgets: move all GimpColorSelection members to a pr
2008aa4... libgimpwidgets: move all GimpEnumLabel members to a private
1c7c931... app: don't use style->black and style->white
1fdbe8e... libgimpwidgets: move all GimpMemsizeEntry members to a priv
7dd9ebb... app: port GimpStrokeEditor to GtkStyleContext
3ffe4a8... app: port GimpPaletteView to GtkStyleContext
d2679f8... plug-ins: don't use style->black and style->white
431e8d3... libgimpwidgets: move all GimpColorProfileStore members to a
a6b7707... app: port GimpDockWindow to GtkStyleContext
d3f6254... app: port GimpToolEditor to GtkStyleContext
2a11c40... app: use gtk_widget_override_font() instead of modify_font(
4d26a3e... app: port GimpThumbBox to GtkStyleContext
8d1790c... Implement GtkWidget::style_updated() instead of ::style_set
00b6d6f... app: port GimpHistogramView to GtkStyleContext
3f2f88f... app: disable calls to gtk_range_set_update_policy()
72a3d04... app: port GimpTagEntry to GtkStyleContext
85db71a... app: always ask the master device for its axes or state
a34bd4e... app: when checking for a device change, check the event's s
4351462... app: remove obsolete device checks from GimpToolbox
f54af5c... app: port GimpColorFrame away from GtkStyle, using a new st
613489e... app: remove call to gtk_widget_style_attach() from GimpOver
f01e19a... app: port GimpOverlayChild to GtkStyleContext
219aaca... Port cell renderers to gtk_cell_renderer_get_state()
b473e05... app: port GimpCellRendererDashes to GtkStyleContext
d48602d... app: add gimp_get_style_color() to simplify GdkRGBA style p
8552e71... app: add style property and default CSS for GimpHistogramVi
f7162bc... app: port GimpCurveView to GtkStyleContext
cc64867... themes: document the new GimpHistogramView property in the
c7c7082... app: define all GimpHistogramView colors via style properti
0e510ae... themes: document the new stlye properties and indent the CS
c3b8af3... app: increase the priority of the theme CSS by 1
fcd4f53... app: port GimpComboTagEntry to GtkStyleContext
8cc5cc9... configure.ac: use the new GTK_CHECK_BACKEND() macro
e2968ee... plug-ins: port map-object to GTK+ 3.x
97308d8... app: port GimpToolbox to GtkWidget::style_updated()
f29ce05... app: use GdkRGBA instead of GdkColor in some places
677eb06... app: remove gimp_rgb_get,set_gdk_color()
0c7670a... app: port the text tool editor's preedit popup to GtkStyleC
047e43c... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
eb7b17e... app: gimp_print_event(): add the device to the event debug
1dbcc69... app: gimp_device_info_get_device_coords(): workaround for X
3ec81ec... app: make input devices, grabs and therefore generally tool
ec4b818... app: use gdk_device_get_position() inetad of gdk_display_ge
f53e503... app: remove some forgotten #undef GSEAL_ENABLE
0b8a977... app: let the file dialog expand/collapse with the file type
8c4bd5a... app: use gdk_device_get_position() instead of gdk_display_g
89ca2a7... app: port GimpGradientEditor to GtkSyleContext
d37bc49... app: port GimpHistogramView to gdk_device_grab()/ungrab()
3fd416d... app: port GimpNavigationEditor to GtkStyleContext
b255d09... plug-ins: s/GtkObject/GtkAdjustment in web-page
b797764... app: port GimpTagPopup to GtkStyleContext
6dec81c... app: GimpDock: port font size modification to GtkCssProvide
52b3176... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]