[gimp] (227 commits) Created branch gtk3-port
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (227 commits) Created branch gtk3-port
- Date: Wed, 13 Mar 2013 22:12:15 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
59d1d54... Switch to version 3.0 in a lot of places and depend on GTK+
9f904f0... libgimpwidgets: remove deprecated files from the build
4ad1faf... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
db2f8b6... libgimpwidgets: port virtual functions to GTK+ 3.0
cc1e1b5... libgimpwidgets: port virtual functions to GTK+ 3.0
7c924a7... libgimpwidgets: port to GtkWidget::draw()
7c1d9c7... libgimpwidgets: port to GtkWidget::draw()
0a08f8a... libgimpwidgets: port to GtkWidget::draw()
72488e5... libgimpwidgets: s/GtkObject/GtkAdjustment/
d275bd5... libgimpwidgets: port to GtkWidget::draw()
66797e0... libgimpwidgets: remove deprecated functions and s/GtkObject
d361e3b... libgimpwidgets: remove deprecated files completely
5449de1... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
e940b5c... app: port to GtkWidget::draw()
e3f9461... app: remove GTK_OBJECT() cast
7ecb802... app: port to GtkWidget::draw()
82c99db... app: port to GtkWidget::draw()
559feff... app: port virtual functions to GTK+ 3.0 API
7497d70... app: get rid of a GTK_OBJECT() cast
68f9365... app: port to GtkWidget::draw()
0ee8882... app: port to GtkWidget::draw()
8420df8... app: port to GtkWidget::draw()
bad0cf8... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
56c15d7... app: port to GtkWidget::draw()
e99d184... app: s/GtkObject/GtkAdjustment/
cbfc270... app: port to GtkWidget::draw()
ccbf1eb... app: port GimpNavigationView to GtkWidget::draw()
7ccd073... app: port GimpPaletteView to GtkWidget::draw()
12bacf5... app: port to GtkWidget::draw()
5fadd89... app: get rid of GtkObject in GimpUIManager
12e865f... app: port to GtkWidget::draw()
39fc51a... app: no need to alloc colors any longer, GdkColormap is gon
055222c... app: port call to gtk_paint_arrow() to GTK+ 3.0
f73b2dc... app: port device management to GdkDeviceManager
bb421cc... app: remove obsolete (GtkObject **) casts
fc90db0... app: use gtk_widget_get_preferred_size() instead of size_re
61cf98b... app: port GimpScalComboBox to GTK+ 3.0
6b37cd7... app: use gtk_widget_get_preferred_size() instead of size_re
fba3c9e... libgimpwidgets: port GimpFrame to GTK+ 3.0
9e4d0be... app: port tools to GTK+ 3.0 (trivial changes only)
d33001a... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
20060b2... app: pass the cairo_region_t to gdk_window_invalidate_regio
d1a9b84... app: use GdkDeviceManager to list devices
9a0fca1... app: port to GtkWidget::draw()
ba838da... app: remove calls to colormap functions, they are gone
ac77996... libgimpwidgets: get rid of (GtkObject **) casts
573ccf0... app: port the splash to GTK+ 3.0
3282576... libgimpwidgets: port the ruler to GTK+ 3.0
127088a... libgimpwidgets: port to GtkWidget::draw()
5419a33... app: port to GtkWidget::draw()
d68b940... app: port the overlay stuff to GTK+ 3.0
91d1e25... app: use the container icon view, the grid view is not GTK+
e636e71... app: port to GtkWidget::draw() (incompletely)
6fc91cc... app: remove call to gtk_statusbar_set_has_resize_grip()
1072605... app: port the tag entry to GTK+ 3.0
38d55e5... app: port to GtkWidget::draw() but disable the code inside
4ab77f7... app: can't set the scale combo entry's properties in init()
f12a945... app: port to GtkWidget::draw()
df4803b... libgimpwidgets: port to GtkWidget::draw()
f6134f3... modules: s/GtkObject/GtkAdjustment/
cb6d5c8... app: didn't completely commit the display shell expose() ->
2e594a2... app: fix display shell background drawing
80bc7d2... app: fix canvas double buffering using cairo_push,pop_group
8372d5b... script-fu: port to GTK+ 3.0
4b116c2... app: port to GtkWidget::draw()
6fe35fc... app: passing -1 as width/height to gtk_paint_box() no longe
a52682d... app: port popup arrow drawing to cairo and get rid of the a
08834b9... app: remove GimpContainerGridView from the build entirely
91c678f... modules: port to GtkWidget::draw()
e8aaccb... libgimpwidgets: port to GtkWidget::draw()
ff1c660... libgimp: port to GtkWidget::draw()
21f537a... app: don't translate to allocation.x,y
1b4363e... app: port to GtkWidget::draw()
a8bf932... app: forgot to remove a cairo_destroy() in draw()
66fdd74... app: port to GtkWidget::draw()
080b724... app: GtkEntry turned into a no-window widget
0961459... app: use the new GtkScrollable API instead of deprecated tr
18df604... app: cairo_save()/restore() around chaining up in draw()
baa8819... app: add ugly workaround to make the icon view adapt to vie
a6a2678... plug-ins: lots of trivial GTK+ 3.0 porting
e184719... plug-ins: port jpeg-save to GTK+ 3.0
3769c21... plug-ins: port file-png to GTK+ 3.0
496b3d1... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
8c25a53... plug-ins: more s/GtkObject/GtkAdjustment/
4144256... plug-ins: port some more plug-ins to GTK+ 3.0
57bbc32... app: port the colormap editor to GTK+ 3.0
6079424... app: remove GtkWrapBox
8304dbb... libgimpwidgets: port to the new size request API
17245cf... app: port to the new size request API
c550dd1... plug-ins: port the print preview to the new size request AP
00e0d2c... plug-ins: port sphere-designer to GtkWidget::draw()
eb0f52e... plug-ins: port cml-explorer to GtkWidget::draw()
f705c78... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop
3c54bd3... plug-ins: port lighting to GTK+ 3.0
31ede16... plug-ins: port the unit-editor to GtkScrollable
9eca07d... app: fix GimpOverlayDialog's minimum height
af30a87... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
e7270c2... app: don't connect to "size-requst" because that's deprecat
266daf9... app: port GimpSpinScale to GTK+ 3.0
4017a46... app: skip keyboard devices so the device list becomes reaso
db3e9f2... app: implement proper height-for-width in GimpToolPalette
a493c80... app: use GdkDevice accessors
090fb8e... app: introduce struct GimpDeviceKey because GdkDeviceKey is
b01c6f6... app: put the toolbox' areas into a box until we decided abo
29d903a... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
4854bec... app: port the device sort function to GdkDeviceManager
c23479f... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
47cfeed... app: change the list of available devices to something that
e9846b4... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
e92fd6d... libgimpwidgets: port GimpChainButton to GtkStyleContext
a1a5071... libgimpwidgets: port GimpColorArea to GtkStyleContext
a69e648... libgimpwidgets: port GimpColorScale to GtkStyleContext
5bdeea7... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
d584e15... libgimpwidgets: port GimpRuler to GtkStyleContext
c0defd6... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
a0237a4... app: port GimpBlobEditor to GtkStyleContext
29a0cac... app: port setting the canvas padding color to GtkStyleConte
1b078d6... app: port GimpPanedBox to GtkStyleContext
bbbb008... app: port GimpContainerIconView to GtkStyleContext
0ecbeb0... app: port GimpContainerTreeView to GtkStyleContext
e2e50b2... app: port GimpColormapEditor to GtkStyleContext
e0c1d4e... app: port GimpComponentEditor to GtkStyleContext
1e3cb64... app: port GimpFgBgEditor to GtkStyleContext
0400398... app: port GimpFgBgView to GtkStyleContext
6b582cf... app: port gimp_get_icon_size() to GtkStyleContext
681d727... app: port GimpContainerBox to GtkStyleContext
e0cfdd4... app: port GimpDashEditor to GtkStyleContext
7afce40... app: remove calls to gtk_widget_get,set_extension_events()
c3b24c4... app: s/gtk_widget_modify_font/gtk_widget_override_font/
56e6b42... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
4ce6bf9... app: port the about dialog to GtkStyleContext
4ea9398... modules: remove call to gtk_widget_set_extension_events()
450edff... libgimpwidgets: implement GtkWidget::state_flags_changed()
85d1351... libgimpwidgets: implement GtkWidget::style_updated() instea
768ed3d... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
8c41890... app: use gdk_drag_context_get_source_window()
c080029... app: use gdk_drag_context_get_selected_action() instead of
a9bcd5f... app: port GimpSpinScale to GtkStyleContext
31dcb2c... app: implement GtkWidget::style_updated() instead of style_
6c951b9... port gtkrc files to CSS (incompletely and stuff commented o
4367149... Port theme and gtkrc file loading to CSS files using GtkCss
88bf581... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
884e60a... app: copy gimp.css instead of gtkrc to the user's gimp dire
a8ded54... app: check whether child widgets exist in GtkWidget::style_
b856367... Replace gdk_cursor_unref() with g_object_unref()
93a1eaa... app: use gtk_menu_shell_get_selected_item()
4ccca72... app: port GimpOverlayBox to GtkStyleContext
3af9c53... app: port GimpOverlayFrame to GtkStyleContext
ebe60c7... app: port GimpScaleButton to GtkStyleContext
05d1533... libgimpwidgets: move all GimpPickButton members to a privat
a53d615... libgimpwidgets: move all GimpColorArea members to a private
1a6e680... libgimpwidgets: move all GimpOffsetArea members to a privat
7560810... libgimpwidgets: move padding members from instance to class
419d8d3... libgimpwidgets: move all GimpButton members to a private st
735229a... libgimpwidgets: move all GimpCellRendererColor members to a
328abaf... libgimpwidgets: move all GimpColorButton members to a priva
fb76182... libgimpwidgets: move all GimpCellRendererToggle members to
dd331fc... libgimpwidgets: move all GimpChainButton members to a priva
dfcc892... libgimpwidgets: move all GimpBrowser members to a private s
0162fb6... libgimpwidgets: move all GimpColorDisplay members to a priv
d026670... libgimpwidgets: move all GimpColorDisplayStack members to a
fe62a3f... libgimpwidgets: move all GimpColorHexEntry members to a pri
8341f7a... libgimpwidgets: add padding
9cebe0b... libgimpwidgets: move all GimpColorNotebook members to a pri
5455b9b... libgimpwidgets: move all GimpColorScale members to a privat
c326978... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
9e19b83... libgimpwidgets: move all GimpColorSelection members to a pr
9e00044... libgimpwidgets: move all GimpEnumLabel members to a private
6f15f55... app: don't use style->black and style->white
bd5ec57... libgimpwidgets: move all GimpMemsizeEntry members to a priv
3d6d442... app: port GimpStrokeEditor to GtkStyleContext
99682c1... app: port GimpPaletteView to GtkStyleContext
f49ea53... plug-ins: don't use style->black and style->white
3847519... libgimpwidgets: move all GimpColorProfileStore members to a
c279436... app: port GimpDockWindow to GtkStyleContext
6743eb3... app: port GimpToolEditor to GtkStyleContext
6640420... app: use gtk_widget_override_font() instead of modify_font(
b870ebf... app: port GimpThumbBox to GtkStyleContext
88869d9... Implement GtkWidget::style_updated() instead of ::style_set
3f43c0e... app: port GimpHistogramView to GtkStyleContext
9de376c... app: port GimpTagEntry to GtkStyleContext
3dca7eb... app: always ask the master device for its axes or state
d8fe5b2... app: when checking for a device change, check the event's s
2ed427e... app: remove obsolete device checks from GimpToolbox
218a29b... app: port GimpColorFrame away from GtkStyle, using a new st
acdf5d4... app: remove call to gtk_widget_style_attach() from GimpOver
af44893... app: port GimpOverlayChild to GtkStyleContext
2b57b67... Port cell renderers to gtk_cell_renderer_get_state()
3ff31cd... app: port GimpCellRendererDashes to GtkStyleContext
801dedc... app: add gimp_get_style_color() to simplify GdkRGBA style p
0613f98... app: add style property and default CSS for GimpHistogramVi
4d49174... app: port GimpCurveView to GtkStyleContext
a30020a... themes: document the new GimpHistogramView property in the
d80722d... app: define all GimpHistogramView colors via style properti
d90df37... themes: document the new stlye properties and indent the CS
7fc6754... app: increase the priority of the theme CSS by 1
73ca579... app: port GimpComboTagEntry to GtkStyleContext
d24f8d8... configure.ac: use the new GTK_CHECK_BACKEND() macro
92b03c5... plug-ins: port map-object to GTK+ 3.x
39fd9e1... app: use GdkRGBA instead of GdkColor in some places
3418ca8... app: remove gimp_rgb_get,set_gdk_color()
c6f3314... app: port the text tool editor's preedit popup to GtkStyleC
4245f26... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
e423823... app: gimp_print_event(): add the device to the event debug
1914451... app: gimp_device_info_get_device_coords(): workaround for X
3108998... app: make input devices, grabs and therefore generally tool
60a2d0d... app: use gdk_device_get_position() inetad of gdk_display_ge
16865a3... app: remove some forgotten #undef GSEAL_ENABLE
0809bc5... app: let the file dialog expand/collapse with the file type
b8e00fb... app: port GimpGradientEditor to GtkSyleContext
f3b2330... app: port GimpHistogramView to gdk_device_grab()/ungrab()
ca3c9e4... app: port GimpNavigationEditor to GtkStyleContext
64e1712... app: port GimpTagPopup to GtkStyleContext
f4f7167... app: GimpDock: port font size modification to GtkCssProvide
25f7354... plug-ins: s/GtkObject/GtkAdjustment/
f398ba7... app: implement GtkContainer::get_path_for_child() in GimpMe
a2e21de... devel-docs: make the shooter tool at least build again (unt
3089963... app: don't use "size-request" for the toolbox' wilber, it's
b4faf08... app: themes.c: add #if 0-ed switch to dark theme variant
3e6dd0b... Incomplete notebook and tab theming commit, to be improved
743894d... themes: set an explicit background for rulers
f5fb996... app: make the statusbar's progress label visible again
efc1fb7... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
c14f9e0... app: port wilber drawing to GtkStyleContext
92aed61... modules: port GimpColorWheel to GTK+ 3.x
2e866ca... Unkommented settings for preferring a dark GTK+ theme.
dadd0f3... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]