[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: Sun, 17 Feb 2013 23:52:23 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
c90e492... Switch to version 3.0 in a lot of places and depend on GTK+
dcf0822... libgimpwidgets: remove deprecated files from the build
8b72f0c... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
e6af671... libgimpwidgets: port virtual functions to GTK+ 3.0
99a6667... libgimpwidgets: port virtual functions to GTK+ 3.0
0677e28... libgimpwidgets: port to GtkWidget::draw()
8e563e1... libgimpwidgets: port to GtkWidget::draw()
e1fe7bf... libgimpwidgets: port to GtkWidget::draw()
9a38b70... libgimpwidgets: s/GtkObject/GtkAdjustment/
8ec4e49... libgimpwidgets: port to GtkWidget::draw()
db53536... libgimpwidgets: remove deprecated functions and s/GtkObject
3c64458... libgimpwidgets: remove deprecated files completely
d494107... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
5f96701... app: port to GtkWidget::draw()
83844e0... app: remove GTK_OBJECT() cast
093cae3... app: port to GtkWidget::draw()
03e63b1... app: port to GtkWidget::draw()
4458fcf... app: port virtual functions to GTK+ 3.0 API
b699b0a... app: get rid of a GTK_OBJECT() cast
99a20e1... app: port to GtkWidget::draw()
1ea69f0... app: port to GtkWidget::draw()
7d14503... app: port to GtkWidget::draw()
60bfe40... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
a29ab3c... app: port to GtkWidget::draw()
95eda7a... app: s/GtkObject/GtkAdjustment/
d24def3... app: port to GtkWidget::draw()
0695c5d... app: port GimpNavigationView to GtkWidget::draw()
83f821f... app: port GimpPaletteView to GtkWidget::draw()
82eb416... app: port to GtkWidget::draw()
58a47dd... app: get rid of GtkObject in GimpUIManager
bad74a4... app: port to GtkWidget::draw()
07092c3... app: no need to alloc colors any longer, GdkColormap is gon
2dec996... app: port call to gtk_paint_arrow() to GTK+ 3.0
3cbcb9d... app: port device management to GdkDeviceManager
c6628f4... app: remove obsolete (GtkObject **) casts
91e255e... app: use gtk_widget_get_preferred_size() instead of size_re
90984cd... app: port GimpScalComboBox to GTK+ 3.0
f294515... app: use gtk_widget_get_preferred_size() instead of size_re
51b2c5a... libgimpwidgets: port GimpFrame to GTK+ 3.0
4fdfa8c... app: port tools to GTK+ 3.0 (trivial changes only)
bd8a16d... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
7ce27fb... app: pass the cairo_region_t to gdk_window_invalidate_regio
90686b5... app: use GdkDeviceManager to list devices
2711e07... app: port to GtkWidget::draw()
12a5101... app: remove calls to colormap functions, they are gone
f0f1e48... libgimpwidgets: get rid of (GtkObject **) casts
1718754... app: port the splash to GTK+ 3.0
184cd96... libgimpwidgets: port the ruler to GTK+ 3.0
5534b92... libgimpwidgets: port to GtkWidget::draw()
e99edf2... app: port to GtkWidget::draw()
5587397... app: port the overlay stuff to GTK+ 3.0
b734f9a... app: use the container icon view, the grid view is not GTK+
3b3d066... app: port to GtkWidget::draw() (incompletely)
8f82dee... app: remove call to gtk_statusbar_set_has_resize_grip()
e64e1a9... app: port the tag entry to GTK+ 3.0
1ae0226... app: port to GtkWidget::draw() but disable the code inside
5e952f2... app: can't set the scale combo entry's properties in init()
c11ee9f... app: port to GtkWidget::draw()
161f9fe... libgimpwidgets: port to GtkWidget::draw()
917ba4e... modules: s/GtkObject/GtkAdjustment/
4c0d7e8... app: didn't completely commit the display shell expose() ->
9a1a1d2... app: fix display shell background drawing
dc4cc13... app: fix canvas double buffering using cairo_push,pop_group
5b71970... script-fu: port to GTK+ 3.0
e707e38... app: port to GtkWidget::draw()
1baac67... app: passing -1 as width/height to gtk_paint_box() no longe
187121e... app: port popup arrow drawing to cairo and get rid of the a
5441b64... app: remove GimpContainerGridView from the build entirely
1dd8bbf... modules: port to GtkWidget::draw()
0db2c1a... libgimpwidgets: port to GtkWidget::draw()
dcc120e... libgimp: port to GtkWidget::draw()
142b416... app: don't translate to allocation.x,y
7644b47... app: port to GtkWidget::draw()
fcfb8ae... app: forgot to remove a cairo_destroy() in draw()
fd65ca8... app: port to GtkWidget::draw()
8b36aa3... app: GtkEntry turned into a no-window widget
2f5ff03... app: use the new GtkScrollable API instead of deprecated tr
f609cbb... app: cairo_save()/restore() around chaining up in draw()
52de9d1... app: add ugly workaround to make the icon view adapt to vie
f53cb23... plug-ins: lots of trivial GTK+ 3.0 porting
24adcef... plug-ins: port jpeg-save to GTK+ 3.0
d35d83f... plug-ins: port file-png to GTK+ 3.0
5279f08... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
912bd8f... plug-ins: more s/GtkObject/GtkAdjustment/
d7129d6... plug-ins: port some more plug-ins to GTK+ 3.0
aaba65a... app: port the colormap editor to GTK+ 3.0
e07daf6... app: remove GtkWrapBox
335f66b... libgimpwidgets: port to the new size request API
c88311f... app: port to the new size request API
e8ae8cc... plug-ins: port the print preview to the new size request AP
82ca144... plug-ins: port sphere-designer to GtkWidget::draw()
7841004... plug-ins: port cml-explorer to GtkWidget::draw()
5b7023b... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop
2c804a7... plug-ins: port lighting to GTK+ 3.0
496d0a9... plug-ins: port the unit-editor to GtkScrollable
2635ce1... app: fix GimpOverlayDialog's minimum height
0c18f08... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
3b37897... app: don't connect to "size-requst" because that's deprecat
db6a527... app: port GimpSpinScale to GTK+ 3.0
4f0a544... app: skip keyboard devices so the device list becomes reaso
53f8e49... app: implement proper height-for-width in GimpToolPalette
1c9df1a... app: use GdkDevice accessors
bb6ecce... app: introduce struct GimpDeviceKey because GdkDeviceKey is
d83fd49... app: put the toolbox' areas into a box until we decided abo
0be96d4... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
2900368... app: port the device sort function to GdkDeviceManager
d7fd790... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
0d1fb68... app: change the list of available devices to something that
4fc13d1... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
0822639... libgimpwidgets: port GimpChainButton to GtkStyleContext
4d14404... libgimpwidgets: port GimpColorArea to GtkStyleContext
6ffd6a8... libgimpwidgets: port GimpColorScale to GtkStyleContext
cafde7e... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
64e20a2... libgimpwidgets: port GimpRuler to GtkStyleContext
577de31... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
02c583f... app: port GimpBlobEditor to GtkStyleContext
aefc1d3... app: port setting the canvas padding color to GtkStyleConte
8887d39... app: port GimpPanedBox to GtkStyleContext
527992f... app: port GimpContainerIconView to GtkStyleContext
3e10454... app: port GimpContainerTreeView to GtkStyleContext
28b3e2e... app: port GimpColormapEditor to GtkStyleContext
c80b5cf... app: port GimpComponentEditor to GtkStyleContext
584e83e... app: port GimpFgBgEditor to GtkStyleContext
db8e04a... app: port GimpFgBgView to GtkStyleContext
9c905c6... app: port gimp_get_icon_size() to GtkStyleContext
ce00070... app: port GimpContainerBox to GtkStyleContext
cdeb9cc... app: port GimpDashEditor to GtkStyleContext
6309be0... app: remove calls to gtk_widget_get,set_extension_events()
c199c27... app: s/gtk_widget_modify_font/gtk_widget_override_font/
d2bb92c... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
209366e... app: port the about dialog to GtkStyleContext
f301c53... modules: remove call to gtk_widget_set_extension_events()
8c8c0d4... libgimpwidgets: implement GtkWidget::state_flags_changed()
5fd4f1d... libgimpwidgets: implement GtkWidget::style_updated() instea
af3dcc3... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
8e626a7... app: use gdk_drag_context_get_source_window()
d4399de... app: use gdk_drag_context_get_selected_action() instead of
62f39a9... app: port GimpSpinScale to GtkStyleContext
3d33ce4... app: implement GtkWidget::style_updated() instead of style_
8a70756... port gtkrc files to CSS (incompletely and stuff commented o
42ed9a6... Port theme and gtkrc file loading to CSS files using GtkCss
05ed2fd... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
11408e7... app: copy gimp.css instead of gtkrc to the user's gimp dire
bae9b4d... app: check whether child widgets exist in GtkWidget::style_
65cf654... Replace gdk_cursor_unref() with g_object_unref()
460c0a2... app: use gtk_menu_shell_get_selected_item()
cebaf6f... app: port GimpOverlayBox to GtkStyleContext
0b722aa... app: port GimpOverlayFrame to GtkStyleContext
bb8ca5b... app: port GimpScaleButton to GtkStyleContext
7749983... libgimpwidgets: move all GimpPickButton members to a privat
e091634... libgimpwidgets: move all GimpColorArea members to a private
5b65f04... libgimpwidgets: move all GimpOffsetArea members to a privat
91c4a40... libgimpwidgets: move padding members from instance to class
bc8ec93... libgimpwidgets: move all GimpButton members to a private st
439f8e9... libgimpwidgets: move all GimpCellRendererColor members to a
4835fbe... libgimpwidgets: move all GimpColorButton members to a priva
41fed53... libgimpwidgets: move all GimpCellRendererToggle members to
612450d... libgimpwidgets: move all GimpChainButton members to a priva
4633815... libgimpwidgets: move all GimpBrowser members to a private s
3776f51... libgimpwidgets: move all GimpColorDisplay members to a priv
6dd1078... libgimpwidgets: move all GimpColorDisplayStack members to a
c246d91... libgimpwidgets: move all GimpColorHexEntry members to a pri
54ce16e... libgimpwidgets: add padding
029b342... libgimpwidgets: move all GimpColorNotebook members to a pri
38017ea... libgimpwidgets: move all GimpColorScale members to a privat
1b99e65... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
41728c8... libgimpwidgets: move all GimpColorSelection members to a pr
ebb627d... libgimpwidgets: move all GimpEnumLabel members to a private
6d57bb2... app: don't use style->black and style->white
705ed84... libgimpwidgets: move all GimpMemsizeEntry members to a priv
3e04ac8... app: port GimpStrokeEditor to GtkStyleContext
b783d39... app: port GimpPaletteView to GtkStyleContext
1c68178... plug-ins: don't use style->black and style->white
74343a0... libgimpwidgets: move all GimpColorProfileStore members to a
a0149e1... app: port GimpDockWindow to GtkStyleContext
d6f8bad... app: port GimpToolEditor to GtkStyleContext
3c2841c... app: use gtk_widget_override_font() instead of modify_font(
ff6be21... app: port GimpThumbBox to GtkStyleContext
bc265fb... Implement GtkWidget::style_updated() instead of ::style_set
1fae79e... app: port GimpHistogramView to GtkStyleContext
2e9cadb... app: port GimpTagEntry to GtkStyleContext
309bfaa... app: always ask the master device for its axes or state
776174a... app: when checking for a device change, check the event's s
219ea55... app: remove obsolete device checks from GimpToolbox
39b061e... app: port GimpColorFrame away from GtkStyle, using a new st
89e5958... app: remove call to gtk_widget_style_attach() from GimpOver
c803f1a... app: port GimpOverlayChild to GtkStyleContext
3e4a041... Port cell renderers to gtk_cell_renderer_get_state()
e8adba1... app: port GimpCellRendererDashes to GtkStyleContext
ab51644... app: add gimp_get_style_color() to simplify GdkRGBA style p
4e4af6e... app: add style property and default CSS for GimpHistogramVi
2aa33a4... app: port GimpCurveView to GtkStyleContext
72310a2... themes: document the new GimpHistogramView property in the
3e6589d... app: define all GimpHistogramView colors via style properti
c3068d5... themes: document the new stlye properties and indent the CS
79f731b... app: increase the priority of the theme CSS by 1
1b79e5a... app: port GimpComboTagEntry to GtkStyleContext
6826d52... configure.ac: use the new GTK_CHECK_BACKEND() macro
34d9610... plug-ins: port map-object to GTK+ 3.x
6f422c5... app: use GdkRGBA instead of GdkColor in some places
7af071e... app: remove gimp_rgb_get,set_gdk_color()
ccad06c... app: port the text tool editor's preedit popup to GtkStyleC
dddeb85... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
0ad6ad1... app: gimp_print_event(): add the device to the event debug
096bfbc... app: gimp_device_info_get_device_coords(): workaround for X
6f24da7... app: make input devices, grabs and therefore generally tool
e76616e... app: use gdk_device_get_position() inetad of gdk_display_ge
d630001... app: remove some forgotten #undef GSEAL_ENABLE
35d2913... app: let the file dialog expand/collapse with the file type
50ccd2e... app: port GimpGradientEditor to GtkSyleContext
8adc8dc... app: port GimpHistogramView to gdk_device_grab()/ungrab()
f6bbde0... app: port GimpNavigationEditor to GtkStyleContext
efa2661... app: port GimpTagPopup to GtkStyleContext
90e2746... app: GimpDock: port font size modification to GtkCssProvide
8ea2eb5... plug-ins: s/GtkObject/GtkAdjustment/
b2eb8af... app: implement GtkContainer::get_path_for_child() in GimpMe
041fd62... devel-docs: make the shooter tool at least build again (unt
7719154... app: don't use "size-request" for the toolbox' wilber, it's
afc1220... app: themes.c: add #if 0-ed switch to dark theme variant
c7abb2a... Incomplete notebook and tab theming commit, to be improved
99f5dfc... themes: set an explicit background for rulers
8ddbdbc... app: make the statusbar's progress label visible again
73c983a... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
eafd588... app: port wilber drawing to GtkStyleContext
983592d... modules: port GimpColorWheel to GTK+ 3.x
393495a... Unkommented settings for preferring a dark GTK+ theme.
84ade20... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]