[gimp] (231 commits) Created branch gtk3-port
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (231 commits) Created branch gtk3-port
- Date: Mon, 4 Jan 2016 22:07:02 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
bc2a4a3... Switch to version 3.0 in a lot of places and depend on GTK+
387b10e... Revert "app: Fix on canvas widgets ignoring clicks from tab
7afaf50... libgimpwidgets: remove deprecated files from the build
ac9c316... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
461f800... libgimpwidgets: port virtual functions to GTK+ 3.0
55d8819... libgimpwidgets: port virtual functions to GTK+ 3.0
8e1af7c... libgimpwidgets: port to GtkWidget::draw()
88db36e... libgimpwidgets: port to GtkWidget::draw()
3e3d82c... libgimpwidgets: port to GtkWidget::draw()
9811117... libgimpwidgets: s/GtkObject/GtkAdjustment/
7de223b... libgimpwidgets: port to GtkWidget::draw()
adc5637... libgimpwidgets: remove deprecated functions and s/GtkObject
07c3d64... libgimpwidgets: remove deprecated files completely
7af46aa... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
4dbf7c9... app: port to GtkWidget::draw()
f7f31ed... app: remove GTK_OBJECT() cast
b7709ed... app: port to GtkWidget::draw()
2eccb29... app: port to GtkWidget::draw()
b452f8a... app: port virtual functions to GTK+ 3.0 API
1496b24... app: port to GtkWidget::draw()
caedc32... app: port to GtkWidget::draw()
ea6e451... app: port to GtkWidget::draw()
5baae84... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
f619be6... app: port to GtkWidget::draw()
d62816c... app: s/GtkObject/GtkAdjustment/
513baf0... app: port to GtkWidget::draw()
512e692... app: port GimpNavigationView to GtkWidget::draw()
36c4524... app: port GimpPaletteView to GtkWidget::draw()
7240486... app: port to GtkWidget::draw()
a69aea6... app: port to GtkWidget::draw()
e15a1fb... app: no need to alloc colors any longer, GdkColormap is gon
7a94e71... app: port call to gtk_paint_arrow() to GTK+ 3.0
d9bc836... app: port device management to GdkDeviceManager
e7173d9... app: remove obsolete (GtkObject **) casts
c470495... app: use gtk_widget_get_preferred_size() instead of size_re
79be819... app: port GimpScalComboBox to GTK+ 3.0
35b3d03... app: use gtk_widget_get_preferred_size() instead of size_re
6147836... libgimpwidgets: port GimpFrame to GTK+ 3.0
c7e836e... app: port tools to GTK+ 3.0 (trivial changes only)
e3cb1ab... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
1d210f7... app: pass the cairo_region_t to gdk_window_invalidate_regio
38eeca6... app: use GdkDeviceManager to list devices
cca43fe... app: port to GtkWidget::draw()
7dafef0... app: remove calls to colormap functions, they are gone
d8baed2... libgimpwidgets: get rid of (GtkObject **) casts
e51a406... app: port the splash to GTK+ 3.0
2031cfb... libgimpwidgets: port the ruler to GTK+ 3.0
18afbb3... libgimpwidgets: port to GtkWidget::draw()
33a2253... app: port to GtkWidget::draw()
e212f17... app: port the overlay stuff to GTK+ 3.0
6ab21b0... app: use the container icon view, the grid view is not GTK+
c8cdf73... app: port to GtkWidget::draw() (incompletely)
ca8036a... app: remove call to gtk_statusbar_set_has_resize_grip()
b32f637... app: port the tag entry to GTK+ 3.0
5a7fd18... app: port to GtkWidget::draw() but disable the code inside
9da2168... app: can't set the scale combo entry's properties in init()
c21f2d4... app: port to GtkWidget::draw()
c13be6b... libgimpwidgets: port to GtkWidget::draw()
e77c913... modules: s/GtkObject/GtkAdjustment/
f73248a... app: didn't completely commit the display shell expose() ->
b343c24... app: port to GtkWidget::draw()
aafa9a9... app: passing -1 as width/height to gtk_paint_box() no longe
62da073... app: port popup arrow drawing to cairo and get rid of the a
9713a25... app: remove GimpContainerGridView from the build entirely
3c329b3... modules: port to GtkWidget::draw()
b017831... libgimpwidgets: port to GtkWidget::draw()
0c2f79d... libgimp: port to GtkWidget::draw()
4c157a8... app: don't translate to allocation.x,y
a710ea0... app: port to GtkWidget::draw()
45debc1... app: forgot to remove a cairo_destroy() in draw()
81a312b... app: port to GtkWidget::draw()
b84c617... app: GtkEntry turned into a no-window widget
25af9bc... app: use the new GtkScrollable API instead of deprecated tr
ecb1007... app: cairo_save()/restore() around chaining up in draw()
07e8dea... app: add ugly workaround to make the icon view adapt to vie
c5387f4... plug-ins: lots of trivial GTK+ 3.0 porting
0b974db... plug-ins: port jpeg-save to GTK+ 3.0
a64d692... plug-ins: port file-png to GTK+ 3.0
272b040... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
8c90263... plug-ins: more s/GtkObject/GtkAdjustment/
252f44c... plug-ins: port some more plug-ins to GTK+ 3.0
72703e3... app: port the colormap editor to GTK+ 3.0
cc5d312... app: remove GtkWrapBox
f0bdd75... libgimpwidgets: port to the new size request API
0c00600... app: port to the new size request API
7735bbb... plug-ins: port the print preview to the new size request AP
6183476... plug-ins: port sphere-designer to GtkWidget::draw()
2af914d... plug-ins: port cml-explorer to GtkWidget::draw()
9ab3bed... plug-ins: port lighting to GTK+ 3.0
fdda9e1... plug-ins: port the unit-editor to GtkScrollable
7476559... app: fix GimpOverlayDialog's minimum height
1643e02... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
01c35f4... app: don't connect to "size-requst" because that's deprecat
67a3e59... app: port GimpSpinScale to GTK+ 3.0
1d7a751... app: skip keyboard devices so the device list becomes reaso
61545c5... app: implement proper height-for-width in GimpToolPalette
a5fa3fc... app: use GdkDevice accessors
b975973... app: introduce struct GimpDeviceKey because GdkDeviceKey is
36cd6d1... app: put the toolbox' areas into a box until we decided abo
9360e25... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
0928563... app: port the device sort function to GdkDeviceManager
959dea3... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
f948feb... app: change the list of available devices to something that
465bf8b... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
3e1fcb6... libgimpwidgets: port GimpChainButton to GtkStyleContext
3a6c07d... libgimpwidgets: port GimpColorArea to GtkStyleContext
2753f30... libgimpwidgets: port GimpColorScale to GtkStyleContext
a9ae9e0... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
8da91e8... libgimpwidgets: port GimpRuler to GtkStyleContext
5aef0d8... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
9ad6e58... app: port GimpBlobEditor to GtkStyleContext
c77b6a8... app: port setting the canvas padding color to GtkStyleConte
9b01133... app: port GimpPanedBox to GtkStyleContext
8e852d6... app: port GimpContainerIconView to GtkStyleContext
feceaf6... app: port GimpContainerTreeView to GtkStyleContext
e2349f8... app: port GimpColormapEditor to GtkStyleContext
5bd778c... app: port GimpComponentEditor to GtkStyleContext
e5e6ae4... app: port GimpFgBgEditor to GtkStyleContext
0dd393d... app: port GimpFgBgView to GtkStyleContext
df4fc07... app: port gimp_get_icon_size() to GtkStyleContext
5f9a7a9... app: port GimpContainerBox to GtkStyleContext
1044099... app: port GimpDashEditor to GtkStyleContext
fd9185f... app: remove calls to gtk_widget_get,set_extension_events()
492d88b... app: s/gtk_widget_modify_font/gtk_widget_override_font/
e63f772... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
2877501... app: port the about dialog to GtkStyleContext
aaf59cd... modules: remove call to gtk_widget_set_extension_events()
924f981... libgimpwidgets: implement GtkWidget::state_flags_changed()
de6a57d... libgimpwidgets: implement GtkWidget::style_updated() instea
9be4168... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
44ecc4c... app: use gdk_drag_context_get_source_window()
4b7afac... app: use gdk_drag_context_get_selected_action() instead of
68cd30a... app: port GimpSpinScale to GtkStyleContext
4e4d66d... app: implement GtkWidget::style_updated() instead of style_
f71de74... port gtkrc files to CSS (incompletely and stuff commented o
65dca0f... Port theme and gtkrc file loading to CSS files using GtkCss
7bf3f49... app: copy gimp.css instead of gtkrc to the user's gimp dire
d6d9af5... app: check whether child widgets exist in GtkWidget::style_
ca61157... Replace gdk_cursor_unref() with g_object_unref()
8b46b6a... app: use gtk_menu_shell_get_selected_item()
8ea3e74... app: port GimpOverlayBox to GtkStyleContext
1bb36cd... app: port GimpOverlayFrame to GtkStyleContext
df92e31... app: port GimpScaleButton to GtkStyleContext
14cd92b... libgimpwidgets: move all GimpPickButton members to a privat
9c14ef4... libgimpwidgets: move all GimpColorArea members to a private
8cd4ed4... libgimpwidgets: move all GimpOffsetArea members to a privat
b4ebbdb... libgimpwidgets: move padding members from instance to class
1255901... libgimpwidgets: move all GimpButton members to a private st
a9999c6... libgimpwidgets: move all GimpCellRendererColor members to a
fb0e530... libgimpwidgets: move all GimpColorButton members to a priva
c9dcd65... libgimpwidgets: move all GimpCellRendererToggle members to
2565df6... libgimpwidgets: move all GimpChainButton members to a priva
5a2d4bd... libgimpwidgets: move all GimpBrowser members to a private s
a451966... libgimpwidgets: move all GimpColorDisplay members to a priv
130b2ee... libgimpwidgets: move all GimpColorDisplayStack members to a
eba0117... libgimpwidgets: move all GimpColorHexEntry members to a pri
2c888b2... libgimpwidgets: add padding
9aa6b1e... libgimpwidgets: move all GimpColorNotebook members to a pri
b55dfea... libgimpwidgets: move all GimpColorScale members to a privat
d9e5da9... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
df8405a... libgimpwidgets: move all GimpColorSelection members to a pr
8b7d4cb... libgimpwidgets: move all GimpEnumLabel members to a private
de822e4... app: don't use style->black and style->white
79871ae... libgimpwidgets: move all GimpMemsizeEntry members to a priv
1e1eae2... app: port GimpStrokeEditor to GtkStyleContext
882f4d2... app: port GimpPaletteView to GtkStyleContext
923d107... plug-ins: don't use style->black and style->white
0fea46c... libgimpwidgets: move all GimpColorProfileStore members to a
feaef0d... app: port GimpDockWindow to GtkStyleContext
d4fc644... app: port GimpToolEditor to GtkStyleContext
7381e9e... app: use gtk_widget_override_font() instead of modify_font(
84880fa... app: port GimpThumbBox to GtkStyleContext
4d33b98... Implement GtkWidget::style_updated() instead of ::style_set
c7d6938... app: port GimpHistogramView to GtkStyleContext
d0842c0... app: port GimpTagEntry to GtkStyleContext
dc7d215... app: always ask the master device for its axes or state
8ccfc85... app: when checking for a device change, check the event's s
11c2404... app: remove obsolete device checks from GimpToolbox
308361b... app: port GimpColorFrame away from GtkStyle, using a new st
6e1e91e... app: remove call to gtk_widget_style_attach() from GimpOver
13e1427... app: port GimpOverlayChild to GtkStyleContext
63f375f... Port cell renderers to gtk_cell_renderer_get_state()
2717754... app: port GimpCellRendererDashes to GtkStyleContext
c485eb8... app: add gimp_get_style_color() to simplify GdkRGBA style p
ba250da... app: add style property and default CSS for GimpHistogramVi
8bb43b0... app: port GimpCurveView to GtkStyleContext
d7eaab3... themes: document the new GimpHistogramView property in the
f9068d4... app: define all GimpHistogramView colors via style properti
eefafa8... themes: document the new stlye properties and indent the CS
c746f65... app: increase the priority of the theme CSS by 1
f9cbc25... app: port GimpComboTagEntry to GtkStyleContext
f4d0e7f... configure.ac: use the new GTK_CHECK_BACKEND() macro
dd8c997... plug-ins: port map-object to GTK+ 3.x
bbbb2c1... app: use GdkRGBA instead of GdkColor in some places
8d34f57... app: remove gimp_rgb_get,set_gdk_color()
66b28c4... app: port the text tool editor's preedit popup to GtkStyleC
22a4485... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
85f1ed7... app: gimp_print_event(): add the device to the event debug
565d546... app: gimp_device_info_get_device_coords(): workaround for X
1a25a21... app: make input devices, grabs and therefore generally tool
ff33d34... app: use gdk_device_get_position() inetad of gdk_display_ge
fbee480... app: remove some forgotten #undef GSEAL_ENABLE
0a8eb77... app: let the file dialog expand/collapse with the file type
491411b... app: port GimpGradientEditor to GtkSyleContext
86f6825... app: port GimpHistogramView to gdk_device_grab()/ungrab()
49823ca... app: port GimpNavigationEditor to GtkStyleContext
c88c8d3... app: port GimpTagPopup to GtkStyleContext
fb47f02... app: GimpDock: port font size modification to GtkCssProvide
2a7e1d7... plug-ins: s/GtkObject/GtkAdjustment/
12d9a82... app: implement GtkContainer::get_path_for_child() in GimpMe
1bb8d60... devel-docs: make the shooter tool at least build again (unt
3614b4b... app: don't use "size-request" for the toolbox' wilber, it's
32ac4c4... app: themes.c: add #if 0-ed switch to dark theme variant
f1fec59... Incomplete notebook and tab theming commit, to be improved
8abee28... themes: set an explicit background for rulers
245e050... app: make the statusbar's progress label visible again
f9a174a... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
8776e21... app: port wilber drawing to GtkStyleContext
a779e9c... modules: port GimpColorWheel to GTK+ 3.x
899da28... Unkommented settings for preferring a dark GTK+ theme.
3f69157... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
c8487be... Use GTK+3 gtk_get_locale_direction() function instead of cu
2224dbc... app: port GimpCircle and subclasses to GTK+ 3
4445ebb... app: remove GTK_OBJECT() case in GimpPopup
fac64b7... app: use gimp_color_display_stack_get_filters() instead of
b5ed368... libgimpwidgets: #if 0 more stuff in gimp3migration
39929d0... libgimpwidgets: Draw marker in correct position on ruler.
6e258ae... libgimpwidgets: Separate ruler text layer from background.
6343a47... app: port GimpContainerTreeView from style_set() to style_u
24d6d35... Bug 759030 - gtk3-port parsing error loading css from custo
a885dd9... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]