[gimp] (227 commits) Created branch gtk3-port



The branch 'gtk3-port' was created.

Summary of new commits:

  ac6a20d... Switch to version 3.0 in a lot of places and depend on GTK+
  c9e22d7... libgimpwidgets: remove deprecated files from the build
  6416eb9... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  77e4c3b... libgimpwidgets: port virtual functions to GTK+ 3.0
  964adbf... libgimpwidgets: port virtual functions to GTK+ 3.0
  ab6d720... libgimpwidgets: port to GtkWidget::draw()
  f9e59d7... libgimpwidgets: port to GtkWidget::draw()
  9760a29... libgimpwidgets: port to GtkWidget::draw()
  eb14d19... libgimpwidgets: s/GtkObject/GtkAdjustment/
  4220831... libgimpwidgets: port to GtkWidget::draw()
  3ae66d3... libgimpwidgets: remove deprecated functions and s/GtkObject
  9c324a9... libgimpwidgets: remove deprecated files completely
  edb1af4... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  f317315... app: port to GtkWidget::draw()
  526ad48... app: remove GTK_OBJECT() cast
  d01ab55... app: port to GtkWidget::draw()
  26fd6f4... app: port to GtkWidget::draw()
  0cc30fc... app: port virtual functions to GTK+ 3.0 API
  777a618... app: get rid of a GTK_OBJECT() cast
  aead8cf... app: port to GtkWidget::draw()
  f8fd12f... app: port to GtkWidget::draw()
  5591aca... app: port to GtkWidget::draw()
  776101d... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  37446ca... app: port to GtkWidget::draw()
  5d26299... app: s/GtkObject/GtkAdjustment/
  ccd848d... app: port to GtkWidget::draw()
  e476d65... app: port GimpNavigationView to GtkWidget::draw()
  e99624d... app: port GimpPaletteView to GtkWidget::draw()
  5aba61d... app: port to GtkWidget::draw()
  19c98fa... app: get rid of GtkObject in GimpUIManager
  e360201... app: port to GtkWidget::draw()
  1db9115... app: no need to alloc colors any longer, GdkColormap is gon
  a3c8518... app: port call to gtk_paint_arrow() to GTK+ 3.0
  4564264... app: port device management to GdkDeviceManager
  fcaa181... app: remove obsolete (GtkObject **) casts
  4a2bafc... app: use gtk_widget_get_preferred_size() instead of size_re
  32ba343... app: port GimpScalComboBox to GTK+ 3.0
  2d980e2... app: use gtk_widget_get_preferred_size() instead of size_re
  9a9a6fe... libgimpwidgets: port GimpFrame to GTK+ 3.0
  1c1c31d... app: port tools to GTK+ 3.0 (trivial changes only)
  3625091... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  6508e32... app: pass the cairo_region_t to gdk_window_invalidate_regio
  9340468... app: use GdkDeviceManager to list devices
  f31641c... app: port to GtkWidget::draw()
  4602182... app: remove calls to colormap functions, they are gone
  6a3fbdd... libgimpwidgets: get rid of (GtkObject **) casts
  0ad3211... app: port the splash to GTK+ 3.0
  27dfbd9... libgimpwidgets: port the ruler to GTK+ 3.0
  fb03c74... libgimpwidgets: port to GtkWidget::draw()
  a63bc8c... app: port to GtkWidget::draw()
  c443379... app: port the overlay stuff to GTK+ 3.0
  88a8a74... app: use the container icon view, the grid view is not GTK+
  f9b8553... app: port to GtkWidget::draw() (incompletely)
  51ffffb... app: remove call to gtk_statusbar_set_has_resize_grip()
  b14b261... app: port the tag entry to GTK+ 3.0
  f32bc70... app: port to GtkWidget::draw() but disable the code inside 
  0095a69... app: can't set the scale combo entry's properties in init()
  741b2ec... app: port to GtkWidget::draw()
  dd9cbca... libgimpwidgets: port to GtkWidget::draw()
  198940b... modules: s/GtkObject/GtkAdjustment/
  ab88c87... app: didn't completely commit the display shell expose() ->
  a0c58f0... app: fix canvas double buffering using cairo_push,pop_group
  5eeeb97... script-fu: port to GTK+ 3.0
  b8abbaf... app: port to GtkWidget::draw()
  e0a45ab... app: passing -1 as width/height to gtk_paint_box() no longe
  017eb80... app: port popup arrow drawing to cairo and get rid of the a
  c0d5aa1... app: remove GimpContainerGridView from the build entirely
  19bee49... modules: port to GtkWidget::draw()
  d49a84e... libgimpwidgets: port to GtkWidget::draw()
  b2b5b58... libgimp: port to GtkWidget::draw()
  8f4a6e1... app: don't translate to allocation.x,y
  c3eba55... app: port to GtkWidget::draw()
  8b419c7... app: forgot to remove a cairo_destroy() in draw()
  136803a... app: port to GtkWidget::draw()
  ddf1c11... app: GtkEntry turned into a no-window widget
  0e95c44... app: use the new GtkScrollable API instead of deprecated tr
  a78716d... app: cairo_save()/restore() around chaining up in draw()
  f14e6f1... app: add ugly workaround to make the icon view adapt to vie
  de82f01... plug-ins: lots of trivial GTK+ 3.0 porting
  6ba19ef... plug-ins: port jpeg-save to GTK+ 3.0
  807d695... plug-ins: port file-png to GTK+ 3.0
  fce9988... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  e9c29c8... plug-ins: more s/GtkObject/GtkAdjustment/
  c523dd1... plug-ins: port some more plug-ins to GTK+ 3.0
  d785e55... app: port the colormap editor to GTK+ 3.0
  41337df... app: remove GtkWrapBox
  31642ae... libgimpwidgets: port to the new size request API
  ad9832b... app: port to the new size request API
  2733529... plug-ins: port the print preview to the new size request AP
  3369cbf... plug-ins: port sphere-designer to GtkWidget::draw()
  688f23b... plug-ins: port cml-explorer to GtkWidget::draw()
  a1ba0c4... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop 
  c9429a0... plug-ins: port lighting to GTK+ 3.0
  0bc713e... plug-ins: port the unit-editor to GtkScrollable
  8b144fa... app: fix GimpOverlayDialog's minimum height
  9611640... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  df77891... app: don't connect to "size-requst" because that's deprecat
  0ba9c12... app: port GimpSpinScale to GTK+ 3.0
  a949dc0... app: skip keyboard devices so the device list becomes reaso
  ad8a86f... app: implement proper height-for-width in GimpToolPalette
  df07c09... app: use GdkDevice accessors
  8555de3... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  57c1213... app: put the toolbox' areas into a box until we decided abo
  96f0c87... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  738f567... app: port the device sort function to GdkDeviceManager
  4edd488... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  84575bb... app: change the list of available devices to something that
  888b24d... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  60105dd... libgimpwidgets: port GimpChainButton to GtkStyleContext
  46c796a... libgimpwidgets: port GimpColorArea to GtkStyleContext
  054c602... libgimpwidgets: port GimpColorScale to GtkStyleContext
  f13eeb3... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  01c9891... libgimpwidgets: port GimpRuler to GtkStyleContext
  6c721cf... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  6c0b57b... app: port GimpBlobEditor to GtkStyleContext
  da7fd4f... app: port setting the canvas padding color to GtkStyleConte
  a009779... app: port GimpPanedBox to GtkStyleContext
  d56083d... app: port GimpContainerIconView to GtkStyleContext
  329b021... app: port GimpContainerTreeView to GtkStyleContext
  dbf10f5... app: port GimpColormapEditor to GtkStyleContext
  0579ab4... app: port GimpComponentEditor to GtkStyleContext
  4610754... app: port GimpFgBgEditor to GtkStyleContext
  162647c... app: port GimpFgBgView to GtkStyleContext
  3f6f005... app: port gimp_get_icon_size() to GtkStyleContext
  07e36a7... app: port GimpContainerBox to GtkStyleContext
  7cbec9a... app: port GimpDashEditor to GtkStyleContext
  a250852... app: remove calls to gtk_widget_get,set_extension_events()
  d5e4a5a... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  e1fd67a... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  a9741df... app: port the about dialog to GtkStyleContext
  7535808... modules: remove call to gtk_widget_set_extension_events()
  8cc73e7... libgimpwidgets: implement GtkWidget::state_flags_changed()
  e669b83... libgimpwidgets: implement GtkWidget::style_updated() instea
  4ae9652... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  8ca69e7... app: use gdk_drag_context_get_source_window()
  a085a7b... app: use gdk_drag_context_get_selected_action() instead of 
  c730f9b... app: port GimpSpinScale to GtkStyleContext
  c07c412... app: implement GtkWidget::style_updated() instead of style_
  d795508... port gtkrc files to CSS (incompletely and stuff commented o
  5432606... Port theme and gtkrc file loading to CSS files using GtkCss
  bac117d... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
  f6c5f16... app: copy gimp.css instead of gtkrc to the user's gimp dire
  a474d4a... app: check whether child widgets exist in GtkWidget::style_
  ff31f2f... Replace gdk_cursor_unref() with g_object_unref()
  2655bc1... app: use gtk_menu_shell_get_selected_item()
  1670869... app: port GimpOverlayBox to GtkStyleContext
  81b84c4... app: port GimpOverlayFrame to GtkStyleContext
  ce3b64d... app: port GimpScaleButton to GtkStyleContext
  bd60d08... libgimpwidgets: move all GimpPickButton members to a privat
  c4a9fb6... libgimpwidgets: move all GimpColorArea members to a private
  48fe9df... libgimpwidgets: move all GimpOffsetArea members to a privat
  4554958... libgimpwidgets: move padding members from instance to class
  b1638f4... libgimpwidgets: move all GimpButton members to a private st
  ab73bcb... libgimpwidgets: move all GimpCellRendererColor members to a
  9baf3a1... libgimpwidgets: move all GimpColorButton members to a priva
  e72c343... libgimpwidgets: move all GimpCellRendererToggle members to 
  e060589... libgimpwidgets: move all GimpChainButton members to a priva
  1b161f9... libgimpwidgets: move all GimpBrowser members to a private s
  e9bd86c... libgimpwidgets: move all GimpColorDisplay members to a priv
  d183fcf... libgimpwidgets: move all GimpColorDisplayStack members to a
  8b59b9e... libgimpwidgets: move all GimpColorHexEntry members to a pri
  4946cac... libgimpwidgets: add padding
  05797f3... libgimpwidgets: move all GimpColorNotebook members to a pri
  20ed5f2... libgimpwidgets: move all GimpColorScale members to a privat
  43075b1... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  01ee08e... libgimpwidgets: move all GimpColorSelection members to a pr
  46d0c93... libgimpwidgets: move all GimpEnumLabel members to a private
  4990ce8... app: don't use style->black and style->white
  70dfae1... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  8c948da... app: port GimpStrokeEditor to GtkStyleContext
  9bd4dd7... app: port GimpPaletteView to GtkStyleContext
  6fa7f72... plug-ins: don't use style->black and style->white
  3103d8d... libgimpwidgets: move all GimpColorProfileStore members to a
  dc2f9e1... app: port GimpDockWindow to GtkStyleContext
  ecb18aa... app: port GimpToolEditor to GtkStyleContext
  0300920... app: use gtk_widget_override_font() instead of modify_font(
  f0dd6ef... app: port GimpThumbBox to GtkStyleContext
  a655b9c... Implement GtkWidget::style_updated() instead of ::style_set
  155ceb2... app: port GimpHistogramView to GtkStyleContext
  aa83078... app: port GimpTagEntry to GtkStyleContext
  c4c0b60... app: always ask the master device for its axes or state
  25d0b42... app: when checking for a device change, check the event's s
  41011f5... app: remove obsolete device checks from GimpToolbox
  2d669bd... app: port GimpColorFrame away from GtkStyle, using a new st
  2042c0a... app: remove call to gtk_widget_style_attach() from GimpOver
  df1e016... app: port GimpOverlayChild to GtkStyleContext
  e9df1d8... Port cell renderers to gtk_cell_renderer_get_state()
  c139dfd... app: port GimpCellRendererDashes to GtkStyleContext
  c90985a... app: add gimp_get_style_color() to simplify GdkRGBA style p
  24ef5dc... app: add style property and default CSS for GimpHistogramVi
  9d6e865... app: port GimpCurveView to GtkStyleContext
  fc0fa21... themes: document the new GimpHistogramView property in the 
  eee8573... app: define all GimpHistogramView colors via style properti
  89ebfee... themes: document the new stlye properties and indent the CS
  a8d31d9... app: increase the priority of the theme CSS by 1
  814bbd7... app: port GimpComboTagEntry to GtkStyleContext
  f434af2... configure.ac: use the new GTK_CHECK_BACKEND() macro
  613fb99... plug-ins: port map-object to GTK+ 3.x
  d4ad99a... app: use GdkRGBA instead of GdkColor in some places
  efcce01... app: remove gimp_rgb_get,set_gdk_color()
  85bb6d3... app: port the text tool editor's preedit popup to GtkStyleC
  89477c8... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  e5382e8... app: gimp_print_event(): add the device to the event debug 
  49191ef... app: gimp_device_info_get_device_coords(): workaround for X
  46a54b9... app: make input devices, grabs and therefore generally tool
  ba7d4b5... app: use gdk_device_get_position() inetad of gdk_display_ge
  9f7f525... app: remove some forgotten #undef GSEAL_ENABLE
  2d4627e... app: let the file dialog expand/collapse with the file type
  0f52003... app: port GimpGradientEditor to GtkSyleContext
  f47e8d0... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  4380022... app: port GimpNavigationEditor to GtkStyleContext
  88c9b1f... app: port GimpTagPopup to GtkStyleContext
  bd97274... app: GimpDock: port font size modification to GtkCssProvide
  4cb4f53... plug-ins: s/GtkObject/GtkAdjustment/
  cf8b680... app: implement GtkContainer::get_path_for_child() in GimpMe
  d9d6ae0... devel-docs: make the shooter tool at least build again (unt
  342b27a... app: don't use "size-request" for the toolbox' wilber, it's
  f1dac73... app: themes.c: add #if 0-ed switch to dark theme variant
  ff1ee24... Incomplete notebook and tab theming commit, to be improved
  00472f1... themes: set an explicit background for rulers
  014ec57... app: make the statusbar's progress label visible again
  bb2d8f8... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
  b965480... app: port wilber drawing to GtkStyleContext
  987fa9c... modules: port GimpColorWheel to GTK+ 3.x
  eda62ea... Unkommented settings for preferring a dark GTK+ theme.
  e117dfd... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
  fc14fcd... foo


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]