[gimp] (228 commits) Created branch gtk3-port
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (228 commits) Created branch gtk3-port
- Date: Sat, 3 May 2014 19:58:49 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
71dc7a8... Switch to version 3.0 in a lot of places and depend on GTK+
5209973... Revert "app: Fix on canvas widgets ignoring clicks from tab
3efbf65... libgimpwidgets: remove deprecated files from the build
97e5e31... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
f23c877... libgimpwidgets: port virtual functions to GTK+ 3.0
5802502... libgimpwidgets: port virtual functions to GTK+ 3.0
9ec766b... libgimpwidgets: port to GtkWidget::draw()
b60b2ca... libgimpwidgets: port to GtkWidget::draw()
6a6bd8f... libgimpwidgets: port to GtkWidget::draw()
af05467... libgimpwidgets: s/GtkObject/GtkAdjustment/
b10d1e5... libgimpwidgets: port to GtkWidget::draw()
667ec94... libgimpwidgets: remove deprecated functions and s/GtkObject
fc977a0... libgimpwidgets: remove deprecated files completely
a491963... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
7d927f8... app: port to GtkWidget::draw()
c68694f... app: remove GTK_OBJECT() cast
c29b52a... app: port to GtkWidget::draw()
ef99241... app: port to GtkWidget::draw()
2b978fc... app: port virtual functions to GTK+ 3.0 API
2c02b6b... app: get rid of a GTK_OBJECT() cast
2bf6ac2... app: port to GtkWidget::draw()
540b668... app: port to GtkWidget::draw()
cd6551e... app: port to GtkWidget::draw()
3441a49... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
9f9eab4... app: port to GtkWidget::draw()
6db8f60... app: s/GtkObject/GtkAdjustment/
b5d35bf... app: port to GtkWidget::draw()
afc5b8e... app: port GimpNavigationView to GtkWidget::draw()
f3f5f48... app: port GimpPaletteView to GtkWidget::draw()
44fad3a... app: port to GtkWidget::draw()
ee19187... app: get rid of GtkObject in GimpUIManager
7dcd025... app: port to GtkWidget::draw()
b67fa36... app: no need to alloc colors any longer, GdkColormap is gon
a095298... app: port call to gtk_paint_arrow() to GTK+ 3.0
983991a... app: port device management to GdkDeviceManager
d67970c... app: remove obsolete (GtkObject **) casts
525193a... app: use gtk_widget_get_preferred_size() instead of size_re
3f156e9... app: port GimpScalComboBox to GTK+ 3.0
789b9ae... app: use gtk_widget_get_preferred_size() instead of size_re
8211a9e... libgimpwidgets: port GimpFrame to GTK+ 3.0
d9c157b... app: port tools to GTK+ 3.0 (trivial changes only)
e380e0f... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
d7fd171... app: pass the cairo_region_t to gdk_window_invalidate_regio
97a018e... app: use GdkDeviceManager to list devices
0a10f41... app: port to GtkWidget::draw()
b9ff374... app: remove calls to colormap functions, they are gone
3426b1a... libgimpwidgets: get rid of (GtkObject **) casts
2ba7f01... app: port the splash to GTK+ 3.0
7fb39f4... libgimpwidgets: port the ruler to GTK+ 3.0
904e5bf... libgimpwidgets: port to GtkWidget::draw()
899af44... app: port to GtkWidget::draw()
4f27e84... app: port the overlay stuff to GTK+ 3.0
ec8eb47... app: use the container icon view, the grid view is not GTK+
8bcc3f7... app: port to GtkWidget::draw() (incompletely)
cab77c2... app: remove call to gtk_statusbar_set_has_resize_grip()
6ab0593... app: port the tag entry to GTK+ 3.0
be8277f... app: port to GtkWidget::draw() but disable the code inside
7448cc7... app: can't set the scale combo entry's properties in init()
8824e7a... app: port to GtkWidget::draw()
e9c4b14... libgimpwidgets: port to GtkWidget::draw()
a352c55... modules: s/GtkObject/GtkAdjustment/
2193775... app: didn't completely commit the display shell expose() ->
cc5ed35... script-fu: port to GTK+ 3.0
9fa4be7... app: port to GtkWidget::draw()
6fb08c4... app: passing -1 as width/height to gtk_paint_box() no longe
67048a0... app: port popup arrow drawing to cairo and get rid of the a
46ac477... app: remove GimpContainerGridView from the build entirely
f7753aa... modules: port to GtkWidget::draw()
150cafc... libgimpwidgets: port to GtkWidget::draw()
df77fe9... libgimp: port to GtkWidget::draw()
2559a50... app: don't translate to allocation.x,y
9854ebe... app: port to GtkWidget::draw()
957986b... app: forgot to remove a cairo_destroy() in draw()
d6f2522... app: port to GtkWidget::draw()
1ea7f46... app: GtkEntry turned into a no-window widget
6920068... app: use the new GtkScrollable API instead of deprecated tr
f156d38... app: cairo_save()/restore() around chaining up in draw()
7249942... app: add ugly workaround to make the icon view adapt to vie
41e4c6f... plug-ins: lots of trivial GTK+ 3.0 porting
affd353... plug-ins: port jpeg-save to GTK+ 3.0
cf09479... plug-ins: port file-png to GTK+ 3.0
6ab4d0e... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
9b67189... plug-ins: more s/GtkObject/GtkAdjustment/
9c10d85... plug-ins: port some more plug-ins to GTK+ 3.0
79fd57b... app: port the colormap editor to GTK+ 3.0
ea68a22... app: remove GtkWrapBox
c116778... libgimpwidgets: port to the new size request API
95fb656... app: port to the new size request API
a029560... plug-ins: port the print preview to the new size request AP
d71afe2... plug-ins: port sphere-designer to GtkWidget::draw()
7c20256... plug-ins: port cml-explorer to GtkWidget::draw()
39b6477... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop
c05b5f7... plug-ins: port lighting to GTK+ 3.0
7a0bdbb... plug-ins: port the unit-editor to GtkScrollable
dc0341c... app: fix GimpOverlayDialog's minimum height
cc00dfc... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
b57d844... app: don't connect to "size-requst" because that's deprecat
a7fa51a... app: port GimpSpinScale to GTK+ 3.0
da9f354... app: skip keyboard devices so the device list becomes reaso
99192d5... app: implement proper height-for-width in GimpToolPalette
04efc2b... app: use GdkDevice accessors
d1ca373... app: introduce struct GimpDeviceKey because GdkDeviceKey is
7848b2b... app: put the toolbox' areas into a box until we decided abo
3a040bf... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
aa8b21b... app: port the device sort function to GdkDeviceManager
feb2ce5... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
3e6f5b6... app: change the list of available devices to something that
f2d3458... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
1044cac... libgimpwidgets: port GimpChainButton to GtkStyleContext
26d8529... libgimpwidgets: port GimpColorArea to GtkStyleContext
786b745... libgimpwidgets: port GimpColorScale to GtkStyleContext
a7597ec... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
85854aa... libgimpwidgets: port GimpRuler to GtkStyleContext
d90f5ec... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
597e2c2... app: port GimpBlobEditor to GtkStyleContext
3c6494b... app: port setting the canvas padding color to GtkStyleConte
61702e2... app: port GimpPanedBox to GtkStyleContext
bdf846f... app: port GimpContainerIconView to GtkStyleContext
8496dcf... app: port GimpContainerTreeView to GtkStyleContext
156f49b... app: port GimpColormapEditor to GtkStyleContext
33248d5... app: port GimpComponentEditor to GtkStyleContext
1e9a796... app: port GimpFgBgEditor to GtkStyleContext
c9da3ba... app: port GimpFgBgView to GtkStyleContext
7274ab8... app: port gimp_get_icon_size() to GtkStyleContext
428c204... app: port GimpContainerBox to GtkStyleContext
1c504be... app: port GimpDashEditor to GtkStyleContext
88c3565... app: remove calls to gtk_widget_get,set_extension_events()
51fc285... app: s/gtk_widget_modify_font/gtk_widget_override_font/
1a80f46... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
c5acd6b... app: port the about dialog to GtkStyleContext
16a2f55... modules: remove call to gtk_widget_set_extension_events()
4733843... libgimpwidgets: implement GtkWidget::state_flags_changed()
0fd916f... libgimpwidgets: implement GtkWidget::style_updated() instea
ffc3a2f... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
3f3bae6... app: use gdk_drag_context_get_source_window()
7fa6e39... app: use gdk_drag_context_get_selected_action() instead of
061b2ee... app: port GimpSpinScale to GtkStyleContext
1f78dc6... app: implement GtkWidget::style_updated() instead of style_
ddcc5a6... port gtkrc files to CSS (incompletely and stuff commented o
2ca8f8d... Port theme and gtkrc file loading to CSS files using GtkCss
5a740fc... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
43dfa1d... app: copy gimp.css instead of gtkrc to the user's gimp dire
9ebd74c... app: check whether child widgets exist in GtkWidget::style_
4f87e92... Replace gdk_cursor_unref() with g_object_unref()
4ff9f40... app: use gtk_menu_shell_get_selected_item()
7bcb46a... app: port GimpOverlayBox to GtkStyleContext
54f8534... app: port GimpOverlayFrame to GtkStyleContext
476e880... app: port GimpScaleButton to GtkStyleContext
3c8a9a8... libgimpwidgets: move all GimpPickButton members to a privat
a40bace... libgimpwidgets: move all GimpColorArea members to a private
d925b57... libgimpwidgets: move all GimpOffsetArea members to a privat
e6f1377... libgimpwidgets: move padding members from instance to class
29356b9... libgimpwidgets: move all GimpButton members to a private st
5bf308a... libgimpwidgets: move all GimpCellRendererColor members to a
e9e2490... libgimpwidgets: move all GimpColorButton members to a priva
233016a... libgimpwidgets: move all GimpCellRendererToggle members to
1b4b163... libgimpwidgets: move all GimpChainButton members to a priva
83a0c71... libgimpwidgets: move all GimpBrowser members to a private s
c62c6bf... libgimpwidgets: move all GimpColorDisplay members to a priv
adfef8f... libgimpwidgets: move all GimpColorDisplayStack members to a
93a9954... libgimpwidgets: move all GimpColorHexEntry members to a pri
0093a9c... libgimpwidgets: add padding
6d23c2b... libgimpwidgets: move all GimpColorNotebook members to a pri
be54350... libgimpwidgets: move all GimpColorScale members to a privat
b64083c... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
866f28f... libgimpwidgets: move all GimpColorSelection members to a pr
0bf5495... libgimpwidgets: move all GimpEnumLabel members to a private
7f447d1... app: don't use style->black and style->white
0b4bc14... libgimpwidgets: move all GimpMemsizeEntry members to a priv
3177542... app: port GimpStrokeEditor to GtkStyleContext
f137ae8... app: port GimpPaletteView to GtkStyleContext
d892bbb... plug-ins: don't use style->black and style->white
675f653... libgimpwidgets: move all GimpColorProfileStore members to a
df825a7... app: port GimpDockWindow to GtkStyleContext
3ada441... app: port GimpToolEditor to GtkStyleContext
6f84dc2... app: use gtk_widget_override_font() instead of modify_font(
bdc2820... app: port GimpThumbBox to GtkStyleContext
1f8142d... Implement GtkWidget::style_updated() instead of ::style_set
8177256... app: port GimpHistogramView to GtkStyleContext
f1694b0... app: port GimpTagEntry to GtkStyleContext
c99edb7... app: always ask the master device for its axes or state
05d2a52... app: when checking for a device change, check the event's s
00a925b... app: remove obsolete device checks from GimpToolbox
9f59b6c... app: port GimpColorFrame away from GtkStyle, using a new st
022ff80... app: remove call to gtk_widget_style_attach() from GimpOver
6c7554e... app: port GimpOverlayChild to GtkStyleContext
edac745... Port cell renderers to gtk_cell_renderer_get_state()
0358334... app: port GimpCellRendererDashes to GtkStyleContext
b735f7f... app: add gimp_get_style_color() to simplify GdkRGBA style p
573875b... app: add style property and default CSS for GimpHistogramVi
544aa3a... app: port GimpCurveView to GtkStyleContext
1ae715c... themes: document the new GimpHistogramView property in the
1555599... app: define all GimpHistogramView colors via style properti
4df105b... themes: document the new stlye properties and indent the CS
14b499f... app: increase the priority of the theme CSS by 1
b57fae8... app: port GimpComboTagEntry to GtkStyleContext
bff7be9... configure.ac: use the new GTK_CHECK_BACKEND() macro
5896828... plug-ins: port map-object to GTK+ 3.x
51e1541... app: use GdkRGBA instead of GdkColor in some places
c627d58... app: remove gimp_rgb_get,set_gdk_color()
cc9f9cf... app: port the text tool editor's preedit popup to GtkStyleC
5e92ff1... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
d6d81ac... app: gimp_print_event(): add the device to the event debug
807e41a... app: gimp_device_info_get_device_coords(): workaround for X
a9f55ea... app: make input devices, grabs and therefore generally tool
6c4bcdb... app: use gdk_device_get_position() inetad of gdk_display_ge
e62f3c8... app: remove some forgotten #undef GSEAL_ENABLE
8cfcccf... app: let the file dialog expand/collapse with the file type
3204d9b... app: port GimpGradientEditor to GtkSyleContext
dc5c9b7... app: port GimpHistogramView to gdk_device_grab()/ungrab()
a14097c... app: port GimpNavigationEditor to GtkStyleContext
9125b3e... app: port GimpTagPopup to GtkStyleContext
7d8e183... app: GimpDock: port font size modification to GtkCssProvide
b754189... plug-ins: s/GtkObject/GtkAdjustment/
6d2751d... app: implement GtkContainer::get_path_for_child() in GimpMe
3073332... devel-docs: make the shooter tool at least build again (unt
42f3b75... app: don't use "size-request" for the toolbox' wilber, it's
7e77eaa... app: themes.c: add #if 0-ed switch to dark theme variant
7487aca... Incomplete notebook and tab theming commit, to be improved
fdd2038... themes: set an explicit background for rulers
0d1f68c... app: make the statusbar's progress label visible again
0645326... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
9e9deca... app: port wilber drawing to GtkStyleContext
7a8333e... modules: port GimpColorWheel to GTK+ 3.x
3f025d3... Unkommented settings for preferring a dark GTK+ theme.
0a85301... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
be81ace... Use GTK+3 gtk_get_locale_direction() function instead of cu
3151528... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]