[gimp] (336 commits) Created branch gtk3-port
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (336 commits) Created branch gtk3-port
- Date: Fri, 4 May 2018 09:48:20 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
e804a0a... Switch to version 3.0 in a lot of places and depend on GTK+
692b296... Revert "app: Fix on canvas widgets ignoring clicks from tab
42189de... libgimpwidgets: remove deprecated files from the build
0313ea0... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
502ade0... libgimpwidgets: port virtual functions to GTK+ 3.0
9e356b9... libgimpwidgets: port virtual functions to GTK+ 3.0
8698d6c... libgimpwidgets: port to GtkWidget::draw()
fee9c75... libgimpwidgets: port to GtkWidget::draw()
9a91ee5... libgimpwidgets: port to GtkWidget::draw()
a2c40e5... libgimpwidgets: s/GtkObject/GtkAdjustment/
9352feb... libgimpwidgets: port to GtkWidget::draw()
0854296... libgimpwidgets: remove deprecated functions and s/GtkObject
b3dccd3... libgimpwidgets: remove deprecated files completely
896a439... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
14fb8ca... app: port to GtkWidget::draw()
0820700... app: remove GTK_OBJECT() cast
d1eb159... app: port to GtkWidget::draw()
fc1a76b... app: port to GtkWidget::draw()
a09340a... app: port virtual functions to GTK+ 3.0 API
83b85aa... app: port to GtkWidget::draw()
04c4fca... app: port to GtkWidget::draw()
4d44952... app: port to GtkWidget::draw()
0e698c8... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
d8a73af... app: port to GtkWidget::draw()
7251406... app: s/GtkObject/GtkAdjustment/
ecd4c3f... app: port to GtkWidget::draw()
237b153... app: port GimpNavigationView to GtkWidget::draw()
41ce8f3... app: port GimpPaletteView to GtkWidget::draw()
40aafcc... app: port to GtkWidget::draw()
d242558... app: port to GtkWidget::draw()
0d09e9f... app: no need to alloc colors any longer, GdkColormap is gon
b0d2016... app: port call to gtk_paint_arrow() to GTK+ 3.0
13498f6... app: port device management to GdkDeviceManager
a1ef47d... app: remove obsolete (GtkObject **) casts
ed99eef... app: use gtk_widget_get_preferred_size() instead of size_re
fb0b7b3... app: port GimpScalComboBox to GTK+ 3.0
9df2238... app: use gtk_widget_get_preferred_size() instead of size_re
36d9457... libgimpwidgets: port GimpFrame to GTK+ 3.0
4f7c81a... app: port tools to GTK+ 3.0 (trivial changes only)
83ae35b... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
9b313c8... app: pass the cairo_region_t to gdk_window_invalidate_regio
ad05e7e... app: use GdkDeviceManager to list devices
d9247e9... app: port to GtkWidget::draw()
b49409f... app: remove calls to colormap functions, they are gone
86d0cd1... libgimpwidgets: get rid of (GtkObject **) casts
436c253... app: port the splash to GTK+ 3.0
8fa1b8d... libgimpwidgets: port the ruler to GTK+ 3.0
1ac812a... libgimpwidgets: port to GtkWidget::draw()
703237e... app: port to GtkWidget::draw()
6412588... app: port the overlay stuff to GTK+ 3.0
1f0b5fc... app: use the container icon view, the grid view is not GTK+
7c3906e... app: port to GtkWidget::draw() (incompletely)
f76d6e3... app: remove call to gtk_statusbar_set_has_resize_grip()
ba12e6f... app: port the tag entry to GTK+ 3.0
7806055... app: port to GtkWidget::draw() but disable the code inside
93f2dcf... app: can't set the scale combo entry's properties in init()
d023a61... app: port to GtkWidget::draw()
9412b0c... libgimpwidgets: port to GtkWidget::draw()
110b1e3... modules: s/GtkObject/GtkAdjustment/
8b07ad8... app: didn't completely commit the display shell expose() ->
f8e13b4... app: port to GtkWidget::draw()
9a6f6f5... app: passing -1 as width/height to gtk_paint_box() no longe
7153b7e... app: port popup arrow drawing to cairo and get rid of the a
96defed... app: remove GimpContainerGridView from the build entirely
511813e... modules: port to GtkWidget::draw()
cc6c8c5... libgimpwidgets: port to GtkWidget::draw()
eb19c32... libgimp: port to GtkWidget::draw()
86c31db... app: don't translate to allocation.x,y
3b6fadc... app: port to GtkWidget::draw()
0b6be5c... app: forgot to remove a cairo_destroy() in draw()
204b758... app: port to GtkWidget::draw()
f63a5a2... app: GtkEntry turned into a no-window widget
9d943db... app: use the new GtkScrollable API instead of deprecated tr
bb05cea... app: cairo_save()/restore() around chaining up in draw()
d66f2ff... app: add ugly workaround to make the icon view adapt to vie
d9c6311... plug-ins: lots of trivial GTK+ 3.0 porting
d5234d5... plug-ins: port jpeg-save to GTK+ 3.0
4a39f08... plug-ins: port file-png to GTK+ 3.0
1d6bf6b... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
3be7b89... plug-ins: more s/GtkObject/GtkAdjustment/
b786103... plug-ins: port some more plug-ins to GTK+ 3.0
addfd82... app: port the colormap editor to GTK+ 3.0
5c1d193... app: remove GtkWrapBox
64bc4cd... libgimpwidgets: port to the new size request API
7e61527... app: port to the new size request API
4eca00b... plug-ins: port the print preview to the new size request AP
4239ea7... plug-ins: port sphere-designer to GtkWidget::draw()
0ca06d4... plug-ins: port cml-explorer to GtkWidget::draw()
2d4edb9... plug-ins: port lighting to GTK+ 3.0
f38873e... plug-ins: port the unit-editor to GtkScrollable
fcb888d... app: fix GimpOverlayDialog's minimum height
3970be7... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
72e6ae8... app: don't connect to "size-requst" because that's deprecat
0cc934f... app: port GimpSpinScale to GTK+ 3.0
b86acf7... app: skip keyboard devices so the device list becomes reaso
27c7497... app: implement proper height-for-width in GimpToolPalette
7246311... app: use GdkDevice accessors
ed3ac9c... app: introduce struct GimpDeviceKey because GdkDeviceKey is
defbb05... app: put the toolbox' areas into a box until we decided abo
5a8c3f1... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
9bcd9d6... app: port the device sort function to GdkDeviceManager
70bb42e... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
593c8de... app: change the list of available devices to something that
77e9bc1... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
5f1d792... libgimpwidgets: port GimpChainButton to GtkStyleContext
43d862b... libgimpwidgets: port GimpColorArea to GtkStyleContext
a6bc011... libgimpwidgets: port GimpColorScale to GtkStyleContext
39e453c... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
194a5c4... libgimpwidgets: port GimpRuler to GtkStyleContext
51ccb88... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
f2c8770... app: port GimpBlobEditor to GtkStyleContext
823e5fe... app: port setting the canvas padding color to GtkStyleConte
03cf7c5... app: port GimpPanedBox to GtkStyleContext
a0c8b16... app: port GimpContainerIconView to GtkStyleContext
92058f6... app: port GimpContainerTreeView to GtkStyleContext
b6570f5... app: port GimpColormapEditor to GtkStyleContext
0d015f0... app: port GimpComponentEditor to GtkStyleContext
7f12624... app: port GimpFgBgEditor to GtkStyleContext
648b382... app: port GimpFgBgView to GtkStyleContext
036d781... app: port gimp_get_icon_size() to GtkStyleContext
d736988... app: port GimpContainerBox to GtkStyleContext
455b41a... app: port GimpDashEditor to GtkStyleContext
0b5d885... app: remove calls to gtk_widget_get,set_extension_events()
13c87de... app: s/gtk_widget_modify_font/gtk_widget_override_font/
b3106d9... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
0a6696d... app: port the about dialog to GtkStyleContext
c56690b... modules: remove call to gtk_widget_set_extension_events()
d15b5f1... libgimpwidgets: implement GtkWidget::state_flags_changed()
3e0d47c... libgimpwidgets: implement GtkWidget::style_updated() instea
08dd9f8... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
dbf92af... app: use gdk_drag_context_get_source_window()
4925946... app: use gdk_drag_context_get_selected_action() instead of
3ba30ee... app: implement GtkWidget::style_updated() instead of style_
c99dcec... port gtkrc files to CSS (incompletely and stuff commented o
444dc99... Port theme and gtkrc file loading to CSS files using GtkCss
24297e4... app: copy gimp.css instead of gtkrc to the user's gimp dire
1f48440... app: check whether child widgets exist in GtkWidget::style_
7bb0822... Replace gdk_cursor_unref() with g_object_unref()
05645b4... app: use gtk_menu_shell_get_selected_item()
8456845... app: port GimpOverlayBox to GtkStyleContext
10e61e6... app: port GimpOverlayFrame to GtkStyleContext
e384818... app: port GimpScaleButton to GtkStyleContext
12b6d69... libgimpwidgets: move all GimpPickButton members to a privat
d1f8160... libgimpwidgets: move all GimpColorArea members to a private
58534f7... libgimpwidgets: move all GimpOffsetArea members to a privat
be790b8... libgimpwidgets: move padding members from instance to class
230b0c3... libgimpwidgets: move all GimpButton members to a private st
ddf8f04... libgimpwidgets: move all GimpCellRendererColor members to a
e36b2ff... libgimpwidgets: move all GimpColorButton members to a priva
1ce1ffd... libgimpwidgets: move all GimpCellRendererToggle members to
71162d0... libgimpwidgets: move all GimpChainButton members to a priva
3d03757... libgimpwidgets: move all GimpBrowser members to a private s
33d2703... libgimpwidgets: move all GimpColorDisplay members to a priv
3d4dba4... libgimpwidgets: move all GimpColorDisplayStack members to a
9c93182... libgimpwidgets: move all GimpColorHexEntry members to a pri
4de53b1... libgimpwidgets: add padding
d2e8f1a... libgimpwidgets: move all GimpColorNotebook members to a pri
f70fe2c... libgimpwidgets: move all GimpColorScale members to a privat
80720ac... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
a361157... libgimpwidgets: move all GimpColorSelection members to a pr
19fc6d8... libgimpwidgets: move all GimpEnumLabel members to a private
554ec2c... app: don't use style->black and style->white
b61ab02... libgimpwidgets: move all GimpMemsizeEntry members to a priv
fed9136... app: port GimpStrokeEditor to GtkStyleContext
d30d340... app: port GimpPaletteView to GtkStyleContext
64426e3... plug-ins: don't use style->black and style->white
6f3cc8f... libgimpwidgets: move all GimpColorProfileStore members to a
ee802b1... app: port GimpDockWindow to GtkStyleContext
d480dcf... app: port GimpToolEditor to GtkStyleContext
f87c900... app: use gtk_widget_override_font() instead of modify_font(
7f0dc30... app: port GimpThumbBox to GtkStyleContext
41cb6e7... Implement GtkWidget::style_updated() instead of ::style_set
24a431a... app: port GimpHistogramView to GtkStyleContext
f19c056... app: port GimpTagEntry to GtkStyleContext
04e93c0... app: always ask the master device for its axes or state
ef31639... app: when checking for a device change, check the event's s
dc016a9... app: remove obsolete device checks from GimpToolbox
b952d2e... app: port GimpColorFrame away from GtkStyle, using a new st
a160b4f... app: remove call to gtk_widget_style_attach() from GimpOver
68ffd5e... app: port GimpOverlayChild to GtkStyleContext
2b60f1e... Port cell renderers to gtk_cell_renderer_get_state()
3b4c1b7... app: port GimpCellRendererDashes to GtkStyleContext
4110566... app: add gimp_get_style_color() to simplify GdkRGBA style p
1749f6e... app: add style property and default CSS for GimpHistogramVi
a8c877c... app: port GimpCurveView to GtkStyleContext
468bf69... themes: document the new GimpHistogramView property in the
824a9e7... app: define all GimpHistogramView colors via style properti
268c14a... themes: document the new stlye properties and indent the CS
ac7527e... app: port GimpComboTagEntry to GtkStyleContext
23c8871... configure.ac: use the new GTK_CHECK_BACKEND() macro
d60cf07... plug-ins: port map-object to GTK+ 3.x
94099e7... app: use GdkRGBA instead of GdkColor in some places
70bda8b... app: remove gimp_rgb_get,set_gdk_color()
e8890ae... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
898ebe2... app: gimp_print_event(): add the device to the event debug
5477ba2... app: gimp_device_info_get_device_coords(): workaround for X
23e2bf7... app: make input devices, grabs and therefore generally tool
64b15b3... app: use gdk_device_get_position() inetad of gdk_display_ge
261361a... app: remove some forgotten #undef GSEAL_ENABLE
107d827... app: let the file dialog expand/collapse with the file type
a3839bb... app: port GimpGradientEditor to GtkSyleContext
1dbceee... app: port GimpHistogramView to gdk_device_grab()/ungrab()
93757ee... app: port GimpNavigationEditor to GtkStyleContext
1806192... app: port GimpTagPopup to GtkStyleContext
0116c9e... app: GimpDock: port font size modification to GtkCssProvide
6dba828... plug-ins: s/GtkObject/GtkAdjustment/
278d42f... app: implement GtkContainer::get_path_for_child() in GimpMe
f3dc57a... devel-docs: make the shooter tool at least build again (unt
2aee45b... app: don't use "size-request" for the toolbox' wilber, it's
79e18de... Incomplete notebook and tab theming commit, to be improved
1d242f6... themes: set an explicit background for rulers
36324b9... app: make the statusbar's progress label visible again
d4075a7... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
4fedd76... app: port wilber drawing to GtkStyleContext
6df3384... modules: port GimpColorWheel to GTK+ 3.x
f3fa672... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
8d6c004... Use GTK+3 gtk_get_locale_direction() function instead of cu
5bde77a... app: port GimpCircle and subclasses to GTK+ 3
4cdbddb... app: remove GTK_OBJECT() case in GimpPopup
ecdea79... app: use gimp_color_display_stack_get_filters() instead of
e74920e... libgimpwidgets: #if 0 more stuff in gimp3migration
19861cd... libgimpwidgets: Draw marker in correct position on ruler.
0caf138... libgimpwidgets: Separate ruler text layer from background.
774fff8... app: port GimpContainerTreeView from style_set() to style_u
de65658... Revert "Bug 762279 - "Tip of the day" links opens two links
34f8c4f... Bug 762279 - "Tip of the day" links opens two links.
d72de3a... plug-ins: s/GtkObject/GtkAdjustment/ in file-wepb
e3a3393... libgimpwidgets, app: use GdkRGBA instead of GdkColor for ce
eccec66... libgimpwidgets: make GimpColorScale more-or-less work fine
c6334b5... app: port GimpMeter to GTK+ 3.x
898e45d... app: port gimpwidgets-utils.c to GTK+ 3.x
980cbe7... app: make GimpHighlightableButton build on GTK+ 3.x
e1c0554... libgimpbase: remove almost all deprecated compat cruft
9d8af7e... libgimpmodule: remove all deprecated cruft
dc55ff8... libgimpconfig: remove all deprecated cruft
3909dc4... plug-ins: remove color-enhance, there is a GEGL op doing al
0c62606... libgimpcolor: remove most deprecated cruft, rest to follow
9c3d2ce... libgimp: remove tons of deprecated cruft
015fd92... pdb: remove all deprecated procedures
79e3ee5... libgimpwidgets: remove most deprecated cruft
4f54d5d... libgimpmath: remove all deprecated cruft
171e1d8... libgimp: deprecate more cruft, everything not needed by cru
25da007... libgimpwidgets: derive GimpChainButton from GtkGrid not Gtk
769ee53... libgimpwidgets: remove gimp3migration.[ch]
1a348ab... libgimpwidgets: add GtkGrid variants of gimp_[color_]scale_
ec8d408... libgimpwidets: port GimpColorScales to GtkGrid
b0943c7... Get rid of using GtkMisc API globally
1e89007... libgimpwidgets: add gimp_grid_attach_aligned()
a519768... libgimp: port GimpProcView to GtkGrid
03ec731... configure.ac: don't define GDK/GTK_MULTIHEAD_SAFE, they are
f54b2c0... Get rid of the deprecated gtk_icon_size_lookup_for_settings
6c7afca... themes: comment out deprecated stuff in the "System" theme
89a9534... app: port GimpColorHistory to GtkGrid
7e3de0e... libgimpwidgets: create GimpIntComboBox' cells in constructe
9efb31d... Get rid of all GtkAlignments, use GtkWidget align/margin in
869ccbc... Port a lot of stuff from GdkScreen/monitor_number to GdkMon
a1fc3fc... app: get rid of GtkHSeparator and GtkHScale
25316fc... libgimpwidgets: GimpBrowser undeprecated: threads and focus
3ec9b16... app: get rid of GtkArrow in GimpColorDialog
e6d4570... app: fix border width of GimpOverlayDialog
54c0c1b... app: get rid of some GtkTables in tools/
01e643e... Fix compile
1b7fb61... app: add missing const to gimp_cell_renderer_button_activat
a538542... app: undeprecate GimpSpinScale, still looks like shit tho
a71da78... libgimpwidgets: honor the gtk-dialogs-use-header setting in
7a484ca... app, libgimpwidgets, themes: fix some themeing
75c849c... app: allow to select if we prefer a dark variant of the cur
743e07f... themes: remove Dark, Gray and Light themes.
b49898a... app: the "Default" theme had been removed to "System" a lon
4ab213f... data: remove obsolete brushes.
2eeced0... themes: uncomment one more deprecated CSS rule.
11d7886... app: port some stuff to gdk_seat_grab/ungrab
251d179... Replace lots of deprecated gtk_menu_popup(), only GimpUIMan
036314d... app: use gtk_menu_popup_at_widget() in GimpIconPicker
52d3498... app: remove #undef GDK_DISABLE_DEPRECATED
f018e28... app: use gtk_widget_get_preferred_size() in gimp_tool_gui_c
bb4de43... app: add gimp_ui_manager_ui_popup_at_widget()
222402d... Revert "Bug 794356 - Rulers always shown for subsequent ima
8e97ce8... Revert "Bug 784480 - Clicking on-canvas GUI with a tablet s
f629d5f... Revert "Bug 794356 - Rulers always shown for subsequent ima
1e7ae49... app: use gimp_ui_menager_up_popup_at_widget() for the quick
e4f9c68... app: gimp_ui_manager_ui_popup_at_pointer() and use it where
19eebed... app: port GimpDisplayShell to use GtkGrid
2744bd8... app, themes: move GimpDisplayShell styling to CSS
4d84908... app: remove the unused GimpContainerGridView
3416112... app: add utility functions gimp_widget_get,set_image()
1c63c73... app: port most menu items that want images to gimp_menu_ite
ce43e95... app: remove all deprecated threads_enter/leave code
334f289... Revert "app: remove all deprecated threads_enter/leave code
2a901fd... app: port GimpCursorView to GtkGrid
2e27366... Bug 794132 - Make the plug-in protocol version part of the
4aba212... Revert "splash: Add 2.10 splash image + svg"
6175a01... app: set the right "use-header-bar" on all (?) dialogs
bd99e81... dockbook: chain up at end of size-allocate
5e23876... fgbgvew: Pass correct state to GtkStyleContext api
6b2f9fc... spinscale: Fix styling
49ee6c8... spinscale: remove our own border drawing
5f8e09f... spinscale: Decrease height
25217ab... libgimpwidgets: convert GimpSizeEntry to a GtkGrid.
bd88759... dialogs: some table->grid conversion in the item dialogs
197779c... plug-ins: try to catch all gtk_table_* uses for the size-en
b17ec3b... app: make spinscale much more bearable by fixing some coord
172cabc... app: put back two lines that got lost in earlier GTK+ 3.0 p
67422a7... libgimp: undeprecate all GimpFooSelectButton classes
81540ba... app: honor the use-header-bar setting in GimpToolDialog
31e06fc... app: fix splash text color
8fb5827... app: undeprecate everything in propgui/, mostly table -> gr
e89a4ee... preferences-dialog: get rid of GtkTable
e35f864... dialogs: get rid of GtkTable
1b5fe25... app/tools: get rid of GtkTable
7e606e3... app/display: get rid of GtkTable
b7e742f... app/widgets: get rid of GtkTable in GimpTemplateEditor
b542c80... app/widgets: port GimpImagePropView to GtkGrid
0b3ff4d... app/tools: fix the resize behaviour of the curves tool dial
84ce000... app: allow setting parent for dialogs created by GimpDialog
618e43f... app: do not run gtk_window_present() in about_dialog_create
300396c... app: pack the content vbox expanding in GimpPrefsBox
eedd870... libgimpwidgets: set the widgets's hexpand in gimp_grid_atta
71b3409... libimp*: add private pointers to all instance structs
1de5f76... app: properly align frame children in GimpGridEditor
9c3ec38... app: fix GimpPrefsBox' page titles to look like selected ro
50b4979... libgimpwidgets: move public GimpIntStore member to private
59863ec... libgimpwidgets: move all GimpPreviewArea members to private
1658f9c... libgimpwidgets: move all GimpScrolledPreview members to pri
0489f0e... dialogs: fix two misbehaviours in the prefs dialog
ffd6f78... app: take window scale-factor into account when rendering i
c468c0b... app/widgets: port gimpdashboard to GtkGrid
64869ff... app/widgets: port the gimpstrokeeditor to GtkGrid
2c6b9e2... app/widgets: port the toolbox indicator area to GtkGrid
05ed512... app: kill the last GtkTables.
2d972b3... libgimpwidgets: move all GimpPreview members to private
4c91c02... libgimpwidgets: move GimpEnumStore.enum_class to private
554caf6... app: port gimp_navigation_editor_popup() to GdkMonitor's wo
1c7707d... app: disable motion compression, have to figure how to cont
c4292a3... plug-ins: disable devel-docs and a bunch of plug-ins, they
7efc74b... app: avoid scaling GimpCanvasArc to zero, it causes a non-i
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]