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



The branch 'gtk3-port' was created.

Summary of new commits:

  de4cb20... Switch to version 3.0 in a lot of places and depend on GTK+
  47f66c2... libgimpwidgets: remove deprecated files from the build
  abdfc6c... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  24dc9ad... libgimpwidgets: port virtual functions to GTK+ 3.0
  4e73673... libgimpwidgets: port virtual functions to GTK+ 3.0
  7ae74b2... libgimpwidgets: port to GtkWidget::draw()
  03ae878... libgimpwidgets: port to GtkWidget::draw()
  a3d221f... libgimpwidgets: port to GtkWidget::draw()
  4594e95... libgimpwidgets: s/GtkObject/GtkAdjustment/
  7095e78... libgimpwidgets: s/GtkObject/GtkAdjustment/
  a55b831... libgimpwidgets: port to GtkWidget::draw()
  24aee10... libgimpwidgets: remove deprecated functions and s/GtkObject
  810d964... libgimpwidgets: s/GtkObject/GtkAdjustment/
  d795ffb... libgimpwidgets: s/GtkObject/GtkAdjustment/
  cf43d77... libgimpwidgets: s/GtkObject/GtkAdjustment/
  74f56ef... libgimpwidgets: remove deprecated files completely
  c25a2d5... libgimpwidgets: don't include removed files
  1f8d09e... libgimpwidgets: remove typedefs of things that are gone
  8f478ea... Update .gitignore files for generated 3.0 files
  5d165b1... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  3cd312c... app: port to GtkWidget::draw()
  1692ac3... app: remove GTK_OBJECT() cast
  bc56fdf... app: port to GtkWidget::draw()
  3ff0577... app: port to GtkWidget::draw()
  795e052... app: port virtual functions to GTK+ 3.0 API
  c01661f... app: get rid of a GTK_OBJECT() cast
  1bcd9d8... app: port to GtkWidget::draw()
  453c006... app: port to GtkWidget::draw()
  7d12074... app: port to GtkWidget::draw()
  6580e7d... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  bb03975... app: port to GtkWidget::draw()
  124085d... app: s/GtkObject/GtkAdjustment/
  86fc5e6... app: port to GtkWidget::draw()
  c2a4feb... app: port GimpNavigationView to GtkWidget::draw()
  335cd10... app: s/GtkObject/GtkAdjustment/
  44314ad... app: port GimpPaletteView to GtkWidget::draw()
  9f755e0... app: s/GtkObject/GtkAdjustment/
  e0d890e... app: s/GtkObject/GtkAdjustment/
  dce4e2e... app: s/GtkObject/GtkAdjustment/
  e7508d5... app: port to GtkWidget::draw()
  11999f5... app: get rid of GtkObject in GimpUIManager
  9ce6f3f... app: port to GtkWidget::draw()
  51e568d... app: no need to alloc colors any longer, GdkColormap is gon
  8f60a28... app: port call to gtk_paint_arrow() to GTK+ 3.0
  afaf644... app: port device management to GdkDeviceManager
  5ada47b... app: remove obsolete (GtkObject **) casts
  60c25d2... app: use gtk_widget_get_preferred_size() instead of size_re
  ff287a0... app: port GimpScalComboBox to GTK+ 3.0
  a3701b3... app: use gtk_widget_get_preferred_size() instead of size_re
  1f3d483... libgimpwidgets: port GimpFrame to GTK+ 3.0
  990fd59... app: port tools to GTK+ 3.0 (trivial changes only)
  214c2e4... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  637880e... app: s/GtkObject/GtkAdjustment/
  f4b1026... app: pass the cairo_region_t to gdk_window_invalidate_regio
  8a61c1b... app: use GdkDeviceManager to list devices
  79fb3f7... app: use GdkDeviceManager API
  7b33926... app: port to GtkWidget::draw()
  dcb8b7c... app: remove calls to colormap functions, they are gone
  d779966... libgimpwidgets: get rid of (GtkObject **) casts
  a45616d... app: port the splash to GTK+ 3.0
  94e3c82... libgimpwidgets: port the ruler to GTK+ 3.0
  f3bcc52... libgimpwidgets: port to GtkWidget::draw()
  971c055... app: port to GtkWidget::draw()
  91bf96b... app: port the overlay stuff to GTK+ 3.0
  b34ec25... app: use the container icon view, the grid view is not GTK+
  80a56d4... app: port to GtkWidget::draw() (incompletely)
  c846f02... app: remove call to gtk_statusbar_set_has_resize_grip()
  7dd9096... app: port the tag entry to GTK+ 3.0
  717e987... app: port to GtkWidget::draw() but disable the code inside 
  a139658... app: can't set the scale combo entry's properties in init()
  33542ed... app: port to GtkWidget::draw()
  a1106e0... libgimpwidgets: port to GtkWidget::draw()
  b040b59... modules: s/GtkObject/GtkAdjustment/
  26b90f8... app: didn't completely commit the display shell expose() ->
  d1fe4dc... app: fix display shell background drawing
  f765acf... app: fix canvas double buffering using cairo_push,pop_group
  187e675... script-fu: port to GTK+ 3.0
  c348b12... app: port to GtkWidget::draw()
  a554416... app: passing -1 as width/height to gtk_paint_box() no longe
  08fbff7... app: port popup arrow drawing to cairo and get rid of the a
  30f9cdc... app: remove GimpContainerGridView from the build entirely
  3faef8e... modules: port to GtkWidget::draw()
  78e529a... libgimpwidgets: port to GtkWidget::draw()
  10d7ad5... libgimp: port to GtkWidget::draw()
  53fb5d9... app: don't translate to allocation.x,y
  465ca9a... app: port to GtkWidget::draw()
  bd6e226... app: forgot to remove a cairo_destroy() in draw()
  0a94be3... app: port to GtkWidget::draw()
  4803932... app: build binaries with version number 2.99
  2646037... app: GtkEntry turned into a no-window widget
  b872dbd... app: use the new GtkScrollable API instead of deprecated tr
  0e2bc45... app: cairo_save()/restore() around chaining up in draw()
  e8843f4... app: add ugly workaround to make the icon view adapt to vie
  c4e0737... plug-ins: lots of trivial GTK+ 3.0 porting
  72deb30... plug-ins: port jpeg-save to GTK+ 3.0
  eb65b7f... plug-ins: port file-png to GTK+ 3.0
  f63b36b... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  3b2f60f... plug-ins: more s/GtkObject/GtkAdjustment/
  38ed778... plug-ins: port some more plug-ins to GTK+ 3.0
  fe207f5... app: port the colormap editor to GTK+ 3.0
  3d1c193... app: remove GtkWrapBox
  62535b8... libgimpwidgets: port to the new size request API
  e6e5232... app: port to the new size request API
  192fcfc... plug-ins: port the print preview to the new size request AP
  ebae1f7... plug-ins: port sphere-designer to GtkWidget::draw()
  9e2b850... plug-ins: port cml-explorer to GtkWidget::draw()
  1854b9a... plug-ins: s/GtkObject/GtkAdjustment/ in file-pdf-load
  a5f50ac... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop 
  730875e... plug-ins: port lighting to GTK+ 3.0
  494dede... plug-ins: port the unit-editor to GtkScrollable
  4e227bb... app: fix GimpOverlayDialog's minimum height
  c3fe471... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  35398ed... app: don't connect to "size-requst" because that's deprecat
  82915dd... app: port GimpSpinScale to GTK+ 3.0
  94a5f43... app: skip keyboard devices so the device list becomes reaso
  e3d27e2... app: implement proper height-for-width in GimpToolPalette
  e61120f... app: use GdkDevice accessors
  a8210a7... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  8e7d564... app: put the toolbox' areas into a box until we decided abo
  8cd8821... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  a2fc723... app: port the device sort function to GdkDeviceManager
  7edcc72... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  9091af4... app: change the list of available devices to something that
  42b22f5... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  0f4a082... libgimpwidgets: port GimpChainButton to GtkStyleContext
  4dcd6ca... libgimpwidgets: port GimpColorArea to GtkStyleContext
  2e9ea23... libgimpwidgets: port GimpColorScale to GtkStyleContext
  3066b1d... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  a51d0da... libgimpwidgets: port GimpRuler to GtkStyleContext
  2605756... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  efeef18... modules: port ColorselWheel to GtkStyleContext
  f373026... app: port Wilber drawing to GtkStyleContext
  df56f90... app: port GimpBlobEditor to GtkStyleContext
  848fdad... app: port setting the canvas padding color to GtkStyleConte
  5339ef5... app: port GimpPanedBox to GtkStyleContext
  45e8e93... app: port GimpContainerIconView to GtkStyleContext
  5290b85... app: port GimpContainerTreeView to GtkStyleContext
  899ca7d... app: port GimpColormapEditor to GtkStyleContext
  5f8f133... app: port GimpComponentEditor to GtkStyleContext
  f348592... app: port GimpFgBgEditor to GtkStyleContext
  e7fd85e... app: port GimpFgBgView to GtkStyleContext
  835ceb6... app: port gimp_get_icon_size() to GtkStyleContext
  ed9282b... app: port GimpContainerBox to GtkStyleContext
  d62ac75... app: port GimpDashEditor to GtkStyleContext
  e24a854... app: remove calls to gtk_widget_get,set_extension_events()
  b5c17d1... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  a05aad9... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  a787687... app: port the about dialog to GtkStyleContext
  91c18cc... modules: remove call to gtk_widget_set_extension_events()
  509c305... libgimpwidgets: implement GtkWidget::state_flags_changed()
  de4af9f... libgimpwidgets: implement GtkWidget::style_updated() instea
  1d78cfc... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  c1d4b20... app: use gdk_drag_context_get_source_window()
  f680383... app: use gdk_drag_context_get_selected_action() instead of 
  2e721d7... app: port GimpSpinScale to GtkStyleContext
  127b39f... app: implement GtkWidget::style_updated() instead of style_
  c0870bc... port gtkrc files to CSS (incompletely and stuff commented o
  0e8cabc... Port theme and gtkrc file loading to CSS files using GtkCss
  2f0f4a4... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
  e5d00e7... app: copy gimp.css instead of gtkrc to the user's gimp dire
  249ef20... app: check whether child widgets exist in GtkWidget::style_
  34b05eb... Replace gdk_cursor_unref() with g_object_unref()
  1ef8180... app: use gtk_menu_shell_get_selected_item()
  0477da9... app: port GimpOverlayBox to GtkStyleContext
  5aad6b7... app: port GimpOverlayFrame to GtkStyleContext
  5397e29... app: port GimpScaleButton to GtkStyleContext
  9cb910d... libgimpwidgets: move all GimpPickButton members to a privat
  da37ab0... libgimpwidgets: move all GimpColorArea members to a private
  804f7af... libgimpwidgets: move all GimpOffsetArea members to a privat
  6f91282... libgimpwidgets: move padding members from instance to class
  f44bde1... libgimpwidgets: move all GimpButton members to a private st
  f362961... libgimpwidgets: move all GimpCellRendererColor members to a
  10d2ec4... libgimpwidgets: move all GimpColorButton members to a priva
  f6282e2... libgimpwidgets: move all GimpCellRendererToggle members to 
  92961f2... libgimpwidgets: move all GimpChainButton members to a priva
  898108e... libgimpwidgets: move all GimpBrowser members to a private s
  123e2a2... libgimpwidgets: move all GimpColorDisplay members to a priv
  49db7c1... libgimpwidgets: move all GimpColorDisplayStack members to a
  052880a... libgimpwidgets: move all GimpColorHexEntry members to a pri
  ebbf5f8... libgimpwidgets: add padding
  898f169... libgimpwidgets: move all GimpColorNotebook members to a pri
  192226d... libgimpwidgets: move all GimpColorScale members to a privat
  0f54d57... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  dae214c... libgimpwidgets: move all GimpColorSelection members to a pr
  5b9afe2... libgimpwidgets: move all GimpEnumLabel members to a private
  dfc6510... app: don't use style->black and style->white
  a9dc983... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  4013992... app: port GimpStrokeEditor to GtkStyleContext
  b1e351f... app: port GimpPaletteView to GtkStyleContext
  a18dc1e... plug-ins: don't use style->black and style->white
  72dbd50... libgimpwidgets: move all GimpColorProfileStore members to a
  0a56a70... app: port GimpDockWindow to GtkStyleContext
  035d810... app: port GimpToolEditor to GtkStyleContext
  e5b49c4... app: use gtk_widget_override_font() instead of modify_font(
  5cc1e23... app: port GimpThumbBox to GtkStyleContext
  52044b0... Implement GtkWidget::style_updated() instead of ::style_set
  98f3f5b... app: port GimpHistogramView to GtkStyleContext
  65c2400... app: port GimpTagEntry to GtkStyleContext
  2b95f4d... app: always ask the master device for its axes or state
  00f0778... app: when checking for a device change, check the event's s
  cb2a249... app: remove obsolete device checks from GimpToolbox
  0259d2e... app: port GimpColorFrame away from GtkStyle, using a new st
  4200d0c... app: remove call to gtk_widget_style_attach() from GimpOver
  625190f... app: port GimpOverlayChild to GtkStyleContext
  c2dfce5... Port cell renderers to gtk_cell_renderer_get_state()
  77b4a9a... app: port GimpCellRendererDashes to GtkStyleContext
  58774a9... app: add gimp_get_style_color() to simplify GdkRGBA style p
  390d240... app: add style property and default CSS for GimpHistogramVi
  aada35c... app: port GimpCurveView to GtkStyleContext
  71191e8... themes: document the new GimpHistogramView property in the 
  c0a40e8... app: define all GimpHistogramView colors via style properti
  0311ca6... themes: document the new stlye properties and indent the CS
  5f80952... app: increase the priority of the theme CSS by 1
  0a1c94a... app: port GimpComboTagEntry to GtkStyleContext
  9730088... configure.ac: use the new GTK_CHECK_BACKEND() macro
  6fffe9a... plug-ins: port map-object to GTK+ 3.x
  973fafa... app: port GimpToolbox to GtkWidget::style_updated()
  8207901... app: use GdkRGBA instead of GdkColor in some places
  b99f10e... app: remove gimp_rgb_get,set_gdk_color()
  8fbf9e3... app: port the text tool editor's preedit popup to GtkStyleC
  bf2ea80... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  9b2e1c2... app: gimp_print_event(): add the device to the event debug 
  3d90270... app: gimp_device_info_get_device_coords(): workaround for X
  1807875... app: make input devices, grabs and therefore generally tool
  0b91948... app: use gdk_device_get_position() inetad of gdk_display_ge
  470fe51... app: remove some forgotten #undef GSEAL_ENABLE
  1b186f0... app: let the file dialog expand/collapse with the file type
  f930282... app: use gdk_device_get_position() instead of gdk_display_g
  275b103... app: port GimpGradientEditor to GtkSyleContext
  f275c2e... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  ee2c324... app: port GimpNavigationEditor to GtkStyleContext
  5418fce... plug-ins: s/GtkObject/GtkAdjustment in web-page
  6f7df49... app: port GimpTagPopup to GtkStyleContext
  9a92bd1... app: GimpDock: port font size modification to GtkCssProvide
  2270f73... plug-ins: s/GtkObject/GtkAdjustment/
  bd94a4c... app: implement GtkContainer::get_path_for_child() in GimpMe
  e31a239... devel-docs: make the shooter tool at least build again (unt
  b8364b8... tools: update .gitignore
  2739e4c... foo



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