[gimp] (240 commits) Created branch gtk3-port
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (240 commits) Created branch gtk3-port
- Date: Sat, 28 Apr 2018 18:22:57 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
9d0b2d2... Switch to version 3.0 in a lot of places and depend on GTK+
f4de194... Revert "app: Fix on canvas widgets ignoring clicks from tab
7abdeef... libgimpwidgets: remove deprecated files from the build
70675c2... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
1863e10... libgimpwidgets: port virtual functions to GTK+ 3.0
218f89c... libgimpwidgets: port virtual functions to GTK+ 3.0
1ccb116... libgimpwidgets: port to GtkWidget::draw()
e89e8ff... libgimpwidgets: port to GtkWidget::draw()
0b96763... libgimpwidgets: port to GtkWidget::draw()
a0dab28... libgimpwidgets: s/GtkObject/GtkAdjustment/
d1d1d32... libgimpwidgets: port to GtkWidget::draw()
183244c... libgimpwidgets: remove deprecated functions and s/GtkObject
a221925... libgimpwidgets: remove deprecated files completely
9d4873c... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
9efb8e1... app: port to GtkWidget::draw()
13aaaa0... app: remove GTK_OBJECT() cast
647407a... app: port to GtkWidget::draw()
fd9d5ac... app: port to GtkWidget::draw()
31093b9... app: port virtual functions to GTK+ 3.0 API
86fc43a... app: port to GtkWidget::draw()
57b0fe3... app: port to GtkWidget::draw()
0fed004... app: port to GtkWidget::draw()
d0361c8... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
1738c85... app: port to GtkWidget::draw()
1d78135... app: s/GtkObject/GtkAdjustment/
8e3b861... app: port to GtkWidget::draw()
808694e... app: port GimpNavigationView to GtkWidget::draw()
0525fa3... app: port GimpPaletteView to GtkWidget::draw()
7ec7651... app: port to GtkWidget::draw()
c8cb3f7... app: port to GtkWidget::draw()
f2e8705... app: no need to alloc colors any longer, GdkColormap is gon
3c2a1c2... app: port call to gtk_paint_arrow() to GTK+ 3.0
780a63e... app: port device management to GdkDeviceManager
3b9fadf... app: remove obsolete (GtkObject **) casts
f219067... app: use gtk_widget_get_preferred_size() instead of size_re
26b9362... app: port GimpScalComboBox to GTK+ 3.0
d6d5367... app: use gtk_widget_get_preferred_size() instead of size_re
3359f4f... libgimpwidgets: port GimpFrame to GTK+ 3.0
2dc48a8... app: port tools to GTK+ 3.0 (trivial changes only)
b9a40d5... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
7c42fa9... app: pass the cairo_region_t to gdk_window_invalidate_regio
3d80f25... app: use GdkDeviceManager to list devices
b676309... app: port to GtkWidget::draw()
8570518... app: remove calls to colormap functions, they are gone
172f36e... libgimpwidgets: get rid of (GtkObject **) casts
bbf7594... app: port the splash to GTK+ 3.0
999fa4b... libgimpwidgets: port the ruler to GTK+ 3.0
a2d2ee5... libgimpwidgets: port to GtkWidget::draw()
ad45e99... app: port to GtkWidget::draw()
d4c9f70... app: port the overlay stuff to GTK+ 3.0
a935ea1... app: use the container icon view, the grid view is not GTK+
5f04570... app: port to GtkWidget::draw() (incompletely)
e0831b3... app: remove call to gtk_statusbar_set_has_resize_grip()
17e13a9... app: port the tag entry to GTK+ 3.0
626efbb... app: port to GtkWidget::draw() but disable the code inside
546b7d1... app: can't set the scale combo entry's properties in init()
8940a93... app: port to GtkWidget::draw()
ac81e38... libgimpwidgets: port to GtkWidget::draw()
e935887... modules: s/GtkObject/GtkAdjustment/
fd9dec9... app: didn't completely commit the display shell expose() ->
63152e5... app: port to GtkWidget::draw()
eddd321... app: passing -1 as width/height to gtk_paint_box() no longe
fe6455f... app: port popup arrow drawing to cairo and get rid of the a
3af5a7b... app: remove GimpContainerGridView from the build entirely
3687b12... modules: port to GtkWidget::draw()
4c5bcf2... libgimpwidgets: port to GtkWidget::draw()
24451a6... libgimp: port to GtkWidget::draw()
35f5a00... app: don't translate to allocation.x,y
c1ecff0... app: port to GtkWidget::draw()
a68d2c3... app: forgot to remove a cairo_destroy() in draw()
3c20690... app: port to GtkWidget::draw()
e0fa670... app: GtkEntry turned into a no-window widget
e6ff25f... app: use the new GtkScrollable API instead of deprecated tr
03bc03a... app: cairo_save()/restore() around chaining up in draw()
758613b... app: add ugly workaround to make the icon view adapt to vie
b881806... plug-ins: lots of trivial GTK+ 3.0 porting
11c33fb... plug-ins: port jpeg-save to GTK+ 3.0
0b5362d... plug-ins: port file-png to GTK+ 3.0
603da82... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
1ac7e0d... plug-ins: more s/GtkObject/GtkAdjustment/
bfcfa3f... plug-ins: port some more plug-ins to GTK+ 3.0
bea0ca8... app: port the colormap editor to GTK+ 3.0
308272b... app: remove GtkWrapBox
46281a9... libgimpwidgets: port to the new size request API
96d8933... app: port to the new size request API
efb40df... plug-ins: port the print preview to the new size request AP
f565ef8... plug-ins: port sphere-designer to GtkWidget::draw()
a843322... plug-ins: port cml-explorer to GtkWidget::draw()
fff0c0d... plug-ins: port lighting to GTK+ 3.0
8a451bc... plug-ins: port the unit-editor to GtkScrollable
d07e420... app: fix GimpOverlayDialog's minimum height
93f1b20... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
efd3e0f... app: don't connect to "size-requst" because that's deprecat
edd2f86... app: port GimpSpinScale to GTK+ 3.0
3fed81a... app: skip keyboard devices so the device list becomes reaso
a7ba641... app: implement proper height-for-width in GimpToolPalette
4c585d3... app: use GdkDevice accessors
d8e4560... app: introduce struct GimpDeviceKey because GdkDeviceKey is
c78a411... app: put the toolbox' areas into a box until we decided abo
bdbb146... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
d506798... app: port the device sort function to GdkDeviceManager
67cf13d... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
16464fd... app: change the list of available devices to something that
1820b8c... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
2d60435... libgimpwidgets: port GimpChainButton to GtkStyleContext
29c2f5e... libgimpwidgets: port GimpColorArea to GtkStyleContext
1671892... libgimpwidgets: port GimpColorScale to GtkStyleContext
b50956b... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
14295f3... libgimpwidgets: port GimpRuler to GtkStyleContext
18f0900... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
6f8f609... app: port GimpBlobEditor to GtkStyleContext
70eac84... app: port setting the canvas padding color to GtkStyleConte
d4a3592... app: port GimpPanedBox to GtkStyleContext
3451d0d... app: port GimpContainerIconView to GtkStyleContext
16a3d59... app: port GimpContainerTreeView to GtkStyleContext
6755097... app: port GimpColormapEditor to GtkStyleContext
74bd839... app: port GimpComponentEditor to GtkStyleContext
0c577f8... app: port GimpFgBgEditor to GtkStyleContext
998b4d5... app: port GimpFgBgView to GtkStyleContext
cbb8fad... app: port gimp_get_icon_size() to GtkStyleContext
f14f10c... app: port GimpContainerBox to GtkStyleContext
76be881... app: port GimpDashEditor to GtkStyleContext
59ed23c... app: remove calls to gtk_widget_get,set_extension_events()
24b7f3c... app: s/gtk_widget_modify_font/gtk_widget_override_font/
217a916... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
91023e5... app: port the about dialog to GtkStyleContext
ee0fc17... modules: remove call to gtk_widget_set_extension_events()
84e819b... libgimpwidgets: implement GtkWidget::state_flags_changed()
f2ddd5f... libgimpwidgets: implement GtkWidget::style_updated() instea
e460683... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
26f411b... app: use gdk_drag_context_get_source_window()
6bd0400... app: use gdk_drag_context_get_selected_action() instead of
69c5336... app: implement GtkWidget::style_updated() instead of style_
d229f88... port gtkrc files to CSS (incompletely and stuff commented o
a0a4b67... Port theme and gtkrc file loading to CSS files using GtkCss
80f0a55... app: copy gimp.css instead of gtkrc to the user's gimp dire
18b7977... app: check whether child widgets exist in GtkWidget::style_
1393ff0... Replace gdk_cursor_unref() with g_object_unref()
000a6ab... app: use gtk_menu_shell_get_selected_item()
08eef7e... app: port GimpOverlayBox to GtkStyleContext
8fdeccb... app: port GimpOverlayFrame to GtkStyleContext
32e4999... app: port GimpScaleButton to GtkStyleContext
ce10be4... libgimpwidgets: move all GimpPickButton members to a privat
6591a13... libgimpwidgets: move all GimpColorArea members to a private
f688b5a... libgimpwidgets: move all GimpOffsetArea members to a privat
17559a7... libgimpwidgets: move padding members from instance to class
bd66684... libgimpwidgets: move all GimpButton members to a private st
177e97f... libgimpwidgets: move all GimpCellRendererColor members to a
3f0b17e... libgimpwidgets: move all GimpColorButton members to a priva
328e383... libgimpwidgets: move all GimpCellRendererToggle members to
95b458f... libgimpwidgets: move all GimpChainButton members to a priva
63bef94... libgimpwidgets: move all GimpBrowser members to a private s
bb78a88... libgimpwidgets: move all GimpColorDisplay members to a priv
a3f7b1a... libgimpwidgets: move all GimpColorDisplayStack members to a
a0975a0... libgimpwidgets: move all GimpColorHexEntry members to a pri
7c51e1e... libgimpwidgets: add padding
ad9b9f7... libgimpwidgets: move all GimpColorNotebook members to a pri
36caf7a... libgimpwidgets: move all GimpColorScale members to a privat
a683c93... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
83a0e91... libgimpwidgets: move all GimpColorSelection members to a pr
76de1bb... libgimpwidgets: move all GimpEnumLabel members to a private
4fb83c0... app: don't use style->black and style->white
dd3bcd6... libgimpwidgets: move all GimpMemsizeEntry members to a priv
e674ed0... app: port GimpStrokeEditor to GtkStyleContext
bf79c8c... app: port GimpPaletteView to GtkStyleContext
4fc4861... plug-ins: don't use style->black and style->white
9b7b21e... libgimpwidgets: move all GimpColorProfileStore members to a
a19336d... app: port GimpDockWindow to GtkStyleContext
90927c7... app: port GimpToolEditor to GtkStyleContext
5ae9b28... app: use gtk_widget_override_font() instead of modify_font(
c586fdd... app: port GimpThumbBox to GtkStyleContext
e12bf12... Implement GtkWidget::style_updated() instead of ::style_set
dcbd961... app: port GimpHistogramView to GtkStyleContext
fd43fd8... app: port GimpTagEntry to GtkStyleContext
6e100ed... app: always ask the master device for its axes or state
564e185... app: when checking for a device change, check the event's s
58772f2... app: remove obsolete device checks from GimpToolbox
041e057... app: port GimpColorFrame away from GtkStyle, using a new st
03baf4a... app: remove call to gtk_widget_style_attach() from GimpOver
7d7c3b2... app: port GimpOverlayChild to GtkStyleContext
9b10c8e... Port cell renderers to gtk_cell_renderer_get_state()
0e74bd7... app: port GimpCellRendererDashes to GtkStyleContext
3dfe0ec... app: add gimp_get_style_color() to simplify GdkRGBA style p
63d317b... app: add style property and default CSS for GimpHistogramVi
9351290... app: port GimpCurveView to GtkStyleContext
fe05313... themes: document the new GimpHistogramView property in the
ad4f230... app: define all GimpHistogramView colors via style properti
b504a16... themes: document the new stlye properties and indent the CS
40cd800... app: port GimpComboTagEntry to GtkStyleContext
8261e67... configure.ac: use the new GTK_CHECK_BACKEND() macro
77d40a4... plug-ins: port map-object to GTK+ 3.x
4f0181a... app: use GdkRGBA instead of GdkColor in some places
75b399c... app: remove gimp_rgb_get,set_gdk_color()
221d1fa... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
78085d7... app: gimp_print_event(): add the device to the event debug
7b98dd6... app: gimp_device_info_get_device_coords(): workaround for X
973bd88... app: make input devices, grabs and therefore generally tool
fb183a7... app: use gdk_device_get_position() inetad of gdk_display_ge
0df0312... app: remove some forgotten #undef GSEAL_ENABLE
f5f3ab8... app: let the file dialog expand/collapse with the file type
5f4ac6f... app: port GimpGradientEditor to GtkSyleContext
79c7a3b... app: port GimpHistogramView to gdk_device_grab()/ungrab()
330b65c... app: port GimpNavigationEditor to GtkStyleContext
ec7c22d... app: port GimpTagPopup to GtkStyleContext
7941af1... app: GimpDock: port font size modification to GtkCssProvide
d46e975... plug-ins: s/GtkObject/GtkAdjustment/
6e2b4cb... app: implement GtkContainer::get_path_for_child() in GimpMe
ef1b755... devel-docs: make the shooter tool at least build again (unt
2f13ed6... app: don't use "size-request" for the toolbox' wilber, it's
b37b8d7... Incomplete notebook and tab theming commit, to be improved
650a7bb... themes: set an explicit background for rulers
c7966b7... app: make the statusbar's progress label visible again
ccfb427... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
dce0f73... app: port wilber drawing to GtkStyleContext
cc8213e... modules: port GimpColorWheel to GTK+ 3.x
465044f... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
166e25b... Use GTK+3 gtk_get_locale_direction() function instead of cu
b3945df... app: port GimpCircle and subclasses to GTK+ 3
248bc2c... app: remove GTK_OBJECT() case in GimpPopup
9a3bf35... app: use gimp_color_display_stack_get_filters() instead of
b83c937... libgimpwidgets: #if 0 more stuff in gimp3migration
cf81117... libgimpwidgets: Draw marker in correct position on ruler.
4f3d3c8... libgimpwidgets: Separate ruler text layer from background.
ff6b057... app: port GimpContainerTreeView from style_set() to style_u
e7cb4e5... Revert "Bug 762279 - "Tip of the day" links opens two links
f2ed9ef... Bug 762279 - "Tip of the day" links opens two links.
146f9e9... plug-ins: s/GtkObject/GtkAdjustment/ in file-wepb
e60c99e... libgimpwidgets, app: use GdkRGBA instead of GdkColor for ce
22bb140... libgimpwidgets: make GimpColorScale more-or-less work fine
6477999... app: port GimpMeter to GTK+ 3.x
860b100... app: port gimpwidgets-utils.c to GTK+ 3.x
3396ec9... app: make GimpHighlightableButton build on GTK+ 3.x
84c4eef... libgimpbase: remove almost all deprecated compat cruft
4c7f5a6... libgimpmodule: remove all deprecated cruft
f7988fe... libgimpconfig: remove all deprecated cruft
d50e41e... plug-ins: remove color-enhance, there is a GEGL op doing al
fbea18e... libgimpcolor: remove most deprecated cruft, rest to follow
6e7a17e... libgimp: remove tons of deprecated cruft
b374821... pdb: remove all deprecated procedures
ec7575a... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]