[gimp] (229 commits) Created branch gtk3-port
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (229 commits) Created branch gtk3-port
- Date: Fri, 30 Oct 2015 18:23:50 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
2844eff... Switch to version 3.0 in a lot of places and depend on GTK+
e6a0773... Revert "app: Fix on canvas widgets ignoring clicks from tab
4d4c295... libgimpwidgets: remove deprecated files from the build
7632b2a... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
b9bb9ff... libgimpwidgets: port virtual functions to GTK+ 3.0
47a50f6... libgimpwidgets: port virtual functions to GTK+ 3.0
f451142... libgimpwidgets: port to GtkWidget::draw()
654657b... libgimpwidgets: port to GtkWidget::draw()
30ac1df... libgimpwidgets: port to GtkWidget::draw()
0da903f... libgimpwidgets: s/GtkObject/GtkAdjustment/
56630ec... libgimpwidgets: port to GtkWidget::draw()
74698e5... libgimpwidgets: remove deprecated functions and s/GtkObject
a20e2ee... libgimpwidgets: remove deprecated files completely
2dff788... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
0c0864e... app: port to GtkWidget::draw()
fc7172f... app: remove GTK_OBJECT() cast
b8317d8... app: port to GtkWidget::draw()
612a8aa... app: port to GtkWidget::draw()
d7737da... app: port virtual functions to GTK+ 3.0 API
24a36e2... app: port to GtkWidget::draw()
8bc6b1b... app: port to GtkWidget::draw()
0f80b2a... app: port to GtkWidget::draw()
11758b2... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
6957226... app: port to GtkWidget::draw()
4324203... app: s/GtkObject/GtkAdjustment/
c0cb108... app: port to GtkWidget::draw()
d54967e... app: port GimpNavigationView to GtkWidget::draw()
42b08ee... app: port GimpPaletteView to GtkWidget::draw()
e2aa298... app: port to GtkWidget::draw()
acdabbc... app: port to GtkWidget::draw()
3ef6220... app: no need to alloc colors any longer, GdkColormap is gon
f3b38c7... app: port call to gtk_paint_arrow() to GTK+ 3.0
59c19aa... app: port device management to GdkDeviceManager
fa20d02... app: remove obsolete (GtkObject **) casts
d69c552... app: use gtk_widget_get_preferred_size() instead of size_re
90298a6... app: port GimpScalComboBox to GTK+ 3.0
b10a3be... app: use gtk_widget_get_preferred_size() instead of size_re
d69e100... libgimpwidgets: port GimpFrame to GTK+ 3.0
8897103... app: port tools to GTK+ 3.0 (trivial changes only)
39eb38c... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
23ae2cb... app: pass the cairo_region_t to gdk_window_invalidate_regio
5e54eef... app: use GdkDeviceManager to list devices
ef84d4f... app: port to GtkWidget::draw()
7fc6e66... app: remove calls to colormap functions, they are gone
a4ca9cc... libgimpwidgets: get rid of (GtkObject **) casts
0bb56a2... app: port the splash to GTK+ 3.0
f40898f... libgimpwidgets: port the ruler to GTK+ 3.0
036625d... libgimpwidgets: port to GtkWidget::draw()
c6db4a8... app: port to GtkWidget::draw()
d1782e9... app: port the overlay stuff to GTK+ 3.0
244f540... app: use the container icon view, the grid view is not GTK+
b328868... app: port to GtkWidget::draw() (incompletely)
ad70aeb... app: remove call to gtk_statusbar_set_has_resize_grip()
94f563b... app: port the tag entry to GTK+ 3.0
f96ba90... app: port to GtkWidget::draw() but disable the code inside
39d7e41... app: can't set the scale combo entry's properties in init()
06cd3d2... app: port to GtkWidget::draw()
efab158... libgimpwidgets: port to GtkWidget::draw()
2a7267c... modules: s/GtkObject/GtkAdjustment/
55fa414... app: didn't completely commit the display shell expose() ->
96d7b88... app: port to GtkWidget::draw()
76260cb... app: passing -1 as width/height to gtk_paint_box() no longe
e26b467... app: port popup arrow drawing to cairo and get rid of the a
df409ad... app: remove GimpContainerGridView from the build entirely
e837da5... modules: port to GtkWidget::draw()
971b6b0... libgimpwidgets: port to GtkWidget::draw()
7b81afe... libgimp: port to GtkWidget::draw()
bf3295f... app: don't translate to allocation.x,y
08a3050... app: port to GtkWidget::draw()
5006e7a... app: forgot to remove a cairo_destroy() in draw()
0f52e41... app: port to GtkWidget::draw()
7f813ff... app: GtkEntry turned into a no-window widget
477eee0... app: use the new GtkScrollable API instead of deprecated tr
bb06e72... app: cairo_save()/restore() around chaining up in draw()
9111c5c... app: add ugly workaround to make the icon view adapt to vie
db31011... plug-ins: lots of trivial GTK+ 3.0 porting
b5a9b03... plug-ins: port jpeg-save to GTK+ 3.0
8a20c1c... plug-ins: port file-png to GTK+ 3.0
33b427b... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
e7126a1... plug-ins: more s/GtkObject/GtkAdjustment/
f7879d6... plug-ins: port some more plug-ins to GTK+ 3.0
40d1287... app: port the colormap editor to GTK+ 3.0
e595af4... app: remove GtkWrapBox
3ea759c... libgimpwidgets: port to the new size request API
e8c6eab... app: port to the new size request API
903f3dc... plug-ins: port the print preview to the new size request AP
44213a3... plug-ins: port sphere-designer to GtkWidget::draw()
626ae18... plug-ins: port cml-explorer to GtkWidget::draw()
894c5d1... plug-ins: port lighting to GTK+ 3.0
3fa3153... plug-ins: port the unit-editor to GtkScrollable
0c2e921... app: fix GimpOverlayDialog's minimum height
e824721... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
cfda594... app: don't connect to "size-requst" because that's deprecat
1c19529... app: port GimpSpinScale to GTK+ 3.0
6fa3c08... app: skip keyboard devices so the device list becomes reaso
9e887b1... app: implement proper height-for-width in GimpToolPalette
dc40830... app: use GdkDevice accessors
d708db0... app: introduce struct GimpDeviceKey because GdkDeviceKey is
f9be64e... app: put the toolbox' areas into a box until we decided abo
e67d7d5... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
c39395b... app: port the device sort function to GdkDeviceManager
b509bec... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
433dded... app: change the list of available devices to something that
23b9578... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
38091e5... libgimpwidgets: port GimpChainButton to GtkStyleContext
c6345f7... libgimpwidgets: port GimpColorArea to GtkStyleContext
30a6d17... libgimpwidgets: port GimpColorScale to GtkStyleContext
3c960ac... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
0dcedf4... libgimpwidgets: port GimpRuler to GtkStyleContext
791a9b1... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
1fd349e... app: port GimpBlobEditor to GtkStyleContext
6dc50ef... app: port setting the canvas padding color to GtkStyleConte
bcf8f50... app: port GimpPanedBox to GtkStyleContext
37ea1cb... app: port GimpContainerIconView to GtkStyleContext
4563787... app: port GimpContainerTreeView to GtkStyleContext
5d35692... app: port GimpColormapEditor to GtkStyleContext
e78d8ff... app: port GimpComponentEditor to GtkStyleContext
8094af5... app: port GimpFgBgEditor to GtkStyleContext
cf755ac... app: port GimpFgBgView to GtkStyleContext
7d5b96a... app: port gimp_get_icon_size() to GtkStyleContext
956550e... app: port GimpContainerBox to GtkStyleContext
af193f3... app: port GimpDashEditor to GtkStyleContext
33c48ea... app: remove calls to gtk_widget_get,set_extension_events()
fbe1403... app: s/gtk_widget_modify_font/gtk_widget_override_font/
3b80919... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
61eca93... app: port the about dialog to GtkStyleContext
8adf7cd... modules: remove call to gtk_widget_set_extension_events()
c6cc4f6... libgimpwidgets: implement GtkWidget::state_flags_changed()
f271899... libgimpwidgets: implement GtkWidget::style_updated() instea
8b61155... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
9a782e0... app: use gdk_drag_context_get_source_window()
b069c31... app: use gdk_drag_context_get_selected_action() instead of
d8f078a... app: port GimpSpinScale to GtkStyleContext
31b03aa... app: implement GtkWidget::style_updated() instead of style_
ff66923... port gtkrc files to CSS (incompletely and stuff commented o
4626194... Port theme and gtkrc file loading to CSS files using GtkCss
55af706... app: copy gimp.css instead of gtkrc to the user's gimp dire
5221feb... app: check whether child widgets exist in GtkWidget::style_
48ef4b5... Replace gdk_cursor_unref() with g_object_unref()
b4f66df... app: use gtk_menu_shell_get_selected_item()
06001a2... app: port GimpOverlayBox to GtkStyleContext
ede0c88... app: port GimpOverlayFrame to GtkStyleContext
4f04eab... app: port GimpScaleButton to GtkStyleContext
5a23e91... libgimpwidgets: move all GimpPickButton members to a privat
f58f19f... libgimpwidgets: move all GimpColorArea members to a private
28c251d... libgimpwidgets: move all GimpOffsetArea members to a privat
85bf13d... libgimpwidgets: move padding members from instance to class
b0aed15... libgimpwidgets: move all GimpButton members to a private st
3fa2778... libgimpwidgets: move all GimpCellRendererColor members to a
0665d8d... libgimpwidgets: move all GimpColorButton members to a priva
637a613... libgimpwidgets: move all GimpCellRendererToggle members to
f285ddf... libgimpwidgets: move all GimpChainButton members to a priva
473601b... libgimpwidgets: move all GimpBrowser members to a private s
34a147a... libgimpwidgets: move all GimpColorDisplay members to a priv
2656458... libgimpwidgets: move all GimpColorDisplayStack members to a
0b8eefb... libgimpwidgets: move all GimpColorHexEntry members to a pri
5a63b98... libgimpwidgets: add padding
d371c38... libgimpwidgets: move all GimpColorNotebook members to a pri
50d02be... libgimpwidgets: move all GimpColorScale members to a privat
3e9cfdf... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
386d5f2... libgimpwidgets: move all GimpColorSelection members to a pr
c19368b... libgimpwidgets: move all GimpEnumLabel members to a private
8c3e8f0... app: don't use style->black and style->white
890b2a8... libgimpwidgets: move all GimpMemsizeEntry members to a priv
b1c0996... app: port GimpStrokeEditor to GtkStyleContext
e0935d6... app: port GimpPaletteView to GtkStyleContext
d9eb559... plug-ins: don't use style->black and style->white
1b3f097... libgimpwidgets: move all GimpColorProfileStore members to a
66b9d9b... app: port GimpDockWindow to GtkStyleContext
52fc04c... app: port GimpToolEditor to GtkStyleContext
4adff1e... app: use gtk_widget_override_font() instead of modify_font(
b2b447f... app: port GimpThumbBox to GtkStyleContext
79d1c67... Implement GtkWidget::style_updated() instead of ::style_set
eb98422... app: port GimpHistogramView to GtkStyleContext
90808aa... app: port GimpTagEntry to GtkStyleContext
be116ea... app: always ask the master device for its axes or state
fa1b764... app: when checking for a device change, check the event's s
e584321... app: remove obsolete device checks from GimpToolbox
3575207... app: port GimpColorFrame away from GtkStyle, using a new st
40a87d2... app: remove call to gtk_widget_style_attach() from GimpOver
cb5f979... app: port GimpOverlayChild to GtkStyleContext
fa945e3... Port cell renderers to gtk_cell_renderer_get_state()
b3b8908... app: port GimpCellRendererDashes to GtkStyleContext
bdc04b9... app: add gimp_get_style_color() to simplify GdkRGBA style p
ad025a2... app: add style property and default CSS for GimpHistogramVi
2a5edc4... app: port GimpCurveView to GtkStyleContext
03abcb3... themes: document the new GimpHistogramView property in the
50345e3... app: define all GimpHistogramView colors via style properti
0477070... themes: document the new stlye properties and indent the CS
896cd15... app: increase the priority of the theme CSS by 1
907c741... app: port GimpComboTagEntry to GtkStyleContext
6228600... configure.ac: use the new GTK_CHECK_BACKEND() macro
6e7c7e0... plug-ins: port map-object to GTK+ 3.x
011853b... app: use GdkRGBA instead of GdkColor in some places
8dc5532... app: remove gimp_rgb_get,set_gdk_color()
1485e89... app: port the text tool editor's preedit popup to GtkStyleC
5cd1021... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
f81bb1d... app: gimp_print_event(): add the device to the event debug
73c0b44... app: gimp_device_info_get_device_coords(): workaround for X
aac2a6f... app: make input devices, grabs and therefore generally tool
a0194b6... app: use gdk_device_get_position() inetad of gdk_display_ge
832ffdc... app: remove some forgotten #undef GSEAL_ENABLE
2ea7082... app: let the file dialog expand/collapse with the file type
51aec9b... app: port GimpGradientEditor to GtkSyleContext
9de0f66... app: port GimpHistogramView to gdk_device_grab()/ungrab()
8d71216... app: port GimpNavigationEditor to GtkStyleContext
27d7962... app: port GimpTagPopup to GtkStyleContext
9cfe0dc... app: GimpDock: port font size modification to GtkCssProvide
fa2db73... plug-ins: s/GtkObject/GtkAdjustment/
4f74ab9... app: implement GtkContainer::get_path_for_child() in GimpMe
374407d... devel-docs: make the shooter tool at least build again (unt
906951c... app: don't use "size-request" for the toolbox' wilber, it's
fce51ba... app: themes.c: add #if 0-ed switch to dark theme variant
d76a2a7... Incomplete notebook and tab theming commit, to be improved
18ff3ab... themes: set an explicit background for rulers
126207b... app: make the statusbar's progress label visible again
50225f3... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
f495c45... app: port wilber drawing to GtkStyleContext
5732199... modules: port GimpColorWheel to GTK+ 3.x
acabe2c... Unkommented settings for preferring a dark GTK+ theme.
a35a2c6... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
26a0f86... Use GTK+3 gtk_get_locale_direction() function instead of cu
7296683... app: port GimpCircle and subclasses to GTK+ 3
a980658... app: remove GTK_OBJECT() case in GimpPopup
334b446... app: use gimp_color_display_stack_get_filters() instead of
9921aae... libgimpwidgets: #if 0 more stuff in gimp3migration
2212d56... libgimpwidgets: Draw marker in correct position on ruler.
cd6a197... libgimpwidgets: Separate ruler text layer from background.
cb74766... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]