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



The branch 'gtk3-port' was created.

Summary of new commits:

  a75b95d... Switch to version 3.0 in a lot of places and depend on GTK+
  96f9fc3... libgimpwidgets: remove deprecated files from the build
  2e62c25... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  698b63d... libgimpwidgets: port virtual functions to GTK+ 3.0
  a813db5... libgimpwidgets: port virtual functions to GTK+ 3.0
  10b57c4... libgimpwidgets: port to GtkWidget::draw()
  4510bf2... libgimpwidgets: port to GtkWidget::draw()
  6c3cf52... libgimpwidgets: port to GtkWidget::draw()
  72c2bcf... libgimpwidgets: s/GtkObject/GtkAdjustment/
  ac92799... libgimpwidgets: port to GtkWidget::draw()
  edabf2c... libgimpwidgets: remove deprecated functions and s/GtkObject
  75d08ab... libgimpwidgets: remove deprecated files completely
  0ef2255... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  9592084... app: port to GtkWidget::draw()
  d59d2e2... app: remove GTK_OBJECT() cast
  0382e36... app: port to GtkWidget::draw()
  5dc0534... app: port to GtkWidget::draw()
  29de996... app: port virtual functions to GTK+ 3.0 API
  d43937f... app: get rid of a GTK_OBJECT() cast
  ebf3371... app: port to GtkWidget::draw()
  8f0309c... app: port to GtkWidget::draw()
  5346967... app: port to GtkWidget::draw()
  0d04832... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  c95b85c... app: port to GtkWidget::draw()
  02df867... app: s/GtkObject/GtkAdjustment/
  2dd3a6f... app: port to GtkWidget::draw()
  cfd9d34... app: port GimpNavigationView to GtkWidget::draw()
  0ab9070... app: port GimpPaletteView to GtkWidget::draw()
  20df280... app: port to GtkWidget::draw()
  31fd9a2... app: get rid of GtkObject in GimpUIManager
  64cadb2... app: port to GtkWidget::draw()
  8d85dcd... app: no need to alloc colors any longer, GdkColormap is gon
  5be5b47... app: port call to gtk_paint_arrow() to GTK+ 3.0
  5ec65a7... app: port device management to GdkDeviceManager
  d347ab9... app: remove obsolete (GtkObject **) casts
  1016a4e... app: use gtk_widget_get_preferred_size() instead of size_re
  c46e421... app: port GimpScalComboBox to GTK+ 3.0
  05ce169... app: use gtk_widget_get_preferred_size() instead of size_re
  0982d25... libgimpwidgets: port GimpFrame to GTK+ 3.0
  3f770bf... app: port tools to GTK+ 3.0 (trivial changes only)
  14eea1c... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  354f212... app: pass the cairo_region_t to gdk_window_invalidate_regio
  14a7367... app: use GdkDeviceManager to list devices
  36c1bfa... app: port to GtkWidget::draw()
  87d9c1f... app: remove calls to colormap functions, they are gone
  90981fd... libgimpwidgets: get rid of (GtkObject **) casts
  ededc9a... app: port the splash to GTK+ 3.0
  0df47c3... libgimpwidgets: port the ruler to GTK+ 3.0
  7971128... libgimpwidgets: port to GtkWidget::draw()
  b589e0f... app: port to GtkWidget::draw()
  6d5f087... app: port the overlay stuff to GTK+ 3.0
  1d780da... app: use the container icon view, the grid view is not GTK+
  f4c8ee5... app: port to GtkWidget::draw() (incompletely)
  624cf68... app: remove call to gtk_statusbar_set_has_resize_grip()
  a60fff7... app: port the tag entry to GTK+ 3.0
  e7a3330... app: port to GtkWidget::draw() but disable the code inside 
  19f688b... app: can't set the scale combo entry's properties in init()
  8ce43b8... app: port to GtkWidget::draw()
  06c158d... libgimpwidgets: port to GtkWidget::draw()
  329779a... modules: s/GtkObject/GtkAdjustment/
  99cbf9f... app: didn't completely commit the display shell expose() ->
  8d5231f... app: fix display shell background drawing
  a54dd12... app: fix canvas double buffering using cairo_push,pop_group
  d4e4648... script-fu: port to GTK+ 3.0
  1d420e7... app: port to GtkWidget::draw()
  7d8a19c... app: passing -1 as width/height to gtk_paint_box() no longe
  3ea3be2... app: port popup arrow drawing to cairo and get rid of the a
  1025dae... app: remove GimpContainerGridView from the build entirely
  ea8fe56... modules: port to GtkWidget::draw()
  aaa76dd... libgimpwidgets: port to GtkWidget::draw()
  7d9e2b6... libgimp: port to GtkWidget::draw()
  5a2cbda... app: don't translate to allocation.x,y
  64bc408... app: port to GtkWidget::draw()
  49f8800... app: forgot to remove a cairo_destroy() in draw()
  0d0de7d... app: port to GtkWidget::draw()
  ceddc40... app: GtkEntry turned into a no-window widget
  09f4f2f... app: use the new GtkScrollable API instead of deprecated tr
  7b881f0... app: cairo_save()/restore() around chaining up in draw()
  8fbf50e... app: add ugly workaround to make the icon view adapt to vie
  03c924d... plug-ins: lots of trivial GTK+ 3.0 porting
  8fc4a0f... plug-ins: port jpeg-save to GTK+ 3.0
  d1157c7... plug-ins: port file-png to GTK+ 3.0
  ed8f48c... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  2c5ec28... plug-ins: more s/GtkObject/GtkAdjustment/
  fbe3003... plug-ins: port some more plug-ins to GTK+ 3.0
  6bcd1b0... app: port the colormap editor to GTK+ 3.0
  f3e55b8... app: remove GtkWrapBox
  8cde38f... libgimpwidgets: port to the new size request API
  56bb62d... app: port to the new size request API
  28088c7... plug-ins: port the print preview to the new size request AP
  7023d44... plug-ins: port sphere-designer to GtkWidget::draw()
  e4efe36... plug-ins: port cml-explorer to GtkWidget::draw()
  b8c91b4... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop 
  1fc10f8... plug-ins: port lighting to GTK+ 3.0
  8d513da... plug-ins: port the unit-editor to GtkScrollable
  0701b22... app: fix GimpOverlayDialog's minimum height
  d38200d... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  e1cad88... app: don't connect to "size-requst" because that's deprecat
  e1cd357... app: port GimpSpinScale to GTK+ 3.0
  19dcad8... app: skip keyboard devices so the device list becomes reaso
  9adc66a... app: implement proper height-for-width in GimpToolPalette
  c6b8ae0... app: use GdkDevice accessors
  9792e60... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  9c8179a... app: put the toolbox' areas into a box until we decided abo
  d763f12... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  e438400... app: port the device sort function to GdkDeviceManager
  ddd1bf0... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  cc2c041... app: change the list of available devices to something that
  e128919... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  3789554... libgimpwidgets: port GimpChainButton to GtkStyleContext
  e43511f... libgimpwidgets: port GimpColorArea to GtkStyleContext
  07880ef... libgimpwidgets: port GimpColorScale to GtkStyleContext
  f9b81ad... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  8e24c28... libgimpwidgets: port GimpRuler to GtkStyleContext
  ac84703... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  9a5c14c... modules: port ColorselWheel to GtkStyleContext
  387076e... app: port GimpBlobEditor to GtkStyleContext
  1861d7a... app: port setting the canvas padding color to GtkStyleConte
  1d06d1a... app: port GimpPanedBox to GtkStyleContext
  e24d3b9... app: port GimpContainerIconView to GtkStyleContext
  94649c3... app: port GimpContainerTreeView to GtkStyleContext
  e1e997e... app: port GimpColormapEditor to GtkStyleContext
  e1c9d8a... app: port GimpComponentEditor to GtkStyleContext
  3db6443... app: port GimpFgBgEditor to GtkStyleContext
  2ba4c46... app: port GimpFgBgView to GtkStyleContext
  f15d2ca... app: port gimp_get_icon_size() to GtkStyleContext
  2bf9c20... app: port GimpContainerBox to GtkStyleContext
  e99ea9d... app: port GimpDashEditor to GtkStyleContext
  bdb7e18... app: remove calls to gtk_widget_get,set_extension_events()
  4221cc8... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  9fbd5d2... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  ca2efcd... app: port the about dialog to GtkStyleContext
  ee8b094... modules: remove call to gtk_widget_set_extension_events()
  7a0c677... libgimpwidgets: implement GtkWidget::state_flags_changed()
  a929a52... libgimpwidgets: implement GtkWidget::style_updated() instea
  d478ac2... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  0eb1acc... app: use gdk_drag_context_get_source_window()
  710735a... app: use gdk_drag_context_get_selected_action() instead of 
  f31660b... app: port GimpSpinScale to GtkStyleContext
  904daab... app: implement GtkWidget::style_updated() instead of style_
  1570c4f... port gtkrc files to CSS (incompletely and stuff commented o
  da724da... Port theme and gtkrc file loading to CSS files using GtkCss
  0c9e0ef... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
  5fe4e55... app: copy gimp.css instead of gtkrc to the user's gimp dire
  f72f3be... app: check whether child widgets exist in GtkWidget::style_
  6bd3f92... Replace gdk_cursor_unref() with g_object_unref()
  75fdf26... app: use gtk_menu_shell_get_selected_item()
  106d785... app: port GimpOverlayBox to GtkStyleContext
  19a4853... app: port GimpOverlayFrame to GtkStyleContext
  6c1d26c... app: port GimpScaleButton to GtkStyleContext
  dc11d3c... libgimpwidgets: move all GimpPickButton members to a privat
  e4618f7... libgimpwidgets: move all GimpColorArea members to a private
  98cefd6... libgimpwidgets: move all GimpOffsetArea members to a privat
  2d3a294... libgimpwidgets: move padding members from instance to class
  60bf4c8... libgimpwidgets: move all GimpButton members to a private st
  6988206... libgimpwidgets: move all GimpCellRendererColor members to a
  dacf53c... libgimpwidgets: move all GimpColorButton members to a priva
  253ac24... libgimpwidgets: move all GimpCellRendererToggle members to 
  afb3f50... libgimpwidgets: move all GimpChainButton members to a priva
  4516344... libgimpwidgets: move all GimpBrowser members to a private s
  1e91bd3... libgimpwidgets: move all GimpColorDisplay members to a priv
  5988a1d... libgimpwidgets: move all GimpColorDisplayStack members to a
  ba79a47... libgimpwidgets: move all GimpColorHexEntry members to a pri
  269cdac... libgimpwidgets: add padding
  9996f7f... libgimpwidgets: move all GimpColorNotebook members to a pri
  55a5188... libgimpwidgets: move all GimpColorScale members to a privat
  8af58aa... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  6f3eb1a... libgimpwidgets: move all GimpColorSelection members to a pr
  6f7b5a9... libgimpwidgets: move all GimpEnumLabel members to a private
  339f6c8... app: don't use style->black and style->white
  43d535f... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  1ad7cd2... app: port GimpStrokeEditor to GtkStyleContext
  883a1ca... app: port GimpPaletteView to GtkStyleContext
  47c2a6d... plug-ins: don't use style->black and style->white
  5789a15... libgimpwidgets: move all GimpColorProfileStore members to a
  4f966ff... app: port GimpDockWindow to GtkStyleContext
  e88f1b5... app: port GimpToolEditor to GtkStyleContext
  5eb9e95... app: use gtk_widget_override_font() instead of modify_font(
  ae11e7c... app: port GimpThumbBox to GtkStyleContext
  a4767e2... Implement GtkWidget::style_updated() instead of ::style_set
  77cabf2... app: port GimpHistogramView to GtkStyleContext
  c5154ac... app: port GimpTagEntry to GtkStyleContext
  3bf5215... app: always ask the master device for its axes or state
  9a26f62... app: when checking for a device change, check the event's s
  6ba8b03... app: remove obsolete device checks from GimpToolbox
  d315516... app: port GimpColorFrame away from GtkStyle, using a new st
  0c65816... app: remove call to gtk_widget_style_attach() from GimpOver
  df71419... app: port GimpOverlayChild to GtkStyleContext
  107dbe2... Port cell renderers to gtk_cell_renderer_get_state()
  84e1390... app: port GimpCellRendererDashes to GtkStyleContext
  9ac5098... app: add gimp_get_style_color() to simplify GdkRGBA style p
  e130ac5... app: add style property and default CSS for GimpHistogramVi
  7aea2a5... app: port GimpCurveView to GtkStyleContext
  fc1fe90... themes: document the new GimpHistogramView property in the 
  df7cc3a... app: define all GimpHistogramView colors via style properti
  28d4bf3... themes: document the new stlye properties and indent the CS
  58db5d4... app: increase the priority of the theme CSS by 1
  856e543... app: port GimpComboTagEntry to GtkStyleContext
  7299200... configure.ac: use the new GTK_CHECK_BACKEND() macro
  90d31a2... plug-ins: port map-object to GTK+ 3.x
  5b2b0df... app: port GimpToolbox to GtkWidget::style_updated()
  fc7fab6... app: use GdkRGBA instead of GdkColor in some places
  1e6bf66... app: remove gimp_rgb_get,set_gdk_color()
  3c923c3... app: port the text tool editor's preedit popup to GtkStyleC
  bc0f747... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  ad69cc3... app: gimp_print_event(): add the device to the event debug 
  2078b29... app: gimp_device_info_get_device_coords(): workaround for X
  6c350c9... app: make input devices, grabs and therefore generally tool
  4d3d5af... app: use gdk_device_get_position() inetad of gdk_display_ge
  dc857f0... app: remove some forgotten #undef GSEAL_ENABLE
  84ff629... app: let the file dialog expand/collapse with the file type
  69a3566... app: port GimpGradientEditor to GtkSyleContext
  cb939dd... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  e6e3b6f... app: port GimpNavigationEditor to GtkStyleContext
  145c908... app: port GimpTagPopup to GtkStyleContext
  e75ecee... app: GimpDock: port font size modification to GtkCssProvide
  3bd7805... plug-ins: s/GtkObject/GtkAdjustment/
  d05fc94... app: implement GtkContainer::get_path_for_child() in GimpMe
  0d6dbb7... devel-docs: make the shooter tool at least build again (unt
  c076316... app: don't use "size-request" for the toolbox' wilber, it's
  521a20c... app: themes.c: add #if 0-ed switch to dark theme variant
  1b37c8d... Incomplete notebook and tab theming commit, to be improved
  e8c095e... themes: set an explicit background for rulers
  26b19f4... app: make the statusbar's progress label visible again
  7f6eea9... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
  b00be12... app: port wilber drawing to GtkStyleContext
  9485636... Unkommented settings for preferring a dark GTK+ theme.
  97da972... foo



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