[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, 27 Jul 2011 18:48:33 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
9718522... Switch to version 3.0 in a lot of places and depend on GTK+
4f14bab... libgimpwidgets: remove deprecated files from the build
bc96e7c... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
7cba219... libgimpwidgets: port virtual functions to GTK+ 3.0
72b22f3... libgimpwidgets: port virtual functions to GTK+ 3.0
82e1e35... libgimpwidgets: port to GtkWidget::draw()
91e613a... libgimpwidgets: port to GtkWidget::draw()
4c26574... libgimpwidgets: port to GtkWidget::draw()
39b6d4f... libgimpwidgets: s/GtkObject/GtkAdjustment/
a814110... libgimpwidgets: s/GtkObject/GtkAdjustment/
1f2fd61... libgimpwidgets: port to GtkWidget::draw()
93618a2... libgimpwidgets: remove deprecated functions and s/GtkObject
1c4a9a7... libgimpwidgets: s/GtkObject/GtkAdjustment/
17676c6... libgimpwidgets: s/GtkObject/GtkAdjustment/
627ab9e... libgimpwidgets: s/GtkObject/GtkAdjustment/
6011ff4... libgimpwidgets: remove deprecated files completely
d0ae715... libgimpwidgets: don't include removed files
dbb66a5... libgimpwidgets: remove typedefs of things that are gone
b52ca2c... Update .gitignore files for generated 3.0 files
123162d... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
a8febd3... app: port to GtkWidget::draw()
87671a0... app: remove GTK_OBJECT() cast
205fef6... app: port to GtkWidget::draw()
09224ba... app: port to GtkWidget::draw()
1593957... app: port virtual functions to GTK+ 3.0 API
5854f93... app: get rid of a GTK_OBJECT() cast
502eba1... app: port to GtkWidget::draw()
b168264... app: port to GtkWidget::draw()
50af49f... app: port to GtkWidget::draw()
388cbef... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
c02f8cb... app: port to GtkWidget::draw()
d616999... app: s/GtkObject/GtkAdjustment/
e6eeab7... app: port to GtkWidget::draw()
a9cc18b... app: port GimpNavigationView to GtkWidget::draw()
0eb3b22... app: s/GtkObject/GtkAdjustment/
8469220... app: port GimpPaletteView to GtkWidget::draw()
23b26c6... app: s/GtkObject/GtkAdjustment/
6bdbab6... app: s/GtkObject/GtkAdjustment/
735cf92... app: s/GtkObject/GtkAdjustment/
bf53acb... app: port to GtkWidget::draw()
2648118... app: get rid of GtkObject in GimpUIManager
62f892e... app: port to GtkWidget::draw()
b64ca5a... app: no need to alloc colors any longer, GdkColormap is gon
0c1d820... app: port call to gtk_paint_arrow() to GTK+ 3.0
22709d5... app: port device management to GdkDeviceManager
f72fec2... app: remove obsolete (GtkObject **) casts
403e3bd... app: use gtk_widget_get_preferred_size() instead of size_re
b1f0e45... app: port GimpScalComboBox to GTK+ 3.0
debc997... app: use gtk_widget_get_preferred_size() instead of size_re
d565f90... libgimpwidgets: port GimpFrame to GTK+ 3.0
84c1c6b... app: port tools to GTK+ 3.0 (trivial changes only)
16efa36... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
a25fe18... app: s/GtkObject/GtkAdjustment/
546d619... app: pass the cairo_region_t to gdk_window_invalidate_regio
d66a384... app: use GdkDeviceManager to list devices
d3e6f81... app: use GdkDeviceManager API
67b3461... app: port to GtkWidget::draw()
adda167... app: remove calls to colormap functions, they are gone
72fd0e9... libgimpwidgets: get rid of (GtkObject **) casts
65547c4... app: port the splash to GTK+ 3.0
bf6cdf0... libgimpwidgets: port the ruler to GTK+ 3.0
088869e... libgimpwidgets: port to GtkWidget::draw()
2d93e1b... app: port to GtkWidget::draw()
e82cdae... app: port the overlay stuff to GTK+ 3.0
371307e... app: use the container icon view, the grid view is not GTK+
96944ba... app: port to GtkWidget::draw() (incompletely)
9a05f15... app: remove call to gtk_statusbar_set_has_resize_grip()
9477776... app: port the tag entry to GTK+ 3.0
eafdffb... app: port to GtkWidget::draw() but disable the code inside
7651749... app: can't set the scale combo entry's properties in init()
d3bf5c9... app: port to GtkWidget::draw()
40536a2... libgimpwidgets: port to GtkWidget::draw()
7121459... modules: s/GtkObject/GtkAdjustment/
7ceaf1c... app: didn't completely commit the display shell expose() ->
0425273... app: fix display shell background drawing
87f7b2e... app: fix canvas double buffering using cairo_push,pop_group
8aa71a9... script-fu: port to GTK+ 3.0
56becaa... app: port to GtkWidget::draw()
7c1da3f... app: passing -1 as width/height to gtk_paint_box() no longe
974ef6a... app: port popup arrow drawing to cairo and get rid of the a
8fa5b39... app: remove GimpContainerGridView from the build entirely
a85fe13... modules: port to GtkWidget::draw()
09b0eb4... libgimpwidgets: port to GtkWidget::draw()
9687ea1... libgimp: port to GtkWidget::draw()
bd769f3... app: don't translate to allocation.x,y
e4fb4c7... app: port to GtkWidget::draw()
1353437... app: forgot to remove a cairo_destroy() in draw()
0419dba... app: port to GtkWidget::draw()
762d902... app: build binaries with version number 2.99
c94aac4... app: GtkEntry turned into a no-window widget
db698c9... app: use the new GtkScrollable API instead of deprecated tr
5b341fb... app: cairo_save()/restore() around chaining up in draw()
ed97709... app: add ugly workaround to make the icon view adapt to vie
8e28ca2... plug-ins: lots of trivial GTK+ 3.0 porting
94c2638... plug-ins: port jpeg-save to GTK+ 3.0
c1f211c... plug-ins: port file-png to GTK+ 3.0
1770255... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
218caff... plug-ins: more s/GtkObject/GtkAdjustment/
a755331... plug-ins: port some more plug-ins to GTK+ 3.0
22b96d6... app: port the colormap editor to GTK+ 3.0
eff6930... app: remove GtkWrapBox
05810b4... libgimpwidgets: port to the new size request API
3a1060b... app: port to the new size request API
30d2273... plug-ins: port the print preview to the new size request AP
a2e7af9... plug-ins: port sphere-designer to GtkWidget::draw()
c22269e... plug-ins: port cml-explorer to GtkWidget::draw()
6fa32b1... plug-ins: s/GtkObject/GtkAdjustment/ in file-pdf-load
4de1a7e... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop
808b7af... plug-ins: port lighting to GTK+ 3.0
2188699... plug-ins: port the unit-editor to GtkScrollable
fceed61... app: fix GimpOverlayDialog's minimum height
813cdcf... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
98a012c... app: don't connect to "size-requst" because that's deprecat
46d7a79... app: port GimpSpinScale to GTK+ 3.0
c3b7b2c... app: skip keyboard devices so the device list becomes reaso
8bf7a59... app: implement proper height-for-width in GimpToolPalette
133a0d5... app: use GdkDevice accessors
2a7bb69... app: introduce struct GimpDeviceKey because GdkDeviceKey is
1b6c4c5... app: put the toolbox' areas into a box until we decided abo
c6be1f7... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
cfcafcb... app: port the device sort function to GdkDeviceManager
93a70b0... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
97ba554... app: change the list of available devices to something that
ac1f2b3... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
383b041... libgimpwidgets: port GimpChainButton to GtkStyleContext
6747083... libgimpwidgets: port GimpColorArea to GtkStyleContext
2d478b4... libgimpwidgets: port GimpColorScale to GtkStyleContext
391265f... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
358f368... libgimpwidgets: port GimpRuler to GtkStyleContext
d03c782... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
0ee7c45... modules: port ColorselWheel to GtkStyleContext
aedb96d... app: port Wilber drawing to GtkStyleContext
a82d07c... app: port GimpBlobEditor to GtkStyleContext
170e229... app: port setting the canvas padding color to GtkStyleConte
23d1c53... app: port GimpPanedBox to GtkStyleContext
e2cd845... app: port GimpContainerIconView to GtkStyleContext
d2a7290... app: port GimpContainerTreeView to GtkStyleContext
ae1f9c9... app: port GimpColormapEditor to GtkStyleContext
dc04dc5... app: port GimpComponentEditor to GtkStyleContext
1571456... app: port GimpFgBgEditor to GtkStyleContext
6ed86a1... app: port GimpFgBgView to GtkStyleContext
a9a4957... app: port gimp_get_icon_size() to GtkStyleContext
a5f3a0e... app: port GimpContainerBox to GtkStyleContext
0d4dd50... app: port GimpDashEditor to GtkStyleContext
697ffea... app: remove calls to gtk_widget_get,set_extension_events()
b1c6469... app: s/gtk_widget_modify_font/gtk_widget_override_font/
62f2f4b... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
fd8f3d9... app: port the about dialog to GtkStyleContext
1cfad93... modules: remove call to gtk_widget_set_extension_events()
5ded5b9... libgimpwidgets: implement GtkWidget::state_flags_changed()
31a5ad6... libgimpwidgets: implement GtkWidget::style_updated() instea
8b167bc... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
bca2a64... app: use gdk_drag_context_get_source_window()
50d5271... app: use gdk_drag_context_get_selected_action() instead of
5e2e62f... app: port GimpSpinScale to GtkStyleContext
b1f6d60... app: implement GtkWidget::style_updated() instead of style_
b653f03... port gtkrc files to CSS (incompletely and stuff commented o
a921657... Port theme and gtkrc file loading to CSS files using GtkCss
f26dc46... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
019fd88... app: copy gimp.css instead of gtkrc to the user's gimp dire
781c6a9... app: check whether child widgets exist in GtkWidget::style_
cb622a5... Replace gdk_cursor_unref() with g_object_unref()
1a30ec9... app: use gtk_menu_shell_get_selected_item()
5f00a47... app: port GimpOverlayBox to GtkStyleContext
9ff1643... app: port GimpOverlayFrame to GtkStyleContext
78dec4d... app: port GimpScaleButton to GtkStyleContext
29d013f... libgimpwidgets: move all GimpPickButton members to a privat
c5739b0... libgimpwidgets: move all GimpColorArea members to a private
b96e138... libgimpwidgets: move all GimpOffsetArea members to a privat
994538b... libgimpwidgets: move padding members from instance to class
854dc97... libgimpwidgets: move all GimpButton members to a private st
744ac0a... libgimpwidgets: move all GimpCellRendererColor members to a
84f7bea... libgimpwidgets: move all GimpColorButton members to a priva
80d43fe... libgimpwidgets: move all GimpCellRendererToggle members to
9099de6... libgimpwidgets: move all GimpChainButton members to a priva
bdf17b8... libgimpwidgets: move all GimpBrowser members to a private s
f5bbdce... libgimpwidgets: move all GimpColorDisplay members to a priv
ff462d4... libgimpwidgets: move all GimpColorDisplayStack members to a
da908c5... libgimpwidgets: move all GimpColorHexEntry members to a pri
4cd84fc... libgimpwidgets: add padding
61eada5... libgimpwidgets: move all GimpColorNotebook members to a pri
c9ad948... libgimpwidgets: move all GimpColorScale members to a privat
aeadff3... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
be7cb8f... libgimpwidgets: move all GimpColorSelection members to a pr
9a689be... libgimpwidgets: move all GimpEnumLabel members to a private
456cbc6... app: don't use style->black and style->white
5e95ce9... libgimpwidgets: move all GimpMemsizeEntry members to a priv
96ab56d... app: port GimpStrokeEditor to GtkStyleContext
303157a... app: port GimpPaletteView to GtkStyleContext
cc04585... plug-ins: don't use style->black and style->white
5a27587... libgimpwidgets: move all GimpColorProfileStore members to a
6a7bf31... app: port GimpDockWindow to GtkStyleContext
505c16d... app: port GimpToolEditor to GtkStyleContext
4509710... app: use gtk_widget_override_font() instead of modify_font(
34d81c5... app: port GimpThumbBox to GtkStyleContext
b3dde7d... Implement GtkWidget::style_updated() instead of ::style_set
2fb2cf5... app: port GimpHistogramView to GtkStyleContext
57223c9... app: port GimpTagEntry to GtkStyleContext
ac655ae... app: always ask the master device for its axes or state
50c8733... app: when checking for a device change, check the event's s
2903a1f... app: remove obsolete device checks from GimpToolbox
3c7e5c8... app: port GimpColorFrame away from GtkStyle, using a new st
7b07030... app: remove call to gtk_widget_style_attach() from GimpOver
6885a26... app: port GimpOverlayChild to GtkStyleContext
3fcfd73... Port cell renderers to gtk_cell_renderer_get_state()
ebfaff4... app: port GimpCellRendererDashes to GtkStyleContext
3f0bf6b... app: add gimp_get_style_color() to simplify GdkRGBA style p
6481726... app: add style property and default CSS for GimpHistogramVi
eecd124... app: port GimpCurveView to GtkStyleContext
2fbd3bf... themes: document the new GimpHistogramView property in the
94d0b0b... app: define all GimpHistogramView colors via style properti
a1fbe65... themes: document the new stlye properties and indent the CS
48e176a... app: increase the priority of the theme CSS by 1
a4851a0... app: port GimpComboTagEntry to GtkStyleContext
eefb11a... configure.ac: use the new GTK_CHECK_BACKEND() macro
c4a83ad... plug-ins: port map-object to GTK+ 3.x
c5b13f5... app: port GimpToolbox to GtkWidget::style_updated()
78128cc... app: use GdkRGBA instead of GdkColor in some places
d05b221... app: remove gimp_rgb_get,set_gdk_color()
23a4f34... app: port the text tool editor's preedit popup to GtkStyleC
49c57a5... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
03590ee... app: gimp_print_event(): add the device to the event debug
6d04be0... app: gimp_device_info_get_device_coords(): workaround for X
4c52a5f... app: make input devices, grabs and therefore generally tool
8f6cf4f... app: use gdk_device_get_position() inetad of gdk_display_ge
857ba01... app: remove some forgotten #undef GSEAL_ENABLE
ea20677... app: let the file dialog expand/collapse with the file type
84d6406... app: use gdk_device_get_position() instead of gdk_display_g
98ffff0... app: port GimpGradientEditor to GtkSyleContext
4df1826... app: port GimpHistogramView to gdk_device_grab()/ungrab()
e347597... app: port GimpNavigationEditor to GtkStyleContext
6bb53d6... plug-ins: s/GtkObject/GtkAdjustment in web-page
4aa9681... app: port GimpTagPopup to GtkStyleContext
6cf7db8... app: GimpDock: port font size modification to GtkCssProvide
a84fbac... plug-ins: s/GtkObject/GtkAdjustment/
a60541f... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]