[gimp] (228 commits) Created branch gtk3-port
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (228 commits) Created branch gtk3-port
- Date: Tue, 1 Apr 2014 23:51:08 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
20a991c... Switch to version 3.0 in a lot of places and depend on GTK+
46af7cc... Revert "app: Fix on canvas widgets ignoring clicks from tab
9b59b14... libgimpwidgets: remove deprecated files from the build
9dab137... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
f144aec... libgimpwidgets: port virtual functions to GTK+ 3.0
f293cbe... libgimpwidgets: port virtual functions to GTK+ 3.0
c3828b8... libgimpwidgets: port to GtkWidget::draw()
342511c... libgimpwidgets: port to GtkWidget::draw()
5dae633... libgimpwidgets: port to GtkWidget::draw()
fd7eedf... libgimpwidgets: s/GtkObject/GtkAdjustment/
188bc6b... libgimpwidgets: port to GtkWidget::draw()
17846ae... libgimpwidgets: remove deprecated functions and s/GtkObject
80f4ff8... libgimpwidgets: remove deprecated files completely
9540575... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
bb815b2... app: port to GtkWidget::draw()
c4412ac... app: remove GTK_OBJECT() cast
e462f61... app: port to GtkWidget::draw()
e68e3e9... app: port to GtkWidget::draw()
572c6cb... app: port virtual functions to GTK+ 3.0 API
fbfc842... app: get rid of a GTK_OBJECT() cast
7c3dd87... app: port to GtkWidget::draw()
90b80c9... app: port to GtkWidget::draw()
aaa8258... app: port to GtkWidget::draw()
5259895... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
55ae769... app: port to GtkWidget::draw()
25ee832... app: s/GtkObject/GtkAdjustment/
6efa52f... app: port to GtkWidget::draw()
80063d8... app: port GimpNavigationView to GtkWidget::draw()
4e372a9... app: port GimpPaletteView to GtkWidget::draw()
c2778b9... app: port to GtkWidget::draw()
914735a... app: get rid of GtkObject in GimpUIManager
16a9c2b... app: port to GtkWidget::draw()
afb58c3... app: no need to alloc colors any longer, GdkColormap is gon
b0a947d... app: port call to gtk_paint_arrow() to GTK+ 3.0
15cc4c0... app: port device management to GdkDeviceManager
8497474... app: remove obsolete (GtkObject **) casts
e025392... app: use gtk_widget_get_preferred_size() instead of size_re
b5166d6... app: port GimpScalComboBox to GTK+ 3.0
466d2fb... app: use gtk_widget_get_preferred_size() instead of size_re
ef7fa00... libgimpwidgets: port GimpFrame to GTK+ 3.0
d268d42... app: port tools to GTK+ 3.0 (trivial changes only)
b5f38c8... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
ccd313e... app: pass the cairo_region_t to gdk_window_invalidate_regio
04fdeac... app: use GdkDeviceManager to list devices
dee7693... app: port to GtkWidget::draw()
5204457... app: remove calls to colormap functions, they are gone
aa69fb9... libgimpwidgets: get rid of (GtkObject **) casts
b53f73d... app: port the splash to GTK+ 3.0
aab9482... libgimpwidgets: port the ruler to GTK+ 3.0
5a856ae... libgimpwidgets: port to GtkWidget::draw()
220c561... app: port to GtkWidget::draw()
8e281c4... app: port the overlay stuff to GTK+ 3.0
ac2b1cf... app: use the container icon view, the grid view is not GTK+
f4cbf48... app: port to GtkWidget::draw() (incompletely)
ccfef2d... app: remove call to gtk_statusbar_set_has_resize_grip()
63b467d... app: port the tag entry to GTK+ 3.0
92cecf9... app: port to GtkWidget::draw() but disable the code inside
6eda5fb... app: can't set the scale combo entry's properties in init()
a01a3dc... app: port to GtkWidget::draw()
c65d56f... libgimpwidgets: port to GtkWidget::draw()
f445496... modules: s/GtkObject/GtkAdjustment/
8de046b... app: didn't completely commit the display shell expose() ->
5275a33... script-fu: port to GTK+ 3.0
58ff08d... app: port to GtkWidget::draw()
21fa83f... app: passing -1 as width/height to gtk_paint_box() no longe
1b6ad53... app: port popup arrow drawing to cairo and get rid of the a
beea1e8... app: remove GimpContainerGridView from the build entirely
1ce6bbc... modules: port to GtkWidget::draw()
d2c1376... libgimpwidgets: port to GtkWidget::draw()
3e31336... libgimp: port to GtkWidget::draw()
c603d9f... app: don't translate to allocation.x,y
282cba8... app: port to GtkWidget::draw()
34e6466... app: forgot to remove a cairo_destroy() in draw()
2115f42... app: port to GtkWidget::draw()
131b3f9... app: GtkEntry turned into a no-window widget
9c2c5a8... app: use the new GtkScrollable API instead of deprecated tr
13eff60... app: cairo_save()/restore() around chaining up in draw()
33d014d... app: add ugly workaround to make the icon view adapt to vie
43dfdfa... plug-ins: lots of trivial GTK+ 3.0 porting
110ce38... plug-ins: port jpeg-save to GTK+ 3.0
8f70500... plug-ins: port file-png to GTK+ 3.0
674838e... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
f61f673... plug-ins: more s/GtkObject/GtkAdjustment/
dc7d254... plug-ins: port some more plug-ins to GTK+ 3.0
a15c280... app: port the colormap editor to GTK+ 3.0
bb31388... app: remove GtkWrapBox
744dece... libgimpwidgets: port to the new size request API
2c70420... app: port to the new size request API
afc900d... plug-ins: port the print preview to the new size request AP
7869309... plug-ins: port sphere-designer to GtkWidget::draw()
b7bd26b... plug-ins: port cml-explorer to GtkWidget::draw()
cfe0052... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop
9275983... plug-ins: port lighting to GTK+ 3.0
4651617... plug-ins: port the unit-editor to GtkScrollable
ef81542... app: fix GimpOverlayDialog's minimum height
cfb542c... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
0604986... app: don't connect to "size-requst" because that's deprecat
9bd456c... app: port GimpSpinScale to GTK+ 3.0
4a197f8... app: skip keyboard devices so the device list becomes reaso
acb9a4b... app: implement proper height-for-width in GimpToolPalette
da8a64a... app: use GdkDevice accessors
433b872... app: introduce struct GimpDeviceKey because GdkDeviceKey is
02dbfc6... app: put the toolbox' areas into a box until we decided abo
58a50d7... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
c8fb985... app: port the device sort function to GdkDeviceManager
8a6fe83... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
5337522... app: change the list of available devices to something that
aced5b2... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
c8b32e8... libgimpwidgets: port GimpChainButton to GtkStyleContext
c0802ae... libgimpwidgets: port GimpColorArea to GtkStyleContext
1d3fd80... libgimpwidgets: port GimpColorScale to GtkStyleContext
aa68c8f... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
fdaf176... libgimpwidgets: port GimpRuler to GtkStyleContext
b9f1499... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
9c0a475... app: port GimpBlobEditor to GtkStyleContext
f32b654... app: port setting the canvas padding color to GtkStyleConte
55db8db... app: port GimpPanedBox to GtkStyleContext
a41cb9a... app: port GimpContainerIconView to GtkStyleContext
aefa192... app: port GimpContainerTreeView to GtkStyleContext
c04300c... app: port GimpColormapEditor to GtkStyleContext
309f1d3... app: port GimpComponentEditor to GtkStyleContext
76493e8... app: port GimpFgBgEditor to GtkStyleContext
9ae1352... app: port GimpFgBgView to GtkStyleContext
32d034b... app: port gimp_get_icon_size() to GtkStyleContext
4a9b715... app: port GimpContainerBox to GtkStyleContext
3e1ca91... app: port GimpDashEditor to GtkStyleContext
09754a7... app: remove calls to gtk_widget_get,set_extension_events()
7c0733d... app: s/gtk_widget_modify_font/gtk_widget_override_font/
7e2c336... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
9d45f0e... app: port the about dialog to GtkStyleContext
eb5e202... modules: remove call to gtk_widget_set_extension_events()
1886faa... libgimpwidgets: implement GtkWidget::state_flags_changed()
d3f9ff5... libgimpwidgets: implement GtkWidget::style_updated() instea
7258969... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
d61c2d9... app: use gdk_drag_context_get_source_window()
e0cf6df... app: use gdk_drag_context_get_selected_action() instead of
71b322c... app: port GimpSpinScale to GtkStyleContext
deb0bcf... app: implement GtkWidget::style_updated() instead of style_
d949838... port gtkrc files to CSS (incompletely and stuff commented o
1f8247e... Port theme and gtkrc file loading to CSS files using GtkCss
0c7a576... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
603b91c... app: copy gimp.css instead of gtkrc to the user's gimp dire
2240d48... app: check whether child widgets exist in GtkWidget::style_
3d1e04d... Replace gdk_cursor_unref() with g_object_unref()
9beefa1... app: use gtk_menu_shell_get_selected_item()
f30919f... app: port GimpOverlayBox to GtkStyleContext
5b397a2... app: port GimpOverlayFrame to GtkStyleContext
d1c11cf... app: port GimpScaleButton to GtkStyleContext
08d9bf7... libgimpwidgets: move all GimpPickButton members to a privat
ca8c50e... libgimpwidgets: move all GimpColorArea members to a private
18117a6... libgimpwidgets: move all GimpOffsetArea members to a privat
d0a3534... libgimpwidgets: move padding members from instance to class
eca7859... libgimpwidgets: move all GimpButton members to a private st
3286a4c... libgimpwidgets: move all GimpCellRendererColor members to a
852a04b... libgimpwidgets: move all GimpColorButton members to a priva
59eb7c7... libgimpwidgets: move all GimpCellRendererToggle members to
0bf4c8b... libgimpwidgets: move all GimpChainButton members to a priva
162f90e... libgimpwidgets: move all GimpBrowser members to a private s
355da87... libgimpwidgets: move all GimpColorDisplay members to a priv
76dc299... libgimpwidgets: move all GimpColorDisplayStack members to a
ff0ba51... libgimpwidgets: move all GimpColorHexEntry members to a pri
cca1c8f... libgimpwidgets: add padding
d4689e2... libgimpwidgets: move all GimpColorNotebook members to a pri
ddc1ed1... libgimpwidgets: move all GimpColorScale members to a privat
b5559dd... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
d99c819... libgimpwidgets: move all GimpColorSelection members to a pr
58fe038... libgimpwidgets: move all GimpEnumLabel members to a private
1b9f7bc... app: don't use style->black and style->white
1b5c724... libgimpwidgets: move all GimpMemsizeEntry members to a priv
e3cf434... app: port GimpStrokeEditor to GtkStyleContext
e155515... app: port GimpPaletteView to GtkStyleContext
8c5a44b... plug-ins: don't use style->black and style->white
cb1b8bf... libgimpwidgets: move all GimpColorProfileStore members to a
e950955... app: port GimpDockWindow to GtkStyleContext
7934553... app: port GimpToolEditor to GtkStyleContext
590fa04... app: use gtk_widget_override_font() instead of modify_font(
d6c2bb8... app: port GimpThumbBox to GtkStyleContext
7aba2f7... Implement GtkWidget::style_updated() instead of ::style_set
bf93c57... app: port GimpHistogramView to GtkStyleContext
acf7b58... app: port GimpTagEntry to GtkStyleContext
be833c5... app: always ask the master device for its axes or state
7709f7f... app: when checking for a device change, check the event's s
6ae10d6... app: remove obsolete device checks from GimpToolbox
e1bf31d... app: port GimpColorFrame away from GtkStyle, using a new st
74d5474... app: remove call to gtk_widget_style_attach() from GimpOver
d7b3b27... app: port GimpOverlayChild to GtkStyleContext
ca6a6c8... Port cell renderers to gtk_cell_renderer_get_state()
3804673... app: port GimpCellRendererDashes to GtkStyleContext
e5b080f... app: add gimp_get_style_color() to simplify GdkRGBA style p
44ca87f... app: add style property and default CSS for GimpHistogramVi
14f950e... app: port GimpCurveView to GtkStyleContext
b5b34b7... themes: document the new GimpHistogramView property in the
2d76e21... app: define all GimpHistogramView colors via style properti
f45ad84... themes: document the new stlye properties and indent the CS
17ef8eb... app: increase the priority of the theme CSS by 1
5a5fdf1... app: port GimpComboTagEntry to GtkStyleContext
3bd6075... configure.ac: use the new GTK_CHECK_BACKEND() macro
b3dea9f... plug-ins: port map-object to GTK+ 3.x
34137a2... app: use GdkRGBA instead of GdkColor in some places
70615f9... app: remove gimp_rgb_get,set_gdk_color()
3ad0993... app: port the text tool editor's preedit popup to GtkStyleC
ad5878e... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
3aa3a62... app: gimp_print_event(): add the device to the event debug
8ad43b0... app: gimp_device_info_get_device_coords(): workaround for X
5870723... app: make input devices, grabs and therefore generally tool
ed7cf75... app: use gdk_device_get_position() inetad of gdk_display_ge
0ae57f2... app: remove some forgotten #undef GSEAL_ENABLE
424b6a8... app: let the file dialog expand/collapse with the file type
c6f8da9... app: port GimpGradientEditor to GtkSyleContext
1b0a933... app: port GimpHistogramView to gdk_device_grab()/ungrab()
1e89d81... app: port GimpNavigationEditor to GtkStyleContext
0009ee9... app: port GimpTagPopup to GtkStyleContext
cdc2e00... app: GimpDock: port font size modification to GtkCssProvide
b2386f0... plug-ins: s/GtkObject/GtkAdjustment/
54d1afc... app: implement GtkContainer::get_path_for_child() in GimpMe
eafb359... devel-docs: make the shooter tool at least build again (unt
2f5f4c8... app: don't use "size-request" for the toolbox' wilber, it's
df7fcd8... app: themes.c: add #if 0-ed switch to dark theme variant
9b1f41a... Incomplete notebook and tab theming commit, to be improved
c3ec778... themes: set an explicit background for rulers
6c984b2... app: make the statusbar's progress label visible again
dcaeebd... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
a033645... app: port wilber drawing to GtkStyleContext
50857cf... modules: port GimpColorWheel to GTK+ 3.x
4a001c3... Unkommented settings for preferring a dark GTK+ theme.
001c54d... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
f4c3e9f... Use GTK+3 gtk_get_locale_direction() function instead of cu
e518c2b... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]