[gimp] (246 commits) Created branch gtk3-port
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (246 commits) Created branch gtk3-port
- Date: Wed, 2 Mar 2011 09:21:27 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
b0eb343... Switch to version 3.0 in a lot of places and depend on GTK+
c928fda... libgimpwidgets: remove deprecated files from the build
ff73ec6... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
0cec2cb... libgimpwidgets: port virtual functions to GTK+ 3.0
3b8f2a1... libgimpwidgets: port virtual functions to GTK+ 3.0
09d4dad... libgimpwidgets: port to GtkWidget::draw()
f452b00... libgimpwidgets: port to GtkWidget::draw()
1a57a68... libgimpwidgets: port to new GDK_KEY_foo key names
59459bc... libgimpwidgets: port to GtkWidget::draw()
abcebbf... libgimpwidgets: s/GtkObject/GtkAdjustment/
cea6838... libgimpwidgets: remove call to gtk_dialog_set_has_separator
551059c... libgimpwidgets: port to GDK_KEY_foo key names
ff99597... libgimpwidgets: s/GtkObject/GtkAdjustment/
637cff1... libgimpwidgets: port to GD_KEY_foo key names
a511996... libgimpwidgets: port to GtkWidget::draw()
7d4d3d3... libgimpwidgets: port to GDK_KEY_foo key names
c835d3e... libgimpwidgets: remove deprecated functions and s/GtkObject
728caf1... libgimpwidgets: s/GtkObject/GtkAdjustment/
d09d693... libgimpwidgets: s/GtkObject/GtkAdjustment/
b42b1e3... libgimpwidgets: s/GtkObject/GtkAdjustment/
cc35b51... libgimpwidgets: remove deprecated files completely
91b7302... libgimpwidgets: don't include removed files
270708c... libgimpwidgets: remove the deprecated gimp_pixmap_button_ne
fb8e86b... libgimpwidgets: remove typedefs of things that are gone
db3e31d... Update .gitignore files for generated 3.0 files
3af004b... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
ddf2777... app: port to GtkWidget::draw()
c842f7c... app: remove GTK_OBJECT() cast
6d6a516... app: port to GtkWidget::draw()
7820480... app: port to GtkWidget::draw()
d0da535... app: port virtual functions to GTK+ 3.0 API
3ddcbac... app: port to the new GDK_KEY_foo key names
ce95179... app: port to the new GDK_KEY_foo key names and get rid of a
d109f63... app: port to the new GDK_KEY_foo key names
33a7842... app: port to GtkWidget::draw() and to the new GDK_KEY_foo k
568ac80... app: port to GtkWidget::draw()
b3f8f66... app: s/GDK_Escape/GDK_KEY_Escape/
3bd3c8a... app: port to GtkWidget::draw()
964148b... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
9aa5d97... app: port to GtkWidget::draw()
36854df... app: s/GtkObject/GtkAdjustment/
a0e3b18... app: port to GtkWidget::draw()
5385e8b... app: port to GtkWidget::draw() and to the new GDK_KEY_foo k
d65a355... app: s/GDK_Escape/GDK_KEY_Escape/
5c7db94... app: s/GtkObject/GtkAdjustment/
29d6e8b... app: port to GtkWidget::draw() and to the new GDK_KEY_foo k
87def2f... app: s/GtkObject/GtkAdjustment/
e0a73ea... app: s/GtkObject/GtkAdjustment/
180fd51... app: s/GtkObject/GtkAdjustment/
21e509b... app: use the new GDK_KEY_foo key names
c86209c... app: port to GtkWidget::draw()
b0aea38... app: get rid of GtkObject and s/GDK_F1/GDK_KEY_F1/
23619fc... app: port to GtkWidget::draw()
b7504c6... app: no need to alloc colors any longer, GdkColormap is gon
6e2ea9e... app: port call to gtk_paint_arrow() to GTK+ 3.0
4e16a82... app: port device management to GdkDeviceManager
7aa752e... app: remove obsolete (GtkObject **) casts
f25c353... app: use gtk_widget_get_preferred_size() instead of size_re
d799807... app: port GimpScalComboBox to GTK+ 3.0
0bf9cc9... app: use gtk_widget_get_preferred_size() instead of size_re
1967dab... libgimpwidgets: port GimpFrame to GTK+ 3.0
14683a2... app: port tools to GTK+ 3.0 (trivial changes only)
6e926c7... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
33010d5... app: s/GtkObject/GtkAdjustment/
937e4ae... app: pass the cairo_region_t to gdk_window_invalidate_regio
1c94894... libgimpwidgets: use gdk_cairo_set_source_window() instead o
9997a16... app: use GdkDeviceManager to list devices
358c42b... app: use GdkDeviceManager API
c0c7723... app: port to GtkWidget::draw()
9998e5b... app: remove calls to colormap functions, they are gone
1479794... libgimpwidgets: get rid of (GtkObject **) casts
8d35e0d... app: port the splash to GTK+ 3.0
6aa4093... libgimpwidgets: port the ruler to GTK+ 3.0
1fa60ac... libgimpwidgets: port to GtkWidget::draw()
3ea5d98... app: port to GtkWidget::draw()
9fb278c... app: port the overlay stuff to GTK+ 3.0
74c99cb... app: use the container icon view, the grid view is not GTK+
3549218... libgimpwidgets: #if 0 some unit menu code that needs portin
26b8684... app: port to GtkWidget::draw() (incompletely)
811ec41... app: remove call to gtk_statusbar_set_has_resize_grip()
781bc5d... app: port the tag entry to GTK+ 3.0
a214cba... app: port to GtkWidget::draw() but disable the code inside
4d1b8d2... app: can't set the scale combo entry's properties in init()
6a88eeb... app: port to GtkWidget::draw()
4e809ad... libgimpwidgets: port to GtkWidget::draw()
f086fcf... modules: s/GtkObject/GtkAdjustment/
f859be9... app: didn't completely commit the display shell expose() ->
d01e240... libgimpwidgets: port to GtkComboBoxText
74ea1f3... app: fix display shell background drawing
7819a3f... app: fix canvas double buffering using cairo_push,pop_group
7bc496a... script-fu: port to GTK+ 3.0
698d4e3... app: port to GtkWidget::draw()
35c7819... app: passing -1 as width/height to gtk_paint_box() no longe
bf99702... app: port popup arrow drawing to cairo and get rid of the a
c5ec470... app: remove GimpContainerGridView from the build entirely
ed50e0e... modules: port to GtkWidget::draw()
fb38a7e... libgimpwidgets: port to GtkWidget::draw()
5da8bcc... libgimp: port to GtkWidget::draw()
227e5c4... app: don't translate to allocation.x,y
9a8f2e9... app: port to GtkWidget::draw()
3319bad... app: forgot to remove a cairo_destroy() in draw()
0338608... app: port to GtkWidget::draw()
1ffa614... app: build binaries with version number 2.99
1e7a487... app: GtkEntry turned into a no-window widget
7832fbd... app: use the new GtkScrollable API instead of deprecated tr
91da876... app: cairo_save()/restore() around chaining up in draw()
6eb6080... app: add ugly workaround to make the icon view adapt to vie
7d032ef... plug-ins: lots of trivial GTK+ 3.0 porting
18033ec... plug-ins: port jpeg-save to GTK+ 3.0
a3dba43... plug-ins: port file-png to GTK+ 3.0
31ee35f... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
239bd92... plug-ins: more s/GtkObject/GtkAdjustment/
cde51ef... plug-ins: port some more plug-ins to GTK+ 3.0
3a86760... app: port the colormap editor to GTK+ 3.0
2a7eab9... app: remove GtkWrapBox
506c14e... libgimpwidgets: port to the new size request API
f95e279... app: port to the new size request API
1d32cf9... plug-ins: port the print preview to the new size request AP
2fccfef... libgimp*: derive from GtkBox directly instead of GtkHBox/VB
913a464... plug-ins: port sphere-designer to GtkWidget::draw()
07305d6... plug-ins: port cml-explorer to GtkWidget::draw()
e943bd2... plug-ins: s/GtkObject/GtkAdjustment/ in file-pdf-load
f68d4a4... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop
fda67e5... plug-ins: port lighting to GTK+ 3.0
87cf893... app: port the cage tool to the new GDK_KEY_foo key names
daeaf78... plug-ins: port the unit-editor to GtkScrollable
ff1e8cb... app: fix GimpOverlayDialog's minimum height
3588138... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
ed7c2c4... app: don't connect to "size-requst" because that's deprecat
6881eff... app: port GimpSpinScale to GTK+ 3.0
958384f... app: skip keyboard devices so the device list becomes reaso
7b9faed... app: implement proper height-for-width in GimpToolPalette
8f7c416... app: use GdkDevice accessors
ef6c4b4... app: introduce struct GimpDeviceKey because GdkDeviceKey is
e348140... app: put the toolbox' areas into a box until we decided abo
46ba75e... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
b136bd7... app: port the device sort function to GdkDeviceManager
6a1c67d... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
06dd532... app: change the list of available devices to something that
8305b87... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
148eff8... libgimpwidgets: port GimpChainButton to GtkStyleContext
947e921... libgimpwidgets: port GimpColorArea to GtkStyleContext
efc2e03... libgimpwidgets: port GimpColorScale to GtkStyleContext
b24a1a7... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
2d7704c... libgimpwidgets: port GimpRuler to GtkStyleContext
4e4bc6f... libgimpwidgets: turn GimpRuler into a no-window widget
1bd8f47... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
193b2a4... modules: port ColorselWheel to GtkStyleContext
274217f... app: port Wilber drawing to GtkStyleContext
5c830b9... app: port GimpBlobEditor to GtkStyleContext
0fcd5e7... app: port setting the canvas padding color to GtkStyleConte
bf86562... app: port GimpPanedBox to GtkStyleContext
8e2beda... app: port GimpContainerIconView to GtkStyleContext
bd5d429... app: port GimpContainerTreeView to GtkStyleContext
4dc43c3... app: port GimpColormapEditor to GtkStyleContext
2cffed8... app: port GimpComponentEditor to GtkStyleContext
3696b1e... app: port GimpFgBgEditor to GtkStyleContext
dc5db93... app: port GimpFgBgView to GtkStyleContext
a272e06... app: port gimp_get_icon_size() to GtkStyleContext
141787d... app: port GimpContainerBox to GtkStyleContext
40ec0d0... app: port GimpDashEditor to GtkStyleContext
4361969... app: remove calls to gtk_widget_get,set_extension_events()
69694db... app: s/gtk_widget_modify_font/gtk_widget_override_font/
4eb0331... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
8aeaede... app: port the about dialog to GtkStyleContext
20b35cb... modules: remove call to gtk_widget_set_extension_events()
e006402... libgimpwidgets: implement GtkWidget::state_flags_changed()
c3df40d... libgimpwidgets: implement GtkWidget::style_updated() instea
c718ce7... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
a5d674b... app: use gdk_drag_context_get_source_window()
d8b2995... app: use gdk_drag_context_get_selected_action() instead of
1511e9b... app: port GimpSpinScale to GtkStyleContext
20b3dfb... app: implement GtkWidget::style_updated() instead of style_
4e4fa82... port gtkrc files to CSS (incompletely and stuff commented o
e8b8a80... Port theme and gtkrc file loading to CSS files using GtkCss
50bf357... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
f7d0b0d... app: copy gimp.css instead of gtkrc to the user's gimp dire
dc54c88... app: check whether child widgets exist in GtkWidget::style_
aaefd15... Replace gdk_cursor_unref() with g_object_unref()
81f219f... app: use gtk_menu_shell_get_selected_item()
fa716c5... app: port GimpOverlayBox to GtkStyleContext
2999cdc... app: port GimpOverlayFrame to GtkStyleContext
597d416... app: port GimpScaleButton to GtkStyleContext
5025427... libgimpwidgets: move all GimpPickButton members to a privat
d982fa7... libgimpwidgets: move all GimpColorArea members to a private
50c39c0... libgimpwidgets: move all GimpOffsetArea members to a privat
c31e977... libgimpwidgets: move padding members from instance to class
11979df... libgimpwidgets: move all GimpButton members to a private st
f974c42... libgimpwidgets: move all GimpCellRendererColor members to a
a8c6481... libgimpwidgets: move all GimpColorButton members to a priva
2e0406a... libgimpwidgets: move all GimpCellRendererToggle members to
9d0fc2c... libgimpwidgets: move all GimpChainButton members to a priva
714c56c... libgimpwidgets: move all GimpBrowser members to a private s
6b1efdf... libgimpwidgets: move all GimpColorDisplay members to a priv
6eb53ea... libgimpwidgets: move all GimpColorDisplayStack members to a
3a969c2... libgimpwidgets: move all GimpColorHexEntry members to a pri
a882b78... libgimpwidgets: add padding
8ad817e... libgimpwidgets: move all GimpColorNotebook members to a pri
05cd77c... libgimpwidgets: move all GimpColorScale members to a privat
df3087f... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
ba572ee... libgimpwidgets: move all GimpColorSelection members to a pr
371f9eb... libgimpwidgets: move all GimpEnumLabel members to a private
82be8b1... app: don't use style->black and style->white
a7b95cc... libgimpwidgets: move all GimpMemsizeEntry members to a priv
d6d1ee3... app: port GimpStrokeEditor to GtkStyleContext
ff7b08c... app: port GimpPaletteView to GtkStyleContext
fbe1583... plug-ins: don't use style->black and style->white
cd2c297... libgimpwidgets: move all GimpColorProfileStore members to a
dd4be74... app: port GimpDockWindow to GtkStyleContext
4451815... app: port GimpToolEditor to GtkStyleContext
aa74fb8... app: use gtk_widget_override_font() instead of modify_font(
51672e8... app: port GimpThumbBox to GtkStyleContext
b3f748c... Implement GtkWidget::style_updated() instead of ::style_set
7c5ca94... app: port GimpHistogramView to GtkStyleContext
f3d65dd... app: disable calls to gtk_range_set_update_policy()
7d34757... plug-ins: port file-ps to GtkComboBoxText
2bf5cb0... app: port GimpTagEntry to GtkStyleContext
65a4dde... app: always ask the master device for its axes or state
50b8059... app: when checking for a device change, check the event's s
a393a4e... app: remove obsolete device checks from GimpToolbox
ab49626... plug-ins: port file-gih to GtkComboBoxText
a2341d0... app: port GimpColorFrame away from GtkStyle, using a new st
70bfb3e... app: remove call to gtk_widget_style_attach() from GimpOver
2c0f499... app: port GimpOverlayChild to GtkStyleContext
fe19d7e... Port cell renderers to gtk_cell_renderer_get_state()
083e424... app: port GimpCellRendererDashes to GtkStyleContext
09ac2bf... app: add gimp_get_style_color() to simplify GdkRGBA style p
ffab441... app: add style property and default CSS for GimpHistogramVi
f103777... app: port GimpCurveView to GtkStyleContext
a38638a... themes: document the new GimpHistogramView property in the
acddf28... app: define all GimpHistogramView colors via style properti
281163f... themes: document the new stlye properties and indent the CS
477fd3f... app: increase the priority of the theme CSS by 1
bf73004... app: port GimpComboTagEntry to GtkStyleContext
5283ab0... app: s/GDK_F2/GDK_KEY_F2 in GimpContainerTreeView
744553d... configure.ac: use the new GTK_CHECK_BACKEND() macro
0e15068... plug-ins: port map-object to GTK+ 3.x
fcf1a9b... app: port GimpToolbox to GtkWidget::style_updated()
34f29c0... app: use GdkRGBA instead of GdkColor in some places
3d6f0c2... app: remove gimp_rgb_get,set_gdk_color()
14044a4... app: port the text tool editor's preedit popup to GtkStyleC
70ea1fc... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
56446dc... app: gimp_print_event(): add the device to the event debug
a2a25a4... app: gimp_device_info_get_device_coords(): workaround for X
cdd18d3... app: make input devices, grabs and therefore generally tool
2e2befe... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]