[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, 28 Apr 2013 19:16:29 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
e9f0a4b... Switch to version 3.0 in a lot of places and depend on GTK+
7b89d5a... libgimpwidgets: remove deprecated files from the build
33d75f1... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
4d353e3... libgimpwidgets: port virtual functions to GTK+ 3.0
bad6de2... libgimpwidgets: port virtual functions to GTK+ 3.0
7ff8d16... libgimpwidgets: port to GtkWidget::draw()
2ea24f7... libgimpwidgets: port to GtkWidget::draw()
1144fd2... libgimpwidgets: port to GtkWidget::draw()
0d0d9c2... libgimpwidgets: s/GtkObject/GtkAdjustment/
fa59444... libgimpwidgets: port to GtkWidget::draw()
dd6492d... libgimpwidgets: remove deprecated functions and s/GtkObject
bbe1276... libgimpwidgets: remove deprecated files completely
f3d018e... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
c698848... app: port to GtkWidget::draw()
4be29de... app: remove GTK_OBJECT() cast
d471a54... app: port to GtkWidget::draw()
739798b... app: port to GtkWidget::draw()
9941df0... app: port virtual functions to GTK+ 3.0 API
d794bf8... app: get rid of a GTK_OBJECT() cast
da98a7f... app: port to GtkWidget::draw()
72db641... app: port to GtkWidget::draw()
c215bcb... app: port to GtkWidget::draw()
2addafd... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
13c8c5a... app: port to GtkWidget::draw()
8a082b2... app: s/GtkObject/GtkAdjustment/
928df8d... app: port to GtkWidget::draw()
cc0b706... app: port GimpNavigationView to GtkWidget::draw()
3d90cf7... app: port GimpPaletteView to GtkWidget::draw()
ae985c7... app: port to GtkWidget::draw()
74c0323... app: get rid of GtkObject in GimpUIManager
cb640fb... app: port to GtkWidget::draw()
cc95f81... app: no need to alloc colors any longer, GdkColormap is gon
bc68d75... app: port call to gtk_paint_arrow() to GTK+ 3.0
9d9fd80... app: port device management to GdkDeviceManager
ef859b6... app: remove obsolete (GtkObject **) casts
f27afe1... app: use gtk_widget_get_preferred_size() instead of size_re
a5548b4... app: port GimpScalComboBox to GTK+ 3.0
e3e95ff... app: use gtk_widget_get_preferred_size() instead of size_re
c3823a2... libgimpwidgets: port GimpFrame to GTK+ 3.0
3b69496... app: port tools to GTK+ 3.0 (trivial changes only)
8b3b9d0... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
1e275a5... app: pass the cairo_region_t to gdk_window_invalidate_regio
43039bd... app: use GdkDeviceManager to list devices
b97899b... app: port to GtkWidget::draw()
b81dd92... app: remove calls to colormap functions, they are gone
4f609e3... libgimpwidgets: get rid of (GtkObject **) casts
05687c5... app: port the splash to GTK+ 3.0
027a7c0... libgimpwidgets: port the ruler to GTK+ 3.0
db4edc6... libgimpwidgets: port to GtkWidget::draw()
c398108... app: port to GtkWidget::draw()
5d527a9... app: port the overlay stuff to GTK+ 3.0
45b98d2... app: use the container icon view, the grid view is not GTK+
6d51937... app: port to GtkWidget::draw() (incompletely)
5fc7799... app: remove call to gtk_statusbar_set_has_resize_grip()
f457049... app: port the tag entry to GTK+ 3.0
9d01c10... app: port to GtkWidget::draw() but disable the code inside
36736a9... app: can't set the scale combo entry's properties in init()
4b1b955... app: port to GtkWidget::draw()
9fd6400... libgimpwidgets: port to GtkWidget::draw()
fbd723e... modules: s/GtkObject/GtkAdjustment/
57c3403... app: didn't completely commit the display shell expose() ->
aa9c314... script-fu: port to GTK+ 3.0
6168a5e... app: port to GtkWidget::draw()
65dd467... app: passing -1 as width/height to gtk_paint_box() no longe
6fc825a... app: port popup arrow drawing to cairo and get rid of the a
6590d1c... app: remove GimpContainerGridView from the build entirely
75d5861... modules: port to GtkWidget::draw()
28adf1d... libgimpwidgets: port to GtkWidget::draw()
c20a335... libgimp: port to GtkWidget::draw()
5b6195b... app: don't translate to allocation.x,y
af0efd6... app: port to GtkWidget::draw()
e10cbba... app: forgot to remove a cairo_destroy() in draw()
a0dcaab... app: port to GtkWidget::draw()
ef96d86... app: GtkEntry turned into a no-window widget
cf38b95... app: use the new GtkScrollable API instead of deprecated tr
43dae00... app: cairo_save()/restore() around chaining up in draw()
91c2c20... app: add ugly workaround to make the icon view adapt to vie
74b69ca... plug-ins: lots of trivial GTK+ 3.0 porting
8943c89... plug-ins: port jpeg-save to GTK+ 3.0
59067cd... plug-ins: port file-png to GTK+ 3.0
bf9eb42... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
c214e6a... plug-ins: more s/GtkObject/GtkAdjustment/
acd4351... plug-ins: port some more plug-ins to GTK+ 3.0
6b94f45... app: port the colormap editor to GTK+ 3.0
e5e5017... app: remove GtkWrapBox
6ff2b01... libgimpwidgets: port to the new size request API
516b025... app: port to the new size request API
fddf297... plug-ins: port the print preview to the new size request AP
05edeef... plug-ins: port sphere-designer to GtkWidget::draw()
f41435e... plug-ins: port cml-explorer to GtkWidget::draw()
da765af... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop
7b43935... plug-ins: port lighting to GTK+ 3.0
04d7150... plug-ins: port the unit-editor to GtkScrollable
12f84cb... app: fix GimpOverlayDialog's minimum height
fc66d88... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
490e264... app: don't connect to "size-requst" because that's deprecat
6702dfa... app: port GimpSpinScale to GTK+ 3.0
0f230f2... app: skip keyboard devices so the device list becomes reaso
e29779e... app: implement proper height-for-width in GimpToolPalette
b5c968c... app: use GdkDevice accessors
4795610... app: introduce struct GimpDeviceKey because GdkDeviceKey is
c4146e1... app: put the toolbox' areas into a box until we decided abo
bcd153b... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
84899b4... app: port the device sort function to GdkDeviceManager
45d41db... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
7713687... app: change the list of available devices to something that
7ca2683... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
bdb8c01... libgimpwidgets: port GimpChainButton to GtkStyleContext
126a1f1... libgimpwidgets: port GimpColorArea to GtkStyleContext
a5a07ce... libgimpwidgets: port GimpColorScale to GtkStyleContext
5db5f85... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
717e078... libgimpwidgets: port GimpRuler to GtkStyleContext
df46838... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
c3c0cb7... app: port GimpBlobEditor to GtkStyleContext
d4b00e5... app: port setting the canvas padding color to GtkStyleConte
cec6b31... app: port GimpPanedBox to GtkStyleContext
942cfa8... app: port GimpContainerIconView to GtkStyleContext
093c216... app: port GimpContainerTreeView to GtkStyleContext
97e2ca2... app: port GimpColormapEditor to GtkStyleContext
02f5426... app: port GimpComponentEditor to GtkStyleContext
41917e8... app: port GimpFgBgEditor to GtkStyleContext
5762ddf... app: port GimpFgBgView to GtkStyleContext
eea171e... app: port gimp_get_icon_size() to GtkStyleContext
099a2c4... app: port GimpContainerBox to GtkStyleContext
601b696... app: port GimpDashEditor to GtkStyleContext
8ff65c3... app: remove calls to gtk_widget_get,set_extension_events()
205f844... app: s/gtk_widget_modify_font/gtk_widget_override_font/
3621b2f... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
c6cf4ba... app: port the about dialog to GtkStyleContext
59e2aa2... modules: remove call to gtk_widget_set_extension_events()
ec31a08... libgimpwidgets: implement GtkWidget::state_flags_changed()
323396f... libgimpwidgets: implement GtkWidget::style_updated() instea
fdc13aa... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
40e2aeb... app: use gdk_drag_context_get_source_window()
ac1cf33... app: use gdk_drag_context_get_selected_action() instead of
ebbd632... app: port GimpSpinScale to GtkStyleContext
7754b84... app: implement GtkWidget::style_updated() instead of style_
017823b... port gtkrc files to CSS (incompletely and stuff commented o
55f1bc9... Port theme and gtkrc file loading to CSS files using GtkCss
5dd3fc2... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
0af72b5... app: copy gimp.css instead of gtkrc to the user's gimp dire
7f0fe10... app: check whether child widgets exist in GtkWidget::style_
fe2b1bf... Replace gdk_cursor_unref() with g_object_unref()
94526ee... app: use gtk_menu_shell_get_selected_item()
6ad4fe1... app: port GimpOverlayBox to GtkStyleContext
bbf5f05... app: port GimpOverlayFrame to GtkStyleContext
a316b5e... app: port GimpScaleButton to GtkStyleContext
1bc6e1c... libgimpwidgets: move all GimpPickButton members to a privat
52e2971... libgimpwidgets: move all GimpColorArea members to a private
f0c1d91... libgimpwidgets: move all GimpOffsetArea members to a privat
568df61... libgimpwidgets: move padding members from instance to class
a2d729d... libgimpwidgets: move all GimpButton members to a private st
aa6fb0a... libgimpwidgets: move all GimpCellRendererColor members to a
938bea6... libgimpwidgets: move all GimpColorButton members to a priva
e16f046... libgimpwidgets: move all GimpCellRendererToggle members to
9cf20f9... libgimpwidgets: move all GimpChainButton members to a priva
b7df1a4... libgimpwidgets: move all GimpBrowser members to a private s
2715469... libgimpwidgets: move all GimpColorDisplay members to a priv
68dbad7... libgimpwidgets: move all GimpColorDisplayStack members to a
005c7a7... libgimpwidgets: move all GimpColorHexEntry members to a pri
6106288... libgimpwidgets: add padding
eaa04db... libgimpwidgets: move all GimpColorNotebook members to a pri
1d77315... libgimpwidgets: move all GimpColorScale members to a privat
c309ebd... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
441a0db... libgimpwidgets: move all GimpColorSelection members to a pr
3da0cd9... libgimpwidgets: move all GimpEnumLabel members to a private
e89efdd... app: don't use style->black and style->white
517710d... libgimpwidgets: move all GimpMemsizeEntry members to a priv
1c55379... app: port GimpStrokeEditor to GtkStyleContext
fa3d187... app: port GimpPaletteView to GtkStyleContext
7691834... plug-ins: don't use style->black and style->white
cca2030... libgimpwidgets: move all GimpColorProfileStore members to a
99e5989... app: port GimpDockWindow to GtkStyleContext
ca1b877... app: port GimpToolEditor to GtkStyleContext
941a185... app: use gtk_widget_override_font() instead of modify_font(
0e6fbe3... app: port GimpThumbBox to GtkStyleContext
d10bfd4... Implement GtkWidget::style_updated() instead of ::style_set
d6e6560... app: port GimpHistogramView to GtkStyleContext
5238be7... app: port GimpTagEntry to GtkStyleContext
ca70598... app: always ask the master device for its axes or state
2ab9094... app: when checking for a device change, check the event's s
908251b... app: remove obsolete device checks from GimpToolbox
67e2d48... app: port GimpColorFrame away from GtkStyle, using a new st
735c521... app: remove call to gtk_widget_style_attach() from GimpOver
b4a5975... app: port GimpOverlayChild to GtkStyleContext
dfd6efc... Port cell renderers to gtk_cell_renderer_get_state()
92e6765... app: port GimpCellRendererDashes to GtkStyleContext
f0b2407... app: add gimp_get_style_color() to simplify GdkRGBA style p
c2846a3... app: add style property and default CSS for GimpHistogramVi
e98066e... app: port GimpCurveView to GtkStyleContext
ef13ddb... themes: document the new GimpHistogramView property in the
0dd4011... app: define all GimpHistogramView colors via style properti
5476b29... themes: document the new stlye properties and indent the CS
2afb636... app: increase the priority of the theme CSS by 1
9157ba4... app: port GimpComboTagEntry to GtkStyleContext
bc2c09c... configure.ac: use the new GTK_CHECK_BACKEND() macro
3a5e227... plug-ins: port map-object to GTK+ 3.x
7def86b... app: use GdkRGBA instead of GdkColor in some places
c811968... app: remove gimp_rgb_get,set_gdk_color()
7bc1372... app: port the text tool editor's preedit popup to GtkStyleC
2c8278c... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
8fbcb29... app: gimp_print_event(): add the device to the event debug
cd4889b... app: gimp_device_info_get_device_coords(): workaround for X
d180eb4... app: make input devices, grabs and therefore generally tool
cb689e2... app: use gdk_device_get_position() inetad of gdk_display_ge
9892b36... app: remove some forgotten #undef GSEAL_ENABLE
a77423b... app: let the file dialog expand/collapse with the file type
0465d23... app: port GimpGradientEditor to GtkSyleContext
3f7778f... app: port GimpHistogramView to gdk_device_grab()/ungrab()
ed1c0f6... app: port GimpNavigationEditor to GtkStyleContext
1336bb6... app: port GimpTagPopup to GtkStyleContext
690b71c... app: GimpDock: port font size modification to GtkCssProvide
ebd35cc... plug-ins: s/GtkObject/GtkAdjustment/
70fa7ff... app: implement GtkContainer::get_path_for_child() in GimpMe
2a91287... devel-docs: make the shooter tool at least build again (unt
e0137fd... app: don't use "size-request" for the toolbox' wilber, it's
a07e5b4... app: themes.c: add #if 0-ed switch to dark theme variant
35d73b6... Incomplete notebook and tab theming commit, to be improved
29d62fd... themes: set an explicit background for rulers
8c84a78... app: make the statusbar's progress label visible again
4b59aa1... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
53fd3eb... app: port wilber drawing to GtkStyleContext
ea2e115... modules: port GimpColorWheel to GTK+ 3.x
9119cfe... Unkommented settings for preferring a dark GTK+ theme.
788d754... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
395ea7c... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]