[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: Mon, 14 Jan 2013 01:00:01 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
577aea3... Switch to version 3.0 in a lot of places and depend on GTK+
7d9614e... libgimpwidgets: remove deprecated files from the build
653d150... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
cc89e15... libgimpwidgets: port virtual functions to GTK+ 3.0
4e67517... libgimpwidgets: port virtual functions to GTK+ 3.0
e1721d9... libgimpwidgets: port to GtkWidget::draw()
6ffc941... libgimpwidgets: port to GtkWidget::draw()
6dafc0a... libgimpwidgets: port to GtkWidget::draw()
e338244... libgimpwidgets: s/GtkObject/GtkAdjustment/
e46338f... libgimpwidgets: port to GtkWidget::draw()
45c9d0c... libgimpwidgets: remove deprecated functions and s/GtkObject
0bc5883... libgimpwidgets: remove deprecated files completely
afe2558... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
de5a390... app: port to GtkWidget::draw()
c4bcbc8... app: remove GTK_OBJECT() cast
0dbde3e... app: port to GtkWidget::draw()
67e93fc... app: port to GtkWidget::draw()
6022ea0... app: port virtual functions to GTK+ 3.0 API
5f1cbd9... app: get rid of a GTK_OBJECT() cast
b48da31... app: port to GtkWidget::draw()
08c36e5... app: port to GtkWidget::draw()
e6d6399... app: port to GtkWidget::draw()
2969ba4... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
8b3c237... app: port to GtkWidget::draw()
af8158a... app: s/GtkObject/GtkAdjustment/
690b6c4... app: port to GtkWidget::draw()
492176f... app: port GimpNavigationView to GtkWidget::draw()
fa6a91a... app: port GimpPaletteView to GtkWidget::draw()
771d19a... app: port to GtkWidget::draw()
601be4d... app: get rid of GtkObject in GimpUIManager
0d941d1... app: port to GtkWidget::draw()
0671a9a... app: no need to alloc colors any longer, GdkColormap is gon
0569b2e... app: port call to gtk_paint_arrow() to GTK+ 3.0
1d9f5ca... app: port device management to GdkDeviceManager
7d30e63... app: remove obsolete (GtkObject **) casts
2f02d94... app: use gtk_widget_get_preferred_size() instead of size_re
714e0fc... app: port GimpScalComboBox to GTK+ 3.0
6c9bc7f... app: use gtk_widget_get_preferred_size() instead of size_re
49c5fe0... libgimpwidgets: port GimpFrame to GTK+ 3.0
ca47949... app: port tools to GTK+ 3.0 (trivial changes only)
cff60fa... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
4e5027b... app: pass the cairo_region_t to gdk_window_invalidate_regio
04397aa... app: use GdkDeviceManager to list devices
dccf77a... app: port to GtkWidget::draw()
276be61... app: remove calls to colormap functions, they are gone
607244a... libgimpwidgets: get rid of (GtkObject **) casts
d4bff45... app: port the splash to GTK+ 3.0
f7bd939... libgimpwidgets: port the ruler to GTK+ 3.0
b59cc07... libgimpwidgets: port to GtkWidget::draw()
4a8d656... app: port to GtkWidget::draw()
5854c14... app: port the overlay stuff to GTK+ 3.0
70393dc... app: use the container icon view, the grid view is not GTK+
1ba2c09... app: port to GtkWidget::draw() (incompletely)
6417244... app: remove call to gtk_statusbar_set_has_resize_grip()
d7d45a9... app: port the tag entry to GTK+ 3.0
7491712... app: port to GtkWidget::draw() but disable the code inside
aac67a1... app: can't set the scale combo entry's properties in init()
341a61c... app: port to GtkWidget::draw()
8e654b6... libgimpwidgets: port to GtkWidget::draw()
a054ef1... modules: s/GtkObject/GtkAdjustment/
c4c5f9b... app: didn't completely commit the display shell expose() ->
cbe6ead... app: fix display shell background drawing
9e0d99e... app: fix canvas double buffering using cairo_push,pop_group
5829ed9... script-fu: port to GTK+ 3.0
af7f7ee... app: port to GtkWidget::draw()
75c837c... app: passing -1 as width/height to gtk_paint_box() no longe
586ff42... app: port popup arrow drawing to cairo and get rid of the a
81229dc... app: remove GimpContainerGridView from the build entirely
aefdce6... modules: port to GtkWidget::draw()
1be73be... libgimpwidgets: port to GtkWidget::draw()
6ef9b6e... libgimp: port to GtkWidget::draw()
6538139... app: don't translate to allocation.x,y
197faea... app: port to GtkWidget::draw()
197201c... app: forgot to remove a cairo_destroy() in draw()
016ac01... app: port to GtkWidget::draw()
a8637ff... app: GtkEntry turned into a no-window widget
8322ada... app: use the new GtkScrollable API instead of deprecated tr
cb7df8f... app: cairo_save()/restore() around chaining up in draw()
811a1bc... app: add ugly workaround to make the icon view adapt to vie
a2c6c77... plug-ins: lots of trivial GTK+ 3.0 porting
0774e05... plug-ins: port jpeg-save to GTK+ 3.0
305e979... plug-ins: port file-png to GTK+ 3.0
fe55ab3... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
a714a6a... plug-ins: more s/GtkObject/GtkAdjustment/
35a3e9b... plug-ins: port some more plug-ins to GTK+ 3.0
9a70493... app: port the colormap editor to GTK+ 3.0
e6b6e94... app: remove GtkWrapBox
eb2e6ca... libgimpwidgets: port to the new size request API
025c20b... app: port to the new size request API
27ebae3... plug-ins: port the print preview to the new size request AP
994976f... plug-ins: port sphere-designer to GtkWidget::draw()
ec29e7c... plug-ins: port cml-explorer to GtkWidget::draw()
7e9924b... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop
b366f4d... plug-ins: port lighting to GTK+ 3.0
874f3b7... plug-ins: port the unit-editor to GtkScrollable
8b8db90... app: fix GimpOverlayDialog's minimum height
ad47f7b... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
5d28802... app: don't connect to "size-requst" because that's deprecat
fcfeb40... app: port GimpSpinScale to GTK+ 3.0
7c13bb3... app: skip keyboard devices so the device list becomes reaso
6aafa90... app: implement proper height-for-width in GimpToolPalette
a114533... app: use GdkDevice accessors
7085b84... app: introduce struct GimpDeviceKey because GdkDeviceKey is
a83a647... app: put the toolbox' areas into a box until we decided abo
b2a8dc9... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
798b29a... app: port the device sort function to GdkDeviceManager
06cc88b... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
71e9a1f... app: change the list of available devices to something that
58a358a... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
2725d1c... libgimpwidgets: port GimpChainButton to GtkStyleContext
69a05b8... libgimpwidgets: port GimpColorArea to GtkStyleContext
460e412... libgimpwidgets: port GimpColorScale to GtkStyleContext
a9e250a... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
fec521b... libgimpwidgets: port GimpRuler to GtkStyleContext
372c16b... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
f31a720... app: port GimpBlobEditor to GtkStyleContext
66f24b1... app: port setting the canvas padding color to GtkStyleConte
94a4e9f... app: port GimpPanedBox to GtkStyleContext
b02575f... app: port GimpContainerIconView to GtkStyleContext
dc81719... app: port GimpContainerTreeView to GtkStyleContext
67938b5... app: port GimpColormapEditor to GtkStyleContext
d7d615a... app: port GimpComponentEditor to GtkStyleContext
645cc31... app: port GimpFgBgEditor to GtkStyleContext
2ee6af6... app: port GimpFgBgView to GtkStyleContext
2c3681d... app: port gimp_get_icon_size() to GtkStyleContext
5618d41... app: port GimpContainerBox to GtkStyleContext
ec1337f... app: port GimpDashEditor to GtkStyleContext
4ce0cf0... app: remove calls to gtk_widget_get,set_extension_events()
1edc5dc... app: s/gtk_widget_modify_font/gtk_widget_override_font/
8434406... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
6bb1db8... app: port the about dialog to GtkStyleContext
f266a3d... modules: remove call to gtk_widget_set_extension_events()
485f2a1... libgimpwidgets: implement GtkWidget::state_flags_changed()
4d5ee01... libgimpwidgets: implement GtkWidget::style_updated() instea
aaca86f... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
a7a4e4a... app: use gdk_drag_context_get_source_window()
b8b416f... app: use gdk_drag_context_get_selected_action() instead of
0d8d05b... app: port GimpSpinScale to GtkStyleContext
3a0b6c7... app: implement GtkWidget::style_updated() instead of style_
4e0317e... port gtkrc files to CSS (incompletely and stuff commented o
36f84d9... Port theme and gtkrc file loading to CSS files using GtkCss
c9354ff... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
e8bda8a... app: copy gimp.css instead of gtkrc to the user's gimp dire
ec93116... app: check whether child widgets exist in GtkWidget::style_
a93d955... Replace gdk_cursor_unref() with g_object_unref()
52721a2... app: use gtk_menu_shell_get_selected_item()
a0fdc66... app: port GimpOverlayBox to GtkStyleContext
e73387b... app: port GimpOverlayFrame to GtkStyleContext
859e6e8... app: port GimpScaleButton to GtkStyleContext
d635770... libgimpwidgets: move all GimpPickButton members to a privat
b74007f... libgimpwidgets: move all GimpColorArea members to a private
9ac06a0... libgimpwidgets: move all GimpOffsetArea members to a privat
4c3ddf9... libgimpwidgets: move padding members from instance to class
d9e5ba4... libgimpwidgets: move all GimpButton members to a private st
7a1a25c... libgimpwidgets: move all GimpCellRendererColor members to a
b7a1a47... libgimpwidgets: move all GimpColorButton members to a priva
f76e216... libgimpwidgets: move all GimpCellRendererToggle members to
1d07b25... libgimpwidgets: move all GimpChainButton members to a priva
4a426c1... libgimpwidgets: move all GimpBrowser members to a private s
79f257b... libgimpwidgets: move all GimpColorDisplay members to a priv
9cd64e2... libgimpwidgets: move all GimpColorDisplayStack members to a
b62b66c... libgimpwidgets: move all GimpColorHexEntry members to a pri
2f007bf... libgimpwidgets: add padding
5e50096... libgimpwidgets: move all GimpColorNotebook members to a pri
d07857f... libgimpwidgets: move all GimpColorScale members to a privat
b3924f1... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
fb66c95... libgimpwidgets: move all GimpColorSelection members to a pr
5ba284e... libgimpwidgets: move all GimpEnumLabel members to a private
7afbdb8... app: don't use style->black and style->white
75dc4da... libgimpwidgets: move all GimpMemsizeEntry members to a priv
56c5331... app: port GimpStrokeEditor to GtkStyleContext
9f0a555... app: port GimpPaletteView to GtkStyleContext
1a4f419... plug-ins: don't use style->black and style->white
da9f571... libgimpwidgets: move all GimpColorProfileStore members to a
873836a... app: port GimpDockWindow to GtkStyleContext
27477cf... app: port GimpToolEditor to GtkStyleContext
b0ff969... app: use gtk_widget_override_font() instead of modify_font(
3926ed4... app: port GimpThumbBox to GtkStyleContext
eb8e922... Implement GtkWidget::style_updated() instead of ::style_set
ac1574e... app: port GimpHistogramView to GtkStyleContext
e8ae734... app: port GimpTagEntry to GtkStyleContext
22145a4... app: always ask the master device for its axes or state
ff63b35... app: when checking for a device change, check the event's s
72d648b... app: remove obsolete device checks from GimpToolbox
d35dd49... app: port GimpColorFrame away from GtkStyle, using a new st
2f5f3c4... app: remove call to gtk_widget_style_attach() from GimpOver
7989048... app: port GimpOverlayChild to GtkStyleContext
af8abe4... Port cell renderers to gtk_cell_renderer_get_state()
276812e... app: port GimpCellRendererDashes to GtkStyleContext
afddb16... app: add gimp_get_style_color() to simplify GdkRGBA style p
dafe42e... app: add style property and default CSS for GimpHistogramVi
233b20e... app: port GimpCurveView to GtkStyleContext
421c4f6... themes: document the new GimpHistogramView property in the
c6509c4... app: define all GimpHistogramView colors via style properti
3dc36b0... themes: document the new stlye properties and indent the CS
e845e82... app: increase the priority of the theme CSS by 1
6b97337... app: port GimpComboTagEntry to GtkStyleContext
37eb7fb... configure.ac: use the new GTK_CHECK_BACKEND() macro
4c794f0... plug-ins: port map-object to GTK+ 3.x
bb9538b... app: port GimpToolbox to GtkWidget::style_updated()
acbab5e... app: use GdkRGBA instead of GdkColor in some places
567a8b7... app: remove gimp_rgb_get,set_gdk_color()
60b3815... app: port the text tool editor's preedit popup to GtkStyleC
b0123c9... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
8bde46e... app: gimp_print_event(): add the device to the event debug
d1990a2... app: gimp_device_info_get_device_coords(): workaround for X
f035e01... app: make input devices, grabs and therefore generally tool
e6d7d1a... app: use gdk_device_get_position() inetad of gdk_display_ge
d038ebe... app: remove some forgotten #undef GSEAL_ENABLE
18041b8... app: let the file dialog expand/collapse with the file type
bcce1cc... app: port GimpGradientEditor to GtkSyleContext
46000d3... app: port GimpHistogramView to gdk_device_grab()/ungrab()
fe4014b... app: port GimpNavigationEditor to GtkStyleContext
c273da7... app: port GimpTagPopup to GtkStyleContext
ec64379... app: GimpDock: port font size modification to GtkCssProvide
58b04ce... plug-ins: s/GtkObject/GtkAdjustment/
e8853c6... app: implement GtkContainer::get_path_for_child() in GimpMe
01afd6c... devel-docs: make the shooter tool at least build again (unt
6b3ab5a... app: don't use "size-request" for the toolbox' wilber, it's
b2a8de7... app: themes.c: add #if 0-ed switch to dark theme variant
df96a3b... Incomplete notebook and tab theming commit, to be improved
2b818a2... themes: set an explicit background for rulers
f7ca4ba... app: make the statusbar's progress label visible again
a8dd300... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
f8477b5... app: port wilber drawing to GtkStyleContext
3ec8980... modules: port GimpColorWheel to GTK+ 3.x
8c9f0a4... Unkommented settings for preferring a dark GTK+ theme.
189366b... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]