[gimp] (226 commits) Created branch gtk3-port
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (226 commits) Created branch gtk3-port
- Date: Mon, 18 Nov 2013 18:48:38 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
2cd51d5... Switch to version 3.0 in a lot of places and depend on GTK+
6a56a0e... libgimpwidgets: remove deprecated files from the build
402800b... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
f332531... libgimpwidgets: port virtual functions to GTK+ 3.0
d7f3676... libgimpwidgets: port virtual functions to GTK+ 3.0
bc1f796... libgimpwidgets: port to GtkWidget::draw()
e2a1ddc... libgimpwidgets: port to GtkWidget::draw()
20d4243... libgimpwidgets: port to GtkWidget::draw()
1d3e457... libgimpwidgets: s/GtkObject/GtkAdjustment/
8ccaaaa... libgimpwidgets: port to GtkWidget::draw()
a940d37... libgimpwidgets: remove deprecated functions and s/GtkObject
5a5e49f... libgimpwidgets: remove deprecated files completely
13cc8e2... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
aec83c2... app: port to GtkWidget::draw()
a3cb8d9... app: remove GTK_OBJECT() cast
84efea7... app: port to GtkWidget::draw()
df55b95... app: port to GtkWidget::draw()
4e878ee... app: port virtual functions to GTK+ 3.0 API
a9a9a37... app: get rid of a GTK_OBJECT() cast
b719938... app: port to GtkWidget::draw()
7f9076e... app: port to GtkWidget::draw()
decd51d... app: port to GtkWidget::draw()
4b673e6... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
209fff4... app: port to GtkWidget::draw()
cecc569... app: s/GtkObject/GtkAdjustment/
2ef850a... app: port to GtkWidget::draw()
f644eb8... app: port GimpNavigationView to GtkWidget::draw()
26a633d... app: port GimpPaletteView to GtkWidget::draw()
64ee13b... app: port to GtkWidget::draw()
b9438b0... app: get rid of GtkObject in GimpUIManager
857e029... app: port to GtkWidget::draw()
5232824... app: no need to alloc colors any longer, GdkColormap is gon
c6a2728... app: port call to gtk_paint_arrow() to GTK+ 3.0
bbdc580... app: port device management to GdkDeviceManager
27f770a... app: remove obsolete (GtkObject **) casts
786d78b... app: use gtk_widget_get_preferred_size() instead of size_re
c0b677e... app: port GimpScalComboBox to GTK+ 3.0
8174812... app: use gtk_widget_get_preferred_size() instead of size_re
493dbbf... libgimpwidgets: port GimpFrame to GTK+ 3.0
1e02a34... app: port tools to GTK+ 3.0 (trivial changes only)
f6789c1... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
0f1e72e... app: pass the cairo_region_t to gdk_window_invalidate_regio
8469349... app: use GdkDeviceManager to list devices
145b1de... app: port to GtkWidget::draw()
8f89ac4... app: remove calls to colormap functions, they are gone
1139eb0... libgimpwidgets: get rid of (GtkObject **) casts
05df6eb... app: port the splash to GTK+ 3.0
66ba38f... libgimpwidgets: port the ruler to GTK+ 3.0
b7b0f1b... libgimpwidgets: port to GtkWidget::draw()
c0d25c4... app: port to GtkWidget::draw()
866cbe4... app: port the overlay stuff to GTK+ 3.0
58e98ef... app: use the container icon view, the grid view is not GTK+
4b85b97... app: port to GtkWidget::draw() (incompletely)
8fa3e8e... app: remove call to gtk_statusbar_set_has_resize_grip()
5073ba7... app: port the tag entry to GTK+ 3.0
04f46af... app: port to GtkWidget::draw() but disable the code inside
ad86619... app: can't set the scale combo entry's properties in init()
b28665e... app: port to GtkWidget::draw()
7008a94... libgimpwidgets: port to GtkWidget::draw()
1efef21... modules: s/GtkObject/GtkAdjustment/
f9a293a... app: didn't completely commit the display shell expose() ->
3618379... script-fu: port to GTK+ 3.0
824bf5f... app: port to GtkWidget::draw()
a744e10... app: passing -1 as width/height to gtk_paint_box() no longe
ac73681... app: port popup arrow drawing to cairo and get rid of the a
aad0d69... app: remove GimpContainerGridView from the build entirely
a2562dd... modules: port to GtkWidget::draw()
948607c... libgimpwidgets: port to GtkWidget::draw()
ae02ec4... libgimp: port to GtkWidget::draw()
936efda... app: don't translate to allocation.x,y
263d42f... app: port to GtkWidget::draw()
7eb9684... app: forgot to remove a cairo_destroy() in draw()
a111bf9... app: port to GtkWidget::draw()
9341437... app: GtkEntry turned into a no-window widget
2616659... app: use the new GtkScrollable API instead of deprecated tr
36a3014... app: cairo_save()/restore() around chaining up in draw()
a990e4a... app: add ugly workaround to make the icon view adapt to vie
3f37744... plug-ins: lots of trivial GTK+ 3.0 porting
cefc9cf... plug-ins: port jpeg-save to GTK+ 3.0
9d408f4... plug-ins: port file-png to GTK+ 3.0
10e3f3d... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
4e7e831... plug-ins: more s/GtkObject/GtkAdjustment/
be0eaf0... plug-ins: port some more plug-ins to GTK+ 3.0
8258ba8... app: port the colormap editor to GTK+ 3.0
8ed044d... app: remove GtkWrapBox
f3843f9... libgimpwidgets: port to the new size request API
f20df06... app: port to the new size request API
ab0504e... plug-ins: port the print preview to the new size request AP
12d0d39... plug-ins: port sphere-designer to GtkWidget::draw()
99768c2... plug-ins: port cml-explorer to GtkWidget::draw()
8ecb9a1... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop
cbd68dc... plug-ins: port lighting to GTK+ 3.0
4311e6d... plug-ins: port the unit-editor to GtkScrollable
1b5b227... app: fix GimpOverlayDialog's minimum height
a17c706... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
9562615... app: don't connect to "size-requst" because that's deprecat
ee64e1a... app: port GimpSpinScale to GTK+ 3.0
772041e... app: skip keyboard devices so the device list becomes reaso
bad5954... app: implement proper height-for-width in GimpToolPalette
15e3a59... app: use GdkDevice accessors
b09a9e3... app: introduce struct GimpDeviceKey because GdkDeviceKey is
5d9a82d... app: put the toolbox' areas into a box until we decided abo
f57ce6a... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
27612e0... app: port the device sort function to GdkDeviceManager
ee891c7... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
20aaf72... app: change the list of available devices to something that
50c6120... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
7b03ef8... libgimpwidgets: port GimpChainButton to GtkStyleContext
a773dc8... libgimpwidgets: port GimpColorArea to GtkStyleContext
e4b8733... libgimpwidgets: port GimpColorScale to GtkStyleContext
1bdc0a8... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
5b5e666... libgimpwidgets: port GimpRuler to GtkStyleContext
13a3eba... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
746813c... app: port GimpBlobEditor to GtkStyleContext
971ec65... app: port setting the canvas padding color to GtkStyleConte
c5f4148... app: port GimpPanedBox to GtkStyleContext
f4f516f... app: port GimpContainerIconView to GtkStyleContext
9a19d95... app: port GimpContainerTreeView to GtkStyleContext
06f3c55... app: port GimpColormapEditor to GtkStyleContext
6d3ee95... app: port GimpComponentEditor to GtkStyleContext
bc5fcc1... app: port GimpFgBgEditor to GtkStyleContext
62bd5c1... app: port GimpFgBgView to GtkStyleContext
9eb06fe... app: port gimp_get_icon_size() to GtkStyleContext
9a932cc... app: port GimpContainerBox to GtkStyleContext
f9fb2e3... app: port GimpDashEditor to GtkStyleContext
2f2cb9c... app: remove calls to gtk_widget_get,set_extension_events()
b62db3a... app: s/gtk_widget_modify_font/gtk_widget_override_font/
eea8db3... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
6908019... app: port the about dialog to GtkStyleContext
154f219... modules: remove call to gtk_widget_set_extension_events()
f129606... libgimpwidgets: implement GtkWidget::state_flags_changed()
8ab6868... libgimpwidgets: implement GtkWidget::style_updated() instea
5ed1fdd... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
80a13da... app: use gdk_drag_context_get_source_window()
193452e... app: use gdk_drag_context_get_selected_action() instead of
d8bb12f... app: port GimpSpinScale to GtkStyleContext
70641d9... app: implement GtkWidget::style_updated() instead of style_
0cb9ae0... port gtkrc files to CSS (incompletely and stuff commented o
bde25da... Port theme and gtkrc file loading to CSS files using GtkCss
2fea74c... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
929c842... app: copy gimp.css instead of gtkrc to the user's gimp dire
3814933... app: check whether child widgets exist in GtkWidget::style_
1f677b9... Replace gdk_cursor_unref() with g_object_unref()
18943f7... app: use gtk_menu_shell_get_selected_item()
f2d71f6... app: port GimpOverlayBox to GtkStyleContext
65c4545... app: port GimpOverlayFrame to GtkStyleContext
6205041... app: port GimpScaleButton to GtkStyleContext
69e0f1d... libgimpwidgets: move all GimpPickButton members to a privat
0aa9be2... libgimpwidgets: move all GimpColorArea members to a private
a5666bd... libgimpwidgets: move all GimpOffsetArea members to a privat
ffecc89... libgimpwidgets: move padding members from instance to class
a112803... libgimpwidgets: move all GimpButton members to a private st
5c4f12e... libgimpwidgets: move all GimpCellRendererColor members to a
a058482... libgimpwidgets: move all GimpColorButton members to a priva
3244faa... libgimpwidgets: move all GimpCellRendererToggle members to
4f8e4ab... libgimpwidgets: move all GimpChainButton members to a priva
bd5020f... libgimpwidgets: move all GimpBrowser members to a private s
4e09266... libgimpwidgets: move all GimpColorDisplay members to a priv
318268d... libgimpwidgets: move all GimpColorDisplayStack members to a
7493172... libgimpwidgets: move all GimpColorHexEntry members to a pri
c1b1363... libgimpwidgets: add padding
33e5b58... libgimpwidgets: move all GimpColorNotebook members to a pri
bc51677... libgimpwidgets: move all GimpColorScale members to a privat
3f9497d... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
aa00b56... libgimpwidgets: move all GimpColorSelection members to a pr
6e00871... libgimpwidgets: move all GimpEnumLabel members to a private
0f514a9... app: don't use style->black and style->white
a0a4582... libgimpwidgets: move all GimpMemsizeEntry members to a priv
78eae0b... app: port GimpStrokeEditor to GtkStyleContext
782c96a... app: port GimpPaletteView to GtkStyleContext
7951f78... plug-ins: don't use style->black and style->white
c5442b9... libgimpwidgets: move all GimpColorProfileStore members to a
24401b1... app: port GimpDockWindow to GtkStyleContext
2d5215b... app: port GimpToolEditor to GtkStyleContext
189f2f3... app: use gtk_widget_override_font() instead of modify_font(
480b212... app: port GimpThumbBox to GtkStyleContext
72c829f... Implement GtkWidget::style_updated() instead of ::style_set
748a828... app: port GimpHistogramView to GtkStyleContext
09e5e75... app: port GimpTagEntry to GtkStyleContext
f44bc26... app: always ask the master device for its axes or state
b03ba93... app: when checking for a device change, check the event's s
da36250... app: remove obsolete device checks from GimpToolbox
c7c6abb... app: port GimpColorFrame away from GtkStyle, using a new st
dacd56d... app: remove call to gtk_widget_style_attach() from GimpOver
709668c... app: port GimpOverlayChild to GtkStyleContext
ae79924... Port cell renderers to gtk_cell_renderer_get_state()
a3836e8... app: port GimpCellRendererDashes to GtkStyleContext
dd58b09... app: add gimp_get_style_color() to simplify GdkRGBA style p
8e0eefd... app: add style property and default CSS for GimpHistogramVi
7d7d16b... app: port GimpCurveView to GtkStyleContext
cf87d4b... themes: document the new GimpHistogramView property in the
6ed47f8... app: define all GimpHistogramView colors via style properti
48f6e74... themes: document the new stlye properties and indent the CS
7c14abf... app: increase the priority of the theme CSS by 1
12ae494... app: port GimpComboTagEntry to GtkStyleContext
34c4a25... configure.ac: use the new GTK_CHECK_BACKEND() macro
42785fd... plug-ins: port map-object to GTK+ 3.x
2054dec... app: use GdkRGBA instead of GdkColor in some places
66c02f2... app: remove gimp_rgb_get,set_gdk_color()
49eee76... app: port the text tool editor's preedit popup to GtkStyleC
b72c437... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
2435b8a... app: gimp_print_event(): add the device to the event debug
6745433... app: gimp_device_info_get_device_coords(): workaround for X
b48f53a... app: make input devices, grabs and therefore generally tool
b198651... app: use gdk_device_get_position() inetad of gdk_display_ge
2cde8f9... app: remove some forgotten #undef GSEAL_ENABLE
8dba7d9... app: let the file dialog expand/collapse with the file type
f11634e... app: port GimpGradientEditor to GtkSyleContext
248ba8f... app: port GimpHistogramView to gdk_device_grab()/ungrab()
eb48458... app: port GimpNavigationEditor to GtkStyleContext
66da3ee... app: port GimpTagPopup to GtkStyleContext
77247b0... app: GimpDock: port font size modification to GtkCssProvide
cd24498... plug-ins: s/GtkObject/GtkAdjustment/
06d3e06... app: implement GtkContainer::get_path_for_child() in GimpMe
43553bf... devel-docs: make the shooter tool at least build again (unt
3515ffd... app: don't use "size-request" for the toolbox' wilber, it's
66a4682... app: themes.c: add #if 0-ed switch to dark theme variant
c9759e5... Incomplete notebook and tab theming commit, to be improved
cacad7c... themes: set an explicit background for rulers
9755500... app: make the statusbar's progress label visible again
0c8c8c2... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
9b27687... app: port wilber drawing to GtkStyleContext
5ad315e... modules: port GimpColorWheel to GTK+ 3.x
2f9b836... Unkommented settings for preferring a dark GTK+ theme.
ab0e0e4... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
c59fc85... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]