[gimp] (233 commits) Created branch gtk3-port
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (233 commits) Created branch gtk3-port
- Date: Sat, 28 Apr 2018 01:01:43 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
96f700f... Switch to version 3.0 in a lot of places and depend on GTK+
02d0bb7... Revert "app: Fix on canvas widgets ignoring clicks from tab
fdb4aac... libgimpwidgets: remove deprecated files from the build
b79a4f4... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
0cd6860... libgimpwidgets: port virtual functions to GTK+ 3.0
63b01ac... libgimpwidgets: port virtual functions to GTK+ 3.0
77b50ab... libgimpwidgets: port to GtkWidget::draw()
e78e4df... libgimpwidgets: port to GtkWidget::draw()
a549818... libgimpwidgets: port to GtkWidget::draw()
cebb082... libgimpwidgets: s/GtkObject/GtkAdjustment/
ccc9f77... libgimpwidgets: port to GtkWidget::draw()
88746bc... libgimpwidgets: remove deprecated functions and s/GtkObject
5c02398... libgimpwidgets: remove deprecated files completely
38fc271... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
471b8f8... app: port to GtkWidget::draw()
0a1f7d8... app: remove GTK_OBJECT() cast
7c18fa5... app: port to GtkWidget::draw()
a3ec619... app: port to GtkWidget::draw()
b93e627... app: port virtual functions to GTK+ 3.0 API
2545620... app: port to GtkWidget::draw()
ad77d31... app: port to GtkWidget::draw()
311c453... app: port to GtkWidget::draw()
d295b4f... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
16ce815... app: port to GtkWidget::draw()
250be55... app: s/GtkObject/GtkAdjustment/
0a5e843... app: port to GtkWidget::draw()
858fdd1... app: port GimpNavigationView to GtkWidget::draw()
db37702... app: port GimpPaletteView to GtkWidget::draw()
c97c756... app: port to GtkWidget::draw()
345dcb7... app: port to GtkWidget::draw()
e8c3677... app: no need to alloc colors any longer, GdkColormap is gon
e9998e0... app: port call to gtk_paint_arrow() to GTK+ 3.0
46369ef... app: port device management to GdkDeviceManager
4dba3eb... app: remove obsolete (GtkObject **) casts
d423d72... app: use gtk_widget_get_preferred_size() instead of size_re
472a24c... app: port GimpScalComboBox to GTK+ 3.0
03b0aa5... app: use gtk_widget_get_preferred_size() instead of size_re
d53757a... libgimpwidgets: port GimpFrame to GTK+ 3.0
6a0a0ab... app: port tools to GTK+ 3.0 (trivial changes only)
bda1dbf... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
ae5f247... app: pass the cairo_region_t to gdk_window_invalidate_regio
202f16a... app: use GdkDeviceManager to list devices
afb9938... app: port to GtkWidget::draw()
d3bb64d... app: remove calls to colormap functions, they are gone
47cf22a... libgimpwidgets: get rid of (GtkObject **) casts
adda12e... app: port the splash to GTK+ 3.0
f2dfc3a... libgimpwidgets: port the ruler to GTK+ 3.0
b8f20ea... libgimpwidgets: port to GtkWidget::draw()
32c2cce... app: port to GtkWidget::draw()
ff4ad96... app: port the overlay stuff to GTK+ 3.0
06f2442... app: use the container icon view, the grid view is not GTK+
928def1... app: port to GtkWidget::draw() (incompletely)
b09b69f... app: remove call to gtk_statusbar_set_has_resize_grip()
c79bca6... app: port the tag entry to GTK+ 3.0
72076ac... app: port to GtkWidget::draw() but disable the code inside
5a20171... app: can't set the scale combo entry's properties in init()
21b6873... app: port to GtkWidget::draw()
1bebbea... libgimpwidgets: port to GtkWidget::draw()
07a4a73... modules: s/GtkObject/GtkAdjustment/
45af5b4... app: didn't completely commit the display shell expose() ->
b64bb5d... app: port to GtkWidget::draw()
600cf17... app: passing -1 as width/height to gtk_paint_box() no longe
370e2b5... app: port popup arrow drawing to cairo and get rid of the a
858d62e... app: remove GimpContainerGridView from the build entirely
17f273b... modules: port to GtkWidget::draw()
dad94a1... libgimpwidgets: port to GtkWidget::draw()
d298951... libgimp: port to GtkWidget::draw()
bf8aa3d... app: don't translate to allocation.x,y
40a7a54... app: port to GtkWidget::draw()
5323fae... app: forgot to remove a cairo_destroy() in draw()
b1d0da3... app: port to GtkWidget::draw()
58e6283... app: GtkEntry turned into a no-window widget
9304439... app: use the new GtkScrollable API instead of deprecated tr
a573e2f... app: cairo_save()/restore() around chaining up in draw()
ee563ed... app: add ugly workaround to make the icon view adapt to vie
dad9a1f... plug-ins: lots of trivial GTK+ 3.0 porting
78a4bfc... plug-ins: port jpeg-save to GTK+ 3.0
90d9c46... plug-ins: port file-png to GTK+ 3.0
d33edeb... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
2db20c2... plug-ins: more s/GtkObject/GtkAdjustment/
8b77037... plug-ins: port some more plug-ins to GTK+ 3.0
4ff5662... app: port the colormap editor to GTK+ 3.0
906d88a... app: remove GtkWrapBox
fd6350e... libgimpwidgets: port to the new size request API
42c4185... app: port to the new size request API
919fe01... plug-ins: port the print preview to the new size request AP
2ab21a2... plug-ins: port sphere-designer to GtkWidget::draw()
93fb92e... plug-ins: port cml-explorer to GtkWidget::draw()
3e2643b... plug-ins: port lighting to GTK+ 3.0
a772dc9... plug-ins: port the unit-editor to GtkScrollable
5755556... app: fix GimpOverlayDialog's minimum height
468edaa... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
8fcd44b... app: don't connect to "size-requst" because that's deprecat
da94e99... app: port GimpSpinScale to GTK+ 3.0
237cc89... app: skip keyboard devices so the device list becomes reaso
8d36982... app: implement proper height-for-width in GimpToolPalette
478495d... app: use GdkDevice accessors
0304240... app: introduce struct GimpDeviceKey because GdkDeviceKey is
ca03808... app: put the toolbox' areas into a box until we decided abo
f27521d... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
cb712a6... app: port the device sort function to GdkDeviceManager
a06c1a3... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
ca47ef0... app: change the list of available devices to something that
bd039ce... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
855a323... libgimpwidgets: port GimpChainButton to GtkStyleContext
f3df09c... libgimpwidgets: port GimpColorArea to GtkStyleContext
d0ae41c... libgimpwidgets: port GimpColorScale to GtkStyleContext
9257f18... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
35c77a0... libgimpwidgets: port GimpRuler to GtkStyleContext
96529a5... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
4d8dcfe... app: port GimpBlobEditor to GtkStyleContext
480a675... app: port setting the canvas padding color to GtkStyleConte
019da9f... app: port GimpPanedBox to GtkStyleContext
7af87b1... app: port GimpContainerIconView to GtkStyleContext
b64eed0... app: port GimpContainerTreeView to GtkStyleContext
153a2d6... app: port GimpColormapEditor to GtkStyleContext
e7121df... app: port GimpComponentEditor to GtkStyleContext
2d0650e... app: port GimpFgBgEditor to GtkStyleContext
476c571... app: port GimpFgBgView to GtkStyleContext
0e8c89b... app: port gimp_get_icon_size() to GtkStyleContext
d948b68... app: port GimpContainerBox to GtkStyleContext
27edf6e... app: port GimpDashEditor to GtkStyleContext
0b81507... app: remove calls to gtk_widget_get,set_extension_events()
838f48a... app: s/gtk_widget_modify_font/gtk_widget_override_font/
2aa8c08... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
2aa4670... app: port the about dialog to GtkStyleContext
6040480... modules: remove call to gtk_widget_set_extension_events()
8de3d24... libgimpwidgets: implement GtkWidget::state_flags_changed()
5fa5eea... libgimpwidgets: implement GtkWidget::style_updated() instea
6c5ff93... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
8152117... app: use gdk_drag_context_get_source_window()
8b6e6f9... app: use gdk_drag_context_get_selected_action() instead of
2be1a33... app: implement GtkWidget::style_updated() instead of style_
c29eb43... port gtkrc files to CSS (incompletely and stuff commented o
977e16c... Port theme and gtkrc file loading to CSS files using GtkCss
d9f62b1... app: copy gimp.css instead of gtkrc to the user's gimp dire
ea2deee... app: check whether child widgets exist in GtkWidget::style_
a05341b... Replace gdk_cursor_unref() with g_object_unref()
40f2c43... app: use gtk_menu_shell_get_selected_item()
6516c96... app: port GimpOverlayBox to GtkStyleContext
03169a1... app: port GimpOverlayFrame to GtkStyleContext
df9c7c4... app: port GimpScaleButton to GtkStyleContext
8b5bd10... libgimpwidgets: move all GimpPickButton members to a privat
9456d5b... libgimpwidgets: move all GimpColorArea members to a private
3580f31... libgimpwidgets: move all GimpOffsetArea members to a privat
5740c83... libgimpwidgets: move padding members from instance to class
c90a20a... libgimpwidgets: move all GimpButton members to a private st
3876124... libgimpwidgets: move all GimpCellRendererColor members to a
1c19271... libgimpwidgets: move all GimpColorButton members to a priva
663572f... libgimpwidgets: move all GimpCellRendererToggle members to
7e58b72... libgimpwidgets: move all GimpChainButton members to a priva
efefad7... libgimpwidgets: move all GimpBrowser members to a private s
ab77d26... libgimpwidgets: move all GimpColorDisplay members to a priv
4334ff2... libgimpwidgets: move all GimpColorDisplayStack members to a
e2c5aba... libgimpwidgets: move all GimpColorHexEntry members to a pri
a1e9a85... libgimpwidgets: add padding
0c4edbd... libgimpwidgets: move all GimpColorNotebook members to a pri
72f05d1... libgimpwidgets: move all GimpColorScale members to a privat
1eead4a... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
61861c6... libgimpwidgets: move all GimpColorSelection members to a pr
a13bddd... libgimpwidgets: move all GimpEnumLabel members to a private
872baf3... app: don't use style->black and style->white
668eb52... libgimpwidgets: move all GimpMemsizeEntry members to a priv
8a9a300... app: port GimpStrokeEditor to GtkStyleContext
c7ff6ee... app: port GimpPaletteView to GtkStyleContext
8acecb7... plug-ins: don't use style->black and style->white
bad46e5... libgimpwidgets: move all GimpColorProfileStore members to a
3f1230e... app: port GimpDockWindow to GtkStyleContext
7a6d089... app: port GimpToolEditor to GtkStyleContext
50a8c7d... app: use gtk_widget_override_font() instead of modify_font(
4e370f0... app: port GimpThumbBox to GtkStyleContext
b86cf9c... Implement GtkWidget::style_updated() instead of ::style_set
26729b8... app: port GimpHistogramView to GtkStyleContext
e8a0156... app: port GimpTagEntry to GtkStyleContext
07e5a4d... app: always ask the master device for its axes or state
7512113... app: when checking for a device change, check the event's s
42998af... app: remove obsolete device checks from GimpToolbox
e13516f... app: port GimpColorFrame away from GtkStyle, using a new st
1fce2e0... app: remove call to gtk_widget_style_attach() from GimpOver
407358f... app: port GimpOverlayChild to GtkStyleContext
5dba208... Port cell renderers to gtk_cell_renderer_get_state()
da9a07e... app: port GimpCellRendererDashes to GtkStyleContext
50d3111... app: add gimp_get_style_color() to simplify GdkRGBA style p
b6bbb0e... app: add style property and default CSS for GimpHistogramVi
8fd77af... app: port GimpCurveView to GtkStyleContext
6daf0db... themes: document the new GimpHistogramView property in the
270898b... app: define all GimpHistogramView colors via style properti
4cfcacd... themes: document the new stlye properties and indent the CS
86de5c0... app: port GimpComboTagEntry to GtkStyleContext
b88582f... configure.ac: use the new GTK_CHECK_BACKEND() macro
369dd7b... plug-ins: port map-object to GTK+ 3.x
0caed59... app: use GdkRGBA instead of GdkColor in some places
26bbf40... app: remove gimp_rgb_get,set_gdk_color()
341c157... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
7fc535e... app: gimp_print_event(): add the device to the event debug
da2d49a... app: gimp_device_info_get_device_coords(): workaround for X
aaf1085... app: make input devices, grabs and therefore generally tool
684a57c... app: use gdk_device_get_position() inetad of gdk_display_ge
724be6a... app: remove some forgotten #undef GSEAL_ENABLE
34730e4... app: let the file dialog expand/collapse with the file type
6f76833... app: port GimpGradientEditor to GtkSyleContext
9e11040... app: port GimpHistogramView to gdk_device_grab()/ungrab()
ed820a5... app: port GimpNavigationEditor to GtkStyleContext
e41a682... app: port GimpTagPopup to GtkStyleContext
dd84051... app: GimpDock: port font size modification to GtkCssProvide
013e2cf... plug-ins: s/GtkObject/GtkAdjustment/
257a703... app: implement GtkContainer::get_path_for_child() in GimpMe
43058e9... devel-docs: make the shooter tool at least build again (unt
42639eb... app: don't use "size-request" for the toolbox' wilber, it's
6b13e7d... Incomplete notebook and tab theming commit, to be improved
293bb58... themes: set an explicit background for rulers
0ad0ee4... app: make the statusbar's progress label visible again
503f186... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
06aa941... app: port wilber drawing to GtkStyleContext
1bc5507... modules: port GimpColorWheel to GTK+ 3.x
6bda332... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
4659aaa... Use GTK+3 gtk_get_locale_direction() function instead of cu
02f9500... app: port GimpCircle and subclasses to GTK+ 3
7a122ee... app: remove GTK_OBJECT() case in GimpPopup
30a3166... app: use gimp_color_display_stack_get_filters() instead of
87d63f7... libgimpwidgets: #if 0 more stuff in gimp3migration
64af523... libgimpwidgets: Draw marker in correct position on ruler.
0e8a520... libgimpwidgets: Separate ruler text layer from background.
cbeb291... app: port GimpContainerTreeView from style_set() to style_u
c32c130... Revert "Bug 762279 - "Tip of the day" links opens two links
f069711... Bug 762279 - "Tip of the day" links opens two links.
0f974ca... plug-ins: s/GtkObject/GtkAdjustment/ in file-wepb
6e9ba47... libgimpwidgets, app: use GdkRGBA instead of GdkColor for ce
d9e2589... libgimpwidgets: make GimpColorScale more-or-less work fine
555b6ea... app: port GimpMeter to GTK+ 3.x
e087ab6... app: port gimpwidgets-utils.c to GTK+ 3.x
c771993... app: make GimpHighlightableButton build on GTK+ 3.x
53135ac... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]