[gimp] (223 commits) Created branch gtk3-port
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (223 commits) Created branch gtk3-port
- Date: Thu, 3 Nov 2011 23:34:42 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
fa50609... Switch to version 3.0 in a lot of places and depend on GTK+
1aaec07... libgimpwidgets: remove deprecated files from the build
7e279ff... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
a6a0ece... libgimpwidgets: port virtual functions to GTK+ 3.0
a05bc0b... libgimpwidgets: port virtual functions to GTK+ 3.0
ace0b41... libgimpwidgets: port to GtkWidget::draw()
bb1b1cd... libgimpwidgets: port to GtkWidget::draw()
a1ca72d... libgimpwidgets: port to GtkWidget::draw()
3d44038... libgimpwidgets: s/GtkObject/GtkAdjustment/
a2460f8... libgimpwidgets: port to GtkWidget::draw()
cf3494d... libgimpwidgets: remove deprecated functions and s/GtkObject
3900233... libgimpwidgets: remove deprecated files completely
f2f26a4... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
2cab094... app: port to GtkWidget::draw()
f8e0615... app: remove GTK_OBJECT() cast
15582af... app: port to GtkWidget::draw()
f80f713... app: port to GtkWidget::draw()
96df1e4... app: port virtual functions to GTK+ 3.0 API
6497a4e... app: get rid of a GTK_OBJECT() cast
bbfdce2... app: port to GtkWidget::draw()
073ef55... app: port to GtkWidget::draw()
4bc0989... app: port to GtkWidget::draw()
6782e27... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
09d18d2... app: port to GtkWidget::draw()
94e1839... app: s/GtkObject/GtkAdjustment/
97e0e52... app: port to GtkWidget::draw()
e0fb931... app: port GimpNavigationView to GtkWidget::draw()
e8e4b5c... app: port GimpPaletteView to GtkWidget::draw()
60b25ab... app: port to GtkWidget::draw()
cedf793... app: get rid of GtkObject in GimpUIManager
8b7fc23... app: port to GtkWidget::draw()
f92d7d9... app: no need to alloc colors any longer, GdkColormap is gon
34dc1bd... app: port call to gtk_paint_arrow() to GTK+ 3.0
31a029f... app: port device management to GdkDeviceManager
d30e3a2... app: remove obsolete (GtkObject **) casts
7b079f4... app: use gtk_widget_get_preferred_size() instead of size_re
4a0dc15... app: port GimpScalComboBox to GTK+ 3.0
7105ca0... app: use gtk_widget_get_preferred_size() instead of size_re
8d9469e... libgimpwidgets: port GimpFrame to GTK+ 3.0
3d65772... app: port tools to GTK+ 3.0 (trivial changes only)
8cb9eec... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
bee4844... app: pass the cairo_region_t to gdk_window_invalidate_regio
1999957... app: use GdkDeviceManager to list devices
da7d95b... app: use GdkDeviceManager API
589b9ea... app: port to GtkWidget::draw()
225baf0... app: remove calls to colormap functions, they are gone
c0850da... libgimpwidgets: get rid of (GtkObject **) casts
315268a... app: port the splash to GTK+ 3.0
4028ba9... libgimpwidgets: port the ruler to GTK+ 3.0
1be4a6d... libgimpwidgets: port to GtkWidget::draw()
c52ee45... app: port to GtkWidget::draw()
32ee9c1... app: port the overlay stuff to GTK+ 3.0
e2926bb... app: use the container icon view, the grid view is not GTK+
57d2efe... app: port to GtkWidget::draw() (incompletely)
71daa25... app: remove call to gtk_statusbar_set_has_resize_grip()
4c72f20... app: port the tag entry to GTK+ 3.0
2b5429c... app: port to GtkWidget::draw() but disable the code inside
cb57b6d... app: can't set the scale combo entry's properties in init()
b5aced5... app: port to GtkWidget::draw()
69fdf02... libgimpwidgets: port to GtkWidget::draw()
7ac15b3... modules: s/GtkObject/GtkAdjustment/
66dc8e0... app: didn't completely commit the display shell expose() ->
62adfbf... app: fix display shell background drawing
748607c... app: fix canvas double buffering using cairo_push,pop_group
8cec0a0... script-fu: port to GTK+ 3.0
0cf9192... app: port to GtkWidget::draw()
b79eb30... app: passing -1 as width/height to gtk_paint_box() no longe
333a89f... app: port popup arrow drawing to cairo and get rid of the a
5b64bc7... app: remove GimpContainerGridView from the build entirely
508de63... modules: port to GtkWidget::draw()
3f5b107... libgimpwidgets: port to GtkWidget::draw()
0440415... libgimp: port to GtkWidget::draw()
1e713df... app: don't translate to allocation.x,y
39e963e... app: port to GtkWidget::draw()
7580cf1... app: forgot to remove a cairo_destroy() in draw()
a2ceaf0... app: port to GtkWidget::draw()
bf15800... app: GtkEntry turned into a no-window widget
76a4261... app: use the new GtkScrollable API instead of deprecated tr
4ba4e7b... app: cairo_save()/restore() around chaining up in draw()
9993493... app: add ugly workaround to make the icon view adapt to vie
8bd9031... plug-ins: lots of trivial GTK+ 3.0 porting
31db31a... plug-ins: port jpeg-save to GTK+ 3.0
e3a8185... plug-ins: port file-png to GTK+ 3.0
f960a0e... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
2c78e6a... plug-ins: more s/GtkObject/GtkAdjustment/
b94cf83... plug-ins: port some more plug-ins to GTK+ 3.0
419cf75... app: port the colormap editor to GTK+ 3.0
f98e40d... app: remove GtkWrapBox
f5dec21... libgimpwidgets: port to the new size request API
1ffbea4... app: port to the new size request API
235cd17... plug-ins: port the print preview to the new size request AP
a2e287c... plug-ins: port sphere-designer to GtkWidget::draw()
40b92da... plug-ins: port cml-explorer to GtkWidget::draw()
bb86c25... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop
99106e5... plug-ins: port lighting to GTK+ 3.0
ec28fd3... plug-ins: port the unit-editor to GtkScrollable
94c366c... app: fix GimpOverlayDialog's minimum height
e5f6a63... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
ac5588e... app: don't connect to "size-requst" because that's deprecat
a16b99a... app: port GimpSpinScale to GTK+ 3.0
ef3b265... app: skip keyboard devices so the device list becomes reaso
5be2c6a... app: implement proper height-for-width in GimpToolPalette
a0b5a22... app: use GdkDevice accessors
fcc83e3... app: introduce struct GimpDeviceKey because GdkDeviceKey is
cf4f73c... app: put the toolbox' areas into a box until we decided abo
b431ec5... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
89bfc8c... app: port the device sort function to GdkDeviceManager
90bde28... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
2b3c365... app: change the list of available devices to something that
b1914ef... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
5461e4c... libgimpwidgets: port GimpChainButton to GtkStyleContext
12e7b0f... libgimpwidgets: port GimpColorArea to GtkStyleContext
e97be2d... libgimpwidgets: port GimpColorScale to GtkStyleContext
8e5115f... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
3b39d49... libgimpwidgets: port GimpRuler to GtkStyleContext
5fea6ec... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
fd677af... modules: port ColorselWheel to GtkStyleContext
8614946... app: port Wilber drawing to GtkStyleContext
acc0a45... app: port GimpBlobEditor to GtkStyleContext
c60fe4b... app: port setting the canvas padding color to GtkStyleConte
1a043a1... app: port GimpPanedBox to GtkStyleContext
c1426bd... app: port GimpContainerIconView to GtkStyleContext
01665bf... app: port GimpContainerTreeView to GtkStyleContext
f6ffb7c... app: port GimpColormapEditor to GtkStyleContext
263d590... app: port GimpComponentEditor to GtkStyleContext
896575d... app: port GimpFgBgEditor to GtkStyleContext
738a282... app: port GimpFgBgView to GtkStyleContext
d4c4271... app: port gimp_get_icon_size() to GtkStyleContext
f63f0df... app: port GimpContainerBox to GtkStyleContext
60646db... app: port GimpDashEditor to GtkStyleContext
c6825c5... app: remove calls to gtk_widget_get,set_extension_events()
3197686... app: s/gtk_widget_modify_font/gtk_widget_override_font/
28a520a... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
bced217... app: port the about dialog to GtkStyleContext
f57b73c... modules: remove call to gtk_widget_set_extension_events()
c3cd5de... libgimpwidgets: implement GtkWidget::state_flags_changed()
a2c4a0a... libgimpwidgets: implement GtkWidget::style_updated() instea
1906ac1... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
1128419... app: use gdk_drag_context_get_source_window()
02371db... app: use gdk_drag_context_get_selected_action() instead of
fdd52f2... app: port GimpSpinScale to GtkStyleContext
df8c4ab... app: implement GtkWidget::style_updated() instead of style_
21da4e1... port gtkrc files to CSS (incompletely and stuff commented o
7edfe88... Port theme and gtkrc file loading to CSS files using GtkCss
b747580... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
fc83490... app: copy gimp.css instead of gtkrc to the user's gimp dire
ac9d53b... app: check whether child widgets exist in GtkWidget::style_
8e32b36... Replace gdk_cursor_unref() with g_object_unref()
a511c62... app: use gtk_menu_shell_get_selected_item()
3f0e342... app: port GimpOverlayBox to GtkStyleContext
0945c1e... app: port GimpOverlayFrame to GtkStyleContext
7e604e2... app: port GimpScaleButton to GtkStyleContext
57c7f3b... libgimpwidgets: move all GimpPickButton members to a privat
7b8b158... libgimpwidgets: move all GimpColorArea members to a private
44cb362... libgimpwidgets: move all GimpOffsetArea members to a privat
ef8b959... libgimpwidgets: move padding members from instance to class
f680935... libgimpwidgets: move all GimpButton members to a private st
014a950... libgimpwidgets: move all GimpCellRendererColor members to a
7221f7b... libgimpwidgets: move all GimpColorButton members to a priva
dd4d3fd... libgimpwidgets: move all GimpCellRendererToggle members to
e7f31dc... libgimpwidgets: move all GimpChainButton members to a priva
6d94975... libgimpwidgets: move all GimpBrowser members to a private s
b906f1c... libgimpwidgets: move all GimpColorDisplay members to a priv
b7af6a2... libgimpwidgets: move all GimpColorDisplayStack members to a
183e193... libgimpwidgets: move all GimpColorHexEntry members to a pri
b564040... libgimpwidgets: add padding
475a715... libgimpwidgets: move all GimpColorNotebook members to a pri
615e0ee... libgimpwidgets: move all GimpColorScale members to a privat
a18ca4c... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
534f4c4... libgimpwidgets: move all GimpColorSelection members to a pr
65911df... libgimpwidgets: move all GimpEnumLabel members to a private
e384c2a... app: don't use style->black and style->white
c5f72a1... libgimpwidgets: move all GimpMemsizeEntry members to a priv
c35131d... app: port GimpStrokeEditor to GtkStyleContext
da08e19... app: port GimpPaletteView to GtkStyleContext
fae17ae... plug-ins: don't use style->black and style->white
235beb5... libgimpwidgets: move all GimpColorProfileStore members to a
df972d5... app: port GimpDockWindow to GtkStyleContext
d5cd190... app: port GimpToolEditor to GtkStyleContext
edfa131... app: use gtk_widget_override_font() instead of modify_font(
ee7e5c7... app: port GimpThumbBox to GtkStyleContext
716dbf4... Implement GtkWidget::style_updated() instead of ::style_set
ae23059... app: port GimpHistogramView to GtkStyleContext
fa51e5f... app: port GimpTagEntry to GtkStyleContext
cf1d9bf... app: always ask the master device for its axes or state
425464c... app: when checking for a device change, check the event's s
f5c5d47... app: remove obsolete device checks from GimpToolbox
91ef2d9... app: port GimpColorFrame away from GtkStyle, using a new st
1cea3a5... app: remove call to gtk_widget_style_attach() from GimpOver
d53a188... app: port GimpOverlayChild to GtkStyleContext
97d93ec... Port cell renderers to gtk_cell_renderer_get_state()
15a4774... app: port GimpCellRendererDashes to GtkStyleContext
eb6e8ab... app: add gimp_get_style_color() to simplify GdkRGBA style p
bbc1b3c... app: add style property and default CSS for GimpHistogramVi
61d5fdf... app: port GimpCurveView to GtkStyleContext
1e20c9c... themes: document the new GimpHistogramView property in the
393c183... app: define all GimpHistogramView colors via style properti
ff9b9c3... themes: document the new stlye properties and indent the CS
46d3868... app: increase the priority of the theme CSS by 1
0fd5ccf... app: port GimpComboTagEntry to GtkStyleContext
d8e8d00... configure.ac: use the new GTK_CHECK_BACKEND() macro
efae2e4... plug-ins: port map-object to GTK+ 3.x
f66324d... app: port GimpToolbox to GtkWidget::style_updated()
3d2c0c4... app: use GdkRGBA instead of GdkColor in some places
5e5b170... app: remove gimp_rgb_get,set_gdk_color()
e719d03... app: port the text tool editor's preedit popup to GtkStyleC
90d4cc6... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
54f4e84... app: gimp_print_event(): add the device to the event debug
e094d57... app: gimp_device_info_get_device_coords(): workaround for X
e05b0ad... app: make input devices, grabs and therefore generally tool
e8c8f3e... app: use gdk_device_get_position() inetad of gdk_display_ge
cbe2175... app: remove some forgotten #undef GSEAL_ENABLE
570d844... app: let the file dialog expand/collapse with the file type
ac8931e... app: port GimpGradientEditor to GtkSyleContext
bb8bd20... app: port GimpHistogramView to gdk_device_grab()/ungrab()
da9db7f... app: port GimpNavigationEditor to GtkStyleContext
e742ffb... app: port GimpTagPopup to GtkStyleContext
3fd4698... app: GimpDock: port font size modification to GtkCssProvide
a83b601... plug-ins: s/GtkObject/GtkAdjustment/
8ecf207... app: implement GtkContainer::get_path_for_child() in GimpMe
1ad66ff... devel-docs: make the shooter tool at least build again (unt
7efc1db... app: don't use "size-request" for the toolbox' wilber, it's
f6bcd60... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]