[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: Sun, 21 Sep 2014 18:06:31 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
6e49b04... Switch to version 3.0 in a lot of places and depend on GTK+
0a22b6f... Revert "app: Fix on canvas widgets ignoring clicks from tab
ae3c3b1... libgimpwidgets: remove deprecated files from the build
2227c45... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
5e6c7cf... libgimpwidgets: port virtual functions to GTK+ 3.0
a14c67a... libgimpwidgets: port virtual functions to GTK+ 3.0
562e8cf... libgimpwidgets: port to GtkWidget::draw()
7628b7c... libgimpwidgets: port to GtkWidget::draw()
dc08ced... libgimpwidgets: port to GtkWidget::draw()
ae45982... libgimpwidgets: s/GtkObject/GtkAdjustment/
3473ee4... libgimpwidgets: port to GtkWidget::draw()
69040a2... libgimpwidgets: remove deprecated functions and s/GtkObject
51bf523... libgimpwidgets: remove deprecated files completely
d8ad9b7... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
b976c1a... app: port to GtkWidget::draw()
0ce35c3... app: remove GTK_OBJECT() cast
70c995a... app: port to GtkWidget::draw()
5885059... app: port to GtkWidget::draw()
1e0a3e2... app: port virtual functions to GTK+ 3.0 API
b7b679f... app: port to GtkWidget::draw()
dc9277f... app: port to GtkWidget::draw()
cd5e6ca... app: port to GtkWidget::draw()
0e1a5db... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
9e7be11... app: port to GtkWidget::draw()
45dd911... app: s/GtkObject/GtkAdjustment/
f6f4bd6... app: port to GtkWidget::draw()
14874fa... app: port GimpNavigationView to GtkWidget::draw()
31a5144... app: port GimpPaletteView to GtkWidget::draw()
ede9d60... app: port to GtkWidget::draw()
27d0c37... app: port to GtkWidget::draw()
824651f... app: no need to alloc colors any longer, GdkColormap is gon
cd8776e... app: port call to gtk_paint_arrow() to GTK+ 3.0
4e703ab... app: port device management to GdkDeviceManager
06ed9a0... app: remove obsolete (GtkObject **) casts
c72b5e8... app: use gtk_widget_get_preferred_size() instead of size_re
7415ef8... app: port GimpScalComboBox to GTK+ 3.0
a3009ea... app: use gtk_widget_get_preferred_size() instead of size_re
95253f2... libgimpwidgets: port GimpFrame to GTK+ 3.0
793c166... app: port tools to GTK+ 3.0 (trivial changes only)
95484d3... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
b3a1d7e... app: pass the cairo_region_t to gdk_window_invalidate_regio
c69de30... app: use GdkDeviceManager to list devices
a9a58ea... app: port to GtkWidget::draw()
1fe867e... app: remove calls to colormap functions, they are gone
6b782b7... libgimpwidgets: get rid of (GtkObject **) casts
1787d7c... app: port the splash to GTK+ 3.0
38c3107... libgimpwidgets: port the ruler to GTK+ 3.0
485a004... libgimpwidgets: port to GtkWidget::draw()
42c876f... app: port to GtkWidget::draw()
1c5af26... app: port the overlay stuff to GTK+ 3.0
1b90ff4... app: use the container icon view, the grid view is not GTK+
3819775... app: port to GtkWidget::draw() (incompletely)
265405f... app: remove call to gtk_statusbar_set_has_resize_grip()
71f2ae4... app: port the tag entry to GTK+ 3.0
bc95051... app: port to GtkWidget::draw() but disable the code inside
09159e3... app: can't set the scale combo entry's properties in init()
5447db6... app: port to GtkWidget::draw()
a849c32... libgimpwidgets: port to GtkWidget::draw()
a435e6b... modules: s/GtkObject/GtkAdjustment/
9c7fd70... app: didn't completely commit the display shell expose() ->
8125db0... app: port to GtkWidget::draw()
9dd35d7... app: passing -1 as width/height to gtk_paint_box() no longe
86c0750... app: port popup arrow drawing to cairo and get rid of the a
b87caaf... app: remove GimpContainerGridView from the build entirely
6baa9e3... modules: port to GtkWidget::draw()
732b4e7... libgimpwidgets: port to GtkWidget::draw()
c8fc55e... libgimp: port to GtkWidget::draw()
27fe3ce... app: don't translate to allocation.x,y
1ada863... app: port to GtkWidget::draw()
123b5e0... app: forgot to remove a cairo_destroy() in draw()
b5576b1... app: port to GtkWidget::draw()
d85c712... app: GtkEntry turned into a no-window widget
112f5ce... app: use the new GtkScrollable API instead of deprecated tr
9341a8d... app: cairo_save()/restore() around chaining up in draw()
53ca7fb... app: add ugly workaround to make the icon view adapt to vie
ee514a2... plug-ins: lots of trivial GTK+ 3.0 porting
2cc92e0... plug-ins: port jpeg-save to GTK+ 3.0
6a80cfa... plug-ins: port file-png to GTK+ 3.0
a277c8b... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
e7c42ea... plug-ins: more s/GtkObject/GtkAdjustment/
0253964... plug-ins: port some more plug-ins to GTK+ 3.0
989f371... app: port the colormap editor to GTK+ 3.0
988bfce... app: remove GtkWrapBox
e9c942d... libgimpwidgets: port to the new size request API
098a998... app: port to the new size request API
e728327... plug-ins: port the print preview to the new size request AP
9e70a46... plug-ins: port sphere-designer to GtkWidget::draw()
c646ee3... plug-ins: port cml-explorer to GtkWidget::draw()
d6b6db6... plug-ins: port lighting to GTK+ 3.0
f818866... plug-ins: port the unit-editor to GtkScrollable
f0f7756... app: fix GimpOverlayDialog's minimum height
3c4ec39... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
869fa17... app: don't connect to "size-requst" because that's deprecat
a9360a3... app: port GimpSpinScale to GTK+ 3.0
e7c02f1... app: skip keyboard devices so the device list becomes reaso
9c2b84f... app: implement proper height-for-width in GimpToolPalette
647cbe3... app: use GdkDevice accessors
41b4c22... app: introduce struct GimpDeviceKey because GdkDeviceKey is
e15f41f... app: put the toolbox' areas into a box until we decided abo
3e3dc82... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
c9eb31d... app: port the device sort function to GdkDeviceManager
5d6fba0... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
f2cdc01... app: change the list of available devices to something that
5b56ba4... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
cc3ad34... libgimpwidgets: port GimpChainButton to GtkStyleContext
6165e72... libgimpwidgets: port GimpColorArea to GtkStyleContext
df96b97... libgimpwidgets: port GimpColorScale to GtkStyleContext
31ad2b3... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
1c200fa... libgimpwidgets: port GimpRuler to GtkStyleContext
63675a3... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
dcf8e1f... app: port GimpBlobEditor to GtkStyleContext
3a49848... app: port setting the canvas padding color to GtkStyleConte
7301a94... app: port GimpPanedBox to GtkStyleContext
e2c40bb... app: port GimpContainerIconView to GtkStyleContext
1defd85... app: port GimpContainerTreeView to GtkStyleContext
91ef77f... app: port GimpColormapEditor to GtkStyleContext
ed76af5... app: port GimpComponentEditor to GtkStyleContext
903afa2... app: port GimpFgBgEditor to GtkStyleContext
5e025eb... app: port GimpFgBgView to GtkStyleContext
8c8afed... app: port gimp_get_icon_size() to GtkStyleContext
22aa14d... app: port GimpContainerBox to GtkStyleContext
19f1d54... app: port GimpDashEditor to GtkStyleContext
62b3da4... app: remove calls to gtk_widget_get,set_extension_events()
6024c30... app: s/gtk_widget_modify_font/gtk_widget_override_font/
63224b4... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
ac32337... app: port the about dialog to GtkStyleContext
fc48d99... modules: remove call to gtk_widget_set_extension_events()
e964f52... libgimpwidgets: implement GtkWidget::state_flags_changed()
1ffa0a8... libgimpwidgets: implement GtkWidget::style_updated() instea
b467ab9... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
0afbb5a... app: use gdk_drag_context_get_source_window()
bd64f11... app: use gdk_drag_context_get_selected_action() instead of
d5b43ae... app: port GimpSpinScale to GtkStyleContext
074cb6a... app: implement GtkWidget::style_updated() instead of style_
75355fe... port gtkrc files to CSS (incompletely and stuff commented o
9948edb... Port theme and gtkrc file loading to CSS files using GtkCss
706e52d... app: copy gimp.css instead of gtkrc to the user's gimp dire
1e796e2... app: check whether child widgets exist in GtkWidget::style_
543ca41... Replace gdk_cursor_unref() with g_object_unref()
43fa779... app: use gtk_menu_shell_get_selected_item()
7b43180... app: port GimpOverlayBox to GtkStyleContext
657545d... app: port GimpOverlayFrame to GtkStyleContext
181d6da... app: port GimpScaleButton to GtkStyleContext
32a3068... libgimpwidgets: move all GimpPickButton members to a privat
898a2b4... libgimpwidgets: move all GimpColorArea members to a private
a67a49b... libgimpwidgets: move all GimpOffsetArea members to a privat
c1c697e... libgimpwidgets: move padding members from instance to class
cac90f9... libgimpwidgets: move all GimpButton members to a private st
3eb81bb... libgimpwidgets: move all GimpCellRendererColor members to a
8e73100... libgimpwidgets: move all GimpColorButton members to a priva
9e0bd83... libgimpwidgets: move all GimpCellRendererToggle members to
12bfdb2... libgimpwidgets: move all GimpChainButton members to a priva
82ed51c... libgimpwidgets: move all GimpBrowser members to a private s
f66de30... libgimpwidgets: move all GimpColorDisplay members to a priv
cc06661... libgimpwidgets: move all GimpColorDisplayStack members to a
57ab38c... libgimpwidgets: move all GimpColorHexEntry members to a pri
6ca3901... libgimpwidgets: add padding
1e2be8a... libgimpwidgets: move all GimpColorNotebook members to a pri
2b857f3... libgimpwidgets: move all GimpColorScale members to a privat
64e74f0... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
df3f1d7... libgimpwidgets: move all GimpColorSelection members to a pr
2b18109... libgimpwidgets: move all GimpEnumLabel members to a private
e06e4b0... app: don't use style->black and style->white
d946d51... libgimpwidgets: move all GimpMemsizeEntry members to a priv
432584e... app: port GimpStrokeEditor to GtkStyleContext
87ef4f7... app: port GimpPaletteView to GtkStyleContext
fec332b... plug-ins: don't use style->black and style->white
a1e85d4... libgimpwidgets: move all GimpColorProfileStore members to a
b301098... app: port GimpDockWindow to GtkStyleContext
64e9b55... app: port GimpToolEditor to GtkStyleContext
0db0415... app: use gtk_widget_override_font() instead of modify_font(
b86fe1f... app: port GimpThumbBox to GtkStyleContext
ee88e47... Implement GtkWidget::style_updated() instead of ::style_set
07ed279... app: port GimpHistogramView to GtkStyleContext
072a032... app: port GimpTagEntry to GtkStyleContext
ef4b90d... app: always ask the master device for its axes or state
7ff339b... app: when checking for a device change, check the event's s
21e09c6... app: remove obsolete device checks from GimpToolbox
47b7f31... app: port GimpColorFrame away from GtkStyle, using a new st
fd1a15d... app: remove call to gtk_widget_style_attach() from GimpOver
32d70da... app: port GimpOverlayChild to GtkStyleContext
85738d7... Port cell renderers to gtk_cell_renderer_get_state()
bf8be88... app: port GimpCellRendererDashes to GtkStyleContext
b26e3fa... app: add gimp_get_style_color() to simplify GdkRGBA style p
c9b4885... app: add style property and default CSS for GimpHistogramVi
775e069... app: port GimpCurveView to GtkStyleContext
5365f24... themes: document the new GimpHistogramView property in the
0cdaa1c... app: define all GimpHistogramView colors via style properti
14f1c69... themes: document the new stlye properties and indent the CS
db13b2f... app: increase the priority of the theme CSS by 1
db9bb5b... app: port GimpComboTagEntry to GtkStyleContext
ca4d0aa... configure.ac: use the new GTK_CHECK_BACKEND() macro
3bb72ec... plug-ins: port map-object to GTK+ 3.x
5965057... app: use GdkRGBA instead of GdkColor in some places
c4ff539... app: remove gimp_rgb_get,set_gdk_color()
a87d348... app: port the text tool editor's preedit popup to GtkStyleC
ab88cd9... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
fa7e186... app: gimp_print_event(): add the device to the event debug
b6722bc... app: gimp_device_info_get_device_coords(): workaround for X
4712077... app: make input devices, grabs and therefore generally tool
98b298d... app: use gdk_device_get_position() inetad of gdk_display_ge
0a93254... app: remove some forgotten #undef GSEAL_ENABLE
3172a0a... app: let the file dialog expand/collapse with the file type
faa0b3b... app: port GimpGradientEditor to GtkSyleContext
1228f29... app: port GimpHistogramView to gdk_device_grab()/ungrab()
af2d48d... app: port GimpNavigationEditor to GtkStyleContext
4f0cc3d... app: port GimpTagPopup to GtkStyleContext
045802a... app: GimpDock: port font size modification to GtkCssProvide
484c448... plug-ins: s/GtkObject/GtkAdjustment/
d261509... app: implement GtkContainer::get_path_for_child() in GimpMe
0173d8a... devel-docs: make the shooter tool at least build again (unt
fda4c30... app: don't use "size-request" for the toolbox' wilber, it's
6386ca7... app: themes.c: add #if 0-ed switch to dark theme variant
e29ba53... Incomplete notebook and tab theming commit, to be improved
83b6388... themes: set an explicit background for rulers
f4c718d... app: make the statusbar's progress label visible again
03f6dc2... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
cd6315f... app: port wilber drawing to GtkStyleContext
2d0f1ab... modules: port GimpColorWheel to GTK+ 3.x
0959767... Unkommented settings for preferring a dark GTK+ theme.
8d6007a... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
c9645c2... Use GTK+3 gtk_get_locale_direction() function instead of cu
9b0e263... app: port GimpCircle and subclasses to GTK+ 3
a61fb13... app: remove GTK_OBJECT() case in GimpPopup
c0d873b... libgimpwidgets: #if 0 more stuff in gimp3migration
47abebd... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]