[gimp] (228 commits) Created branch gtk3-port
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (228 commits) Created branch gtk3-port
- Date: Wed, 22 Aug 2012 21:06:06 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
4ac379a... Switch to version 3.0 in a lot of places and depend on GTK+
9e452df... libgimpwidgets: remove deprecated files from the build
27780f3... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
c62c0ca... libgimpwidgets: port virtual functions to GTK+ 3.0
0321326... libgimpwidgets: port virtual functions to GTK+ 3.0
fcf343f... libgimpwidgets: port to GtkWidget::draw()
95fbe32... libgimpwidgets: port to GtkWidget::draw()
c2c94bc... libgimpwidgets: port to GtkWidget::draw()
a2e70de... libgimpwidgets: s/GtkObject/GtkAdjustment/
3ee73d1... libgimpwidgets: port to GtkWidget::draw()
27232d5... libgimpwidgets: remove deprecated functions and s/GtkObject
9272243... libgimpwidgets: remove deprecated files completely
de4936d... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
3eff84e... app: port to GtkWidget::draw()
dcbd1a8... app: remove GTK_OBJECT() cast
8c66153... app: port to GtkWidget::draw()
e4dc5d8... app: port to GtkWidget::draw()
a2f3ad1... app: port virtual functions to GTK+ 3.0 API
ad28a92... app: get rid of a GTK_OBJECT() cast
e130c58... app: port to GtkWidget::draw()
d78a794... app: port to GtkWidget::draw()
eb1abd0... app: port to GtkWidget::draw()
838b7aa... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
7628846... app: port to GtkWidget::draw()
6ff0446... app: s/GtkObject/GtkAdjustment/
4342ac6... app: port to GtkWidget::draw()
7943330... app: port GimpNavigationView to GtkWidget::draw()
8b345bf... app: port GimpPaletteView to GtkWidget::draw()
993d6a7... app: port to GtkWidget::draw()
7730a58... app: get rid of GtkObject in GimpUIManager
55951b4... app: port to GtkWidget::draw()
e64fe42... app: no need to alloc colors any longer, GdkColormap is gon
1775072... app: port call to gtk_paint_arrow() to GTK+ 3.0
3c5b848... app: port device management to GdkDeviceManager
16e6bd4... app: remove obsolete (GtkObject **) casts
d0568db... app: use gtk_widget_get_preferred_size() instead of size_re
a8d8df3... app: port GimpScalComboBox to GTK+ 3.0
eca035a... app: use gtk_widget_get_preferred_size() instead of size_re
34e3ea9... libgimpwidgets: port GimpFrame to GTK+ 3.0
4e3729a... app: port tools to GTK+ 3.0 (trivial changes only)
17ed775... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
c18cd50... app: pass the cairo_region_t to gdk_window_invalidate_regio
0014f35... app: use GdkDeviceManager to list devices
cdfb84e... app: port to GtkWidget::draw()
5304739... app: remove calls to colormap functions, they are gone
7281117... libgimpwidgets: get rid of (GtkObject **) casts
6fae908... app: port the splash to GTK+ 3.0
853a0fb... libgimpwidgets: port the ruler to GTK+ 3.0
c03d91a... libgimpwidgets: port to GtkWidget::draw()
1037723... app: port to GtkWidget::draw()
3cc0fd6... app: port the overlay stuff to GTK+ 3.0
503b5be... app: use the container icon view, the grid view is not GTK+
19adf12... app: port to GtkWidget::draw() (incompletely)
875afbc... app: remove call to gtk_statusbar_set_has_resize_grip()
901e683... app: port the tag entry to GTK+ 3.0
980da89... app: port to GtkWidget::draw() but disable the code inside
828ba06... app: can't set the scale combo entry's properties in init()
32a6957... app: port to GtkWidget::draw()
0f94f46... libgimpwidgets: port to GtkWidget::draw()
8fa8ee5... modules: s/GtkObject/GtkAdjustment/
bab5c96... app: didn't completely commit the display shell expose() ->
13a4a66... app: fix display shell background drawing
23a6ea8... app: fix canvas double buffering using cairo_push,pop_group
89df964... script-fu: port to GTK+ 3.0
a78a966... app: port to GtkWidget::draw()
9fec494... app: passing -1 as width/height to gtk_paint_box() no longe
bc874ae... app: port popup arrow drawing to cairo and get rid of the a
a576ed6... app: remove GimpContainerGridView from the build entirely
1f43af3... modules: port to GtkWidget::draw()
459d689... libgimpwidgets: port to GtkWidget::draw()
0bbaddc... libgimp: port to GtkWidget::draw()
8a90a26... app: don't translate to allocation.x,y
ca0dc1e... app: port to GtkWidget::draw()
e81662b... app: forgot to remove a cairo_destroy() in draw()
e16c388... app: port to GtkWidget::draw()
e379860... app: GtkEntry turned into a no-window widget
6dfeaed... app: use the new GtkScrollable API instead of deprecated tr
7259de9... app: cairo_save()/restore() around chaining up in draw()
f6b05a2... app: add ugly workaround to make the icon view adapt to vie
3944356... plug-ins: lots of trivial GTK+ 3.0 porting
c5d4166... plug-ins: port jpeg-save to GTK+ 3.0
33b94b0... plug-ins: port file-png to GTK+ 3.0
e963311... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
10ec526... plug-ins: more s/GtkObject/GtkAdjustment/
6842bc4... plug-ins: port some more plug-ins to GTK+ 3.0
14b5c08... app: port the colormap editor to GTK+ 3.0
6f38c25... app: remove GtkWrapBox
1532e7d... libgimpwidgets: port to the new size request API
0ca85df... app: port to the new size request API
4edf535... plug-ins: port the print preview to the new size request AP
5cbfcad... plug-ins: port sphere-designer to GtkWidget::draw()
124f6ab... plug-ins: port cml-explorer to GtkWidget::draw()
cbe2613... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop
ccee0c4... plug-ins: port lighting to GTK+ 3.0
7e44b04... plug-ins: port the unit-editor to GtkScrollable
60a548f... app: fix GimpOverlayDialog's minimum height
c7fd47f... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
acee5f0... app: don't connect to "size-requst" because that's deprecat
bd2082e... app: port GimpSpinScale to GTK+ 3.0
efcae56... app: skip keyboard devices so the device list becomes reaso
980aef7... app: implement proper height-for-width in GimpToolPalette
0219a12... app: use GdkDevice accessors
0f0f9a0... app: introduce struct GimpDeviceKey because GdkDeviceKey is
a7001af... app: put the toolbox' areas into a box until we decided abo
af0730e... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
cf81ae8... app: port the device sort function to GdkDeviceManager
79b48ae... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
2ffdae7... app: change the list of available devices to something that
50a7123... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
d6db2ae... libgimpwidgets: port GimpChainButton to GtkStyleContext
bc4ae97... libgimpwidgets: port GimpColorArea to GtkStyleContext
e2ed6da... libgimpwidgets: port GimpColorScale to GtkStyleContext
75293e7... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
8dfbd39... libgimpwidgets: port GimpRuler to GtkStyleContext
d6c1958... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
8a4a746... modules: port ColorselWheel to GtkStyleContext
1909aaa... app: port GimpBlobEditor to GtkStyleContext
0c1fbb8... app: port setting the canvas padding color to GtkStyleConte
760cb7e... app: port GimpPanedBox to GtkStyleContext
e66bdbe... app: port GimpContainerIconView to GtkStyleContext
2e9491a... app: port GimpContainerTreeView to GtkStyleContext
40fb139... app: port GimpColormapEditor to GtkStyleContext
868b892... app: port GimpComponentEditor to GtkStyleContext
682c5c6... app: port GimpFgBgEditor to GtkStyleContext
c313b8b... app: port GimpFgBgView to GtkStyleContext
032b01f... app: port gimp_get_icon_size() to GtkStyleContext
9f909a0... app: port GimpContainerBox to GtkStyleContext
3e531f9... app: port GimpDashEditor to GtkStyleContext
2b6adba... app: remove calls to gtk_widget_get,set_extension_events()
0636acc... app: s/gtk_widget_modify_font/gtk_widget_override_font/
6d1c589... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
21f487f... app: port the about dialog to GtkStyleContext
da3e283... modules: remove call to gtk_widget_set_extension_events()
b85260d... libgimpwidgets: implement GtkWidget::state_flags_changed()
60e5725... libgimpwidgets: implement GtkWidget::style_updated() instea
fa17f1a... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
afdabc7... app: use gdk_drag_context_get_source_window()
e4b6133... app: use gdk_drag_context_get_selected_action() instead of
b9164d2... app: port GimpSpinScale to GtkStyleContext
cc8c08f... app: implement GtkWidget::style_updated() instead of style_
7356891... port gtkrc files to CSS (incompletely and stuff commented o
b48ec61... Port theme and gtkrc file loading to CSS files using GtkCss
0f896dc... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
a511115... app: copy gimp.css instead of gtkrc to the user's gimp dire
a025f2f... app: check whether child widgets exist in GtkWidget::style_
d56d438... Replace gdk_cursor_unref() with g_object_unref()
0156273... app: use gtk_menu_shell_get_selected_item()
72849ca... app: port GimpOverlayBox to GtkStyleContext
ac0c14f... app: port GimpOverlayFrame to GtkStyleContext
1d9f202... app: port GimpScaleButton to GtkStyleContext
802bb1d... libgimpwidgets: move all GimpPickButton members to a privat
e83af3b... libgimpwidgets: move all GimpColorArea members to a private
709ff0a... libgimpwidgets: move all GimpOffsetArea members to a privat
6cab856... libgimpwidgets: move padding members from instance to class
efd3242... libgimpwidgets: move all GimpButton members to a private st
be3e4a4... libgimpwidgets: move all GimpCellRendererColor members to a
13e5e6c... libgimpwidgets: move all GimpColorButton members to a priva
7759108... libgimpwidgets: move all GimpCellRendererToggle members to
5ed83c6... libgimpwidgets: move all GimpChainButton members to a priva
355993b... libgimpwidgets: move all GimpBrowser members to a private s
210769d... libgimpwidgets: move all GimpColorDisplay members to a priv
0a3ba88... libgimpwidgets: move all GimpColorDisplayStack members to a
3bcbce3... libgimpwidgets: move all GimpColorHexEntry members to a pri
a6dbb42... libgimpwidgets: add padding
a1bc36e... libgimpwidgets: move all GimpColorNotebook members to a pri
02ac39a... libgimpwidgets: move all GimpColorScale members to a privat
5e93a2c... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
0d0bf90... libgimpwidgets: move all GimpColorSelection members to a pr
b7d53b5... libgimpwidgets: move all GimpEnumLabel members to a private
82a7793... app: don't use style->black and style->white
9680946... libgimpwidgets: move all GimpMemsizeEntry members to a priv
ec24e91... app: port GimpStrokeEditor to GtkStyleContext
82cd45b... app: port GimpPaletteView to GtkStyleContext
3087a2e... plug-ins: don't use style->black and style->white
76ff0c5... libgimpwidgets: move all GimpColorProfileStore members to a
6266bfe... app: port GimpDockWindow to GtkStyleContext
8cdb59d... app: port GimpToolEditor to GtkStyleContext
12b3701... app: use gtk_widget_override_font() instead of modify_font(
1958609... app: port GimpThumbBox to GtkStyleContext
a033d66... Implement GtkWidget::style_updated() instead of ::style_set
5f5c668... app: port GimpHistogramView to GtkStyleContext
cec1129... app: port GimpTagEntry to GtkStyleContext
045de0e... app: always ask the master device for its axes or state
4108efa... app: when checking for a device change, check the event's s
56d4a40... app: remove obsolete device checks from GimpToolbox
4a056d3... app: port GimpColorFrame away from GtkStyle, using a new st
9dad696... app: remove call to gtk_widget_style_attach() from GimpOver
709dafa... app: port GimpOverlayChild to GtkStyleContext
48e603f... Port cell renderers to gtk_cell_renderer_get_state()
ed9795c... app: port GimpCellRendererDashes to GtkStyleContext
9be9d1c... app: add gimp_get_style_color() to simplify GdkRGBA style p
40dd820... app: add style property and default CSS for GimpHistogramVi
59b1689... app: port GimpCurveView to GtkStyleContext
e72385c... themes: document the new GimpHistogramView property in the
47e1f37... app: define all GimpHistogramView colors via style properti
4003221... themes: document the new stlye properties and indent the CS
ecaf014... app: increase the priority of the theme CSS by 1
027cfc8... app: port GimpComboTagEntry to GtkStyleContext
e5b7c81... configure.ac: use the new GTK_CHECK_BACKEND() macro
71ea33f... plug-ins: port map-object to GTK+ 3.x
09ed51c... app: port GimpToolbox to GtkWidget::style_updated()
4d5f8bc... app: use GdkRGBA instead of GdkColor in some places
2cfb091... app: remove gimp_rgb_get,set_gdk_color()
9c0cb97... app: port the text tool editor's preedit popup to GtkStyleC
8e7b24b... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
ebe1675... app: gimp_print_event(): add the device to the event debug
a3daa3c... app: gimp_device_info_get_device_coords(): workaround for X
506d92a... app: make input devices, grabs and therefore generally tool
defa96d... app: use gdk_device_get_position() inetad of gdk_display_ge
482195f... app: remove some forgotten #undef GSEAL_ENABLE
ee8625a... app: let the file dialog expand/collapse with the file type
7c64767... app: port GimpGradientEditor to GtkSyleContext
13c9ac3... app: port GimpHistogramView to gdk_device_grab()/ungrab()
a6e56b3... app: port GimpNavigationEditor to GtkStyleContext
d0aa0bc... app: port GimpTagPopup to GtkStyleContext
7a2df68... app: GimpDock: port font size modification to GtkCssProvide
ad337f1... plug-ins: s/GtkObject/GtkAdjustment/
15eb9ed... app: implement GtkContainer::get_path_for_child() in GimpMe
a89800a... devel-docs: make the shooter tool at least build again (unt
35ff81a... app: don't use "size-request" for the toolbox' wilber, it's
f01196b... app: themes.c: add #if 0-ed switch to dark theme variant
6ad5181... Incomplete notebook and tab theming commit, to be improved
b39a67f... themes: set an explicit background for rulers
d5fffc2... app: make the statusbar's progress label visible again
5e9a308... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
1b79edd... app: port wilber drawing to GtkStyleContext
ef35941... foo
48be613... Unkommented settings for preferring a dark GTK+ theme.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]