[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: Fri, 9 Sep 2016 21:08:04 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
3d01eba... Switch to version 3.0 in a lot of places and depend on GTK+
b40afc1... Revert "app: Fix on canvas widgets ignoring clicks from tab
02b39f2... libgimpwidgets: remove deprecated files from the build
d240d54... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
396f760... libgimpwidgets: port virtual functions to GTK+ 3.0
bc664a1... libgimpwidgets: port virtual functions to GTK+ 3.0
fdd911c... libgimpwidgets: port to GtkWidget::draw()
b76cae6... libgimpwidgets: port to GtkWidget::draw()
b6637a0... libgimpwidgets: port to GtkWidget::draw()
10d9ef0... libgimpwidgets: s/GtkObject/GtkAdjustment/
8136b21... libgimpwidgets: port to GtkWidget::draw()
9520fd1... libgimpwidgets: remove deprecated functions and s/GtkObject
901b4df... libgimpwidgets: remove deprecated files completely
0607270... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
d610da7... app: port to GtkWidget::draw()
8b5de0a... app: remove GTK_OBJECT() cast
649c4e8... app: port to GtkWidget::draw()
f05c42d... app: port to GtkWidget::draw()
5783de8... app: port virtual functions to GTK+ 3.0 API
6815246... app: port to GtkWidget::draw()
694a758... app: port to GtkWidget::draw()
ebb2a83... app: port to GtkWidget::draw()
8cf5fc0... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
3a3bfff... app: port to GtkWidget::draw()
eecb817... app: s/GtkObject/GtkAdjustment/
c70fcfc... app: port to GtkWidget::draw()
b34aa07... app: port GimpNavigationView to GtkWidget::draw()
ffea055... app: port GimpPaletteView to GtkWidget::draw()
a6fabba... app: port to GtkWidget::draw()
d3e2c29... app: port to GtkWidget::draw()
3b75cb6... app: no need to alloc colors any longer, GdkColormap is gon
4866818... app: port call to gtk_paint_arrow() to GTK+ 3.0
fcb28cd... app: port device management to GdkDeviceManager
21723a4... app: remove obsolete (GtkObject **) casts
7ce356d... app: use gtk_widget_get_preferred_size() instead of size_re
85e6736... app: port GimpScalComboBox to GTK+ 3.0
8e59e1a... app: use gtk_widget_get_preferred_size() instead of size_re
8feaa82... libgimpwidgets: port GimpFrame to GTK+ 3.0
2d90d2e... app: port tools to GTK+ 3.0 (trivial changes only)
a2ee2d9... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
26e708a... app: pass the cairo_region_t to gdk_window_invalidate_regio
cbc8f77... app: use GdkDeviceManager to list devices
c66462d... app: port to GtkWidget::draw()
e01a4e5... app: remove calls to colormap functions, they are gone
485149e... libgimpwidgets: get rid of (GtkObject **) casts
50205be... app: port the splash to GTK+ 3.0
1d18b10... libgimpwidgets: port the ruler to GTK+ 3.0
c31bb3d... libgimpwidgets: port to GtkWidget::draw()
7d4f714... app: port to GtkWidget::draw()
fe30fd8... app: port the overlay stuff to GTK+ 3.0
ba44a14... app: use the container icon view, the grid view is not GTK+
6904c8f... app: port to GtkWidget::draw() (incompletely)
9288794... app: remove call to gtk_statusbar_set_has_resize_grip()
8d67a72... app: port the tag entry to GTK+ 3.0
571b279... app: port to GtkWidget::draw() but disable the code inside
133b917... app: can't set the scale combo entry's properties in init()
27b0cf0... app: port to GtkWidget::draw()
66d1982... libgimpwidgets: port to GtkWidget::draw()
c804dcf... modules: s/GtkObject/GtkAdjustment/
c32c018... app: didn't completely commit the display shell expose() ->
3201bdf... app: port to GtkWidget::draw()
5fa2978... app: passing -1 as width/height to gtk_paint_box() no longe
abdadef... app: port popup arrow drawing to cairo and get rid of the a
eb50be0... app: remove GimpContainerGridView from the build entirely
69b65df... modules: port to GtkWidget::draw()
e1adc84... libgimpwidgets: port to GtkWidget::draw()
f4885c6... libgimp: port to GtkWidget::draw()
798be85... app: don't translate to allocation.x,y
1bd4707... app: port to GtkWidget::draw()
fee28f9... app: forgot to remove a cairo_destroy() in draw()
26a53e3... app: port to GtkWidget::draw()
2b275d5... app: GtkEntry turned into a no-window widget
6929782... app: use the new GtkScrollable API instead of deprecated tr
0600131... app: cairo_save()/restore() around chaining up in draw()
2d150ae... app: add ugly workaround to make the icon view adapt to vie
6e5253c... plug-ins: lots of trivial GTK+ 3.0 porting
d668f63... plug-ins: port jpeg-save to GTK+ 3.0
9ea76ce... plug-ins: port file-png to GTK+ 3.0
f1a21af... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
b32b607... plug-ins: more s/GtkObject/GtkAdjustment/
40112b8... plug-ins: port some more plug-ins to GTK+ 3.0
76c8360... app: port the colormap editor to GTK+ 3.0
f77a59b... app: remove GtkWrapBox
be668fa... libgimpwidgets: port to the new size request API
463367e... app: port to the new size request API
bb30651... plug-ins: port the print preview to the new size request AP
789e79b... plug-ins: port sphere-designer to GtkWidget::draw()
22118b5... plug-ins: port cml-explorer to GtkWidget::draw()
bbf50c3... plug-ins: port lighting to GTK+ 3.0
2743c2f... plug-ins: port the unit-editor to GtkScrollable
17f19e4... app: fix GimpOverlayDialog's minimum height
ae577d7... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
d533f77... app: don't connect to "size-requst" because that's deprecat
2b7e40b... app: port GimpSpinScale to GTK+ 3.0
29317b0... app: skip keyboard devices so the device list becomes reaso
fcfff26... app: implement proper height-for-width in GimpToolPalette
67e2a15... app: use GdkDevice accessors
f269e23... app: introduce struct GimpDeviceKey because GdkDeviceKey is
6f62579... app: put the toolbox' areas into a box until we decided abo
0b4fd08... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
d08eed9... app: port the device sort function to GdkDeviceManager
01b543b... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
3e00ee4... app: change the list of available devices to something that
775b9bb... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
2017a9a... libgimpwidgets: port GimpChainButton to GtkStyleContext
36a15ff... libgimpwidgets: port GimpColorArea to GtkStyleContext
0d8efac... libgimpwidgets: port GimpColorScale to GtkStyleContext
07d5053... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
77e56bf... libgimpwidgets: port GimpRuler to GtkStyleContext
91be69d... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
cdef8c6... app: port GimpBlobEditor to GtkStyleContext
e6e20c5... app: port setting the canvas padding color to GtkStyleConte
6d5c066... app: port GimpPanedBox to GtkStyleContext
24160ab... app: port GimpContainerIconView to GtkStyleContext
cf16ec8... app: port GimpContainerTreeView to GtkStyleContext
f9771c2... app: port GimpColormapEditor to GtkStyleContext
de3e8ab... app: port GimpComponentEditor to GtkStyleContext
ec02a2a... app: port GimpFgBgEditor to GtkStyleContext
5a99c93... app: port GimpFgBgView to GtkStyleContext
e6b1412... app: port gimp_get_icon_size() to GtkStyleContext
ee24f5d... app: port GimpContainerBox to GtkStyleContext
94fc8f6... app: port GimpDashEditor to GtkStyleContext
228021b... app: remove calls to gtk_widget_get,set_extension_events()
9ea1033... app: s/gtk_widget_modify_font/gtk_widget_override_font/
b72feea... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
99dca5c... app: port the about dialog to GtkStyleContext
73fba7a... modules: remove call to gtk_widget_set_extension_events()
140a405... libgimpwidgets: implement GtkWidget::state_flags_changed()
338a476... libgimpwidgets: implement GtkWidget::style_updated() instea
776ef46... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
0edb8e2... app: use gdk_drag_context_get_source_window()
d1242aa... app: use gdk_drag_context_get_selected_action() instead of
3cef326... app: port GimpSpinScale to GtkStyleContext
771fdb5... app: implement GtkWidget::style_updated() instead of style_
9a9db5b... port gtkrc files to CSS (incompletely and stuff commented o
f898e18... Port theme and gtkrc file loading to CSS files using GtkCss
eac3e01... app: copy gimp.css instead of gtkrc to the user's gimp dire
84ad6cf... app: check whether child widgets exist in GtkWidget::style_
e730896... Replace gdk_cursor_unref() with g_object_unref()
d9d2eaa... app: use gtk_menu_shell_get_selected_item()
ceac436... app: port GimpOverlayBox to GtkStyleContext
6134ecd... app: port GimpOverlayFrame to GtkStyleContext
30fbbb5... app: port GimpScaleButton to GtkStyleContext
7394ca4... libgimpwidgets: move all GimpPickButton members to a privat
b852392... libgimpwidgets: move all GimpColorArea members to a private
a4a81d3... libgimpwidgets: move all GimpOffsetArea members to a privat
d2b81fa... libgimpwidgets: move padding members from instance to class
0c9f8cf... libgimpwidgets: move all GimpButton members to a private st
ff250a4... libgimpwidgets: move all GimpCellRendererColor members to a
6e464db... libgimpwidgets: move all GimpColorButton members to a priva
64b6352... libgimpwidgets: move all GimpCellRendererToggle members to
d98122c... libgimpwidgets: move all GimpChainButton members to a priva
b1942dc... libgimpwidgets: move all GimpBrowser members to a private s
41ebc6f... libgimpwidgets: move all GimpColorDisplay members to a priv
dccac78... libgimpwidgets: move all GimpColorDisplayStack members to a
463cd04... libgimpwidgets: move all GimpColorHexEntry members to a pri
d176e23... libgimpwidgets: add padding
f86492d... libgimpwidgets: move all GimpColorNotebook members to a pri
fd49b3a... libgimpwidgets: move all GimpColorScale members to a privat
8ab2a1f... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
76f9c06... libgimpwidgets: move all GimpColorSelection members to a pr
965c8d1... libgimpwidgets: move all GimpEnumLabel members to a private
f794b5c... app: don't use style->black and style->white
c6a9b0b... libgimpwidgets: move all GimpMemsizeEntry members to a priv
b9b2eed... app: port GimpStrokeEditor to GtkStyleContext
31b2574... app: port GimpPaletteView to GtkStyleContext
a194a40... plug-ins: don't use style->black and style->white
32f90f0... libgimpwidgets: move all GimpColorProfileStore members to a
0cf0a33... app: port GimpDockWindow to GtkStyleContext
cf5a26f... app: port GimpToolEditor to GtkStyleContext
b961ab5... app: use gtk_widget_override_font() instead of modify_font(
a38ef26... app: port GimpThumbBox to GtkStyleContext
dc5620d... Implement GtkWidget::style_updated() instead of ::style_set
92e8e48... app: port GimpHistogramView to GtkStyleContext
9e6562e... app: port GimpTagEntry to GtkStyleContext
33c6f03... app: always ask the master device for its axes or state
8a537b3... app: when checking for a device change, check the event's s
37f7e9e... app: remove obsolete device checks from GimpToolbox
f1d83ec... app: port GimpColorFrame away from GtkStyle, using a new st
7f379ec... app: remove call to gtk_widget_style_attach() from GimpOver
0156b63... app: port GimpOverlayChild to GtkStyleContext
4201082... Port cell renderers to gtk_cell_renderer_get_state()
ee4fe14... app: port GimpCellRendererDashes to GtkStyleContext
776f119... app: add gimp_get_style_color() to simplify GdkRGBA style p
eb4246a... app: add style property and default CSS for GimpHistogramVi
061dbb0... app: port GimpCurveView to GtkStyleContext
3fe38ba... themes: document the new GimpHistogramView property in the
fca24ca... app: define all GimpHistogramView colors via style properti
ada36c6... themes: document the new stlye properties and indent the CS
377bd92... app: increase the priority of the theme CSS by 1
56468f9... app: port GimpComboTagEntry to GtkStyleContext
0f85f22... configure.ac: use the new GTK_CHECK_BACKEND() macro
ab95d75... plug-ins: port map-object to GTK+ 3.x
a2df938... app: use GdkRGBA instead of GdkColor in some places
5900e0d... app: remove gimp_rgb_get,set_gdk_color()
dcb03d2... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
3c73d9b... app: gimp_print_event(): add the device to the event debug
1e58397... app: gimp_device_info_get_device_coords(): workaround for X
5d45fda... app: make input devices, grabs and therefore generally tool
7c85d32... app: use gdk_device_get_position() inetad of gdk_display_ge
1001ec8... app: remove some forgotten #undef GSEAL_ENABLE
1d0cdd6... app: let the file dialog expand/collapse with the file type
bd55775... app: port GimpGradientEditor to GtkSyleContext
6914e08... app: port GimpHistogramView to gdk_device_grab()/ungrab()
2d4d897... app: port GimpNavigationEditor to GtkStyleContext
8c64e90... app: port GimpTagPopup to GtkStyleContext
498a4fc... app: GimpDock: port font size modification to GtkCssProvide
d846df1... plug-ins: s/GtkObject/GtkAdjustment/
2f6a9f1... app: implement GtkContainer::get_path_for_child() in GimpMe
64ef8e2... devel-docs: make the shooter tool at least build again (unt
6eb88b5... app: don't use "size-request" for the toolbox' wilber, it's
77a3a88... app: themes.c: add #if 0-ed switch to dark theme variant
970b0eb... Incomplete notebook and tab theming commit, to be improved
18d8a77... themes: set an explicit background for rulers
3b389c6... app: make the statusbar's progress label visible again
cc663fe... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
0819bbf... app: port wilber drawing to GtkStyleContext
b053d8e... modules: port GimpColorWheel to GTK+ 3.x
c412538... Unkommented settings for preferring a dark GTK+ theme.
16d7b1b... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
7d665e7... Use GTK+3 gtk_get_locale_direction() function instead of cu
b4a644f... app: port GimpCircle and subclasses to GTK+ 3
ebeb9a4... app: remove GTK_OBJECT() case in GimpPopup
9b35d2e... app: use gimp_color_display_stack_get_filters() instead of
98ed74f... libgimpwidgets: #if 0 more stuff in gimp3migration
16bb362... libgimpwidgets: Draw marker in correct position on ruler.
2c400b2... libgimpwidgets: Separate ruler text layer from background.
8cad900... app: port GimpContainerTreeView from style_set() to style_u
5946deb... Bug 759030 - gtk3-port parsing error loading css from custo
863cdf2... Revert "Bug 762279 - "Tip of the day" links opens two links
4298496... Bug 762279 - "Tip of the day" links opens two links.
e90b821... plug-ins: s/GtkObject/GtkAdjustment/ in file-wepb
01eec0b... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]