[gimp] (226 commits) Created branch gtk3-port
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (226 commits) Created branch gtk3-port
- Date: Sat, 21 Sep 2013 12:51:07 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
807a8a8... Switch to version 3.0 in a lot of places and depend on GTK+
bbdcf58... libgimpwidgets: remove deprecated files from the build
3c3d206... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
1deaec1... libgimpwidgets: port virtual functions to GTK+ 3.0
de8a997... libgimpwidgets: port virtual functions to GTK+ 3.0
9f0fd47... libgimpwidgets: port to GtkWidget::draw()
a9d1a18... libgimpwidgets: port to GtkWidget::draw()
2705ff7... libgimpwidgets: port to GtkWidget::draw()
8d80050... libgimpwidgets: s/GtkObject/GtkAdjustment/
5e23d6d... libgimpwidgets: port to GtkWidget::draw()
3c65679... libgimpwidgets: remove deprecated functions and s/GtkObject
24e2e06... libgimpwidgets: remove deprecated files completely
7aaaffe... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
c334a2d... app: port to GtkWidget::draw()
884b861... app: remove GTK_OBJECT() cast
f29e81f... app: port to GtkWidget::draw()
0a9234a... app: port to GtkWidget::draw()
b65a80c... app: port virtual functions to GTK+ 3.0 API
b8c1c32... app: get rid of a GTK_OBJECT() cast
481544f... app: port to GtkWidget::draw()
4a42df8... app: port to GtkWidget::draw()
4017a89... app: port to GtkWidget::draw()
61a1929... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
0eba2cd... app: port to GtkWidget::draw()
e118535... app: s/GtkObject/GtkAdjustment/
54948ef... app: port to GtkWidget::draw()
c7e2b2e... app: port GimpNavigationView to GtkWidget::draw()
c3dae48... app: port GimpPaletteView to GtkWidget::draw()
ba654b9... app: port to GtkWidget::draw()
c2b3596... app: get rid of GtkObject in GimpUIManager
dbacc3c... app: port to GtkWidget::draw()
e6a9a4e... app: no need to alloc colors any longer, GdkColormap is gon
391bf85... app: port call to gtk_paint_arrow() to GTK+ 3.0
47b2177... app: port device management to GdkDeviceManager
44e65c8... app: remove obsolete (GtkObject **) casts
70d34b3... app: use gtk_widget_get_preferred_size() instead of size_re
c5ce160... app: port GimpScalComboBox to GTK+ 3.0
992d293... app: use gtk_widget_get_preferred_size() instead of size_re
dcde2a9... libgimpwidgets: port GimpFrame to GTK+ 3.0
13f808c... app: port tools to GTK+ 3.0 (trivial changes only)
8d70fa6... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
ddcc989... app: pass the cairo_region_t to gdk_window_invalidate_regio
98e98ed... app: use GdkDeviceManager to list devices
1baf931... app: port to GtkWidget::draw()
698da2d... app: remove calls to colormap functions, they are gone
62cb918... libgimpwidgets: get rid of (GtkObject **) casts
6fed123... app: port the splash to GTK+ 3.0
cce5b22... libgimpwidgets: port the ruler to GTK+ 3.0
df3ab61... libgimpwidgets: port to GtkWidget::draw()
440d29a... app: port to GtkWidget::draw()
ecac7fc... app: port the overlay stuff to GTK+ 3.0
064fb65... app: use the container icon view, the grid view is not GTK+
a28e4b5... app: port to GtkWidget::draw() (incompletely)
0c89982... app: remove call to gtk_statusbar_set_has_resize_grip()
4ada9f9... app: port the tag entry to GTK+ 3.0
9a84e80... app: port to GtkWidget::draw() but disable the code inside
99957a8... app: can't set the scale combo entry's properties in init()
fec1deb... app: port to GtkWidget::draw()
d02fd14... libgimpwidgets: port to GtkWidget::draw()
dcfa98a... modules: s/GtkObject/GtkAdjustment/
ae6ac3c... app: didn't completely commit the display shell expose() ->
a15f121... script-fu: port to GTK+ 3.0
4086e80... app: port to GtkWidget::draw()
ab963f0... app: passing -1 as width/height to gtk_paint_box() no longe
a857fe6... app: port popup arrow drawing to cairo and get rid of the a
1a82dfd... app: remove GimpContainerGridView from the build entirely
b7930c1... modules: port to GtkWidget::draw()
892b29e... libgimpwidgets: port to GtkWidget::draw()
ea96360... libgimp: port to GtkWidget::draw()
b24dfc6... app: don't translate to allocation.x,y
e4237d8... app: port to GtkWidget::draw()
a2664e0... app: forgot to remove a cairo_destroy() in draw()
320dcca... app: port to GtkWidget::draw()
ecafd39... app: GtkEntry turned into a no-window widget
40dc174... app: use the new GtkScrollable API instead of deprecated tr
f6d9608... app: cairo_save()/restore() around chaining up in draw()
fd81e86... app: add ugly workaround to make the icon view adapt to vie
2f962f9... plug-ins: lots of trivial GTK+ 3.0 porting
d1f1ae8... plug-ins: port jpeg-save to GTK+ 3.0
06afe43... plug-ins: port file-png to GTK+ 3.0
26a932b... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
1892ada... plug-ins: more s/GtkObject/GtkAdjustment/
77ab3c6... plug-ins: port some more plug-ins to GTK+ 3.0
7050d8d... app: port the colormap editor to GTK+ 3.0
5f29d11... app: remove GtkWrapBox
a787331... libgimpwidgets: port to the new size request API
cd33394... app: port to the new size request API
a2ee425... plug-ins: port the print preview to the new size request AP
0b17d81... plug-ins: port sphere-designer to GtkWidget::draw()
fe0ca2a... plug-ins: port cml-explorer to GtkWidget::draw()
1362aa1... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop
6951dea... plug-ins: port lighting to GTK+ 3.0
cf93c9e... plug-ins: port the unit-editor to GtkScrollable
a8510e1... app: fix GimpOverlayDialog's minimum height
00f0c0e... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
ccf17eb... app: don't connect to "size-requst" because that's deprecat
e123bee... app: port GimpSpinScale to GTK+ 3.0
d0c0f73... app: skip keyboard devices so the device list becomes reaso
848cb95... app: implement proper height-for-width in GimpToolPalette
4bc8198... app: use GdkDevice accessors
5caaebf... app: introduce struct GimpDeviceKey because GdkDeviceKey is
ef01804... app: put the toolbox' areas into a box until we decided abo
1082007... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
d7a806d... app: port the device sort function to GdkDeviceManager
9cb8f27... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
133f036... app: change the list of available devices to something that
835fadb... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
65299c8... libgimpwidgets: port GimpChainButton to GtkStyleContext
f953661... libgimpwidgets: port GimpColorArea to GtkStyleContext
1708447... libgimpwidgets: port GimpColorScale to GtkStyleContext
acf2c30... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
934e11d... libgimpwidgets: port GimpRuler to GtkStyleContext
f20b09f... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
54eef37... app: port GimpBlobEditor to GtkStyleContext
35f606c... app: port setting the canvas padding color to GtkStyleConte
dfc8783... app: port GimpPanedBox to GtkStyleContext
31b1420... app: port GimpContainerIconView to GtkStyleContext
2782a50... app: port GimpContainerTreeView to GtkStyleContext
3f7a8aa... app: port GimpColormapEditor to GtkStyleContext
a58d507... app: port GimpComponentEditor to GtkStyleContext
efa1e6c... app: port GimpFgBgEditor to GtkStyleContext
1060cfe... app: port GimpFgBgView to GtkStyleContext
bbb478e... app: port gimp_get_icon_size() to GtkStyleContext
28ca424... app: port GimpContainerBox to GtkStyleContext
a404a36... app: port GimpDashEditor to GtkStyleContext
66d8f01... app: remove calls to gtk_widget_get,set_extension_events()
752c1f3... app: s/gtk_widget_modify_font/gtk_widget_override_font/
cffc2ab... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
2fab74b... app: port the about dialog to GtkStyleContext
3385ded... modules: remove call to gtk_widget_set_extension_events()
2902d81... libgimpwidgets: implement GtkWidget::state_flags_changed()
af116c8... libgimpwidgets: implement GtkWidget::style_updated() instea
ad45c80... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
da1a88e... app: use gdk_drag_context_get_source_window()
9a06569... app: use gdk_drag_context_get_selected_action() instead of
f49b11f... app: port GimpSpinScale to GtkStyleContext
d71bc7a... app: implement GtkWidget::style_updated() instead of style_
ec5c599... port gtkrc files to CSS (incompletely and stuff commented o
55602da... Port theme and gtkrc file loading to CSS files using GtkCss
abafd1e... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
8d16c20... app: copy gimp.css instead of gtkrc to the user's gimp dire
3353660... app: check whether child widgets exist in GtkWidget::style_
f93f990... Replace gdk_cursor_unref() with g_object_unref()
31e8959... app: use gtk_menu_shell_get_selected_item()
b7f324a... app: port GimpOverlayBox to GtkStyleContext
bd1b431... app: port GimpOverlayFrame to GtkStyleContext
f1c9537... app: port GimpScaleButton to GtkStyleContext
abe949d... libgimpwidgets: move all GimpPickButton members to a privat
5d14345... libgimpwidgets: move all GimpColorArea members to a private
d84842e... libgimpwidgets: move all GimpOffsetArea members to a privat
0f9fe5e... libgimpwidgets: move padding members from instance to class
eaaaaf4... libgimpwidgets: move all GimpButton members to a private st
56444ae... libgimpwidgets: move all GimpCellRendererColor members to a
f991b6f... libgimpwidgets: move all GimpColorButton members to a priva
edd370f... libgimpwidgets: move all GimpCellRendererToggle members to
9c21ab6... libgimpwidgets: move all GimpChainButton members to a priva
39cd367... libgimpwidgets: move all GimpBrowser members to a private s
55bd5da... libgimpwidgets: move all GimpColorDisplay members to a priv
5c0cea5... libgimpwidgets: move all GimpColorDisplayStack members to a
5d644f5... libgimpwidgets: move all GimpColorHexEntry members to a pri
f8bdcdb... libgimpwidgets: add padding
e6e9a67... libgimpwidgets: move all GimpColorNotebook members to a pri
ba9f810... libgimpwidgets: move all GimpColorScale members to a privat
a16d5e6... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
3a2aca3... libgimpwidgets: move all GimpColorSelection members to a pr
00a2b1d... libgimpwidgets: move all GimpEnumLabel members to a private
519d2e0... app: don't use style->black and style->white
2e059db... libgimpwidgets: move all GimpMemsizeEntry members to a priv
b59112e... app: port GimpStrokeEditor to GtkStyleContext
f06d5ec... app: port GimpPaletteView to GtkStyleContext
f7495cf... plug-ins: don't use style->black and style->white
fd8c664... libgimpwidgets: move all GimpColorProfileStore members to a
fd0a5ea... app: port GimpDockWindow to GtkStyleContext
858031b... app: port GimpToolEditor to GtkStyleContext
0449cf9... app: use gtk_widget_override_font() instead of modify_font(
0374807... app: port GimpThumbBox to GtkStyleContext
e7e3888... Implement GtkWidget::style_updated() instead of ::style_set
915c1d4... app: port GimpHistogramView to GtkStyleContext
475da03... app: port GimpTagEntry to GtkStyleContext
07a949e... app: always ask the master device for its axes or state
8718ea5... app: when checking for a device change, check the event's s
5aac4f5... app: remove obsolete device checks from GimpToolbox
c90a6d2... app: port GimpColorFrame away from GtkStyle, using a new st
e8f4e75... app: remove call to gtk_widget_style_attach() from GimpOver
73cd476... app: port GimpOverlayChild to GtkStyleContext
fd44bbd... Port cell renderers to gtk_cell_renderer_get_state()
2cd7b03... app: port GimpCellRendererDashes to GtkStyleContext
14dac99... app: add gimp_get_style_color() to simplify GdkRGBA style p
aa61acd... app: add style property and default CSS for GimpHistogramVi
1e44a3d... app: port GimpCurveView to GtkStyleContext
1649d85... themes: document the new GimpHistogramView property in the
c1181aa... app: define all GimpHistogramView colors via style properti
c6dbed7... themes: document the new stlye properties and indent the CS
11cb627... app: increase the priority of the theme CSS by 1
b58c746... app: port GimpComboTagEntry to GtkStyleContext
e12b4d3... configure.ac: use the new GTK_CHECK_BACKEND() macro
59b9f7b... plug-ins: port map-object to GTK+ 3.x
c5341c2... app: use GdkRGBA instead of GdkColor in some places
0bda7e4... app: remove gimp_rgb_get,set_gdk_color()
797e236... app: port the text tool editor's preedit popup to GtkStyleC
c8501bb... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
2f8a814... app: gimp_print_event(): add the device to the event debug
01ea6cc... app: gimp_device_info_get_device_coords(): workaround for X
512f1f0... app: make input devices, grabs and therefore generally tool
c2b9fef... app: use gdk_device_get_position() inetad of gdk_display_ge
9854821... app: remove some forgotten #undef GSEAL_ENABLE
fd826f9... app: let the file dialog expand/collapse with the file type
b7a336b... app: port GimpGradientEditor to GtkSyleContext
b63923f... app: port GimpHistogramView to gdk_device_grab()/ungrab()
16757c2... app: port GimpNavigationEditor to GtkStyleContext
e894e53... app: port GimpTagPopup to GtkStyleContext
967a290... app: GimpDock: port font size modification to GtkCssProvide
56dafa5... plug-ins: s/GtkObject/GtkAdjustment/
1583dca... app: implement GtkContainer::get_path_for_child() in GimpMe
9f21ee2... devel-docs: make the shooter tool at least build again (unt
9df8eab... app: don't use "size-request" for the toolbox' wilber, it's
19acd0c... app: themes.c: add #if 0-ed switch to dark theme variant
a793e30... Incomplete notebook and tab theming commit, to be improved
9d39497... themes: set an explicit background for rulers
35179ac... app: make the statusbar's progress label visible again
36adbf1... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
9f47e00... app: port wilber drawing to GtkStyleContext
1f283ab... modules: port GimpColorWheel to GTK+ 3.x
91a890d... Unkommented settings for preferring a dark GTK+ theme.
f17a8d7... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
99435b3... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]