[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: Thu, 2 Jan 2014 19:18:28 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
7bab651... Switch to version 3.0 in a lot of places and depend on GTK+
b9c6a9b... libgimpwidgets: remove deprecated files from the build
5b610a6... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
eb23229... libgimpwidgets: port virtual functions to GTK+ 3.0
7f066ea... libgimpwidgets: port virtual functions to GTK+ 3.0
980d890... libgimpwidgets: port to GtkWidget::draw()
14bbeea... libgimpwidgets: port to GtkWidget::draw()
fe1f147... libgimpwidgets: port to GtkWidget::draw()
d019578... libgimpwidgets: s/GtkObject/GtkAdjustment/
3cced63... libgimpwidgets: port to GtkWidget::draw()
10acafc... libgimpwidgets: remove deprecated functions and s/GtkObject
693f5d7... libgimpwidgets: remove deprecated files completely
dbc9320... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
73ffdf5... app: port to GtkWidget::draw()
18266c0... app: remove GTK_OBJECT() cast
e2c9222... app: port to GtkWidget::draw()
5b5a328... app: port to GtkWidget::draw()
f8be513... app: port virtual functions to GTK+ 3.0 API
de9e9a5... app: get rid of a GTK_OBJECT() cast
86690dd... app: port to GtkWidget::draw()
131308a... app: port to GtkWidget::draw()
ca127c7... app: port to GtkWidget::draw()
6534ce8... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
b74b5ce... app: port to GtkWidget::draw()
1d0503b... app: s/GtkObject/GtkAdjustment/
754274a... app: port to GtkWidget::draw()
51f9022... app: port GimpNavigationView to GtkWidget::draw()
55c1929... app: port GimpPaletteView to GtkWidget::draw()
94da8aa... app: port to GtkWidget::draw()
5a885c9... app: get rid of GtkObject in GimpUIManager
bdccfb2... app: port to GtkWidget::draw()
d26dd8d... app: no need to alloc colors any longer, GdkColormap is gon
62f97b1... app: port call to gtk_paint_arrow() to GTK+ 3.0
38b4b10... app: port device management to GdkDeviceManager
14191b3... app: remove obsolete (GtkObject **) casts
01c8e48... app: use gtk_widget_get_preferred_size() instead of size_re
be007c7... app: port GimpScalComboBox to GTK+ 3.0
ae1d967... app: use gtk_widget_get_preferred_size() instead of size_re
8c8f0c6... libgimpwidgets: port GimpFrame to GTK+ 3.0
eb04ddd... app: port tools to GTK+ 3.0 (trivial changes only)
b4a270f... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
824a71d... app: pass the cairo_region_t to gdk_window_invalidate_regio
bbba6bf... app: use GdkDeviceManager to list devices
a797438... app: port to GtkWidget::draw()
f803707... app: remove calls to colormap functions, they are gone
620a3c5... libgimpwidgets: get rid of (GtkObject **) casts
b1f16e0... app: port the splash to GTK+ 3.0
5737ec7... libgimpwidgets: port the ruler to GTK+ 3.0
c48d35c... libgimpwidgets: port to GtkWidget::draw()
f76055e... app: port to GtkWidget::draw()
fb57578... app: port the overlay stuff to GTK+ 3.0
c295294... app: use the container icon view, the grid view is not GTK+
4442344... app: port to GtkWidget::draw() (incompletely)
ebc408c... app: remove call to gtk_statusbar_set_has_resize_grip()
87b87ad... app: port the tag entry to GTK+ 3.0
d3770e1... app: port to GtkWidget::draw() but disable the code inside
fb229ad... app: can't set the scale combo entry's properties in init()
1f34d6f... app: port to GtkWidget::draw()
c26e852... libgimpwidgets: port to GtkWidget::draw()
4fe6805... modules: s/GtkObject/GtkAdjustment/
0b4cc6b... app: didn't completely commit the display shell expose() ->
649d4eb... script-fu: port to GTK+ 3.0
ed81790... app: port to GtkWidget::draw()
a7edcfc... app: passing -1 as width/height to gtk_paint_box() no longe
ca849d9... app: port popup arrow drawing to cairo and get rid of the a
3e939de... app: remove GimpContainerGridView from the build entirely
6621d4f... modules: port to GtkWidget::draw()
09552c6... libgimpwidgets: port to GtkWidget::draw()
f36e24e... libgimp: port to GtkWidget::draw()
f9fb812... app: don't translate to allocation.x,y
d2ee027... app: port to GtkWidget::draw()
dd0a5b0... app: forgot to remove a cairo_destroy() in draw()
ea52c7d... app: port to GtkWidget::draw()
096e8ef... app: GtkEntry turned into a no-window widget
394498a... app: use the new GtkScrollable API instead of deprecated tr
e8e5c59... app: cairo_save()/restore() around chaining up in draw()
2b80ed4... app: add ugly workaround to make the icon view adapt to vie
0f61de9... plug-ins: lots of trivial GTK+ 3.0 porting
fae66a3... plug-ins: port jpeg-save to GTK+ 3.0
20602ee... plug-ins: port file-png to GTK+ 3.0
a87821d... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
6456284... plug-ins: more s/GtkObject/GtkAdjustment/
d9e0823... plug-ins: port some more plug-ins to GTK+ 3.0
1dfc7a4... app: port the colormap editor to GTK+ 3.0
e532629... app: remove GtkWrapBox
8e90911... libgimpwidgets: port to the new size request API
140d82e... app: port to the new size request API
3c84175... plug-ins: port the print preview to the new size request AP
fbb99be... plug-ins: port sphere-designer to GtkWidget::draw()
c65f465... plug-ins: port cml-explorer to GtkWidget::draw()
1490319... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop
959f7e5... plug-ins: port lighting to GTK+ 3.0
86bb1e6... plug-ins: port the unit-editor to GtkScrollable
c431ce4... app: fix GimpOverlayDialog's minimum height
84ab42f... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
2baba4a... app: don't connect to "size-requst" because that's deprecat
20ebd3f... app: port GimpSpinScale to GTK+ 3.0
5bb6d93... app: skip keyboard devices so the device list becomes reaso
ba760ac... app: implement proper height-for-width in GimpToolPalette
7aae5ac... app: use GdkDevice accessors
d0ec0f2... app: introduce struct GimpDeviceKey because GdkDeviceKey is
1b91ff2... app: put the toolbox' areas into a box until we decided abo
5562a1e... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
b95db57... app: port the device sort function to GdkDeviceManager
53143fa... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
8ee5589... app: change the list of available devices to something that
c9302ff... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
f81b5c0... libgimpwidgets: port GimpChainButton to GtkStyleContext
2065ee5... libgimpwidgets: port GimpColorArea to GtkStyleContext
bf1b4eb... libgimpwidgets: port GimpColorScale to GtkStyleContext
4c35f86... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
c700214... libgimpwidgets: port GimpRuler to GtkStyleContext
7ac7797... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
9c39d65... app: port GimpBlobEditor to GtkStyleContext
a8c77eb... app: port setting the canvas padding color to GtkStyleConte
3c38866... app: port GimpPanedBox to GtkStyleContext
9d869d7... app: port GimpContainerIconView to GtkStyleContext
73326a0... app: port GimpContainerTreeView to GtkStyleContext
76d66e1... app: port GimpColormapEditor to GtkStyleContext
f0cb184... app: port GimpComponentEditor to GtkStyleContext
62c9165... app: port GimpFgBgEditor to GtkStyleContext
cc9105c... app: port GimpFgBgView to GtkStyleContext
a0d64d9... app: port gimp_get_icon_size() to GtkStyleContext
9fab173... app: port GimpContainerBox to GtkStyleContext
62d9332... app: port GimpDashEditor to GtkStyleContext
aa9a04e... app: remove calls to gtk_widget_get,set_extension_events()
fcfe3c6... app: s/gtk_widget_modify_font/gtk_widget_override_font/
9b4d070... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
7f73b17... app: port the about dialog to GtkStyleContext
d47ac59... modules: remove call to gtk_widget_set_extension_events()
1a3773b... libgimpwidgets: implement GtkWidget::state_flags_changed()
ad323b9... libgimpwidgets: implement GtkWidget::style_updated() instea
b7c1d2a... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
04558ed... app: use gdk_drag_context_get_source_window()
40c5cb8... app: use gdk_drag_context_get_selected_action() instead of
28c62a0... app: port GimpSpinScale to GtkStyleContext
066fed1... app: implement GtkWidget::style_updated() instead of style_
9385036... port gtkrc files to CSS (incompletely and stuff commented o
66b85c6... Port theme and gtkrc file loading to CSS files using GtkCss
8731d6b... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
baf480b... app: copy gimp.css instead of gtkrc to the user's gimp dire
3ec9702... app: check whether child widgets exist in GtkWidget::style_
72f53b7... Replace gdk_cursor_unref() with g_object_unref()
396794b... app: use gtk_menu_shell_get_selected_item()
57fb628... app: port GimpOverlayBox to GtkStyleContext
f432d83... app: port GimpOverlayFrame to GtkStyleContext
0eb5737... app: port GimpScaleButton to GtkStyleContext
c50d72f... libgimpwidgets: move all GimpPickButton members to a privat
7151f57... libgimpwidgets: move all GimpColorArea members to a private
924e68e... libgimpwidgets: move all GimpOffsetArea members to a privat
4b3ef5e... libgimpwidgets: move padding members from instance to class
9d4778a... libgimpwidgets: move all GimpButton members to a private st
ffaa0c0... libgimpwidgets: move all GimpCellRendererColor members to a
3d80e55... libgimpwidgets: move all GimpColorButton members to a priva
bcb6523... libgimpwidgets: move all GimpCellRendererToggle members to
26fa36c... libgimpwidgets: move all GimpChainButton members to a priva
6c6cdd6... libgimpwidgets: move all GimpBrowser members to a private s
eab3ea2... libgimpwidgets: move all GimpColorDisplay members to a priv
977414e... libgimpwidgets: move all GimpColorDisplayStack members to a
d152401... libgimpwidgets: move all GimpColorHexEntry members to a pri
02c1c72... libgimpwidgets: add padding
127ff8d... libgimpwidgets: move all GimpColorNotebook members to a pri
717c634... libgimpwidgets: move all GimpColorScale members to a privat
378c584... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
0edf169... libgimpwidgets: move all GimpColorSelection members to a pr
df9700b... libgimpwidgets: move all GimpEnumLabel members to a private
6933f99... app: don't use style->black and style->white
e4ee7a8... libgimpwidgets: move all GimpMemsizeEntry members to a priv
1c69f9d... app: port GimpStrokeEditor to GtkStyleContext
6273c34... app: port GimpPaletteView to GtkStyleContext
555abb9... plug-ins: don't use style->black and style->white
47cc5d6... libgimpwidgets: move all GimpColorProfileStore members to a
9a12610... app: port GimpDockWindow to GtkStyleContext
3722bfb... app: port GimpToolEditor to GtkStyleContext
221450a... app: use gtk_widget_override_font() instead of modify_font(
0fdd2f2... app: port GimpThumbBox to GtkStyleContext
ea4d754... Implement GtkWidget::style_updated() instead of ::style_set
5b9103d... app: port GimpHistogramView to GtkStyleContext
8e542cb... app: port GimpTagEntry to GtkStyleContext
1a165ff... app: always ask the master device for its axes or state
3a94888... app: when checking for a device change, check the event's s
8f7ad0c... app: remove obsolete device checks from GimpToolbox
df2583c... app: port GimpColorFrame away from GtkStyle, using a new st
6934ed0... app: remove call to gtk_widget_style_attach() from GimpOver
74f3a1c... app: port GimpOverlayChild to GtkStyleContext
4adc364... Port cell renderers to gtk_cell_renderer_get_state()
6bcdd83... app: port GimpCellRendererDashes to GtkStyleContext
41a24d6... app: add gimp_get_style_color() to simplify GdkRGBA style p
d113dc1... app: add style property and default CSS for GimpHistogramVi
05062c3... app: port GimpCurveView to GtkStyleContext
0cc5109... themes: document the new GimpHistogramView property in the
5afff06... app: define all GimpHistogramView colors via style properti
b706b87... themes: document the new stlye properties and indent the CS
d26bfcf... app: increase the priority of the theme CSS by 1
55c4c5a... app: port GimpComboTagEntry to GtkStyleContext
e023b69... configure.ac: use the new GTK_CHECK_BACKEND() macro
d2d0b90... plug-ins: port map-object to GTK+ 3.x
295dfe7... app: use GdkRGBA instead of GdkColor in some places
3e83e0b... app: remove gimp_rgb_get,set_gdk_color()
21b8d4d... app: port the text tool editor's preedit popup to GtkStyleC
eb04083... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
6c25c3e... app: gimp_print_event(): add the device to the event debug
dab35a1... app: gimp_device_info_get_device_coords(): workaround for X
6091a2e... app: make input devices, grabs and therefore generally tool
063a311... app: use gdk_device_get_position() inetad of gdk_display_ge
8fe5244... app: remove some forgotten #undef GSEAL_ENABLE
df50810... app: let the file dialog expand/collapse with the file type
399621a... app: port GimpGradientEditor to GtkSyleContext
f9e4890... app: port GimpHistogramView to gdk_device_grab()/ungrab()
524163f... app: port GimpNavigationEditor to GtkStyleContext
ca8ade0... app: port GimpTagPopup to GtkStyleContext
2a43c96... app: GimpDock: port font size modification to GtkCssProvide
0d41df9... plug-ins: s/GtkObject/GtkAdjustment/
a955bd6... app: implement GtkContainer::get_path_for_child() in GimpMe
f66e23c... devel-docs: make the shooter tool at least build again (unt
22e6dff... app: don't use "size-request" for the toolbox' wilber, it's
cfea750... app: themes.c: add #if 0-ed switch to dark theme variant
85cb74e... Incomplete notebook and tab theming commit, to be improved
07b33c9... themes: set an explicit background for rulers
07a88e3... app: make the statusbar's progress label visible again
6a52ab0... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
16092ba... app: port wilber drawing to GtkStyleContext
1d2f82c... modules: port GimpColorWheel to GTK+ 3.x
125ab2d... Unkommented settings for preferring a dark GTK+ theme.
593cbad... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
39de715... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]