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



The branch 'gtk3-port' was created.

Summary of new commits:

  6d70d83... Switch to version 3.0 in a lot of places and depend on GTK+
  9f3dda7... libgimpwidgets: remove deprecated files from the build
  4735a66... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  57134f4... libgimpwidgets: port virtual functions to GTK+ 3.0
  58f9f01... libgimpwidgets: port virtual functions to GTK+ 3.0
  d8c1cb4... libgimpwidgets: port to GtkWidget::draw()
  3eee40f... libgimpwidgets: port to GtkWidget::draw()
  a9bff3f... libgimpwidgets: port to GtkWidget::draw()
  d42683c... libgimpwidgets: s/GtkObject/GtkAdjustment/
  77378a6... libgimpwidgets: port to GtkWidget::draw()
  b9a84a4... libgimpwidgets: remove deprecated functions and s/GtkObject
  ebe173b... libgimpwidgets: remove deprecated files completely
  26b8bd5... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  573e5b2... app: port to GtkWidget::draw()
  fdc72fc... app: remove GTK_OBJECT() cast
  c3cddeb... app: port to GtkWidget::draw()
  c0482e8... app: port to GtkWidget::draw()
  318f460... app: port virtual functions to GTK+ 3.0 API
  5127afc... app: get rid of a GTK_OBJECT() cast
  372d518... app: port to GtkWidget::draw()
  ba71b3e... app: port to GtkWidget::draw()
  93f366d... app: port to GtkWidget::draw()
  b1e8c76... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  6eb0fc7... app: port to GtkWidget::draw()
  f2f3639... app: s/GtkObject/GtkAdjustment/
  a2c7601... app: port to GtkWidget::draw()
  98bff66... app: port GimpNavigationView to GtkWidget::draw()
  ce12a38... app: port GimpPaletteView to GtkWidget::draw()
  1d34660... app: port to GtkWidget::draw()
  a25c6b4... app: get rid of GtkObject in GimpUIManager
  9d61656... app: port to GtkWidget::draw()
  04bc5d7... app: no need to alloc colors any longer, GdkColormap is gon
  062d0c6... app: port call to gtk_paint_arrow() to GTK+ 3.0
  fad3ac3... app: port device management to GdkDeviceManager
  5be622d... app: remove obsolete (GtkObject **) casts
  337a5ae... app: use gtk_widget_get_preferred_size() instead of size_re
  c2ede0e... app: port GimpScalComboBox to GTK+ 3.0
  ad842bf... app: use gtk_widget_get_preferred_size() instead of size_re
  a2e89da... libgimpwidgets: port GimpFrame to GTK+ 3.0
  eb84c57... app: port tools to GTK+ 3.0 (trivial changes only)
  f9db684... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  ab79d8f... app: pass the cairo_region_t to gdk_window_invalidate_regio
  f94324b... app: use GdkDeviceManager to list devices
  787572f... app: port to GtkWidget::draw()
  704640a... app: remove calls to colormap functions, they are gone
  c4b60b5... libgimpwidgets: get rid of (GtkObject **) casts
  6efbb23... app: port the splash to GTK+ 3.0
  a99114c... libgimpwidgets: port the ruler to GTK+ 3.0
  891cb86... libgimpwidgets: port to GtkWidget::draw()
  30e550d... app: port to GtkWidget::draw()
  5d74eff... app: port the overlay stuff to GTK+ 3.0
  4e4f29a... app: use the container icon view, the grid view is not GTK+
  f7fad4c... app: port to GtkWidget::draw() (incompletely)
  f242d3d... app: remove call to gtk_statusbar_set_has_resize_grip()
  891e393... app: port the tag entry to GTK+ 3.0
  51f96b6... app: port to GtkWidget::draw() but disable the code inside 
  aea92c1... app: can't set the scale combo entry's properties in init()
  4bb17ce... app: port to GtkWidget::draw()
  abe5117... libgimpwidgets: port to GtkWidget::draw()
  88a6d5d... modules: s/GtkObject/GtkAdjustment/
  6b0beac... app: didn't completely commit the display shell expose() ->
  b22d197... app: fix display shell background drawing
  f9905d9... app: fix canvas double buffering using cairo_push,pop_group
  4ccd120... script-fu: port to GTK+ 3.0
  62d4b04... app: port to GtkWidget::draw()
  457c476... app: passing -1 as width/height to gtk_paint_box() no longe
  873f41e... app: port popup arrow drawing to cairo and get rid of the a
  fd99dff... app: remove GimpContainerGridView from the build entirely
  86552fa... modules: port to GtkWidget::draw()
  427601b... libgimpwidgets: port to GtkWidget::draw()
  6ad1d68... libgimp: port to GtkWidget::draw()
  220b6c4... app: don't translate to allocation.x,y
  168f362... app: port to GtkWidget::draw()
  05a2c1f... app: forgot to remove a cairo_destroy() in draw()
  11ea88e... app: port to GtkWidget::draw()
  d9146df... app: GtkEntry turned into a no-window widget
  139b4a5... app: use the new GtkScrollable API instead of deprecated tr
  94de9bf... app: cairo_save()/restore() around chaining up in draw()
  db085fa... app: add ugly workaround to make the icon view adapt to vie
  81b89cf... plug-ins: lots of trivial GTK+ 3.0 porting
  31d0747... plug-ins: port jpeg-save to GTK+ 3.0
  d0541f5... plug-ins: port file-png to GTK+ 3.0
  69336bd... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  f830eba... plug-ins: more s/GtkObject/GtkAdjustment/
  67805b7... plug-ins: port some more plug-ins to GTK+ 3.0
  4162e0d... app: port the colormap editor to GTK+ 3.0
  98290c8... app: remove GtkWrapBox
  49c6d4b... libgimpwidgets: port to the new size request API
  217fe52... app: port to the new size request API
  939f6b9... plug-ins: port the print preview to the new size request AP
  b875875... plug-ins: port sphere-designer to GtkWidget::draw()
  5d02be0... plug-ins: port cml-explorer to GtkWidget::draw()
  f359bc1... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop 
  74224fd... plug-ins: port lighting to GTK+ 3.0
  366a883... plug-ins: port the unit-editor to GtkScrollable
  dc25cc2... app: fix GimpOverlayDialog's minimum height
  60ff836... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  6c0d66b... app: don't connect to "size-requst" because that's deprecat
  e0cc26b... app: port GimpSpinScale to GTK+ 3.0
  7b9ae18... app: skip keyboard devices so the device list becomes reaso
  e600e7d... app: implement proper height-for-width in GimpToolPalette
  96aa87b... app: use GdkDevice accessors
  54dced4... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  b9ae2a7... app: put the toolbox' areas into a box until we decided abo
  026cd76... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  fb70259... app: port the device sort function to GdkDeviceManager
  0cacad8... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  5dc35f0... app: change the list of available devices to something that
  b6c3376... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  cdec380... libgimpwidgets: port GimpChainButton to GtkStyleContext
  634e464... libgimpwidgets: port GimpColorArea to GtkStyleContext
  23bd2d8... libgimpwidgets: port GimpColorScale to GtkStyleContext
  df4a75a... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  6f2e761... libgimpwidgets: port GimpRuler to GtkStyleContext
  cc708d7... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  6021da6... modules: port ColorselWheel to GtkStyleContext
  e27ee4d... app: port GimpBlobEditor to GtkStyleContext
  9807407... app: port setting the canvas padding color to GtkStyleConte
  49549f4... app: port GimpPanedBox to GtkStyleContext
  bcba48b... app: port GimpContainerIconView to GtkStyleContext
  68e7c55... app: port GimpContainerTreeView to GtkStyleContext
  32e4862... app: port GimpColormapEditor to GtkStyleContext
  c5dbdf0... app: port GimpComponentEditor to GtkStyleContext
  6ac563f... app: port GimpFgBgEditor to GtkStyleContext
  16a06b9... app: port GimpFgBgView to GtkStyleContext
  ee8bf8e... app: port gimp_get_icon_size() to GtkStyleContext
  ebd12e7... app: port GimpContainerBox to GtkStyleContext
  ce30d0a... app: port GimpDashEditor to GtkStyleContext
  184bc7d... app: remove calls to gtk_widget_get,set_extension_events()
  525943e... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  76420e8... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  4392380... app: port the about dialog to GtkStyleContext
  786c226... modules: remove call to gtk_widget_set_extension_events()
  960f8f5... libgimpwidgets: implement GtkWidget::state_flags_changed()
  48a4531... libgimpwidgets: implement GtkWidget::style_updated() instea
  240aba0... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  efea9be... app: use gdk_drag_context_get_source_window()
  9496ab8... app: use gdk_drag_context_get_selected_action() instead of 
  e83ba79... app: port GimpSpinScale to GtkStyleContext
  f6b203d... app: implement GtkWidget::style_updated() instead of style_
  45500d7... port gtkrc files to CSS (incompletely and stuff commented o
  6f41d14... Port theme and gtkrc file loading to CSS files using GtkCss
  5115663... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
  d8ee8b4... app: copy gimp.css instead of gtkrc to the user's gimp dire
  9838be1... app: check whether child widgets exist in GtkWidget::style_
  49a5e5f... Replace gdk_cursor_unref() with g_object_unref()
  f518a1e... app: use gtk_menu_shell_get_selected_item()
  9d786b6... app: port GimpOverlayBox to GtkStyleContext
  58cebd5... app: port GimpOverlayFrame to GtkStyleContext
  0d292e4... app: port GimpScaleButton to GtkStyleContext
  eb91f15... libgimpwidgets: move all GimpPickButton members to a privat
  9999f63... libgimpwidgets: move all GimpColorArea members to a private
  de39ccf... libgimpwidgets: move all GimpOffsetArea members to a privat
  61abefd... libgimpwidgets: move padding members from instance to class
  d299618... libgimpwidgets: move all GimpButton members to a private st
  b515a03... libgimpwidgets: move all GimpCellRendererColor members to a
  23ae896... libgimpwidgets: move all GimpColorButton members to a priva
  f7ae7d2... libgimpwidgets: move all GimpCellRendererToggle members to 
  1910205... libgimpwidgets: move all GimpChainButton members to a priva
  655c2c5... libgimpwidgets: move all GimpBrowser members to a private s
  230078c... libgimpwidgets: move all GimpColorDisplay members to a priv
  7d91c89... libgimpwidgets: move all GimpColorDisplayStack members to a
  dfbff60... libgimpwidgets: move all GimpColorHexEntry members to a pri
  5af9289... libgimpwidgets: add padding
  7b067b1... libgimpwidgets: move all GimpColorNotebook members to a pri
  f975f24... libgimpwidgets: move all GimpColorScale members to a privat
  e392022... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  5bd8b68... libgimpwidgets: move all GimpColorSelection members to a pr
  e080669... libgimpwidgets: move all GimpEnumLabel members to a private
  1b9cb10... app: don't use style->black and style->white
  394d283... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  963e75e... app: port GimpStrokeEditor to GtkStyleContext
  3522470... app: port GimpPaletteView to GtkStyleContext
  7a0a075... plug-ins: don't use style->black and style->white
  98b0018... libgimpwidgets: move all GimpColorProfileStore members to a
  cdc7e0e... app: port GimpDockWindow to GtkStyleContext
  150bd60... app: port GimpToolEditor to GtkStyleContext
  f573ba2... app: use gtk_widget_override_font() instead of modify_font(
  5beae9b... app: port GimpThumbBox to GtkStyleContext
  4b5071e... Implement GtkWidget::style_updated() instead of ::style_set
  87533b4... app: port GimpHistogramView to GtkStyleContext
  1f368b9... app: port GimpTagEntry to GtkStyleContext
  9a808ae... app: always ask the master device for its axes or state
  cfcbdbf... app: when checking for a device change, check the event's s
  eb48efd... app: remove obsolete device checks from GimpToolbox
  1542afe... app: port GimpColorFrame away from GtkStyle, using a new st
  9c881fb... app: remove call to gtk_widget_style_attach() from GimpOver
  3494ade... app: port GimpOverlayChild to GtkStyleContext
  5737275... Port cell renderers to gtk_cell_renderer_get_state()
  8655f7d... app: port GimpCellRendererDashes to GtkStyleContext
  e327469... app: add gimp_get_style_color() to simplify GdkRGBA style p
  e558380... app: add style property and default CSS for GimpHistogramVi
  475c6a3... app: port GimpCurveView to GtkStyleContext
  c83ecef... themes: document the new GimpHistogramView property in the 
  6feb4e7... app: define all GimpHistogramView colors via style properti
  914db16... themes: document the new stlye properties and indent the CS
  82035f5... app: increase the priority of the theme CSS by 1
  43f5f96... app: port GimpComboTagEntry to GtkStyleContext
  5a81049... configure.ac: use the new GTK_CHECK_BACKEND() macro
  f0c68f3... plug-ins: port map-object to GTK+ 3.x
  cbe4c4b... app: port GimpToolbox to GtkWidget::style_updated()
  3135d60... app: use GdkRGBA instead of GdkColor in some places
  9795f78... app: remove gimp_rgb_get,set_gdk_color()
  02f2805... app: port the text tool editor's preedit popup to GtkStyleC
  eba9806... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  64d127d... app: gimp_print_event(): add the device to the event debug 
  4bcc88e... app: gimp_device_info_get_device_coords(): workaround for X
  5914611... app: make input devices, grabs and therefore generally tool
  3403128... app: use gdk_device_get_position() inetad of gdk_display_ge
  7b69d6a... app: remove some forgotten #undef GSEAL_ENABLE
  9157dc3... app: let the file dialog expand/collapse with the file type
  59daad5... app: port GimpGradientEditor to GtkSyleContext
  515687e... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  a45a4bd... app: port GimpNavigationEditor to GtkStyleContext
  b3f33eb... app: port GimpTagPopup to GtkStyleContext
  420de13... app: GimpDock: port font size modification to GtkCssProvide
  60c5b65... plug-ins: s/GtkObject/GtkAdjustment/
  a97e3d2... app: implement GtkContainer::get_path_for_child() in GimpMe
  72b934b... devel-docs: make the shooter tool at least build again (unt
  aa17776... app: don't use "size-request" for the toolbox' wilber, it's
  10ed375... app: themes.c: add #if 0-ed switch to dark theme variant
  355fcb6... Incomplete notebook and tab theming commit, to be improved
  363398e... themes: set an explicit background for rulers
  d12ed43... app: make the statusbar's progress label visible again
  bf06afa... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
  dded51f... app: port wilber drawing to GtkStyleContext
  3d266b6... foo



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