[gimp] (230 commits) Created branch gtk3-port
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (230 commits) Created branch gtk3-port
- Date: Fri, 30 May 2014 00:41:57 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
f3906cb... Switch to version 3.0 in a lot of places and depend on GTK+
4363e56... Revert "app: Fix on canvas widgets ignoring clicks from tab
56bc83e... libgimpwidgets: remove deprecated files from the build
593b623... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
5f1b5c5... libgimpwidgets: port virtual functions to GTK+ 3.0
9f285c9... libgimpwidgets: port virtual functions to GTK+ 3.0
91b22d8... libgimpwidgets: port to GtkWidget::draw()
8acee89... libgimpwidgets: port to GtkWidget::draw()
6d2718c... libgimpwidgets: port to GtkWidget::draw()
c30dc1f... libgimpwidgets: s/GtkObject/GtkAdjustment/
4f1d8a5... libgimpwidgets: port to GtkWidget::draw()
42425ec... libgimpwidgets: remove deprecated functions and s/GtkObject
fe73824... libgimpwidgets: remove deprecated files completely
3d6616e... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
a9b9b9e... app: port to GtkWidget::draw()
31d6f48... app: remove GTK_OBJECT() cast
87f2d8a... app: port to GtkWidget::draw()
6eff98d... app: port to GtkWidget::draw()
e32efe2... app: port virtual functions to GTK+ 3.0 API
4b948c2... app: get rid of a GTK_OBJECT() cast
e67b862... app: port to GtkWidget::draw()
d9d962f... app: port to GtkWidget::draw()
2436863... app: port to GtkWidget::draw()
3bea306... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
b2addaa... app: port to GtkWidget::draw()
cc48cc2... app: s/GtkObject/GtkAdjustment/
6ee5cc2... app: port to GtkWidget::draw()
54d5803... app: port GimpNavigationView to GtkWidget::draw()
82f8360... app: port GimpPaletteView to GtkWidget::draw()
b876e69... app: port to GtkWidget::draw()
651552d... app: get rid of GtkObject in GimpUIManager
54650cd... app: port to GtkWidget::draw()
9958528... app: no need to alloc colors any longer, GdkColormap is gon
312f977... app: port call to gtk_paint_arrow() to GTK+ 3.0
ed388a7... app: port device management to GdkDeviceManager
dcf3a71... app: remove obsolete (GtkObject **) casts
8840994... app: use gtk_widget_get_preferred_size() instead of size_re
e98b5e1... app: port GimpScalComboBox to GTK+ 3.0
82c9613... app: use gtk_widget_get_preferred_size() instead of size_re
6e395ea... libgimpwidgets: port GimpFrame to GTK+ 3.0
5f8a57a... app: port tools to GTK+ 3.0 (trivial changes only)
d8ab628... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
d83a6d6... app: pass the cairo_region_t to gdk_window_invalidate_regio
5bad83b... app: use GdkDeviceManager to list devices
f5341d1... app: port to GtkWidget::draw()
ae4fa80... app: remove calls to colormap functions, they are gone
a649647... libgimpwidgets: get rid of (GtkObject **) casts
0345216... app: port the splash to GTK+ 3.0
88d15e9... libgimpwidgets: port the ruler to GTK+ 3.0
0d27d43... libgimpwidgets: port to GtkWidget::draw()
c6bc96c... app: port to GtkWidget::draw()
09c2829... app: port the overlay stuff to GTK+ 3.0
f2b7de4... app: use the container icon view, the grid view is not GTK+
a1eb971... app: port to GtkWidget::draw() (incompletely)
1334c03... app: remove call to gtk_statusbar_set_has_resize_grip()
05d4f20... app: port the tag entry to GTK+ 3.0
5554683... app: port to GtkWidget::draw() but disable the code inside
dac4e29... app: can't set the scale combo entry's properties in init()
f195fed... app: port to GtkWidget::draw()
be5beb7... libgimpwidgets: port to GtkWidget::draw()
c2e5944... modules: s/GtkObject/GtkAdjustment/
3134c01... app: didn't completely commit the display shell expose() ->
c025252... script-fu: port to GTK+ 3.0
aba0e3b... app: port to GtkWidget::draw()
42e7707... app: passing -1 as width/height to gtk_paint_box() no longe
6f7b163... app: port popup arrow drawing to cairo and get rid of the a
57d2eb5... app: remove GimpContainerGridView from the build entirely
47ae3d2... modules: port to GtkWidget::draw()
3472020... libgimpwidgets: port to GtkWidget::draw()
503e342... libgimp: port to GtkWidget::draw()
352e8f0... app: don't translate to allocation.x,y
991340c... app: port to GtkWidget::draw()
907ae80... app: forgot to remove a cairo_destroy() in draw()
019b781... app: port to GtkWidget::draw()
e2729a7... app: GtkEntry turned into a no-window widget
e204fbd... app: use the new GtkScrollable API instead of deprecated tr
828aa01... app: cairo_save()/restore() around chaining up in draw()
347a450... app: add ugly workaround to make the icon view adapt to vie
d6cd55e... plug-ins: lots of trivial GTK+ 3.0 porting
172fb3e... plug-ins: port jpeg-save to GTK+ 3.0
260edfd... plug-ins: port file-png to GTK+ 3.0
3c20548... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
85f5515... plug-ins: more s/GtkObject/GtkAdjustment/
34536bf... plug-ins: port some more plug-ins to GTK+ 3.0
f34a2a4... app: port the colormap editor to GTK+ 3.0
6cb075d... app: remove GtkWrapBox
30fa957... libgimpwidgets: port to the new size request API
898dea1... app: port to the new size request API
66c67fe... plug-ins: port the print preview to the new size request AP
da5fc24... plug-ins: port sphere-designer to GtkWidget::draw()
aa5b233... plug-ins: port cml-explorer to GtkWidget::draw()
c5538ce... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop
e2db71c... plug-ins: port lighting to GTK+ 3.0
0405335... plug-ins: port the unit-editor to GtkScrollable
f3ddf36... app: fix GimpOverlayDialog's minimum height
597c8bb... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
163d467... app: don't connect to "size-requst" because that's deprecat
7a589e4... app: port GimpSpinScale to GTK+ 3.0
3d0db8e... app: skip keyboard devices so the device list becomes reaso
2c08d0d... app: implement proper height-for-width in GimpToolPalette
b4afecb... app: use GdkDevice accessors
e6738e3... app: introduce struct GimpDeviceKey because GdkDeviceKey is
d2f0ea0... app: put the toolbox' areas into a box until we decided abo
cd30629... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
54fb9ed... app: port the device sort function to GdkDeviceManager
9664c06... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
8b385e3... app: change the list of available devices to something that
bf441f6... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
0339d2c... libgimpwidgets: port GimpChainButton to GtkStyleContext
411f897... libgimpwidgets: port GimpColorArea to GtkStyleContext
84d9935... libgimpwidgets: port GimpColorScale to GtkStyleContext
4952e42... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
f4666de... libgimpwidgets: port GimpRuler to GtkStyleContext
caad9c2... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
0ca7986... app: port GimpBlobEditor to GtkStyleContext
c29e9e2... app: port setting the canvas padding color to GtkStyleConte
bb295da... app: port GimpPanedBox to GtkStyleContext
5d38934... app: port GimpContainerIconView to GtkStyleContext
1cd72bf... app: port GimpContainerTreeView to GtkStyleContext
bbaca7a... app: port GimpColormapEditor to GtkStyleContext
d2b0c76... app: port GimpComponentEditor to GtkStyleContext
77473ef... app: port GimpFgBgEditor to GtkStyleContext
ee2c42c... app: port GimpFgBgView to GtkStyleContext
e6e96ef... app: port gimp_get_icon_size() to GtkStyleContext
bdde89f... app: port GimpContainerBox to GtkStyleContext
d5f5e6f... app: port GimpDashEditor to GtkStyleContext
26362e1... app: remove calls to gtk_widget_get,set_extension_events()
b44a240... app: s/gtk_widget_modify_font/gtk_widget_override_font/
c5b500b... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
e0e492a... app: port the about dialog to GtkStyleContext
e4baff5... modules: remove call to gtk_widget_set_extension_events()
7878565... libgimpwidgets: implement GtkWidget::state_flags_changed()
8ae15da... libgimpwidgets: implement GtkWidget::style_updated() instea
32fbed4... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
4ef71b6... app: use gdk_drag_context_get_source_window()
d6ef5af... app: use gdk_drag_context_get_selected_action() instead of
8ef836d... app: port GimpSpinScale to GtkStyleContext
94e3464... app: implement GtkWidget::style_updated() instead of style_
27a3213... port gtkrc files to CSS (incompletely and stuff commented o
0d1ceba... Port theme and gtkrc file loading to CSS files using GtkCss
f2356af... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
404d111... app: copy gimp.css instead of gtkrc to the user's gimp dire
e73f49e... app: check whether child widgets exist in GtkWidget::style_
c646b6e... Replace gdk_cursor_unref() with g_object_unref()
3187ad5... app: use gtk_menu_shell_get_selected_item()
f3c11c7... app: port GimpOverlayBox to GtkStyleContext
9d7f3b6... app: port GimpOverlayFrame to GtkStyleContext
8bcf323... app: port GimpScaleButton to GtkStyleContext
5031786... libgimpwidgets: move all GimpPickButton members to a privat
12a96af... libgimpwidgets: move all GimpColorArea members to a private
46c75d0... libgimpwidgets: move all GimpOffsetArea members to a privat
42648c4... libgimpwidgets: move padding members from instance to class
c43a835... libgimpwidgets: move all GimpButton members to a private st
bd895b6... libgimpwidgets: move all GimpCellRendererColor members to a
fb3eb77... libgimpwidgets: move all GimpColorButton members to a priva
57202d0... libgimpwidgets: move all GimpCellRendererToggle members to
c11f7aa... libgimpwidgets: move all GimpChainButton members to a priva
85ea99d... libgimpwidgets: move all GimpBrowser members to a private s
1987680... libgimpwidgets: move all GimpColorDisplay members to a priv
388b5a9... libgimpwidgets: move all GimpColorDisplayStack members to a
9209885... libgimpwidgets: move all GimpColorHexEntry members to a pri
432d9d5... libgimpwidgets: add padding
195946b... libgimpwidgets: move all GimpColorNotebook members to a pri
8f9572a... libgimpwidgets: move all GimpColorScale members to a privat
792538e... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
f7fce70... libgimpwidgets: move all GimpColorSelection members to a pr
61c6a73... libgimpwidgets: move all GimpEnumLabel members to a private
cdc55cf... app: don't use style->black and style->white
69f9df2... libgimpwidgets: move all GimpMemsizeEntry members to a priv
8d776b1... app: port GimpStrokeEditor to GtkStyleContext
e620dfa... app: port GimpPaletteView to GtkStyleContext
bfbfa2b... plug-ins: don't use style->black and style->white
792ed5e... libgimpwidgets: move all GimpColorProfileStore members to a
c55cf98... app: port GimpDockWindow to GtkStyleContext
f4d18ed... app: port GimpToolEditor to GtkStyleContext
c39acd9... app: use gtk_widget_override_font() instead of modify_font(
78b24ee... app: port GimpThumbBox to GtkStyleContext
5c76fa4... Implement GtkWidget::style_updated() instead of ::style_set
2222d6e... app: port GimpHistogramView to GtkStyleContext
b99b183... app: port GimpTagEntry to GtkStyleContext
3d9567c... app: always ask the master device for its axes or state
af3b8d1... app: when checking for a device change, check the event's s
422a76e... app: remove obsolete device checks from GimpToolbox
3f8ae3b... app: port GimpColorFrame away from GtkStyle, using a new st
d5fe6c1... app: remove call to gtk_widget_style_attach() from GimpOver
f42a9f1... app: port GimpOverlayChild to GtkStyleContext
3191c66... Port cell renderers to gtk_cell_renderer_get_state()
bfd02a8... app: port GimpCellRendererDashes to GtkStyleContext
d393c08... app: add gimp_get_style_color() to simplify GdkRGBA style p
21dc9df... app: add style property and default CSS for GimpHistogramVi
59fc681... app: port GimpCurveView to GtkStyleContext
c93b163... themes: document the new GimpHistogramView property in the
2c54163... app: define all GimpHistogramView colors via style properti
03e408f... themes: document the new stlye properties and indent the CS
37f62f8... app: increase the priority of the theme CSS by 1
34125e1... app: port GimpComboTagEntry to GtkStyleContext
ab176b9... configure.ac: use the new GTK_CHECK_BACKEND() macro
2461f14... plug-ins: port map-object to GTK+ 3.x
17e7f04... app: use GdkRGBA instead of GdkColor in some places
2f1f275... app: remove gimp_rgb_get,set_gdk_color()
7bd0c6a... app: port the text tool editor's preedit popup to GtkStyleC
7eaca8c... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
dded93f... app: gimp_print_event(): add the device to the event debug
52089b6... app: gimp_device_info_get_device_coords(): workaround for X
416e7bb... app: make input devices, grabs and therefore generally tool
5a30361... app: use gdk_device_get_position() inetad of gdk_display_ge
c22ab00... app: remove some forgotten #undef GSEAL_ENABLE
0e2e383... app: let the file dialog expand/collapse with the file type
e7755bb... app: port GimpGradientEditor to GtkSyleContext
05bd068... app: port GimpHistogramView to gdk_device_grab()/ungrab()
7483bb5... app: port GimpNavigationEditor to GtkStyleContext
afb91d2... app: port GimpTagPopup to GtkStyleContext
62b6bee... app: GimpDock: port font size modification to GtkCssProvide
130502c... plug-ins: s/GtkObject/GtkAdjustment/
764b144... app: implement GtkContainer::get_path_for_child() in GimpMe
fd0d6d2... devel-docs: make the shooter tool at least build again (unt
bab951e... app: don't use "size-request" for the toolbox' wilber, it's
bfa51d0... app: themes.c: add #if 0-ed switch to dark theme variant
0216baf... Incomplete notebook and tab theming commit, to be improved
6cf871b... themes: set an explicit background for rulers
4aa5649... app: make the statusbar's progress label visible again
00d8a78... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
64b119a... app: port wilber drawing to GtkStyleContext
9543f59... modules: port GimpColorWheel to GTK+ 3.x
db71027... Unkommented settings for preferring a dark GTK+ theme.
8231bb9... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
9e8f009... Use GTK+3 gtk_get_locale_direction() function instead of cu
8e8a4d7... app: port GimpCircle and subclasses to GTK+ 3
42b9969... libgimpwidgets: #if 0 more stuff in gimp3migration
3bac738... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]