[gimp] (226 commits) Created branch gtk3-port
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (226 commits) Created branch gtk3-port
- Date: Wed, 22 Oct 2014 23:03:38 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
cf22894... Switch to version 3.0 in a lot of places and depend on GTK+
ce2c207... Revert "app: Fix on canvas widgets ignoring clicks from tab
041b809... libgimpwidgets: remove deprecated files from the build
6546449... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
8a0360b... libgimpwidgets: port virtual functions to GTK+ 3.0
8b7668a... libgimpwidgets: port virtual functions to GTK+ 3.0
bcb241e... libgimpwidgets: port to GtkWidget::draw()
a4bf78f... libgimpwidgets: port to GtkWidget::draw()
766a33e... libgimpwidgets: port to GtkWidget::draw()
9d157b5... libgimpwidgets: s/GtkObject/GtkAdjustment/
4e16138... libgimpwidgets: port to GtkWidget::draw()
943a88d... libgimpwidgets: remove deprecated functions and s/GtkObject
25b44f9... libgimpwidgets: remove deprecated files completely
d6cd683... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
3fc6384... app: port to GtkWidget::draw()
5ad9e9b... app: remove GTK_OBJECT() cast
acf16a7... app: port to GtkWidget::draw()
8078012... app: port to GtkWidget::draw()
97d922e... app: port virtual functions to GTK+ 3.0 API
71ac498... app: port to GtkWidget::draw()
8d68674... app: port to GtkWidget::draw()
be528a9... app: port to GtkWidget::draw()
edca442... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
489a88e... app: port to GtkWidget::draw()
17f7cd6... app: s/GtkObject/GtkAdjustment/
07c16b8... app: port to GtkWidget::draw()
1abe062... app: port GimpNavigationView to GtkWidget::draw()
e6173f9... app: port GimpPaletteView to GtkWidget::draw()
e997de0... app: port to GtkWidget::draw()
d7328a2... app: port to GtkWidget::draw()
223c592... app: no need to alloc colors any longer, GdkColormap is gon
8771763... app: port call to gtk_paint_arrow() to GTK+ 3.0
6797b5c... app: port device management to GdkDeviceManager
45f8640... app: remove obsolete (GtkObject **) casts
6fe9271... app: use gtk_widget_get_preferred_size() instead of size_re
bd3e2ab... app: port GimpScalComboBox to GTK+ 3.0
eff2b01... app: use gtk_widget_get_preferred_size() instead of size_re
4474bd1... libgimpwidgets: port GimpFrame to GTK+ 3.0
cf17c49... app: port tools to GTK+ 3.0 (trivial changes only)
0eece3e... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
b4e0d60... app: pass the cairo_region_t to gdk_window_invalidate_regio
c4214e7... app: use GdkDeviceManager to list devices
08c56f7... app: port to GtkWidget::draw()
ec20ad3... app: remove calls to colormap functions, they are gone
008ddae... libgimpwidgets: get rid of (GtkObject **) casts
9593a69... app: port the splash to GTK+ 3.0
d0c9736... libgimpwidgets: port the ruler to GTK+ 3.0
168c077... libgimpwidgets: port to GtkWidget::draw()
28cdc97... app: port to GtkWidget::draw()
ebea222... app: port the overlay stuff to GTK+ 3.0
f11fd75... app: use the container icon view, the grid view is not GTK+
74f151b... app: port to GtkWidget::draw() (incompletely)
294d3e8... app: remove call to gtk_statusbar_set_has_resize_grip()
f2cb9f9... app: port the tag entry to GTK+ 3.0
7dc95a2... app: port to GtkWidget::draw() but disable the code inside
ea5a3ca... app: can't set the scale combo entry's properties in init()
fb83c16... app: port to GtkWidget::draw()
659eef3... libgimpwidgets: port to GtkWidget::draw()
e96c652... modules: s/GtkObject/GtkAdjustment/
4dd14d3... app: didn't completely commit the display shell expose() ->
3b60eb0... app: port to GtkWidget::draw()
ffddbca... app: passing -1 as width/height to gtk_paint_box() no longe
da9500a... app: port popup arrow drawing to cairo and get rid of the a
bbd0142... app: remove GimpContainerGridView from the build entirely
0eec204... modules: port to GtkWidget::draw()
8526456... libgimpwidgets: port to GtkWidget::draw()
1bb5db6... libgimp: port to GtkWidget::draw()
8d9b838... app: don't translate to allocation.x,y
f715581... app: port to GtkWidget::draw()
cbfecc0... app: forgot to remove a cairo_destroy() in draw()
407285e... app: port to GtkWidget::draw()
dff1bab... app: GtkEntry turned into a no-window widget
5780591... app: use the new GtkScrollable API instead of deprecated tr
0dbf26f... app: cairo_save()/restore() around chaining up in draw()
2139fed... app: add ugly workaround to make the icon view adapt to vie
fa16a09... plug-ins: lots of trivial GTK+ 3.0 porting
16144f6... plug-ins: port jpeg-save to GTK+ 3.0
f24abb8... plug-ins: port file-png to GTK+ 3.0
2ad1e34... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
a9ebbde... plug-ins: more s/GtkObject/GtkAdjustment/
336ab34... plug-ins: port some more plug-ins to GTK+ 3.0
6b3b6d1... app: port the colormap editor to GTK+ 3.0
e990da4... app: remove GtkWrapBox
0a313ca... libgimpwidgets: port to the new size request API
f4ec947... app: port to the new size request API
ca159d5... plug-ins: port the print preview to the new size request AP
e4eab63... plug-ins: port sphere-designer to GtkWidget::draw()
4aaee26... plug-ins: port cml-explorer to GtkWidget::draw()
d39462d... plug-ins: port lighting to GTK+ 3.0
8dfe6ba... plug-ins: port the unit-editor to GtkScrollable
634bd6b... app: fix GimpOverlayDialog's minimum height
4457ac2... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
36eac1e... app: don't connect to "size-requst" because that's deprecat
4f354fe... app: port GimpSpinScale to GTK+ 3.0
3b4a268... app: skip keyboard devices so the device list becomes reaso
050d5b2... app: implement proper height-for-width in GimpToolPalette
759c7de... app: use GdkDevice accessors
87583ea... app: introduce struct GimpDeviceKey because GdkDeviceKey is
1a5f351... app: put the toolbox' areas into a box until we decided abo
7ec37cd... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
95563bd... app: port the device sort function to GdkDeviceManager
eae790c... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
1f0d4e2... app: change the list of available devices to something that
f6e5146... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
5003f19... libgimpwidgets: port GimpChainButton to GtkStyleContext
910c191... libgimpwidgets: port GimpColorArea to GtkStyleContext
ad40137... libgimpwidgets: port GimpColorScale to GtkStyleContext
0beed06... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
c2fe2ef... libgimpwidgets: port GimpRuler to GtkStyleContext
3f49d85... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
c89df3f... app: port GimpBlobEditor to GtkStyleContext
4a58085... app: port setting the canvas padding color to GtkStyleConte
04e6750... app: port GimpPanedBox to GtkStyleContext
62f8f6a... app: port GimpContainerIconView to GtkStyleContext
9f83791... app: port GimpContainerTreeView to GtkStyleContext
4bb2ea3... app: port GimpColormapEditor to GtkStyleContext
cde52b6... app: port GimpComponentEditor to GtkStyleContext
a85f4ac... app: port GimpFgBgEditor to GtkStyleContext
aa286c4... app: port GimpFgBgView to GtkStyleContext
5b7ef35... app: port gimp_get_icon_size() to GtkStyleContext
1218d97... app: port GimpContainerBox to GtkStyleContext
b42d62b... app: port GimpDashEditor to GtkStyleContext
cf97629... app: remove calls to gtk_widget_get,set_extension_events()
29ad207... app: s/gtk_widget_modify_font/gtk_widget_override_font/
d7308c5... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
87fd209... app: port the about dialog to GtkStyleContext
aa4bb70... modules: remove call to gtk_widget_set_extension_events()
45f742a... libgimpwidgets: implement GtkWidget::state_flags_changed()
7d105b2... libgimpwidgets: implement GtkWidget::style_updated() instea
f3b2adc... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
17a60e9... app: use gdk_drag_context_get_source_window()
8455812... app: use gdk_drag_context_get_selected_action() instead of
861fcee... app: port GimpSpinScale to GtkStyleContext
4f0b498... app: implement GtkWidget::style_updated() instead of style_
363ca9e... port gtkrc files to CSS (incompletely and stuff commented o
45f17d7... Port theme and gtkrc file loading to CSS files using GtkCss
211183f... app: copy gimp.css instead of gtkrc to the user's gimp dire
26640fe... app: check whether child widgets exist in GtkWidget::style_
a97a4b2... Replace gdk_cursor_unref() with g_object_unref()
8ddb1f0... app: use gtk_menu_shell_get_selected_item()
053d14f... app: port GimpOverlayBox to GtkStyleContext
830e72c... app: port GimpOverlayFrame to GtkStyleContext
dd0095e... app: port GimpScaleButton to GtkStyleContext
b9856b8... libgimpwidgets: move all GimpPickButton members to a privat
62005d9... libgimpwidgets: move all GimpColorArea members to a private
c4a15db... libgimpwidgets: move all GimpOffsetArea members to a privat
14def68... libgimpwidgets: move padding members from instance to class
b0acc44... libgimpwidgets: move all GimpButton members to a private st
454faae... libgimpwidgets: move all GimpCellRendererColor members to a
2f8d6cf... libgimpwidgets: move all GimpColorButton members to a priva
f4bd70a... libgimpwidgets: move all GimpCellRendererToggle members to
cf315af... libgimpwidgets: move all GimpChainButton members to a priva
97a5dba... libgimpwidgets: move all GimpBrowser members to a private s
483969c... libgimpwidgets: move all GimpColorDisplay members to a priv
0743111... libgimpwidgets: move all GimpColorDisplayStack members to a
ff77588... libgimpwidgets: move all GimpColorHexEntry members to a pri
7db3bfe... libgimpwidgets: add padding
0eda6c5... libgimpwidgets: move all GimpColorNotebook members to a pri
6125eb3... libgimpwidgets: move all GimpColorScale members to a privat
7d836d8... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
20f7bb8... libgimpwidgets: move all GimpColorSelection members to a pr
a2f08bc... libgimpwidgets: move all GimpEnumLabel members to a private
5bc882b... app: don't use style->black and style->white
42120b6... libgimpwidgets: move all GimpMemsizeEntry members to a priv
79594d4... app: port GimpStrokeEditor to GtkStyleContext
db94284... app: port GimpPaletteView to GtkStyleContext
d686613... plug-ins: don't use style->black and style->white
c38282c... libgimpwidgets: move all GimpColorProfileStore members to a
6c5b82e... app: port GimpDockWindow to GtkStyleContext
fc387f1... app: port GimpToolEditor to GtkStyleContext
ada5884... app: use gtk_widget_override_font() instead of modify_font(
959c308... app: port GimpThumbBox to GtkStyleContext
3b0547e... Implement GtkWidget::style_updated() instead of ::style_set
9e6d49b... app: port GimpHistogramView to GtkStyleContext
05fea7f... app: port GimpTagEntry to GtkStyleContext
222724c... app: always ask the master device for its axes or state
f4dedad... app: when checking for a device change, check the event's s
47370b7... app: remove obsolete device checks from GimpToolbox
70bc149... app: port GimpColorFrame away from GtkStyle, using a new st
55fc0b8... app: remove call to gtk_widget_style_attach() from GimpOver
8b8f994... app: port GimpOverlayChild to GtkStyleContext
0735851... Port cell renderers to gtk_cell_renderer_get_state()
b548c47... app: port GimpCellRendererDashes to GtkStyleContext
0f66bda... app: add gimp_get_style_color() to simplify GdkRGBA style p
7bc0ebf... app: add style property and default CSS for GimpHistogramVi
c473a01... app: port GimpCurveView to GtkStyleContext
22fb408... themes: document the new GimpHistogramView property in the
779893e... app: define all GimpHistogramView colors via style properti
38938b7... themes: document the new stlye properties and indent the CS
30d2cd4... app: increase the priority of the theme CSS by 1
f8a03be... app: port GimpComboTagEntry to GtkStyleContext
2a7bf8b... configure.ac: use the new GTK_CHECK_BACKEND() macro
c4778c7... plug-ins: port map-object to GTK+ 3.x
0bee6af... app: use GdkRGBA instead of GdkColor in some places
2ce0d85... app: remove gimp_rgb_get,set_gdk_color()
7294ef9... app: port the text tool editor's preedit popup to GtkStyleC
d27e255... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
1cf8452... app: gimp_print_event(): add the device to the event debug
f5f04ee... app: gimp_device_info_get_device_coords(): workaround for X
ffe5b08... app: make input devices, grabs and therefore generally tool
a639cdc... app: use gdk_device_get_position() inetad of gdk_display_ge
1f2a295... app: remove some forgotten #undef GSEAL_ENABLE
7c4be5b... app: let the file dialog expand/collapse with the file type
7bbe64a... app: port GimpGradientEditor to GtkSyleContext
b8b66a5... app: port GimpHistogramView to gdk_device_grab()/ungrab()
42f634c... app: port GimpNavigationEditor to GtkStyleContext
3d6f701... app: port GimpTagPopup to GtkStyleContext
b2071c4... app: GimpDock: port font size modification to GtkCssProvide
dd132cb... plug-ins: s/GtkObject/GtkAdjustment/
b56c2cb... app: implement GtkContainer::get_path_for_child() in GimpMe
19873db... devel-docs: make the shooter tool at least build again (unt
9854456... app: don't use "size-request" for the toolbox' wilber, it's
eeb829f... app: themes.c: add #if 0-ed switch to dark theme variant
e7ecaaa... Incomplete notebook and tab theming commit, to be improved
4c9fda0... themes: set an explicit background for rulers
6d09254... app: make the statusbar's progress label visible again
e397cd4... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
49927eb... app: port wilber drawing to GtkStyleContext
00edf9b... modules: port GimpColorWheel to GTK+ 3.x
c1b2575... Unkommented settings for preferring a dark GTK+ theme.
12a989f... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
7d67647... Use GTK+3 gtk_get_locale_direction() function instead of cu
594628d... app: port GimpCircle and subclasses to GTK+ 3
9c2e43e... app: remove GTK_OBJECT() case in GimpPopup
b9b4ce2... libgimpwidgets: #if 0 more stuff in gimp3migration
5747f91... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]