[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, 29 Mar 2015 19:09:37 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
e964a60... Switch to version 3.0 in a lot of places and depend on GTK+
fc7af63... Revert "app: Fix on canvas widgets ignoring clicks from tab
a80baa4... libgimpwidgets: remove deprecated files from the build
fdc243e... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
f6ea35a... libgimpwidgets: port virtual functions to GTK+ 3.0
ce74186... libgimpwidgets: port virtual functions to GTK+ 3.0
a32fde4... libgimpwidgets: port to GtkWidget::draw()
e39a990... libgimpwidgets: port to GtkWidget::draw()
aa6c7d2... libgimpwidgets: port to GtkWidget::draw()
f32ada4... libgimpwidgets: s/GtkObject/GtkAdjustment/
e0eef34... libgimpwidgets: port to GtkWidget::draw()
0b9ab1c... libgimpwidgets: remove deprecated functions and s/GtkObject
94176ee... libgimpwidgets: remove deprecated files completely
3e769dd... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
3d0d94c... app: port to GtkWidget::draw()
c7532ed... app: remove GTK_OBJECT() cast
3b02139... app: port to GtkWidget::draw()
0399afb... app: port to GtkWidget::draw()
25ddfcc... app: port virtual functions to GTK+ 3.0 API
3f68f7d... app: port to GtkWidget::draw()
762faa4... app: port to GtkWidget::draw()
8be4875... app: port to GtkWidget::draw()
fb600eb... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
9676411... app: port to GtkWidget::draw()
a319f28... app: s/GtkObject/GtkAdjustment/
5a6b321... app: port to GtkWidget::draw()
d263d6c... app: port GimpNavigationView to GtkWidget::draw()
1f9baac... app: port GimpPaletteView to GtkWidget::draw()
b1de697... app: port to GtkWidget::draw()
c073a84... app: port to GtkWidget::draw()
4a2b43e... app: no need to alloc colors any longer, GdkColormap is gon
71bfff3... app: port call to gtk_paint_arrow() to GTK+ 3.0
82ebfaf... app: port device management to GdkDeviceManager
c7cf090... app: remove obsolete (GtkObject **) casts
9d7264a... app: use gtk_widget_get_preferred_size() instead of size_re
03616ff... app: port GimpScalComboBox to GTK+ 3.0
6755b16... app: use gtk_widget_get_preferred_size() instead of size_re
36d54ac... libgimpwidgets: port GimpFrame to GTK+ 3.0
f7cd95c... app: port tools to GTK+ 3.0 (trivial changes only)
3bd322a... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
e51a5d7... app: pass the cairo_region_t to gdk_window_invalidate_regio
6dcd180... app: use GdkDeviceManager to list devices
e3d56bf... app: port to GtkWidget::draw()
a4d4e0b... app: remove calls to colormap functions, they are gone
c315611... libgimpwidgets: get rid of (GtkObject **) casts
b172a63... app: port the splash to GTK+ 3.0
d0a2127... libgimpwidgets: port the ruler to GTK+ 3.0
d6c626a... libgimpwidgets: port to GtkWidget::draw()
e8476dc... app: port to GtkWidget::draw()
43974e7... app: port the overlay stuff to GTK+ 3.0
5e15913... app: use the container icon view, the grid view is not GTK+
cda40ab... app: port to GtkWidget::draw() (incompletely)
aa77280... app: remove call to gtk_statusbar_set_has_resize_grip()
717ecf0... app: port the tag entry to GTK+ 3.0
ac77002... app: port to GtkWidget::draw() but disable the code inside
bc574ed... app: can't set the scale combo entry's properties in init()
be42a48... app: port to GtkWidget::draw()
17975fe... libgimpwidgets: port to GtkWidget::draw()
71c252c... modules: s/GtkObject/GtkAdjustment/
d1b4f65... app: didn't completely commit the display shell expose() ->
64bb034... app: port to GtkWidget::draw()
9ede10a... app: passing -1 as width/height to gtk_paint_box() no longe
dda47cf... app: port popup arrow drawing to cairo and get rid of the a
4b08dde... app: remove GimpContainerGridView from the build entirely
89c5303... modules: port to GtkWidget::draw()
0408c25... libgimpwidgets: port to GtkWidget::draw()
c77b745... libgimp: port to GtkWidget::draw()
88bebdb... app: don't translate to allocation.x,y
3162b19... app: port to GtkWidget::draw()
b1e60d0... app: forgot to remove a cairo_destroy() in draw()
fa3bef2... app: port to GtkWidget::draw()
6e4d677... app: GtkEntry turned into a no-window widget
aea6436... app: use the new GtkScrollable API instead of deprecated tr
88b1c4e... app: cairo_save()/restore() around chaining up in draw()
3e81aa5... app: add ugly workaround to make the icon view adapt to vie
8d57daa... plug-ins: lots of trivial GTK+ 3.0 porting
b57e24a... plug-ins: port jpeg-save to GTK+ 3.0
5caf62d... plug-ins: port file-png to GTK+ 3.0
3fac3a9... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
ecf6f17... plug-ins: more s/GtkObject/GtkAdjustment/
ce621c6... plug-ins: port some more plug-ins to GTK+ 3.0
5cd0a2d... app: port the colormap editor to GTK+ 3.0
2ef5b8c... app: remove GtkWrapBox
52f2535... libgimpwidgets: port to the new size request API
77c792e... app: port to the new size request API
2ee583d... plug-ins: port the print preview to the new size request AP
5f9ca51... plug-ins: port sphere-designer to GtkWidget::draw()
25c36fe... plug-ins: port cml-explorer to GtkWidget::draw()
5ade148... plug-ins: port lighting to GTK+ 3.0
5049a92... plug-ins: port the unit-editor to GtkScrollable
597e0fe... app: fix GimpOverlayDialog's minimum height
d1e4d86... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
7d0b67c... app: don't connect to "size-requst" because that's deprecat
8cb3903... app: port GimpSpinScale to GTK+ 3.0
a91d11c... app: skip keyboard devices so the device list becomes reaso
4706d8e... app: implement proper height-for-width in GimpToolPalette
99f03ea... app: use GdkDevice accessors
f069eea... app: introduce struct GimpDeviceKey because GdkDeviceKey is
cb58086... app: put the toolbox' areas into a box until we decided abo
2cc9621... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
eccc00c... app: port the device sort function to GdkDeviceManager
a3f90a4... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
ca2dca3... app: change the list of available devices to something that
5ee1ff3... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
8e7f039... libgimpwidgets: port GimpChainButton to GtkStyleContext
50fd4d5... libgimpwidgets: port GimpColorArea to GtkStyleContext
1e7f159... libgimpwidgets: port GimpColorScale to GtkStyleContext
911b7ab... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
a7757e8... libgimpwidgets: port GimpRuler to GtkStyleContext
b640c7a... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
2ce2cae... app: port GimpBlobEditor to GtkStyleContext
c6251a9... app: port setting the canvas padding color to GtkStyleConte
dfd0f7d... app: port GimpPanedBox to GtkStyleContext
ab23dc0... app: port GimpContainerIconView to GtkStyleContext
b32f105... app: port GimpContainerTreeView to GtkStyleContext
fdfeba8... app: port GimpColormapEditor to GtkStyleContext
60484f5... app: port GimpComponentEditor to GtkStyleContext
b90903e... app: port GimpFgBgEditor to GtkStyleContext
0cb376d... app: port GimpFgBgView to GtkStyleContext
7985a24... app: port gimp_get_icon_size() to GtkStyleContext
711db48... app: port GimpContainerBox to GtkStyleContext
42e2550... app: port GimpDashEditor to GtkStyleContext
dbaaf5b... app: remove calls to gtk_widget_get,set_extension_events()
40b784c... app: s/gtk_widget_modify_font/gtk_widget_override_font/
675dc0c... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
52fce5e... app: port the about dialog to GtkStyleContext
0dce59d... modules: remove call to gtk_widget_set_extension_events()
99fd8d3... libgimpwidgets: implement GtkWidget::state_flags_changed()
50a4e23... libgimpwidgets: implement GtkWidget::style_updated() instea
fec3a4b... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
cb069ec... app: use gdk_drag_context_get_source_window()
3a76c8b... app: use gdk_drag_context_get_selected_action() instead of
a20b05c... app: port GimpSpinScale to GtkStyleContext
53875fd... app: implement GtkWidget::style_updated() instead of style_
6ef491c... port gtkrc files to CSS (incompletely and stuff commented o
d9d298a... Port theme and gtkrc file loading to CSS files using GtkCss
56b9c33... app: copy gimp.css instead of gtkrc to the user's gimp dire
4e5e445... app: check whether child widgets exist in GtkWidget::style_
410eed6... Replace gdk_cursor_unref() with g_object_unref()
c4454aa... app: use gtk_menu_shell_get_selected_item()
629e310... app: port GimpOverlayBox to GtkStyleContext
500088d... app: port GimpOverlayFrame to GtkStyleContext
9aa5d92... app: port GimpScaleButton to GtkStyleContext
3877fa8... libgimpwidgets: move all GimpPickButton members to a privat
f877a84... libgimpwidgets: move all GimpColorArea members to a private
1f92a99... libgimpwidgets: move all GimpOffsetArea members to a privat
6904dbf... libgimpwidgets: move padding members from instance to class
fb0c7dd... libgimpwidgets: move all GimpButton members to a private st
8428b3e... libgimpwidgets: move all GimpCellRendererColor members to a
3c8ed2b... libgimpwidgets: move all GimpColorButton members to a priva
6404b1e... libgimpwidgets: move all GimpCellRendererToggle members to
b029ade... libgimpwidgets: move all GimpChainButton members to a priva
c70d0b1... libgimpwidgets: move all GimpBrowser members to a private s
2071fd8... libgimpwidgets: move all GimpColorDisplay members to a priv
92ceeff... libgimpwidgets: move all GimpColorDisplayStack members to a
eb5102e... libgimpwidgets: move all GimpColorHexEntry members to a pri
16b5a5f... libgimpwidgets: add padding
9235435... libgimpwidgets: move all GimpColorNotebook members to a pri
f7a8976... libgimpwidgets: move all GimpColorScale members to a privat
ee8d378... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
60ec280... libgimpwidgets: move all GimpColorSelection members to a pr
6035147... libgimpwidgets: move all GimpEnumLabel members to a private
bc22efd... app: don't use style->black and style->white
279d0f6... libgimpwidgets: move all GimpMemsizeEntry members to a priv
7385803... app: port GimpStrokeEditor to GtkStyleContext
e48e3b1... app: port GimpPaletteView to GtkStyleContext
5ea541d... plug-ins: don't use style->black and style->white
eeaaef4... libgimpwidgets: move all GimpColorProfileStore members to a
4a004e5... app: port GimpDockWindow to GtkStyleContext
20c6cd9... app: port GimpToolEditor to GtkStyleContext
ea4c3df... app: use gtk_widget_override_font() instead of modify_font(
366afc1... app: port GimpThumbBox to GtkStyleContext
cb3df45... Implement GtkWidget::style_updated() instead of ::style_set
6237e84... app: port GimpHistogramView to GtkStyleContext
f7199d6... app: port GimpTagEntry to GtkStyleContext
b0e847f... app: always ask the master device for its axes or state
2c4d011... app: when checking for a device change, check the event's s
8877615... app: remove obsolete device checks from GimpToolbox
634fd2e... app: port GimpColorFrame away from GtkStyle, using a new st
22b7e9a... app: remove call to gtk_widget_style_attach() from GimpOver
890944d... app: port GimpOverlayChild to GtkStyleContext
b665ada... Port cell renderers to gtk_cell_renderer_get_state()
60d248c... app: port GimpCellRendererDashes to GtkStyleContext
5b17c6d... app: add gimp_get_style_color() to simplify GdkRGBA style p
a1e6abb... app: add style property and default CSS for GimpHistogramVi
c1eefdc... app: port GimpCurveView to GtkStyleContext
0fed310... themes: document the new GimpHistogramView property in the
3da02f8... app: define all GimpHistogramView colors via style properti
c05c9f9... themes: document the new stlye properties and indent the CS
60bc680... app: increase the priority of the theme CSS by 1
c6fba5f... app: port GimpComboTagEntry to GtkStyleContext
c904a1b... configure.ac: use the new GTK_CHECK_BACKEND() macro
eefe9f2... plug-ins: port map-object to GTK+ 3.x
62b9e9c... app: use GdkRGBA instead of GdkColor in some places
1a512d9... app: remove gimp_rgb_get,set_gdk_color()
d31af4a... app: port the text tool editor's preedit popup to GtkStyleC
6d48c97... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
f8ce052... app: gimp_print_event(): add the device to the event debug
5c6efa0... app: gimp_device_info_get_device_coords(): workaround for X
ba54790... app: make input devices, grabs and therefore generally tool
481a267... app: use gdk_device_get_position() inetad of gdk_display_ge
620d7e6... app: remove some forgotten #undef GSEAL_ENABLE
c0b1ef9... app: let the file dialog expand/collapse with the file type
3ed98ae... app: port GimpGradientEditor to GtkSyleContext
118d773... app: port GimpHistogramView to gdk_device_grab()/ungrab()
335f966... app: port GimpNavigationEditor to GtkStyleContext
f552d8b... app: port GimpTagPopup to GtkStyleContext
48f1771... app: GimpDock: port font size modification to GtkCssProvide
7cf8051... plug-ins: s/GtkObject/GtkAdjustment/
faa46e4... app: implement GtkContainer::get_path_for_child() in GimpMe
f0017c6... devel-docs: make the shooter tool at least build again (unt
00f1abb... app: don't use "size-request" for the toolbox' wilber, it's
463fa0c... app: themes.c: add #if 0-ed switch to dark theme variant
e3e05ae... Incomplete notebook and tab theming commit, to be improved
24db34a... themes: set an explicit background for rulers
26dd985... app: make the statusbar's progress label visible again
ec30895... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
e422d56... app: port wilber drawing to GtkStyleContext
1cb4ff4... modules: port GimpColorWheel to GTK+ 3.x
6705205... Unkommented settings for preferring a dark GTK+ theme.
283142e... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
fb5f89d... Use GTK+3 gtk_get_locale_direction() function instead of cu
c4c79e9... app: port GimpCircle and subclasses to GTK+ 3
981f603... app: remove GTK_OBJECT() case in GimpPopup
6f7fb9e... libgimpwidgets: #if 0 more stuff in gimp3migration
0c925c3... foo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]