[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: Thu, 8 Sep 2016 17:31:55 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
df32af6... Switch to version 3.0 in a lot of places and depend on GTK+
5b6d6c6... Revert "app: Fix on canvas widgets ignoring clicks from tab
7c5e715... libgimpwidgets: remove deprecated files from the build
ec2cc0b... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
99c9133... libgimpwidgets: port virtual functions to GTK+ 3.0
fc5b6dc... libgimpwidgets: port virtual functions to GTK+ 3.0
b7a076e... libgimpwidgets: port to GtkWidget::draw()
1635e2e... libgimpwidgets: port to GtkWidget::draw()
a91bb00... libgimpwidgets: port to GtkWidget::draw()
d16f23f... libgimpwidgets: s/GtkObject/GtkAdjustment/
8e62942... libgimpwidgets: port to GtkWidget::draw()
942c640... libgimpwidgets: remove deprecated functions and s/GtkObject
e8aa74a... libgimpwidgets: remove deprecated files completely
a8b4342... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
76eb125... app: port to GtkWidget::draw()
5ecb1d2... app: remove GTK_OBJECT() cast
47d5b1a... app: port to GtkWidget::draw()
31e60aa... app: port to GtkWidget::draw()
28dd39c... app: port virtual functions to GTK+ 3.0 API
846cba6... app: port to GtkWidget::draw()
e2c0145... app: port to GtkWidget::draw()
cf3ee73... app: port to GtkWidget::draw()
c300461... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
1496602... app: port to GtkWidget::draw()
8161b1b... app: s/GtkObject/GtkAdjustment/
30518e7... app: port to GtkWidget::draw()
3439a36... app: port GimpNavigationView to GtkWidget::draw()
d930632... app: port GimpPaletteView to GtkWidget::draw()
14d843a... app: port to GtkWidget::draw()
139e20c... app: port to GtkWidget::draw()
5244b74... app: no need to alloc colors any longer, GdkColormap is gon
badff99... app: port call to gtk_paint_arrow() to GTK+ 3.0
506de48... app: port device management to GdkDeviceManager
47ea4c2... app: remove obsolete (GtkObject **) casts
356d0d8... app: use gtk_widget_get_preferred_size() instead of size_re
98f8524... app: port GimpScalComboBox to GTK+ 3.0
03dc424... app: use gtk_widget_get_preferred_size() instead of size_re
d74f71e... libgimpwidgets: port GimpFrame to GTK+ 3.0
5cf0624... app: port tools to GTK+ 3.0 (trivial changes only)
d7d9fbc... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
975e467... app: pass the cairo_region_t to gdk_window_invalidate_regio
48a467e... app: use GdkDeviceManager to list devices
7373684... app: port to GtkWidget::draw()
bc419e1... app: remove calls to colormap functions, they are gone
ecc61a8... libgimpwidgets: get rid of (GtkObject **) casts
228ea9e... app: port the splash to GTK+ 3.0
3a77e29... libgimpwidgets: port the ruler to GTK+ 3.0
6996edb... libgimpwidgets: port to GtkWidget::draw()
e39a44f... app: port to GtkWidget::draw()
deef216... app: port the overlay stuff to GTK+ 3.0
11a4b92... app: use the container icon view, the grid view is not GTK+
31bd572... app: port to GtkWidget::draw() (incompletely)
6bd05ed... app: remove call to gtk_statusbar_set_has_resize_grip()
6d359f7... app: port the tag entry to GTK+ 3.0
c7b1cff... app: port to GtkWidget::draw() but disable the code inside
1148764... app: can't set the scale combo entry's properties in init()
c330aa8... app: port to GtkWidget::draw()
6ca56b3... libgimpwidgets: port to GtkWidget::draw()
e2d3703... modules: s/GtkObject/GtkAdjustment/
5a42492... app: didn't completely commit the display shell expose() ->
12a622b... app: port to GtkWidget::draw()
5fbad19... app: passing -1 as width/height to gtk_paint_box() no longe
f626fee... app: port popup arrow drawing to cairo and get rid of the a
26dc0a8... app: remove GimpContainerGridView from the build entirely
d8283e0... modules: port to GtkWidget::draw()
b6b28b5... libgimpwidgets: port to GtkWidget::draw()
18c2374... libgimp: port to GtkWidget::draw()
35557b1... app: don't translate to allocation.x,y
74c97ed... app: port to GtkWidget::draw()
f5f0e18... app: forgot to remove a cairo_destroy() in draw()
cca0e02... app: port to GtkWidget::draw()
1a102a9... app: GtkEntry turned into a no-window widget
9c91021... app: use the new GtkScrollable API instead of deprecated tr
80fe543... app: cairo_save()/restore() around chaining up in draw()
ffb1346... app: add ugly workaround to make the icon view adapt to vie
a2f75fb... plug-ins: lots of trivial GTK+ 3.0 porting
6c45a77... plug-ins: port jpeg-save to GTK+ 3.0
a4926e1... plug-ins: port file-png to GTK+ 3.0
f847cdc... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
bf4190e... plug-ins: more s/GtkObject/GtkAdjustment/
feed706... plug-ins: port some more plug-ins to GTK+ 3.0
ae60973... app: port the colormap editor to GTK+ 3.0
62ab214... app: remove GtkWrapBox
495cc88... libgimpwidgets: port to the new size request API
2c23264... app: port to the new size request API
a2cb475... plug-ins: port the print preview to the new size request AP
946b984... plug-ins: port sphere-designer to GtkWidget::draw()
26f68a5... plug-ins: port cml-explorer to GtkWidget::draw()
cf07ecf... plug-ins: port lighting to GTK+ 3.0
0c22f4e... plug-ins: port the unit-editor to GtkScrollable
745a6ca... app: fix GimpOverlayDialog's minimum height
8720734... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
2d8d8f4... app: don't connect to "size-requst" because that's deprecat
d8b021b... app: port GimpSpinScale to GTK+ 3.0
f5170cd... app: skip keyboard devices so the device list becomes reaso
1eb192c... app: implement proper height-for-width in GimpToolPalette
7c2d254... app: use GdkDevice accessors
f517f7c... app: introduce struct GimpDeviceKey because GdkDeviceKey is
8a16051... app: put the toolbox' areas into a box until we decided abo
f3be123... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
03a7b2c... app: port the device sort function to GdkDeviceManager
3842c73... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
e30cb4d... app: change the list of available devices to something that
e33cdfa... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
c6541e4... libgimpwidgets: port GimpChainButton to GtkStyleContext
78b1dae... libgimpwidgets: port GimpColorArea to GtkStyleContext
ae3106c... libgimpwidgets: port GimpColorScale to GtkStyleContext
27910c0... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
eea8bce... libgimpwidgets: port GimpRuler to GtkStyleContext
6753f46... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
1fa48b8... app: port GimpBlobEditor to GtkStyleContext
7f967d3... app: port setting the canvas padding color to GtkStyleConte
117b4c1... app: port GimpPanedBox to GtkStyleContext
563e79c... app: port GimpContainerIconView to GtkStyleContext
5c75079... app: port GimpContainerTreeView to GtkStyleContext
287f0d3... app: port GimpColormapEditor to GtkStyleContext
8559a8e... app: port GimpComponentEditor to GtkStyleContext
7280b81... app: port GimpFgBgEditor to GtkStyleContext
472d277... app: port GimpFgBgView to GtkStyleContext
44ffec6... app: port gimp_get_icon_size() to GtkStyleContext
87089e4... app: port GimpContainerBox to GtkStyleContext
8a7536f... app: port GimpDashEditor to GtkStyleContext
945a85c... app: remove calls to gtk_widget_get,set_extension_events()
b2b2912... app: s/gtk_widget_modify_font/gtk_widget_override_font/
7e23040... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
ebbd70d... app: port the about dialog to GtkStyleContext
5c529c6... modules: remove call to gtk_widget_set_extension_events()
9778a43... libgimpwidgets: implement GtkWidget::state_flags_changed()
d7233e3... libgimpwidgets: implement GtkWidget::style_updated() instea
9468ba9... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
94959cf... app: use gdk_drag_context_get_source_window()
aff27e4... app: use gdk_drag_context_get_selected_action() instead of
5bf0454... app: port GimpSpinScale to GtkStyleContext
c045f59... app: implement GtkWidget::style_updated() instead of style_
eca556f... port gtkrc files to CSS (incompletely and stuff commented o
eb7f96f... Port theme and gtkrc file loading to CSS files using GtkCss
98c54b2... app: copy gimp.css instead of gtkrc to the user's gimp dire
3d14686... app: check whether child widgets exist in GtkWidget::style_
b2b2ce6... Replace gdk_cursor_unref() with g_object_unref()
f8c4023... app: use gtk_menu_shell_get_selected_item()
756a0d0... app: port GimpOverlayBox to GtkStyleContext
69ff559... app: port GimpOverlayFrame to GtkStyleContext
921d7fd... app: port GimpScaleButton to GtkStyleContext
3222be2... libgimpwidgets: move all GimpPickButton members to a privat
dad8b21... libgimpwidgets: move all GimpColorArea members to a private
5024ca3... libgimpwidgets: move all GimpOffsetArea members to a privat
9ebcdc9... libgimpwidgets: move padding members from instance to class
08b3d2a... libgimpwidgets: move all GimpButton members to a private st
8bd58af... libgimpwidgets: move all GimpCellRendererColor members to a
7d159f1... libgimpwidgets: move all GimpColorButton members to a priva
dc03aea... libgimpwidgets: move all GimpCellRendererToggle members to
55b8fcf... libgimpwidgets: move all GimpChainButton members to a priva
2108b0d... libgimpwidgets: move all GimpBrowser members to a private s
e6af847... libgimpwidgets: move all GimpColorDisplay members to a priv
c3310e3... libgimpwidgets: move all GimpColorDisplayStack members to a
fd38d86... libgimpwidgets: move all GimpColorHexEntry members to a pri
2810873... libgimpwidgets: add padding
88f45a2... libgimpwidgets: move all GimpColorNotebook members to a pri
b5758a0... libgimpwidgets: move all GimpColorScale members to a privat
d2f44c3... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
452af53... libgimpwidgets: move all GimpColorSelection members to a pr
6879247... libgimpwidgets: move all GimpEnumLabel members to a private
76d415a... app: don't use style->black and style->white
253c6c9... libgimpwidgets: move all GimpMemsizeEntry members to a priv
cc4d0b5... app: port GimpStrokeEditor to GtkStyleContext
b34c312... app: port GimpPaletteView to GtkStyleContext
b4a8ae5... plug-ins: don't use style->black and style->white
2a993ca... libgimpwidgets: move all GimpColorProfileStore members to a
c82e843... app: port GimpDockWindow to GtkStyleContext
72bd0f2... app: port GimpToolEditor to GtkStyleContext
4d95b38... app: use gtk_widget_override_font() instead of modify_font(
04720a6... app: port GimpThumbBox to GtkStyleContext
bec6ea6... Implement GtkWidget::style_updated() instead of ::style_set
6422214... app: port GimpHistogramView to GtkStyleContext
e7ef6d6... app: port GimpTagEntry to GtkStyleContext
d082a39... app: always ask the master device for its axes or state
983a2a4... app: when checking for a device change, check the event's s
21c48b6... app: remove obsolete device checks from GimpToolbox
dd25c00... app: port GimpColorFrame away from GtkStyle, using a new st
6f0964e... app: remove call to gtk_widget_style_attach() from GimpOver
3717c52... app: port GimpOverlayChild to GtkStyleContext
c53cc66... Port cell renderers to gtk_cell_renderer_get_state()
9bb7c9f... app: port GimpCellRendererDashes to GtkStyleContext
e2a31d2... app: add gimp_get_style_color() to simplify GdkRGBA style p
5b26870... app: add style property and default CSS for GimpHistogramVi
38da0ef... app: port GimpCurveView to GtkStyleContext
5ea67c5... themes: document the new GimpHistogramView property in the
b6a74c3... app: define all GimpHistogramView colors via style properti
3c3f7e4... themes: document the new stlye properties and indent the CS
34af2b6... app: increase the priority of the theme CSS by 1
0c31eaa... app: port GimpComboTagEntry to GtkStyleContext
4e7e947... configure.ac: use the new GTK_CHECK_BACKEND() macro
36e65a9... plug-ins: port map-object to GTK+ 3.x
1284fc6... app: use GdkRGBA instead of GdkColor in some places
847ca68... app: remove gimp_rgb_get,set_gdk_color()
a373d0b... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
acccc99... app: gimp_print_event(): add the device to the event debug
e52b2b7... app: gimp_device_info_get_device_coords(): workaround for X
b764027... app: make input devices, grabs and therefore generally tool
ad2a6a7... app: use gdk_device_get_position() inetad of gdk_display_ge
8ea8c0b... app: remove some forgotten #undef GSEAL_ENABLE
bd68a75... app: let the file dialog expand/collapse with the file type
9468d0f... app: port GimpGradientEditor to GtkSyleContext
17da182... app: port GimpHistogramView to gdk_device_grab()/ungrab()
bfa047d... app: port GimpNavigationEditor to GtkStyleContext
9020c07... app: port GimpTagPopup to GtkStyleContext
fcdcb70... app: GimpDock: port font size modification to GtkCssProvide
c8f3af5... plug-ins: s/GtkObject/GtkAdjustment/
c8fb109... app: implement GtkContainer::get_path_for_child() in GimpMe
d6376ce... devel-docs: make the shooter tool at least build again (unt
a410c65... app: don't use "size-request" for the toolbox' wilber, it's
000b76b... app: themes.c: add #if 0-ed switch to dark theme variant
646a9c5... Incomplete notebook and tab theming commit, to be improved
0f31b02... themes: set an explicit background for rulers
bc39667... app: make the statusbar's progress label visible again
d9417ca... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
a9fb7fb... app: port wilber drawing to GtkStyleContext
4bedf9d... modules: port GimpColorWheel to GTK+ 3.x
bae6663... Unkommented settings for preferring a dark GTK+ theme.
15df1ad... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
b6bd92a... Use GTK+3 gtk_get_locale_direction() function instead of cu
78bd6cc... app: port GimpCircle and subclasses to GTK+ 3
de91d14... app: remove GTK_OBJECT() case in GimpPopup
6cc6cec... app: use gimp_color_display_stack_get_filters() instead of
254f1d1... libgimpwidgets: #if 0 more stuff in gimp3migration
8a26d82... libgimpwidgets: Draw marker in correct position on ruler.
b34d1e8... libgimpwidgets: Separate ruler text layer from background.
d5b828a... app: port GimpContainerTreeView from style_set() to style_u
10dd4e8... Bug 759030 - gtk3-port parsing error loading css from custo
df62f7c... Revert "Bug 762279 - "Tip of the day" links opens two links
b590138... Bug 762279 - "Tip of the day" links opens two links.
a3f4c7c... plug-ins: s/GtkObject/GtkAdjustment/ in file-wepb
e65e196... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]