[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, 22 Sep 2016 22:20:21 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
7aa7e9a... Switch to version 3.0 in a lot of places and depend on GTK+
82f64f0... Revert "app: Fix on canvas widgets ignoring clicks from tab
64654b1... libgimpwidgets: remove deprecated files from the build
556d54e... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
7ddf38e... libgimpwidgets: port virtual functions to GTK+ 3.0
fff907d... libgimpwidgets: port virtual functions to GTK+ 3.0
9e8afda... libgimpwidgets: port to GtkWidget::draw()
07f218f... libgimpwidgets: port to GtkWidget::draw()
dc6935b... libgimpwidgets: port to GtkWidget::draw()
90ef93a... libgimpwidgets: s/GtkObject/GtkAdjustment/
61d3a65... libgimpwidgets: port to GtkWidget::draw()
7e185e0... libgimpwidgets: remove deprecated functions and s/GtkObject
7080f48... libgimpwidgets: remove deprecated files completely
2a3190b... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
bce24d2... app: port to GtkWidget::draw()
b9714b7... app: remove GTK_OBJECT() cast
6322204... app: port to GtkWidget::draw()
3a6a28e... app: port to GtkWidget::draw()
1496479... app: port virtual functions to GTK+ 3.0 API
0e3317c... app: port to GtkWidget::draw()
2c3b612... app: port to GtkWidget::draw()
b7302de... app: port to GtkWidget::draw()
1b4daed... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
b7038a8... app: port to GtkWidget::draw()
0329f3e... app: s/GtkObject/GtkAdjustment/
dc1568a... app: port to GtkWidget::draw()
5108a64... app: port GimpNavigationView to GtkWidget::draw()
ceb11f8... app: port GimpPaletteView to GtkWidget::draw()
501888a... app: port to GtkWidget::draw()
2089bd3... app: port to GtkWidget::draw()
42bc7d2... app: no need to alloc colors any longer, GdkColormap is gon
0f041e7... app: port call to gtk_paint_arrow() to GTK+ 3.0
e769040... app: port device management to GdkDeviceManager
e723a97... app: remove obsolete (GtkObject **) casts
3c8d81b... app: use gtk_widget_get_preferred_size() instead of size_re
91b60ce... app: port GimpScalComboBox to GTK+ 3.0
c2423ce... app: use gtk_widget_get_preferred_size() instead of size_re
1a3de38... libgimpwidgets: port GimpFrame to GTK+ 3.0
05fd454... app: port tools to GTK+ 3.0 (trivial changes only)
f7ed865... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
a4e43fc... app: pass the cairo_region_t to gdk_window_invalidate_regio
07089df... app: use GdkDeviceManager to list devices
f84844d... app: port to GtkWidget::draw()
1f573b0... app: remove calls to colormap functions, they are gone
433237d... libgimpwidgets: get rid of (GtkObject **) casts
5f47013... app: port the splash to GTK+ 3.0
e5e4466... libgimpwidgets: port the ruler to GTK+ 3.0
a3dc067... libgimpwidgets: port to GtkWidget::draw()
fd0322d... app: port to GtkWidget::draw()
09c5a30... app: port the overlay stuff to GTK+ 3.0
f15ea51... app: use the container icon view, the grid view is not GTK+
668756c... app: port to GtkWidget::draw() (incompletely)
e5522aa... app: remove call to gtk_statusbar_set_has_resize_grip()
39f33c1... app: port the tag entry to GTK+ 3.0
a054871... app: port to GtkWidget::draw() but disable the code inside
1fafed1... app: can't set the scale combo entry's properties in init()
15dc00c... app: port to GtkWidget::draw()
6142bd4... libgimpwidgets: port to GtkWidget::draw()
cbd4e8f... modules: s/GtkObject/GtkAdjustment/
f0628dc... app: didn't completely commit the display shell expose() ->
a122219... app: port to GtkWidget::draw()
5d92986... app: passing -1 as width/height to gtk_paint_box() no longe
cf87118... app: port popup arrow drawing to cairo and get rid of the a
1642911... app: remove GimpContainerGridView from the build entirely
24dae31... modules: port to GtkWidget::draw()
0dd0be9... libgimpwidgets: port to GtkWidget::draw()
6cb99f9... libgimp: port to GtkWidget::draw()
7829601... app: don't translate to allocation.x,y
fd2b0ab... app: port to GtkWidget::draw()
251eef3... app: forgot to remove a cairo_destroy() in draw()
ebf0c1b... app: port to GtkWidget::draw()
5081857... app: GtkEntry turned into a no-window widget
6760ecd... app: use the new GtkScrollable API instead of deprecated tr
2011b53... app: cairo_save()/restore() around chaining up in draw()
604bbf9... app: add ugly workaround to make the icon view adapt to vie
b3452da... plug-ins: lots of trivial GTK+ 3.0 porting
3b356e6... plug-ins: port jpeg-save to GTK+ 3.0
b40b94c... plug-ins: port file-png to GTK+ 3.0
63fa216... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
0a2701f... plug-ins: more s/GtkObject/GtkAdjustment/
4ed2b04... plug-ins: port some more plug-ins to GTK+ 3.0
aac36cb... app: port the colormap editor to GTK+ 3.0
c34ac69... app: remove GtkWrapBox
7efdb25... libgimpwidgets: port to the new size request API
67dc858... app: port to the new size request API
9f85ac7... plug-ins: port the print preview to the new size request AP
b2833c8... plug-ins: port sphere-designer to GtkWidget::draw()
b08bd0d... plug-ins: port cml-explorer to GtkWidget::draw()
2796daf... plug-ins: port lighting to GTK+ 3.0
f87bee9... plug-ins: port the unit-editor to GtkScrollable
be965c4... app: fix GimpOverlayDialog's minimum height
e51b456... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
d7edebd... app: don't connect to "size-requst" because that's deprecat
17e1dd4... app: port GimpSpinScale to GTK+ 3.0
6ea33f2... app: skip keyboard devices so the device list becomes reaso
72cb129... app: implement proper height-for-width in GimpToolPalette
5428a43... app: use GdkDevice accessors
7793644... app: introduce struct GimpDeviceKey because GdkDeviceKey is
b742a70... app: put the toolbox' areas into a box until we decided abo
6949dac... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
3dfc99f... app: port the device sort function to GdkDeviceManager
42a1b71... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
987ee86... app: change the list of available devices to something that
03050e7... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
e359b18... libgimpwidgets: port GimpChainButton to GtkStyleContext
8f8974a... libgimpwidgets: port GimpColorArea to GtkStyleContext
95a7716... libgimpwidgets: port GimpColorScale to GtkStyleContext
c72439d... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
9cff3bb... libgimpwidgets: port GimpRuler to GtkStyleContext
0b15d93... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
dfab526... app: port GimpBlobEditor to GtkStyleContext
70abb71... app: port setting the canvas padding color to GtkStyleConte
710583e... app: port GimpPanedBox to GtkStyleContext
10a09aa... app: port GimpContainerIconView to GtkStyleContext
5981e7a... app: port GimpContainerTreeView to GtkStyleContext
914ea01... app: port GimpColormapEditor to GtkStyleContext
825ac93... app: port GimpComponentEditor to GtkStyleContext
4d5a594... app: port GimpFgBgEditor to GtkStyleContext
810bc5c... app: port GimpFgBgView to GtkStyleContext
02b41e0... app: port gimp_get_icon_size() to GtkStyleContext
c76075c... app: port GimpContainerBox to GtkStyleContext
e0e4b03... app: port GimpDashEditor to GtkStyleContext
5be53e3... app: remove calls to gtk_widget_get,set_extension_events()
6cb7de7... app: s/gtk_widget_modify_font/gtk_widget_override_font/
9fd85df... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
e7725b1... app: port the about dialog to GtkStyleContext
d8a19f1... modules: remove call to gtk_widget_set_extension_events()
ef53b43... libgimpwidgets: implement GtkWidget::state_flags_changed()
f75b80d... libgimpwidgets: implement GtkWidget::style_updated() instea
789a68b... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
d05ca9e... app: use gdk_drag_context_get_source_window()
bdf0aff... app: use gdk_drag_context_get_selected_action() instead of
c6abac6... app: port GimpSpinScale to GtkStyleContext
8826752... app: implement GtkWidget::style_updated() instead of style_
5d206d3... port gtkrc files to CSS (incompletely and stuff commented o
af28be9... Port theme and gtkrc file loading to CSS files using GtkCss
18d3104... app: copy gimp.css instead of gtkrc to the user's gimp dire
9d46ebe... app: check whether child widgets exist in GtkWidget::style_
3154837... Replace gdk_cursor_unref() with g_object_unref()
9bb9641... app: use gtk_menu_shell_get_selected_item()
2f0b9be... app: port GimpOverlayBox to GtkStyleContext
571fb56... app: port GimpOverlayFrame to GtkStyleContext
7657eae... app: port GimpScaleButton to GtkStyleContext
bbb3a56... libgimpwidgets: move all GimpPickButton members to a privat
bbeb7b2... libgimpwidgets: move all GimpColorArea members to a private
3a5810b... libgimpwidgets: move all GimpOffsetArea members to a privat
94c74ff... libgimpwidgets: move padding members from instance to class
a2f8cce... libgimpwidgets: move all GimpButton members to a private st
dd41d67... libgimpwidgets: move all GimpCellRendererColor members to a
838baef... libgimpwidgets: move all GimpColorButton members to a priva
8642242... libgimpwidgets: move all GimpCellRendererToggle members to
2796968... libgimpwidgets: move all GimpChainButton members to a priva
6d3c6ce... libgimpwidgets: move all GimpBrowser members to a private s
294b466... libgimpwidgets: move all GimpColorDisplay members to a priv
d2c4c5e... libgimpwidgets: move all GimpColorDisplayStack members to a
e6378b7... libgimpwidgets: move all GimpColorHexEntry members to a pri
190e264... libgimpwidgets: add padding
13aab2b... libgimpwidgets: move all GimpColorNotebook members to a pri
63ae95a... libgimpwidgets: move all GimpColorScale members to a privat
57a0c16... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
2a22309... libgimpwidgets: move all GimpColorSelection members to a pr
65c7956... libgimpwidgets: move all GimpEnumLabel members to a private
e02bf93... app: don't use style->black and style->white
5b0c4d9... libgimpwidgets: move all GimpMemsizeEntry members to a priv
dd264a7... app: port GimpStrokeEditor to GtkStyleContext
f3fe525... app: port GimpPaletteView to GtkStyleContext
26ca2a5... plug-ins: don't use style->black and style->white
09033b0... libgimpwidgets: move all GimpColorProfileStore members to a
3aa0879... app: port GimpDockWindow to GtkStyleContext
d8b5827... app: port GimpToolEditor to GtkStyleContext
8d46bb0... app: use gtk_widget_override_font() instead of modify_font(
877643a... app: port GimpThumbBox to GtkStyleContext
5ff87b1... Implement GtkWidget::style_updated() instead of ::style_set
7f09fe8... app: port GimpHistogramView to GtkStyleContext
6f16add... app: port GimpTagEntry to GtkStyleContext
6af1d4b... app: always ask the master device for its axes or state
5d1430a... app: when checking for a device change, check the event's s
e707711... app: remove obsolete device checks from GimpToolbox
42067bf... app: port GimpColorFrame away from GtkStyle, using a new st
a472808... app: remove call to gtk_widget_style_attach() from GimpOver
55ed32a... app: port GimpOverlayChild to GtkStyleContext
2aeefaa... Port cell renderers to gtk_cell_renderer_get_state()
43db2b9... app: port GimpCellRendererDashes to GtkStyleContext
1c6e3b6... app: add gimp_get_style_color() to simplify GdkRGBA style p
e72b47b... app: add style property and default CSS for GimpHistogramVi
20d1e4f... app: port GimpCurveView to GtkStyleContext
7e822bb... themes: document the new GimpHistogramView property in the
5fc45f8... app: define all GimpHistogramView colors via style properti
112dfb7... themes: document the new stlye properties and indent the CS
6b2675a... app: increase the priority of the theme CSS by 1
7292d7e... app: port GimpComboTagEntry to GtkStyleContext
f9f46b0... configure.ac: use the new GTK_CHECK_BACKEND() macro
0575ea5... plug-ins: port map-object to GTK+ 3.x
e352830... app: use GdkRGBA instead of GdkColor in some places
dd317f2... app: remove gimp_rgb_get,set_gdk_color()
9eee142... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
00324bb... app: gimp_print_event(): add the device to the event debug
119d3c3... app: gimp_device_info_get_device_coords(): workaround for X
2861223... app: make input devices, grabs and therefore generally tool
bf9a49f... app: use gdk_device_get_position() inetad of gdk_display_ge
e8f4c6f... app: remove some forgotten #undef GSEAL_ENABLE
69d8c6c... app: let the file dialog expand/collapse with the file type
4c10ee8... app: port GimpGradientEditor to GtkSyleContext
0d8d6f2... app: port GimpHistogramView to gdk_device_grab()/ungrab()
6d0fa65... app: port GimpNavigationEditor to GtkStyleContext
ff763f9... app: port GimpTagPopup to GtkStyleContext
cb54d1f... app: GimpDock: port font size modification to GtkCssProvide
514af54... plug-ins: s/GtkObject/GtkAdjustment/
22c3d39... app: implement GtkContainer::get_path_for_child() in GimpMe
822983f... devel-docs: make the shooter tool at least build again (unt
e93788f... app: don't use "size-request" for the toolbox' wilber, it's
cb28473... app: themes.c: add #if 0-ed switch to dark theme variant
4cf0b2c... Incomplete notebook and tab theming commit, to be improved
3dd0366... themes: set an explicit background for rulers
5604987... app: make the statusbar's progress label visible again
661047d... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
86cd246... app: port wilber drawing to GtkStyleContext
e1a3e5c... modules: port GimpColorWheel to GTK+ 3.x
a592abe... Unkommented settings for preferring a dark GTK+ theme.
abbf9f1... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
5657064... Use GTK+3 gtk_get_locale_direction() function instead of cu
7f5fc2c... app: port GimpCircle and subclasses to GTK+ 3
cb3ff75... app: remove GTK_OBJECT() case in GimpPopup
7b8b0b2... app: use gimp_color_display_stack_get_filters() instead of
e91ff8f... libgimpwidgets: #if 0 more stuff in gimp3migration
f160a00... libgimpwidgets: Draw marker in correct position on ruler.
bdc7dd7... libgimpwidgets: Separate ruler text layer from background.
b6e29cc... app: port GimpContainerTreeView from style_set() to style_u
1ca2003... Bug 759030 - gtk3-port parsing error loading css from custo
bd14003... Revert "Bug 762279 - "Tip of the day" links opens two links
f9c4dc8... Bug 762279 - "Tip of the day" links opens two links.
d0dc885... plug-ins: s/GtkObject/GtkAdjustment/ in file-wepb
00e755e... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]