[gimp] (236 commits) Created branch gtk3-port
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (236 commits) Created branch gtk3-port
- Date: Wed, 21 Sep 2011 22:58:53 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
b88ab1a... Switch to version 3.0 in a lot of places and depend on GTK+
ad78156... libgimpwidgets: remove deprecated files from the build
dc62bcc... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
8e22a17... libgimpwidgets: port virtual functions to GTK+ 3.0
b0d1f52... libgimpwidgets: port virtual functions to GTK+ 3.0
8ddf921... libgimpwidgets: port to GtkWidget::draw()
1848d55... libgimpwidgets: port to GtkWidget::draw()
84d4604... libgimpwidgets: port to GtkWidget::draw()
b6b218e... libgimpwidgets: s/GtkObject/GtkAdjustment/
9243084... libgimpwidgets: s/GtkObject/GtkAdjustment/
ba10738... libgimpwidgets: port to GtkWidget::draw()
031e002... libgimpwidgets: remove deprecated functions and s/GtkObject
9bb5cf9... libgimpwidgets: s/GtkObject/GtkAdjustment/
30c595e... libgimpwidgets: s/GtkObject/GtkAdjustment/
09d1267... libgimpwidgets: s/GtkObject/GtkAdjustment/
e83f0a0... libgimpwidgets: remove deprecated files completely
8aada76... libgimpwidgets: don't include removed files
cd01992... libgimpwidgets: remove typedefs of things that are gone
0995010... Update .gitignore files for generated 3.0 files
d248df3... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
342d172... app: port to GtkWidget::draw()
e816b16... app: remove GTK_OBJECT() cast
e333034... app: port to GtkWidget::draw()
32715c9... app: port to GtkWidget::draw()
cc9a9d6... app: port virtual functions to GTK+ 3.0 API
d1a1854... app: get rid of a GTK_OBJECT() cast
57cad11... app: port to GtkWidget::draw()
a45bc57... app: port to GtkWidget::draw()
bfe7292... app: port to GtkWidget::draw()
0b2d6ce... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
77bd8c1... app: port to GtkWidget::draw()
fe65cec... app: s/GtkObject/GtkAdjustment/
983b862... app: port to GtkWidget::draw()
dc3f358... app: port GimpNavigationView to GtkWidget::draw()
246ac6e... app: s/GtkObject/GtkAdjustment/
0b49721... app: port GimpPaletteView to GtkWidget::draw()
dc6b120... app: s/GtkObject/GtkAdjustment/
b340773... app: s/GtkObject/GtkAdjustment/
6203f43... app: s/GtkObject/GtkAdjustment/
352b3b0... app: port to GtkWidget::draw()
e7b0996... app: get rid of GtkObject in GimpUIManager
6f453e9... app: port to GtkWidget::draw()
05d1ea0... app: no need to alloc colors any longer, GdkColormap is gon
2d0cf45... app: port call to gtk_paint_arrow() to GTK+ 3.0
3e403c5... app: port device management to GdkDeviceManager
5242437... app: remove obsolete (GtkObject **) casts
70c432c... app: use gtk_widget_get_preferred_size() instead of size_re
c7580b0... app: port GimpScalComboBox to GTK+ 3.0
04580b9... app: use gtk_widget_get_preferred_size() instead of size_re
ba1f861... libgimpwidgets: port GimpFrame to GTK+ 3.0
599b4d0... app: port tools to GTK+ 3.0 (trivial changes only)
2566297... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
f3b2521... app: s/GtkObject/GtkAdjustment/
ab12ff4... app: pass the cairo_region_t to gdk_window_invalidate_regio
5a340b1... app: use GdkDeviceManager to list devices
176f029... app: use GdkDeviceManager API
65616f0... app: port to GtkWidget::draw()
4c05803... app: remove calls to colormap functions, they are gone
47d4052... libgimpwidgets: get rid of (GtkObject **) casts
75cca85... app: port the splash to GTK+ 3.0
84156cd... libgimpwidgets: port the ruler to GTK+ 3.0
ae56466... libgimpwidgets: port to GtkWidget::draw()
7213999... app: port to GtkWidget::draw()
42ac351... app: port the overlay stuff to GTK+ 3.0
fc07e7f... app: use the container icon view, the grid view is not GTK+
2789767... app: port to GtkWidget::draw() (incompletely)
d5b6ee0... app: remove call to gtk_statusbar_set_has_resize_grip()
7ad494f... app: port the tag entry to GTK+ 3.0
cb567da... app: port to GtkWidget::draw() but disable the code inside
cb757d2... app: can't set the scale combo entry's properties in init()
24ed49e... app: port to GtkWidget::draw()
74312c9... libgimpwidgets: port to GtkWidget::draw()
9623d06... modules: s/GtkObject/GtkAdjustment/
f5ec2c2... app: didn't completely commit the display shell expose() ->
5dfd889... app: fix display shell background drawing
306a9e0... app: fix canvas double buffering using cairo_push,pop_group
c2470e4... script-fu: port to GTK+ 3.0
1bcfed6... app: port to GtkWidget::draw()
4c5b537... app: passing -1 as width/height to gtk_paint_box() no longe
d8e1647... app: port popup arrow drawing to cairo and get rid of the a
635b8ec... app: remove GimpContainerGridView from the build entirely
05e1e3f... modules: port to GtkWidget::draw()
8cdc6e5... libgimpwidgets: port to GtkWidget::draw()
df89eaa... libgimp: port to GtkWidget::draw()
92827dc... app: don't translate to allocation.x,y
6383642... app: port to GtkWidget::draw()
8795489... app: forgot to remove a cairo_destroy() in draw()
c5c5075... app: port to GtkWidget::draw()
f0ec632... app: build binaries with version number 2.99
9b60bb8... app: GtkEntry turned into a no-window widget
374f224... app: use the new GtkScrollable API instead of deprecated tr
70a587e... app: cairo_save()/restore() around chaining up in draw()
7d895e8... app: add ugly workaround to make the icon view adapt to vie
6939958... plug-ins: lots of trivial GTK+ 3.0 porting
c68c13b... plug-ins: port jpeg-save to GTK+ 3.0
65dfefb... plug-ins: port file-png to GTK+ 3.0
438bf12... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
4551adc... plug-ins: more s/GtkObject/GtkAdjustment/
0ab788f... plug-ins: port some more plug-ins to GTK+ 3.0
e67e6f9... app: port the colormap editor to GTK+ 3.0
f34ec47... app: remove GtkWrapBox
1fdd75f... libgimpwidgets: port to the new size request API
e9ecbe1... app: port to the new size request API
97a413b... plug-ins: port the print preview to the new size request AP
3511ce1... plug-ins: port sphere-designer to GtkWidget::draw()
5516628... plug-ins: port cml-explorer to GtkWidget::draw()
508d03c... plug-ins: s/GtkObject/GtkAdjustment/ in file-pdf-load
e760cb6... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop
835db5c... plug-ins: port lighting to GTK+ 3.0
ca0c393... plug-ins: port the unit-editor to GtkScrollable
d5fe334... app: fix GimpOverlayDialog's minimum height
0cf9a28... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
c031bc0... app: don't connect to "size-requst" because that's deprecat
aaf951c... app: port GimpSpinScale to GTK+ 3.0
979db0a... app: skip keyboard devices so the device list becomes reaso
58a85a1... app: implement proper height-for-width in GimpToolPalette
9dbf390... app: use GdkDevice accessors
2601829... app: introduce struct GimpDeviceKey because GdkDeviceKey is
eb706b8... app: put the toolbox' areas into a box until we decided abo
a39ba50... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
bc88a1a... app: port the device sort function to GdkDeviceManager
2ceefea... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
3cafa14... app: change the list of available devices to something that
76ce8af... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
53010da... libgimpwidgets: port GimpChainButton to GtkStyleContext
07fa1ae... libgimpwidgets: port GimpColorArea to GtkStyleContext
94fd96f... libgimpwidgets: port GimpColorScale to GtkStyleContext
b8cf860... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
2b99126... libgimpwidgets: port GimpRuler to GtkStyleContext
16c9233... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
084303a... modules: port ColorselWheel to GtkStyleContext
5f83050... app: port Wilber drawing to GtkStyleContext
0aa4558... app: port GimpBlobEditor to GtkStyleContext
4eeb1a2... app: port setting the canvas padding color to GtkStyleConte
b7f67f8... app: port GimpPanedBox to GtkStyleContext
25abb01... app: port GimpContainerIconView to GtkStyleContext
fe39345... app: port GimpContainerTreeView to GtkStyleContext
efb0c5a... app: port GimpColormapEditor to GtkStyleContext
f87b012... app: port GimpComponentEditor to GtkStyleContext
874dd9e... app: port GimpFgBgEditor to GtkStyleContext
4ab298e... app: port GimpFgBgView to GtkStyleContext
fb92457... app: port gimp_get_icon_size() to GtkStyleContext
4d7ee1b... app: port GimpContainerBox to GtkStyleContext
66b89da... app: port GimpDashEditor to GtkStyleContext
fb439b6... app: remove calls to gtk_widget_get,set_extension_events()
da2b7c6... app: s/gtk_widget_modify_font/gtk_widget_override_font/
d18dc21... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
cb125c7... app: port the about dialog to GtkStyleContext
3a404de... modules: remove call to gtk_widget_set_extension_events()
57c3b5d... libgimpwidgets: implement GtkWidget::state_flags_changed()
5ad7226... libgimpwidgets: implement GtkWidget::style_updated() instea
d364510... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
96f2576... app: use gdk_drag_context_get_source_window()
c101d91... app: use gdk_drag_context_get_selected_action() instead of
c72d7fc... app: port GimpSpinScale to GtkStyleContext
f673fe1... app: implement GtkWidget::style_updated() instead of style_
ed01f7d... port gtkrc files to CSS (incompletely and stuff commented o
f49d82b... Port theme and gtkrc file loading to CSS files using GtkCss
5e6415b... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
2477068... app: copy gimp.css instead of gtkrc to the user's gimp dire
5c7dbe4... app: check whether child widgets exist in GtkWidget::style_
4ab3f84... Replace gdk_cursor_unref() with g_object_unref()
05e336b... app: use gtk_menu_shell_get_selected_item()
e2fbb50... app: port GimpOverlayBox to GtkStyleContext
8e8edc0... app: port GimpOverlayFrame to GtkStyleContext
5190d5b... app: port GimpScaleButton to GtkStyleContext
747f74e... libgimpwidgets: move all GimpPickButton members to a privat
74dbcd4... libgimpwidgets: move all GimpColorArea members to a private
a6a6b6b... libgimpwidgets: move all GimpOffsetArea members to a privat
5099fa3... libgimpwidgets: move padding members from instance to class
10ed9e9... libgimpwidgets: move all GimpButton members to a private st
b8ea6ac... libgimpwidgets: move all GimpCellRendererColor members to a
b6eacf2... libgimpwidgets: move all GimpColorButton members to a priva
312ff46... libgimpwidgets: move all GimpCellRendererToggle members to
52bb03f... libgimpwidgets: move all GimpChainButton members to a priva
742c51f... libgimpwidgets: move all GimpBrowser members to a private s
ef39765... libgimpwidgets: move all GimpColorDisplay members to a priv
a60193f... libgimpwidgets: move all GimpColorDisplayStack members to a
af8c6d6... libgimpwidgets: move all GimpColorHexEntry members to a pri
b0db68d... libgimpwidgets: add padding
f0b0072... libgimpwidgets: move all GimpColorNotebook members to a pri
1e23822... libgimpwidgets: move all GimpColorScale members to a privat
7489e28... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
00047e5... libgimpwidgets: move all GimpColorSelection members to a pr
1125950... libgimpwidgets: move all GimpEnumLabel members to a private
e4b4e67... app: don't use style->black and style->white
b84aab0... libgimpwidgets: move all GimpMemsizeEntry members to a priv
b9d75cd... app: port GimpStrokeEditor to GtkStyleContext
45f8680... app: port GimpPaletteView to GtkStyleContext
8aabb18... plug-ins: don't use style->black and style->white
b5a5c6f... libgimpwidgets: move all GimpColorProfileStore members to a
f6ee432... app: port GimpDockWindow to GtkStyleContext
a11c7da... app: port GimpToolEditor to GtkStyleContext
5f2958c... app: use gtk_widget_override_font() instead of modify_font(
90fa553... app: port GimpThumbBox to GtkStyleContext
cf864ae... Implement GtkWidget::style_updated() instead of ::style_set
a38f9dd... app: port GimpHistogramView to GtkStyleContext
ba3a6c2... app: port GimpTagEntry to GtkStyleContext
fe055a5... app: always ask the master device for its axes or state
6606bc6... app: when checking for a device change, check the event's s
a9bf505... app: remove obsolete device checks from GimpToolbox
579efa1... app: port GimpColorFrame away from GtkStyle, using a new st
f33e3ad... app: remove call to gtk_widget_style_attach() from GimpOver
161440c... app: port GimpOverlayChild to GtkStyleContext
02d76d0... Port cell renderers to gtk_cell_renderer_get_state()
e40a076... app: port GimpCellRendererDashes to GtkStyleContext
351fd2a... app: add gimp_get_style_color() to simplify GdkRGBA style p
71e91ca... app: add style property and default CSS for GimpHistogramVi
15562a3... app: port GimpCurveView to GtkStyleContext
74f0749... themes: document the new GimpHistogramView property in the
b4229d9... app: define all GimpHistogramView colors via style properti
18c8800... themes: document the new stlye properties and indent the CS
e3fb604... app: increase the priority of the theme CSS by 1
c4a11f1... app: port GimpComboTagEntry to GtkStyleContext
d46e371... configure.ac: use the new GTK_CHECK_BACKEND() macro
29c7f2d... plug-ins: port map-object to GTK+ 3.x
75a6664... app: port GimpToolbox to GtkWidget::style_updated()
3828a12... app: use GdkRGBA instead of GdkColor in some places
8cf5feb... app: remove gimp_rgb_get,set_gdk_color()
8b0790b... app: port the text tool editor's preedit popup to GtkStyleC
562e11d... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
cc06a19... app: gimp_print_event(): add the device to the event debug
7de16fe... app: gimp_device_info_get_device_coords(): workaround for X
aa331d4... app: make input devices, grabs and therefore generally tool
b1dc0e2... app: use gdk_device_get_position() inetad of gdk_display_ge
616f874... app: remove some forgotten #undef GSEAL_ENABLE
d2cd13d... app: let the file dialog expand/collapse with the file type
cb8158c... app: use gdk_device_get_position() instead of gdk_display_g
37a03be... app: port GimpGradientEditor to GtkSyleContext
6b13de9... app: port GimpHistogramView to gdk_device_grab()/ungrab()
9048e07... app: port GimpNavigationEditor to GtkStyleContext
69df26c... plug-ins: s/GtkObject/GtkAdjustment in web-page
43458c3... app: port GimpTagPopup to GtkStyleContext
154803a... app: GimpDock: port font size modification to GtkCssProvide
d72bffc... plug-ins: s/GtkObject/GtkAdjustment/
d07fd97... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]