[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: Fri, 7 Oct 2011 10:56:07 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
a9164a8... Switch to version 3.0 in a lot of places and depend on GTK+
0b4d8c1... libgimpwidgets: remove deprecated files from the build
28ff693... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
2ed039b... libgimpwidgets: port virtual functions to GTK+ 3.0
90c9fcf... libgimpwidgets: port virtual functions to GTK+ 3.0
d81fe01... libgimpwidgets: port to GtkWidget::draw()
b02954f... libgimpwidgets: port to GtkWidget::draw()
e16db6c... libgimpwidgets: port to GtkWidget::draw()
d8aa980... libgimpwidgets: s/GtkObject/GtkAdjustment/
48d122d... libgimpwidgets: s/GtkObject/GtkAdjustment/
0da27ac... libgimpwidgets: port to GtkWidget::draw()
ea37bac... libgimpwidgets: remove deprecated functions and s/GtkObject
bea4ef4... libgimpwidgets: s/GtkObject/GtkAdjustment/
50e8650... libgimpwidgets: s/GtkObject/GtkAdjustment/
9011c14... libgimpwidgets: remove deprecated files completely
b1abbd2... Update .gitignore files for generated 3.0 files
dca5429... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
f993891... app: port to GtkWidget::draw()
75082e8... app: remove GTK_OBJECT() cast
b562ac7... app: port to GtkWidget::draw()
76a8082... app: port to GtkWidget::draw()
49d1b23... app: port virtual functions to GTK+ 3.0 API
c644d80... app: get rid of a GTK_OBJECT() cast
0a32194... app: port to GtkWidget::draw()
860debe... app: port to GtkWidget::draw()
cbb941f... app: port to GtkWidget::draw()
82311cb... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
e49e227... app: port to GtkWidget::draw()
f387072... app: s/GtkObject/GtkAdjustment/
203fde8... app: port to GtkWidget::draw()
198f77d... app: port GimpNavigationView to GtkWidget::draw()
250675d... app: s/GtkObject/GtkAdjustment/
a81797d... app: port GimpPaletteView to GtkWidget::draw()
958db33... app: s/GtkObject/GtkAdjustment/
b4e96fa... app: s/GtkObject/GtkAdjustment/
de50c6f... app: s/GtkObject/GtkAdjustment/
d03fb1a... app: port to GtkWidget::draw()
4260d63... app: get rid of GtkObject in GimpUIManager
bbc209b... app: port to GtkWidget::draw()
f87efc2... app: no need to alloc colors any longer, GdkColormap is gon
1a87375... app: port call to gtk_paint_arrow() to GTK+ 3.0
756e330... app: port device management to GdkDeviceManager
1a9aaaa... app: remove obsolete (GtkObject **) casts
bd9a91d... app: use gtk_widget_get_preferred_size() instead of size_re
4b188d8... app: port GimpScalComboBox to GTK+ 3.0
eeb9bc3... app: use gtk_widget_get_preferred_size() instead of size_re
eb6a1cd... libgimpwidgets: port GimpFrame to GTK+ 3.0
c16bde9... app: port tools to GTK+ 3.0 (trivial changes only)
c303c51... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
6c191a8... app: pass the cairo_region_t to gdk_window_invalidate_regio
05e0ba1... app: use GdkDeviceManager to list devices
f1cc0ea... app: use GdkDeviceManager API
9db6a1d... app: port to GtkWidget::draw()
c754118... app: remove calls to colormap functions, they are gone
6b99d64... libgimpwidgets: get rid of (GtkObject **) casts
fbd4770... app: port the splash to GTK+ 3.0
d49d81d... libgimpwidgets: port the ruler to GTK+ 3.0
d0e291b... libgimpwidgets: port to GtkWidget::draw()
15f96d2... app: port to GtkWidget::draw()
b46eb95... app: port the overlay stuff to GTK+ 3.0
00d8a25... app: use the container icon view, the grid view is not GTK+
b084be2... app: port to GtkWidget::draw() (incompletely)
55b9535... app: remove call to gtk_statusbar_set_has_resize_grip()
3083a1d... app: port the tag entry to GTK+ 3.0
148f009... app: port to GtkWidget::draw() but disable the code inside
056a2fb... app: can't set the scale combo entry's properties in init()
51a86df... app: port to GtkWidget::draw()
264baba... libgimpwidgets: port to GtkWidget::draw()
41d5022... modules: s/GtkObject/GtkAdjustment/
fda91ac... app: didn't completely commit the display shell expose() ->
13e1106... app: fix display shell background drawing
9767aa1... app: fix canvas double buffering using cairo_push,pop_group
bd5ca44... script-fu: port to GTK+ 3.0
0be8670... app: port to GtkWidget::draw()
f21eb5c... app: passing -1 as width/height to gtk_paint_box() no longe
d626c75... app: port popup arrow drawing to cairo and get rid of the a
46ccc8e... app: remove GimpContainerGridView from the build entirely
fe70038... modules: port to GtkWidget::draw()
74c4e2e... libgimpwidgets: port to GtkWidget::draw()
b5cb5a2... libgimp: port to GtkWidget::draw()
80cc4c9... app: don't translate to allocation.x,y
b0048ba... app: port to GtkWidget::draw()
0943c41... app: forgot to remove a cairo_destroy() in draw()
cbdf06a... app: port to GtkWidget::draw()
6bdaed2... app: build binaries with version number 2.99
5d91f29... app: GtkEntry turned into a no-window widget
2548c27... app: use the new GtkScrollable API instead of deprecated tr
9a111d6... app: cairo_save()/restore() around chaining up in draw()
68d76af... app: add ugly workaround to make the icon view adapt to vie
6b6416b... plug-ins: lots of trivial GTK+ 3.0 porting
2062972... plug-ins: port jpeg-save to GTK+ 3.0
be445cc... plug-ins: port file-png to GTK+ 3.0
8db499a... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
6964c6b... plug-ins: more s/GtkObject/GtkAdjustment/
4691795... plug-ins: port some more plug-ins to GTK+ 3.0
8f831ba... app: port the colormap editor to GTK+ 3.0
65fedc2... app: remove GtkWrapBox
d5b6872... libgimpwidgets: port to the new size request API
0bc4b8b... app: port to the new size request API
4a7d075... plug-ins: port the print preview to the new size request AP
e8e41f8... plug-ins: port sphere-designer to GtkWidget::draw()
e17ab1a... plug-ins: port cml-explorer to GtkWidget::draw()
9ad9d75... plug-ins: s/GtkObject/GtkAdjustment/ in file-pdf-load
9d7c2cd... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop
e065090... plug-ins: port lighting to GTK+ 3.0
7a53344... plug-ins: port the unit-editor to GtkScrollable
e587955... app: fix GimpOverlayDialog's minimum height
87ecdf0... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
27ba188... app: don't connect to "size-requst" because that's deprecat
c55eec7... app: port GimpSpinScale to GTK+ 3.0
d381b26... app: skip keyboard devices so the device list becomes reaso
a1a9338... app: implement proper height-for-width in GimpToolPalette
9a4a38a... app: use GdkDevice accessors
392927b... app: introduce struct GimpDeviceKey because GdkDeviceKey is
ee28135... app: put the toolbox' areas into a box until we decided abo
ce9cc5e... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
83af86e... app: port the device sort function to GdkDeviceManager
7530b2d... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
2a8da81... app: change the list of available devices to something that
9a9a6df... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
51da46f... libgimpwidgets: port GimpChainButton to GtkStyleContext
e45cc7f... libgimpwidgets: port GimpColorArea to GtkStyleContext
364d159... libgimpwidgets: port GimpColorScale to GtkStyleContext
ec6a9dc... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
26c9303... libgimpwidgets: port GimpRuler to GtkStyleContext
35e71c3... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
ef1e497... modules: port ColorselWheel to GtkStyleContext
070a796... app: port Wilber drawing to GtkStyleContext
4472bff... app: port GimpBlobEditor to GtkStyleContext
57bd0bf... app: port setting the canvas padding color to GtkStyleConte
73da1fc... app: port GimpPanedBox to GtkStyleContext
d2ba526... app: port GimpContainerIconView to GtkStyleContext
a59623a... app: port GimpContainerTreeView to GtkStyleContext
0b0a069... app: port GimpColormapEditor to GtkStyleContext
94cf7ac... app: port GimpComponentEditor to GtkStyleContext
a9f038f... app: port GimpFgBgEditor to GtkStyleContext
d12636b... app: port GimpFgBgView to GtkStyleContext
4bb7951... app: port gimp_get_icon_size() to GtkStyleContext
70161b6... app: port GimpContainerBox to GtkStyleContext
1229974... app: port GimpDashEditor to GtkStyleContext
8c66b06... app: remove calls to gtk_widget_get,set_extension_events()
cbb555a... app: s/gtk_widget_modify_font/gtk_widget_override_font/
c15ec20... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
9f8dde9... app: port the about dialog to GtkStyleContext
1244ca5... modules: remove call to gtk_widget_set_extension_events()
5e3e15b... libgimpwidgets: implement GtkWidget::state_flags_changed()
1976ab4... libgimpwidgets: implement GtkWidget::style_updated() instea
41ea111... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
9cab30d... app: use gdk_drag_context_get_source_window()
d698db2... app: use gdk_drag_context_get_selected_action() instead of
2844fc5... app: port GimpSpinScale to GtkStyleContext
e190aa2... app: implement GtkWidget::style_updated() instead of style_
019676e... port gtkrc files to CSS (incompletely and stuff commented o
e3d30b1... Port theme and gtkrc file loading to CSS files using GtkCss
4ffb28f... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
4ca1fdf... app: copy gimp.css instead of gtkrc to the user's gimp dire
01fab97... app: check whether child widgets exist in GtkWidget::style_
93268d0... Replace gdk_cursor_unref() with g_object_unref()
c35c263... app: use gtk_menu_shell_get_selected_item()
b1a93d4... app: port GimpOverlayBox to GtkStyleContext
c9210db... app: port GimpOverlayFrame to GtkStyleContext
141b0bf... app: port GimpScaleButton to GtkStyleContext
9e61ab8... libgimpwidgets: move all GimpPickButton members to a privat
baa4502... libgimpwidgets: move all GimpColorArea members to a private
b680621... libgimpwidgets: move all GimpOffsetArea members to a privat
0cf95b2... libgimpwidgets: move padding members from instance to class
49325be... libgimpwidgets: move all GimpButton members to a private st
1ab43cc... libgimpwidgets: move all GimpCellRendererColor members to a
2e19648... libgimpwidgets: move all GimpColorButton members to a priva
5e189b6... libgimpwidgets: move all GimpCellRendererToggle members to
a757e5e... libgimpwidgets: move all GimpChainButton members to a priva
68edeeb... libgimpwidgets: move all GimpBrowser members to a private s
a8cac45... libgimpwidgets: move all GimpColorDisplay members to a priv
a80e8b3... libgimpwidgets: move all GimpColorDisplayStack members to a
1e963c1... libgimpwidgets: move all GimpColorHexEntry members to a pri
93120a6... libgimpwidgets: add padding
256a112... libgimpwidgets: move all GimpColorNotebook members to a pri
7e6a8ec... libgimpwidgets: move all GimpColorScale members to a privat
c8be866... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
d70b052... libgimpwidgets: move all GimpColorSelection members to a pr
81b731b... libgimpwidgets: move all GimpEnumLabel members to a private
9be7146... app: don't use style->black and style->white
2a57cec... libgimpwidgets: move all GimpMemsizeEntry members to a priv
6b6caf0... app: port GimpStrokeEditor to GtkStyleContext
04a148b... app: port GimpPaletteView to GtkStyleContext
a0a6f24... plug-ins: don't use style->black and style->white
a01be15... libgimpwidgets: move all GimpColorProfileStore members to a
34897b4... app: port GimpDockWindow to GtkStyleContext
992a6c5... app: port GimpToolEditor to GtkStyleContext
42ae64f... app: use gtk_widget_override_font() instead of modify_font(
d54198c... app: port GimpThumbBox to GtkStyleContext
1c4c3a9... Implement GtkWidget::style_updated() instead of ::style_set
186b998... app: port GimpHistogramView to GtkStyleContext
6b486f3... app: port GimpTagEntry to GtkStyleContext
3367a43... app: always ask the master device for its axes or state
3cf1301... app: when checking for a device change, check the event's s
0828165... app: remove obsolete device checks from GimpToolbox
cd1e52b... app: port GimpColorFrame away from GtkStyle, using a new st
4aa2496... app: remove call to gtk_widget_style_attach() from GimpOver
7fff63d... app: port GimpOverlayChild to GtkStyleContext
8d11fbd... Port cell renderers to gtk_cell_renderer_get_state()
2b13ec9... app: port GimpCellRendererDashes to GtkStyleContext
6a76e61... app: add gimp_get_style_color() to simplify GdkRGBA style p
4ac67ff... app: add style property and default CSS for GimpHistogramVi
769dcb1... app: port GimpCurveView to GtkStyleContext
66c16b0... themes: document the new GimpHistogramView property in the
36ba662... app: define all GimpHistogramView colors via style properti
189e23e... themes: document the new stlye properties and indent the CS
106a60b... app: increase the priority of the theme CSS by 1
0e40ae6... app: port GimpComboTagEntry to GtkStyleContext
4a794ac... configure.ac: use the new GTK_CHECK_BACKEND() macro
2d6e40d... plug-ins: port map-object to GTK+ 3.x
b365336... app: port GimpToolbox to GtkWidget::style_updated()
60cdba5... app: use GdkRGBA instead of GdkColor in some places
e21e0f6... app: remove gimp_rgb_get,set_gdk_color()
b2cccf9... app: port the text tool editor's preedit popup to GtkStyleC
264bdba... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
89b690c... app: gimp_print_event(): add the device to the event debug
5a482d5... app: gimp_device_info_get_device_coords(): workaround for X
99a96af... app: make input devices, grabs and therefore generally tool
a5726c7... app: use gdk_device_get_position() inetad of gdk_display_ge
5766b51... app: remove some forgotten #undef GSEAL_ENABLE
a7998ba... app: let the file dialog expand/collapse with the file type
69e5de2... app: use gdk_device_get_position() instead of gdk_display_g
0c30561... app: port GimpGradientEditor to GtkSyleContext
f22d590... app: port GimpHistogramView to gdk_device_grab()/ungrab()
bafc942... app: port GimpNavigationEditor to GtkStyleContext
581f249... plug-ins: s/GtkObject/GtkAdjustment in web-page
5d1841f... app: port GimpTagPopup to GtkStyleContext
dcf76c9... app: GimpDock: port font size modification to GtkCssProvide
681b77a... plug-ins: s/GtkObject/GtkAdjustment/
9f7fab1... app: implement GtkContainer::get_path_for_child() in GimpMe
2a0adf2... devel-docs: make the shooter tool at least build again (unt
a33b0f1... tools: update .gitignore
e6ab692... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]