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



The branch 'gtk3-port' was created.

Summary of new commits:

  6c3bad6... Switch to version 3.0 in a lot of places and depend on GTK+
  1d0673a... Revert "app: Fix on canvas widgets ignoring clicks from tab
  827548e... libgimpwidgets: remove deprecated files from the build
  2ad611f... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  0af5906... libgimpwidgets: port virtual functions to GTK+ 3.0
  fc55120... libgimpwidgets: port virtual functions to GTK+ 3.0
  748b78e... libgimpwidgets: port to GtkWidget::draw()
  b1ff9e7... libgimpwidgets: port to GtkWidget::draw()
  68ac7d2... libgimpwidgets: port to GtkWidget::draw()
  b59edf1... libgimpwidgets: s/GtkObject/GtkAdjustment/
  3f05d48... libgimpwidgets: port to GtkWidget::draw()
  318bfd9... libgimpwidgets: remove deprecated functions and s/GtkObject
  570143f... libgimpwidgets: remove deprecated files completely
  73fc34f... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  77f8d4f... app: port to GtkWidget::draw()
  46f79db... app: remove GTK_OBJECT() cast
  983e4f2... app: port to GtkWidget::draw()
  72cbab3... app: port to GtkWidget::draw()
  2212b6c... app: port virtual functions to GTK+ 3.0 API
  b566c4e... app: get rid of a GTK_OBJECT() cast
  1717ca5... app: port to GtkWidget::draw()
  536007c... app: port to GtkWidget::draw()
  dfd0920... app: port to GtkWidget::draw()
  de9e71a... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  2c6633e... app: port to GtkWidget::draw()
  089d634... app: s/GtkObject/GtkAdjustment/
  15a5cea... app: port to GtkWidget::draw()
  be6d0a0... app: port GimpNavigationView to GtkWidget::draw()
  b642f68... app: port GimpPaletteView to GtkWidget::draw()
  3d4aac2... app: port to GtkWidget::draw()
  301d477... app: get rid of GtkObject in GimpUIManager
  f24b173... app: port to GtkWidget::draw()
  805eb12... app: no need to alloc colors any longer, GdkColormap is gon
  b5b3165... app: port call to gtk_paint_arrow() to GTK+ 3.0
  9723171... app: port device management to GdkDeviceManager
  aa393ce... app: remove obsolete (GtkObject **) casts
  a9da420... app: use gtk_widget_get_preferred_size() instead of size_re
  eab7fd7... app: port GimpScalComboBox to GTK+ 3.0
  d71bf11... app: use gtk_widget_get_preferred_size() instead of size_re
  eb193a4... libgimpwidgets: port GimpFrame to GTK+ 3.0
  fd327c8... app: port tools to GTK+ 3.0 (trivial changes only)
  3355ab4... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  928340f... app: pass the cairo_region_t to gdk_window_invalidate_regio
  d82dea8... app: use GdkDeviceManager to list devices
  28d816d... app: port to GtkWidget::draw()
  be40a82... app: remove calls to colormap functions, they are gone
  c1874af... libgimpwidgets: get rid of (GtkObject **) casts
  6b1f8d4... app: port the splash to GTK+ 3.0
  8985c14... libgimpwidgets: port the ruler to GTK+ 3.0
  1442aaf... libgimpwidgets: port to GtkWidget::draw()
  e826834... app: port to GtkWidget::draw()
  1d14d76... app: port the overlay stuff to GTK+ 3.0
  372b32a... app: use the container icon view, the grid view is not GTK+
  306f98a... app: port to GtkWidget::draw() (incompletely)
  96bb2e3... app: remove call to gtk_statusbar_set_has_resize_grip()
  dd02fe7... app: port the tag entry to GTK+ 3.0
  6bf5408... app: port to GtkWidget::draw() but disable the code inside 
  1e37796... app: can't set the scale combo entry's properties in init()
  1006c5a... app: port to GtkWidget::draw()
  fddbf80... libgimpwidgets: port to GtkWidget::draw()
  d8cc8d9... modules: s/GtkObject/GtkAdjustment/
  8291280... app: didn't completely commit the display shell expose() ->
  923abea... script-fu: port to GTK+ 3.0
  e04757d... app: port to GtkWidget::draw()
  0d14003... app: passing -1 as width/height to gtk_paint_box() no longe
  2ef5be8... app: port popup arrow drawing to cairo and get rid of the a
  6506f99... app: remove GimpContainerGridView from the build entirely
  561cf2d... modules: port to GtkWidget::draw()
  0e68af9... libgimpwidgets: port to GtkWidget::draw()
  90324dc... libgimp: port to GtkWidget::draw()
  bf4d6c6... app: don't translate to allocation.x,y
  3b5814f... app: port to GtkWidget::draw()
  c6a4329... app: forgot to remove a cairo_destroy() in draw()
  4508b56... app: port to GtkWidget::draw()
  9027f9e... app: GtkEntry turned into a no-window widget
  dc0c008... app: use the new GtkScrollable API instead of deprecated tr
  4fc47eb... app: cairo_save()/restore() around chaining up in draw()
  7853e64... app: add ugly workaround to make the icon view adapt to vie
  3217f69... plug-ins: lots of trivial GTK+ 3.0 porting
  0e47ad9... plug-ins: port jpeg-save to GTK+ 3.0
  74f6511... plug-ins: port file-png to GTK+ 3.0
  06e30bb... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  266b481... plug-ins: more s/GtkObject/GtkAdjustment/
  2b08427... plug-ins: port some more plug-ins to GTK+ 3.0
  cda0054... app: port the colormap editor to GTK+ 3.0
  4e5c9ef... app: remove GtkWrapBox
  1291b89... libgimpwidgets: port to the new size request API
  47dd885... app: port to the new size request API
  e5f35dc... plug-ins: port the print preview to the new size request AP
  e8673d5... plug-ins: port sphere-designer to GtkWidget::draw()
  f4ce298... plug-ins: port cml-explorer to GtkWidget::draw()
  310d9c6... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop 
  96a0ae2... plug-ins: port lighting to GTK+ 3.0
  03858a6... plug-ins: port the unit-editor to GtkScrollable
  557538e... app: fix GimpOverlayDialog's minimum height
  0d91919... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  de4d544... app: don't connect to "size-requst" because that's deprecat
  e077779... app: port GimpSpinScale to GTK+ 3.0
  1062238... app: skip keyboard devices so the device list becomes reaso
  4702e25... app: implement proper height-for-width in GimpToolPalette
  4cee80e... app: use GdkDevice accessors
  b05b685... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  aa5ab41... app: put the toolbox' areas into a box until we decided abo
  02dbabb... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  7d9cf26... app: port the device sort function to GdkDeviceManager
  3b7d3d2... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  43f2a37... app: change the list of available devices to something that
  f46af91... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  6b75103... libgimpwidgets: port GimpChainButton to GtkStyleContext
  7b0eaff... libgimpwidgets: port GimpColorArea to GtkStyleContext
  a807f6c... libgimpwidgets: port GimpColorScale to GtkStyleContext
  08496b2... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  918e195... libgimpwidgets: port GimpRuler to GtkStyleContext
  b4c4c46... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  7960a16... app: port GimpBlobEditor to GtkStyleContext
  e184884... app: port setting the canvas padding color to GtkStyleConte
  42f9422... app: port GimpPanedBox to GtkStyleContext
  08946b8... app: port GimpContainerIconView to GtkStyleContext
  f601f1f... app: port GimpContainerTreeView to GtkStyleContext
  c393863... app: port GimpColormapEditor to GtkStyleContext
  1128668... app: port GimpComponentEditor to GtkStyleContext
  d807200... app: port GimpFgBgEditor to GtkStyleContext
  949c45f... app: port GimpFgBgView to GtkStyleContext
  c7644fe... app: port gimp_get_icon_size() to GtkStyleContext
  732aec7... app: port GimpContainerBox to GtkStyleContext
  e5081c1... app: port GimpDashEditor to GtkStyleContext
  6347bec... app: remove calls to gtk_widget_get,set_extension_events()
  88457f6... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  03accff... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  b647bc9... app: port the about dialog to GtkStyleContext
  6e5ce50... modules: remove call to gtk_widget_set_extension_events()
  baf5312... libgimpwidgets: implement GtkWidget::state_flags_changed()
  5138162... libgimpwidgets: implement GtkWidget::style_updated() instea
  0d02bca... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  01b5d6b... app: use gdk_drag_context_get_source_window()
  d628180... app: use gdk_drag_context_get_selected_action() instead of 
  0ef4327... app: port GimpSpinScale to GtkStyleContext
  c7fbcd8... app: implement GtkWidget::style_updated() instead of style_
  2eb0ea9... port gtkrc files to CSS (incompletely and stuff commented o
  2ad73d6... Port theme and gtkrc file loading to CSS files using GtkCss
  d9501ce... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
  367ec9e... app: copy gimp.css instead of gtkrc to the user's gimp dire
  b6c93aa... app: check whether child widgets exist in GtkWidget::style_
  e3ed438... Replace gdk_cursor_unref() with g_object_unref()
  6600946... app: use gtk_menu_shell_get_selected_item()
  5b930d8... app: port GimpOverlayBox to GtkStyleContext
  451fbfe... app: port GimpOverlayFrame to GtkStyleContext
  11ed85c... app: port GimpScaleButton to GtkStyleContext
  dddd883... libgimpwidgets: move all GimpPickButton members to a privat
  fa36bd4... libgimpwidgets: move all GimpColorArea members to a private
  a439c78... libgimpwidgets: move all GimpOffsetArea members to a privat
  125b01a... libgimpwidgets: move padding members from instance to class
  18394b7... libgimpwidgets: move all GimpButton members to a private st
  0800e2e... libgimpwidgets: move all GimpCellRendererColor members to a
  e53a096... libgimpwidgets: move all GimpColorButton members to a priva
  cf5d063... libgimpwidgets: move all GimpCellRendererToggle members to 
  39c6f64... libgimpwidgets: move all GimpChainButton members to a priva
  90d07e5... libgimpwidgets: move all GimpBrowser members to a private s
  2ee53b8... libgimpwidgets: move all GimpColorDisplay members to a priv
  844174d... libgimpwidgets: move all GimpColorDisplayStack members to a
  e9028af... libgimpwidgets: move all GimpColorHexEntry members to a pri
  8339bb7... libgimpwidgets: add padding
  f827ad9... libgimpwidgets: move all GimpColorNotebook members to a pri
  6356285... libgimpwidgets: move all GimpColorScale members to a privat
  1dca837... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  c3b0d12... libgimpwidgets: move all GimpColorSelection members to a pr
  5b46884... libgimpwidgets: move all GimpEnumLabel members to a private
  cd8cbd1... app: don't use style->black and style->white
  3089d24... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  ad2eee4... app: port GimpStrokeEditor to GtkStyleContext
  5ff6756... app: port GimpPaletteView to GtkStyleContext
  d3f0a3f... plug-ins: don't use style->black and style->white
  cac3c44... libgimpwidgets: move all GimpColorProfileStore members to a
  8120243... app: port GimpDockWindow to GtkStyleContext
  a96b090... app: port GimpToolEditor to GtkStyleContext
  6dfecff... app: use gtk_widget_override_font() instead of modify_font(
  5bb753d... app: port GimpThumbBox to GtkStyleContext
  b913b7c... Implement GtkWidget::style_updated() instead of ::style_set
  faa7e66... app: port GimpHistogramView to GtkStyleContext
  5b1b3df... app: port GimpTagEntry to GtkStyleContext
  46c80b9... app: always ask the master device for its axes or state
  62270e0... app: when checking for a device change, check the event's s
  ca0b9ca... app: remove obsolete device checks from GimpToolbox
  5efbf4a... app: port GimpColorFrame away from GtkStyle, using a new st
  8891e1e... app: remove call to gtk_widget_style_attach() from GimpOver
  3897b48... app: port GimpOverlayChild to GtkStyleContext
  09648f3... Port cell renderers to gtk_cell_renderer_get_state()
  6417c0e... app: port GimpCellRendererDashes to GtkStyleContext
  5d127e2... app: add gimp_get_style_color() to simplify GdkRGBA style p
  6d458ed... app: add style property and default CSS for GimpHistogramVi
  b951a4a... app: port GimpCurveView to GtkStyleContext
  ca9a1bc... themes: document the new GimpHistogramView property in the 
  70b0ead... app: define all GimpHistogramView colors via style properti
  51ae6ed... themes: document the new stlye properties and indent the CS
  33a3753... app: increase the priority of the theme CSS by 1
  fee9943... app: port GimpComboTagEntry to GtkStyleContext
  1e2d9b7... configure.ac: use the new GTK_CHECK_BACKEND() macro
  84f15ce... plug-ins: port map-object to GTK+ 3.x
  ff16175... app: use GdkRGBA instead of GdkColor in some places
  3b7c502... app: remove gimp_rgb_get,set_gdk_color()
  0d9d441... app: port the text tool editor's preedit popup to GtkStyleC
  81ae70b... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  46121cd... app: gimp_print_event(): add the device to the event debug 
  b06c06d... app: gimp_device_info_get_device_coords(): workaround for X
  3af1575... app: make input devices, grabs and therefore generally tool
  a513295... app: use gdk_device_get_position() inetad of gdk_display_ge
  1d62e72... app: remove some forgotten #undef GSEAL_ENABLE
  4b6d912... app: let the file dialog expand/collapse with the file type
  83f1312... app: port GimpGradientEditor to GtkSyleContext
  87b7c4f... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  180b7f1... app: port GimpNavigationEditor to GtkStyleContext
  9e1ffe9... app: port GimpTagPopup to GtkStyleContext
  f931814... app: GimpDock: port font size modification to GtkCssProvide
  c9ca2f6... plug-ins: s/GtkObject/GtkAdjustment/
  456f74b... app: implement GtkContainer::get_path_for_child() in GimpMe
  b9b4a4b... devel-docs: make the shooter tool at least build again (unt
  d5759b0... app: don't use "size-request" for the toolbox' wilber, it's
  00ac123... app: themes.c: add #if 0-ed switch to dark theme variant
  0e13e20... Incomplete notebook and tab theming commit, to be improved
  addbc84... themes: set an explicit background for rulers
  4fef44d... app: make the statusbar's progress label visible again
  c6e6501... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
  e6bd924... app: port wilber drawing to GtkStyleContext
  cde761b... modules: port GimpColorWheel to GTK+ 3.x
  04ac3ae... Unkommented settings for preferring a dark GTK+ theme.
  9ec4f3b... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
  b36acd5... foo


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