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



The branch 'gtk3-port' was created.

Summary of new commits:

  b6af54e... Switch to version 3.0 in a lot of places and depend on GTK+
  a425a4e... libgimpwidgets: remove deprecated files from the build
  ab34ea5... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  99cb266... libgimpwidgets: port virtual functions to GTK+ 3.0
  241c772... libgimpwidgets: port virtual functions to GTK+ 3.0
  91f07ae... libgimpwidgets: port to GtkWidget::draw()
  c145ed8... libgimpwidgets: port to GtkWidget::draw()
  a23ed42... libgimpwidgets: port to GtkWidget::draw()
  22939cc... libgimpwidgets: s/GtkObject/GtkAdjustment/
  9432bb4... libgimpwidgets: port to GtkWidget::draw()
  9b5e76a... libgimpwidgets: remove deprecated functions and s/GtkObject
  0f08144... libgimpwidgets: remove deprecated files completely
  2706d89... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  686dc17... app: port to GtkWidget::draw()
  c334d04... app: remove GTK_OBJECT() cast
  bf510ea... app: port to GtkWidget::draw()
  a8570f4... app: port to GtkWidget::draw()
  23551fe... app: port virtual functions to GTK+ 3.0 API
  c7d20f9... app: get rid of a GTK_OBJECT() cast
  3248064... app: port to GtkWidget::draw()
  a9e83f4... app: port to GtkWidget::draw()
  6f4e191... app: port to GtkWidget::draw()
  fd2cbfb... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  5d7853e... app: port to GtkWidget::draw()
  0100d8f... app: s/GtkObject/GtkAdjustment/
  d029256... app: port to GtkWidget::draw()
  287ae1b... app: port GimpNavigationView to GtkWidget::draw()
  97a360a... app: port GimpPaletteView to GtkWidget::draw()
  7bbe38b... app: port to GtkWidget::draw()
  e6d7694... app: get rid of GtkObject in GimpUIManager
  9f54622... app: port to GtkWidget::draw()
  9f8ca3b... app: no need to alloc colors any longer, GdkColormap is gon
  d935f82... app: port call to gtk_paint_arrow() to GTK+ 3.0
  3fab98e... app: port device management to GdkDeviceManager
  1ba1f26... app: remove obsolete (GtkObject **) casts
  651b7a9... app: use gtk_widget_get_preferred_size() instead of size_re
  a94abcd... app: port GimpScalComboBox to GTK+ 3.0
  bda8168... app: use gtk_widget_get_preferred_size() instead of size_re
  1f254c8... libgimpwidgets: port GimpFrame to GTK+ 3.0
  8b30fa5... app: port tools to GTK+ 3.0 (trivial changes only)
  e698a8d... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  63e7d9a... app: pass the cairo_region_t to gdk_window_invalidate_regio
  ed104a1... app: use GdkDeviceManager to list devices
  f9c4c24... app: use GdkDeviceManager API
  3dbff4e... app: port to GtkWidget::draw()
  4a5c238... app: remove calls to colormap functions, they are gone
  520d42b... libgimpwidgets: get rid of (GtkObject **) casts
  6fda818... app: port the splash to GTK+ 3.0
  f3df8b3... libgimpwidgets: port the ruler to GTK+ 3.0
  19de0f0... libgimpwidgets: port to GtkWidget::draw()
  ae37319... app: port to GtkWidget::draw()
  27dcd7f... app: port the overlay stuff to GTK+ 3.0
  d5244b0... app: use the container icon view, the grid view is not GTK+
  44df193... app: port to GtkWidget::draw() (incompletely)
  e82b0dc... app: remove call to gtk_statusbar_set_has_resize_grip()
  ac760d2... app: port the tag entry to GTK+ 3.0
  1bd23f8... app: port to GtkWidget::draw() but disable the code inside 
  5ef6edb... app: can't set the scale combo entry's properties in init()
  3076cb6... app: port to GtkWidget::draw()
  a179488... libgimpwidgets: port to GtkWidget::draw()
  9da2204... modules: s/GtkObject/GtkAdjustment/
  ba0e1ab... app: didn't completely commit the display shell expose() ->
  507a4ae... app: fix display shell background drawing
  ddf80a2... app: fix canvas double buffering using cairo_push,pop_group
  23304ee... script-fu: port to GTK+ 3.0
  f95d7f7... app: port to GtkWidget::draw()
  1a47496... app: passing -1 as width/height to gtk_paint_box() no longe
  43203bd... app: port popup arrow drawing to cairo and get rid of the a
  3ca3110... app: remove GimpContainerGridView from the build entirely
  1721996... modules: port to GtkWidget::draw()
  17548e0... libgimpwidgets: port to GtkWidget::draw()
  d7f24b3... libgimp: port to GtkWidget::draw()
  1f4ccd9... app: don't translate to allocation.x,y
  e1b25b2... app: port to GtkWidget::draw()
  509eb5a... app: forgot to remove a cairo_destroy() in draw()
  8fc3410... app: port to GtkWidget::draw()
  4b64db4... app: GtkEntry turned into a no-window widget
  0ff72b8... app: use the new GtkScrollable API instead of deprecated tr
  0fe1fbc... app: cairo_save()/restore() around chaining up in draw()
  9359baf... app: add ugly workaround to make the icon view adapt to vie
  b4d31e4... plug-ins: lots of trivial GTK+ 3.0 porting
  48128e7... plug-ins: port jpeg-save to GTK+ 3.0
  cee398b... plug-ins: port file-png to GTK+ 3.0
  6595a8a... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  4fd8e69... plug-ins: more s/GtkObject/GtkAdjustment/
  c39ad12... plug-ins: port some more plug-ins to GTK+ 3.0
  f830867... app: port the colormap editor to GTK+ 3.0
  62c8093... app: remove GtkWrapBox
  cf815eb... libgimpwidgets: port to the new size request API
  8e5ff94... app: port to the new size request API
  936fc56... plug-ins: port the print preview to the new size request AP
  501a0e4... plug-ins: port sphere-designer to GtkWidget::draw()
  70b1c6f... plug-ins: port cml-explorer to GtkWidget::draw()
  4418aaf... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop 
  43c591b... plug-ins: port lighting to GTK+ 3.0
  b44ce8e... plug-ins: port the unit-editor to GtkScrollable
  aff0975... app: fix GimpOverlayDialog's minimum height
  80799b3... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  e694136... app: don't connect to "size-requst" because that's deprecat
  ac61720... app: port GimpSpinScale to GTK+ 3.0
  d4720eb... app: skip keyboard devices so the device list becomes reaso
  2cbe4df... app: implement proper height-for-width in GimpToolPalette
  e8d0865... app: use GdkDevice accessors
  ccda43e... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  86a0241... app: put the toolbox' areas into a box until we decided abo
  4b73280... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  cab26a5... app: port the device sort function to GdkDeviceManager
  da7c740... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  b44d6ff... app: change the list of available devices to something that
  d90e278... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  77c61fc... libgimpwidgets: port GimpChainButton to GtkStyleContext
  31edd85... libgimpwidgets: port GimpColorArea to GtkStyleContext
  a617e32... libgimpwidgets: port GimpColorScale to GtkStyleContext
  6fe9a75... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  1fc579e... libgimpwidgets: port GimpRuler to GtkStyleContext
  a3897c9... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  f69066b... modules: port ColorselWheel to GtkStyleContext
  3d0851e... app: port Wilber drawing to GtkStyleContext
  0cdfd1b... app: port GimpBlobEditor to GtkStyleContext
  2f1c834... app: port setting the canvas padding color to GtkStyleConte
  c81bf32... app: port GimpPanedBox to GtkStyleContext
  a097d70... app: port GimpContainerIconView to GtkStyleContext
  c6b3d0f... app: port GimpContainerTreeView to GtkStyleContext
  dbadd32... app: port GimpColormapEditor to GtkStyleContext
  86205e1... app: port GimpComponentEditor to GtkStyleContext
  c63a2dd... app: port GimpFgBgEditor to GtkStyleContext
  9c4330e... app: port GimpFgBgView to GtkStyleContext
  61c7c49... app: port gimp_get_icon_size() to GtkStyleContext
  f270dd8... app: port GimpContainerBox to GtkStyleContext
  0593db4... app: port GimpDashEditor to GtkStyleContext
  08307eb... app: remove calls to gtk_widget_get,set_extension_events()
  cb77cdf... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  5684de8... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  d9c2c1e... app: port the about dialog to GtkStyleContext
  a361541... modules: remove call to gtk_widget_set_extension_events()
  3c2fa65... libgimpwidgets: implement GtkWidget::state_flags_changed()
  c3777fd... libgimpwidgets: implement GtkWidget::style_updated() instea
  a5942f5... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  bbfd1aa... app: use gdk_drag_context_get_source_window()
  6d1de2b... app: use gdk_drag_context_get_selected_action() instead of 
  5ccdd43... app: port GimpSpinScale to GtkStyleContext
  89e21e5... app: implement GtkWidget::style_updated() instead of style_
  a933810... port gtkrc files to CSS (incompletely and stuff commented o
  a7ba1a2... Port theme and gtkrc file loading to CSS files using GtkCss
  50157d0... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
  6040b09... app: copy gimp.css instead of gtkrc to the user's gimp dire
  d723680... app: check whether child widgets exist in GtkWidget::style_
  2ec9233... Replace gdk_cursor_unref() with g_object_unref()
  0f5dd1d... app: use gtk_menu_shell_get_selected_item()
  f451ad1... app: port GimpOverlayBox to GtkStyleContext
  14e1c20... app: port GimpOverlayFrame to GtkStyleContext
  995f31e... app: port GimpScaleButton to GtkStyleContext
  5b5d938... libgimpwidgets: move all GimpPickButton members to a privat
  dac6a58... libgimpwidgets: move all GimpColorArea members to a private
  220e3f6... libgimpwidgets: move all GimpOffsetArea members to a privat
  93539aa... libgimpwidgets: move padding members from instance to class
  deac21b... libgimpwidgets: move all GimpButton members to a private st
  2796c8f... libgimpwidgets: move all GimpCellRendererColor members to a
  ef6799e... libgimpwidgets: move all GimpColorButton members to a priva
  2dc2d87... libgimpwidgets: move all GimpCellRendererToggle members to 
  f3cd9a9... libgimpwidgets: move all GimpChainButton members to a priva
  12b14ec... libgimpwidgets: move all GimpBrowser members to a private s
  d2cf001... libgimpwidgets: move all GimpColorDisplay members to a priv
  860b033... libgimpwidgets: move all GimpColorDisplayStack members to a
  1c9ac4f... libgimpwidgets: move all GimpColorHexEntry members to a pri
  b3f6d87... libgimpwidgets: add padding
  5fbff87... libgimpwidgets: move all GimpColorNotebook members to a pri
  15e2cdd... libgimpwidgets: move all GimpColorScale members to a privat
  8cfec31... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  6921faa... libgimpwidgets: move all GimpColorSelection members to a pr
  902a51f... libgimpwidgets: move all GimpEnumLabel members to a private
  b664a7b... app: don't use style->black and style->white
  54f13ab... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  c7bc637... app: port GimpStrokeEditor to GtkStyleContext
  858668e... app: port GimpPaletteView to GtkStyleContext
  22e796b... plug-ins: don't use style->black and style->white
  5b492d7... libgimpwidgets: move all GimpColorProfileStore members to a
  a459e92... app: port GimpDockWindow to GtkStyleContext
  d1c2667... app: port GimpToolEditor to GtkStyleContext
  23222dc... app: use gtk_widget_override_font() instead of modify_font(
  c8d505e... app: port GimpThumbBox to GtkStyleContext
  b17f3e9... Implement GtkWidget::style_updated() instead of ::style_set
  9ded6d6... app: port GimpHistogramView to GtkStyleContext
  c92f116... app: port GimpTagEntry to GtkStyleContext
  202d92f... app: always ask the master device for its axes or state
  93912c0... app: when checking for a device change, check the event's s
  495a889... app: remove obsolete device checks from GimpToolbox
  8781a2e... app: port GimpColorFrame away from GtkStyle, using a new st
  7dcf335... app: remove call to gtk_widget_style_attach() from GimpOver
  9f749dc... app: port GimpOverlayChild to GtkStyleContext
  710923d... Port cell renderers to gtk_cell_renderer_get_state()
  20ba837... app: port GimpCellRendererDashes to GtkStyleContext
  ecd8c00... app: add gimp_get_style_color() to simplify GdkRGBA style p
  f757283... app: add style property and default CSS for GimpHistogramVi
  3711c93... app: port GimpCurveView to GtkStyleContext
  2edc998... themes: document the new GimpHistogramView property in the 
  3834ffd... app: define all GimpHistogramView colors via style properti
  09131ef... themes: document the new stlye properties and indent the CS
  7694bfb... app: increase the priority of the theme CSS by 1
  947456e... app: port GimpComboTagEntry to GtkStyleContext
  a1fe110... configure.ac: use the new GTK_CHECK_BACKEND() macro
  aa05df9... plug-ins: port map-object to GTK+ 3.x
  07b84c4... app: port GimpToolbox to GtkWidget::style_updated()
  c3788e2... app: use GdkRGBA instead of GdkColor in some places
  1f4be9c... app: remove gimp_rgb_get,set_gdk_color()
  19f1770... app: port the text tool editor's preedit popup to GtkStyleC
  e9afc6b... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  fa88b0d... app: gimp_print_event(): add the device to the event debug 
  3219349... app: gimp_device_info_get_device_coords(): workaround for X
  9e4c76f... app: make input devices, grabs and therefore generally tool
  970ab59... app: use gdk_device_get_position() inetad of gdk_display_ge
  9cb706a... app: remove some forgotten #undef GSEAL_ENABLE
  5e9d39d... app: let the file dialog expand/collapse with the file type
  9b954a6... app: port GimpGradientEditor to GtkSyleContext
  8b48551... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  5fa70bf... app: port GimpNavigationEditor to GtkStyleContext
  264e9d8... app: port GimpTagPopup to GtkStyleContext
  3bbdf54... app: GimpDock: port font size modification to GtkCssProvide
  9749034... plug-ins: s/GtkObject/GtkAdjustment/
  a66a0eb... app: implement GtkContainer::get_path_for_child() in GimpMe
  e974466... devel-docs: make the shooter tool at least build again (unt
  6ad12b6... app: don't use "size-request" for the toolbox' wilber, it's
  c820dd9... app: themes.c: add #if 0-ed switch to dark theme variant
  1746577... foo



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