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



The branch 'gtk3-port' was created.

Summary of new commits:

  e21b4ec... Switch to version 3.0 in a lot of places and depend on GTK+
  f7d5fbd... libgimpwidgets: remove deprecated files from the build
  cb6fab0... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  965ab67... libgimpwidgets: port virtual functions to GTK+ 3.0
  f34026c... libgimpwidgets: port virtual functions to GTK+ 3.0
  d67ec2b... libgimpwidgets: port to GtkWidget::draw()
  9185ebf... libgimpwidgets: port to GtkWidget::draw()
  3ff5c9c... libgimpwidgets: port to GtkWidget::draw()
  49d7e7d... libgimpwidgets: s/GtkObject/GtkAdjustment/
  f9a611c... libgimpwidgets: port to GtkWidget::draw()
  8a6f4da... libgimpwidgets: remove deprecated functions and s/GtkObject
  5306da7... libgimpwidgets: remove deprecated files completely
  4ac0572... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  ea7271b... app: port to GtkWidget::draw()
  2856ba2... app: remove GTK_OBJECT() cast
  e1df13e... app: port to GtkWidget::draw()
  df01668... app: port to GtkWidget::draw()
  025c2a3... app: port virtual functions to GTK+ 3.0 API
  00e1d14... app: get rid of a GTK_OBJECT() cast
  4be9209... app: port to GtkWidget::draw()
  28c7390... app: port to GtkWidget::draw()
  fd7c472... app: port to GtkWidget::draw()
  d88f11b... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  31d57e5... app: port to GtkWidget::draw()
  78cee33... app: s/GtkObject/GtkAdjustment/
  462bd7c... app: port to GtkWidget::draw()
  7247a57... app: port GimpNavigationView to GtkWidget::draw()
  deafd4c... app: port GimpPaletteView to GtkWidget::draw()
  4335535... app: port to GtkWidget::draw()
  fa13dea... app: get rid of GtkObject in GimpUIManager
  a94b417... app: port to GtkWidget::draw()
  804c9c7... app: no need to alloc colors any longer, GdkColormap is gon
  fcdbcc3... app: port call to gtk_paint_arrow() to GTK+ 3.0
  471e26c... app: port device management to GdkDeviceManager
  63ea44d... app: remove obsolete (GtkObject **) casts
  6fbeb63... app: use gtk_widget_get_preferred_size() instead of size_re
  4e1baf7... app: port GimpScalComboBox to GTK+ 3.0
  ac4bd77... app: use gtk_widget_get_preferred_size() instead of size_re
  7fc024a... libgimpwidgets: port GimpFrame to GTK+ 3.0
  e4cfcfd... app: port tools to GTK+ 3.0 (trivial changes only)
  2fc7f1f... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  34ffca7... app: pass the cairo_region_t to gdk_window_invalidate_regio
  428f402... app: use GdkDeviceManager to list devices
  5e236f1... app: port to GtkWidget::draw()
  0931efd... app: remove calls to colormap functions, they are gone
  347358d... libgimpwidgets: get rid of (GtkObject **) casts
  eda2fed... app: port the splash to GTK+ 3.0
  b4d8dfb... libgimpwidgets: port the ruler to GTK+ 3.0
  a0cdd6c... libgimpwidgets: port to GtkWidget::draw()
  5f7b78c... app: port to GtkWidget::draw()
  0b52328... app: port the overlay stuff to GTK+ 3.0
  392eb4f... app: use the container icon view, the grid view is not GTK+
  de1b2af... app: port to GtkWidget::draw() (incompletely)
  5bde101... app: remove call to gtk_statusbar_set_has_resize_grip()
  f393904... app: port the tag entry to GTK+ 3.0
  204c3f4... app: port to GtkWidget::draw() but disable the code inside 
  a42e4e7... app: can't set the scale combo entry's properties in init()
  c7962a0... app: port to GtkWidget::draw()
  bf5da02... libgimpwidgets: port to GtkWidget::draw()
  90fe9ab... modules: s/GtkObject/GtkAdjustment/
  2a5f536... app: didn't completely commit the display shell expose() ->
  29ebf64... script-fu: port to GTK+ 3.0
  8cee385... app: port to GtkWidget::draw()
  5ff57e1... app: passing -1 as width/height to gtk_paint_box() no longe
  616c3d7... app: port popup arrow drawing to cairo and get rid of the a
  f32d5f0... app: remove GimpContainerGridView from the build entirely
  d19a386... modules: port to GtkWidget::draw()
  87c9556... libgimpwidgets: port to GtkWidget::draw()
  3933625... libgimp: port to GtkWidget::draw()
  4d8bd3a... app: don't translate to allocation.x,y
  febad9e... app: port to GtkWidget::draw()
  c8f2523... app: forgot to remove a cairo_destroy() in draw()
  dea9ea6... app: port to GtkWidget::draw()
  dbf8378... app: GtkEntry turned into a no-window widget
  8f68da9... app: use the new GtkScrollable API instead of deprecated tr
  ba2a803... app: cairo_save()/restore() around chaining up in draw()
  6d84bf0... app: add ugly workaround to make the icon view adapt to vie
  f428f66... plug-ins: lots of trivial GTK+ 3.0 porting
  d3cfe3a... plug-ins: port jpeg-save to GTK+ 3.0
  f4636e9... plug-ins: port file-png to GTK+ 3.0
  8de3bea... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  d79f63a... plug-ins: more s/GtkObject/GtkAdjustment/
  4d52ccf... plug-ins: port some more plug-ins to GTK+ 3.0
  8f502fd... app: port the colormap editor to GTK+ 3.0
  ca238c0... app: remove GtkWrapBox
  d0499ba... libgimpwidgets: port to the new size request API
  e33e549... app: port to the new size request API
  a12fd31... plug-ins: port the print preview to the new size request AP
  ec8dc08... plug-ins: port sphere-designer to GtkWidget::draw()
  6cacb53... plug-ins: port cml-explorer to GtkWidget::draw()
  beb9b89... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop 
  b66dd21... plug-ins: port lighting to GTK+ 3.0
  5d9a8c6... plug-ins: port the unit-editor to GtkScrollable
  1870cc3... app: fix GimpOverlayDialog's minimum height
  f9c073f... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  846f6ba... app: don't connect to "size-requst" because that's deprecat
  6657831... app: port GimpSpinScale to GTK+ 3.0
  838b44f... app: skip keyboard devices so the device list becomes reaso
  c9581f3... app: implement proper height-for-width in GimpToolPalette
  0a38bb3... app: use GdkDevice accessors
  92d989b... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  f75435e... app: put the toolbox' areas into a box until we decided abo
  31afd45... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  0c53b06... app: port the device sort function to GdkDeviceManager
  34c8753... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  1ad94d6... app: change the list of available devices to something that
  b2a2de6... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  e80bfda... libgimpwidgets: port GimpChainButton to GtkStyleContext
  3cbf7e4... libgimpwidgets: port GimpColorArea to GtkStyleContext
  9e1de34... libgimpwidgets: port GimpColorScale to GtkStyleContext
  28b5dcb... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  ae83766... libgimpwidgets: port GimpRuler to GtkStyleContext
  d0a866e... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  c1e19f8... app: port GimpBlobEditor to GtkStyleContext
  2eec1cd... app: port setting the canvas padding color to GtkStyleConte
  e277cec... app: port GimpPanedBox to GtkStyleContext
  0bbd9d4... app: port GimpContainerIconView to GtkStyleContext
  6fff6b8... app: port GimpContainerTreeView to GtkStyleContext
  812641e... app: port GimpColormapEditor to GtkStyleContext
  dac7572... app: port GimpComponentEditor to GtkStyleContext
  2c48f74... app: port GimpFgBgEditor to GtkStyleContext
  0370910... app: port GimpFgBgView to GtkStyleContext
  5d3c552... app: port gimp_get_icon_size() to GtkStyleContext
  65b531e... app: port GimpContainerBox to GtkStyleContext
  10e4b30... app: port GimpDashEditor to GtkStyleContext
  d1bf7ba... app: remove calls to gtk_widget_get,set_extension_events()
  199a570... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  55d4691... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  8255a47... app: port the about dialog to GtkStyleContext
  77d1958... modules: remove call to gtk_widget_set_extension_events()
  eaa7617... libgimpwidgets: implement GtkWidget::state_flags_changed()
  e0075aa... libgimpwidgets: implement GtkWidget::style_updated() instea
  c236a57... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  777248b... app: use gdk_drag_context_get_source_window()
  1279329... app: use gdk_drag_context_get_selected_action() instead of 
  928c37a... app: port GimpSpinScale to GtkStyleContext
  d3ccea4... app: implement GtkWidget::style_updated() instead of style_
  5c414ca... port gtkrc files to CSS (incompletely and stuff commented o
  2c0c20a... Port theme and gtkrc file loading to CSS files using GtkCss
  ae55327... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
  6e6e7b7... app: copy gimp.css instead of gtkrc to the user's gimp dire
  95cb266... app: check whether child widgets exist in GtkWidget::style_
  46edb77... Replace gdk_cursor_unref() with g_object_unref()
  9c05b14... app: use gtk_menu_shell_get_selected_item()
  d48556e... app: port GimpOverlayBox to GtkStyleContext
  8c42aed... app: port GimpOverlayFrame to GtkStyleContext
  6b60e6d... app: port GimpScaleButton to GtkStyleContext
  54f9ed2... libgimpwidgets: move all GimpPickButton members to a privat
  3fd8ac0... libgimpwidgets: move all GimpColorArea members to a private
  6204b20... libgimpwidgets: move all GimpOffsetArea members to a privat
  ff165ca... libgimpwidgets: move padding members from instance to class
  fb50a64... libgimpwidgets: move all GimpButton members to a private st
  d523882... libgimpwidgets: move all GimpCellRendererColor members to a
  d2a88bd... libgimpwidgets: move all GimpColorButton members to a priva
  0129022... libgimpwidgets: move all GimpCellRendererToggle members to 
  c830721... libgimpwidgets: move all GimpChainButton members to a priva
  61a386e... libgimpwidgets: move all GimpBrowser members to a private s
  3d569f0... libgimpwidgets: move all GimpColorDisplay members to a priv
  ede6467... libgimpwidgets: move all GimpColorDisplayStack members to a
  c1ce4c9... libgimpwidgets: move all GimpColorHexEntry members to a pri
  6e7747e... libgimpwidgets: add padding
  6d63d29... libgimpwidgets: move all GimpColorNotebook members to a pri
  0ad2d7f... libgimpwidgets: move all GimpColorScale members to a privat
  5f7907e... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  a39f127... libgimpwidgets: move all GimpColorSelection members to a pr
  f428701... libgimpwidgets: move all GimpEnumLabel members to a private
  f4a8bd6... app: don't use style->black and style->white
  04ec89b... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  4d6904f... app: port GimpStrokeEditor to GtkStyleContext
  d407ce4... app: port GimpPaletteView to GtkStyleContext
  eb810d4... plug-ins: don't use style->black and style->white
  0dcfb08... libgimpwidgets: move all GimpColorProfileStore members to a
  e53d835... app: port GimpDockWindow to GtkStyleContext
  8faac56... app: port GimpToolEditor to GtkStyleContext
  ccae202... app: use gtk_widget_override_font() instead of modify_font(
  340dbee... app: port GimpThumbBox to GtkStyleContext
  d38dd0f... Implement GtkWidget::style_updated() instead of ::style_set
  224ceed... app: port GimpHistogramView to GtkStyleContext
  9730d9f... app: port GimpTagEntry to GtkStyleContext
  75a6e40... app: always ask the master device for its axes or state
  188bf16... app: when checking for a device change, check the event's s
  67e1a53... app: remove obsolete device checks from GimpToolbox
  6757e18... app: port GimpColorFrame away from GtkStyle, using a new st
  2723255... app: remove call to gtk_widget_style_attach() from GimpOver
  28df312... app: port GimpOverlayChild to GtkStyleContext
  4ac3df0... Port cell renderers to gtk_cell_renderer_get_state()
  eb90f44... app: port GimpCellRendererDashes to GtkStyleContext
  b3db152... app: add gimp_get_style_color() to simplify GdkRGBA style p
  8756472... app: add style property and default CSS for GimpHistogramVi
  9e4d6e2... app: port GimpCurveView to GtkStyleContext
  fe3b260... themes: document the new GimpHistogramView property in the 
  cfd4006... app: define all GimpHistogramView colors via style properti
  6c1e262... themes: document the new stlye properties and indent the CS
  7f66af4... app: increase the priority of the theme CSS by 1
  270d120... app: port GimpComboTagEntry to GtkStyleContext
  fcd980e... configure.ac: use the new GTK_CHECK_BACKEND() macro
  9f83a57... plug-ins: port map-object to GTK+ 3.x
  785cb5d... app: use GdkRGBA instead of GdkColor in some places
  a2813ab... app: remove gimp_rgb_get,set_gdk_color()
  a04f8f9... app: port the text tool editor's preedit popup to GtkStyleC
  0b32c42... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  353f3ed... app: gimp_print_event(): add the device to the event debug 
  a9a76d8... app: gimp_device_info_get_device_coords(): workaround for X
  ef2312f... app: make input devices, grabs and therefore generally tool
  393290d... app: use gdk_device_get_position() inetad of gdk_display_ge
  1f2d9f9... app: remove some forgotten #undef GSEAL_ENABLE
  82c50b8... app: let the file dialog expand/collapse with the file type
  3ab1c20... app: port GimpGradientEditor to GtkSyleContext
  64c8bce... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  0a835c3... app: port GimpNavigationEditor to GtkStyleContext
  eb023cb... app: port GimpTagPopup to GtkStyleContext
  cfac5c1... app: GimpDock: port font size modification to GtkCssProvide
  5ce693d... plug-ins: s/GtkObject/GtkAdjustment/
  6ca5017... app: implement GtkContainer::get_path_for_child() in GimpMe
  1939bcb... devel-docs: make the shooter tool at least build again (unt
  f1650e0... app: don't use "size-request" for the toolbox' wilber, it's
  557da6e... app: themes.c: add #if 0-ed switch to dark theme variant
  f07e2a7... Incomplete notebook and tab theming commit, to be improved
  b2cc163... themes: set an explicit background for rulers
  307273e... app: make the statusbar's progress label visible again
  c26f729... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
  4ac9a2e... app: port wilber drawing to GtkStyleContext
  e34f606... modules: port GimpColorWheel to GTK+ 3.x
  4013af5... Unkommented settings for preferring a dark GTK+ theme.
  ec6bae4... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
  7a4ad4c... foo


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