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



The branch 'gtk3-port' was created.

Summary of new commits:

  346c07b... Switch to version 3.0 in a lot of places and depend on GTK+
  a5a4240... libgimpwidgets: remove deprecated files from the build
  f0a77b5... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  43023f7... libgimpwidgets: port virtual functions to GTK+ 3.0
  544e556... libgimpwidgets: port virtual functions to GTK+ 3.0
  d6818c0... libgimpwidgets: port to GtkWidget::draw()
  db6535e... libgimpwidgets: port to GtkWidget::draw()
  68cdcbe... libgimpwidgets: port to new GDK_KEY_foo key names
  0987cbd... libgimpwidgets: port to GtkWidget::draw()
  11ec8db... libgimpwidgets: s/GtkObject/GtkAdjustment/
  c471e7c... libgimpwidgets: remove call to gtk_dialog_set_has_separator
  1b7ac35... libgimpwidgets: port to GDK_KEY_foo key names
  4028045... libgimpwidgets: s/GtkObject/GtkAdjustment/
  116666c... libgimpwidgets: port to GD_KEY_foo key names
  09918cf... libgimpwidgets: port to GtkWidget::draw()
  28579fb... libgimpwidgets: port to GDK_KEY_foo key names
  ca34773... libgimpwidgets: remove deprecated functions and s/GtkObject
  3caef80... libgimpwidgets: s/GtkObject/GtkAdjustment/
  e2762c9... libgimpwidgets: s/GtkObject/GtkAdjustment/
  4e13be4... libgimpwidgets: s/GtkObject/GtkAdjustment/
  8840338... libgimpwidgets: remove deprecated files completely
  6859f84... libgimpwidgets: don't include removed files
  c860624... libgimpwidgets: remove the deprecated gimp_pixmap_button_ne
  5002699... libgimpwidgets: remove typedefs of things that are gone
  ef59d6a... Update .gitignore files for generated 3.0 files
  425c600... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  a36a620... app: port to GtkWidget::draw()
  b8a0940... app: remove GTK_OBJECT() cast
  77bd06d... app: port to GtkWidget::draw()
  87456e6... app: port to GtkWidget::draw()
  9daa01e... app: port virtual functions to GTK+ 3.0 API
  0e6f544... app: port to the new GDK_KEY_foo key names
  fd124f4... app: port to the new GDK_KEY_foo key names and get rid of a
  1872a29... app: port to the new GDK_KEY_foo key names
  af7da09... app: port to GtkWidget::draw() and to the new GDK_KEY_foo k
  8fe1136... app: port to GtkWidget::draw()
  20876ff... app: s/GDK_Escape/GDK_KEY_Escape/
  462abff... app: port to GtkWidget::draw()
  bd894ab... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  9353080... app: port to GtkWidget::draw()
  ef1a4ff... app: s/GtkObject/GtkAdjustment/
  ea0413c... app: port to GtkWidget::draw()
  646b614... app: port to GtkWidget::draw() and to the new GDK_KEY_foo k
  124232c... app: s/GDK_Escape/GDK_KEY_Escape/
  53bb77b... app: s/GtkObject/GtkAdjustment/
  83259ed... app: port to GtkWidget::draw() and to the new GDK_KEY_foo k
  dc197f0... app: s/GtkObject/GtkAdjustment/
  04766c8... app: s/GtkObject/GtkAdjustment/
  4bb3fb2... app: s/GtkObject/GtkAdjustment/
  81e4656... app: use the new GDK_KEY_foo key names
  29dfcb0... app: port to GtkWidget::draw()
  e109363... app: get rid of GtkObject and s/GDK_F1/GDK_KEY_F1/
  2bdda9a... app: port to GtkWidget::draw()
  e0ab0cf... app: no need to alloc colors any longer, GdkColormap is gon
  3a5b2dc... app: port call to gtk_paint_arrow() to GTK+ 3.0
  38e9062... app: port device management to GdkDeviceManager
  9835740... app: remove obsolete (GtkObject **) casts
  90a93ca... app: use gtk_widget_get_preferred_size() instead of size_re
  b31a319... app: port GimpScalComboBox to GTK+ 3.0
  c8d10fa... app: use gtk_widget_get_preferred_size() instead of size_re
  1acd921... libgimpwidgets: port GimpFrame to GTK+ 3.0
  3b5a132... app: port tools to GTK+ 3.0 (trivial changes only)
  d14fd85... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  a8a0614... app: s/GtkObject/GtkAdjustment/
  bb9ba96... app: pass the cairo_region_t to gdk_window_invalidate_regio
  3495434... libgimpwidgets: use gdk_cairo_set_source_window() instead o
  6d711c5... app: use GdkDeviceManager to list devices
  236343d... app: use GdkDeviceManager API
  1ce81b0... app: port to GtkWidget::draw()
  d89d3a8... app: remove calls to colormap functions, they are gone
  e4a80f6... libgimpwidgets: get rid of (GtkObject **) casts
  b4bdf0a... app: port the splash to GTK+ 3.0
  b33935d... libgimpwidgets: port the ruler to GTK+ 3.0
  f9f5109... libgimpwidgets: port to GtkWidget::draw()
  5ab7233... app: port to GtkWidget::draw()
  5861c70... app: port the overlay stuff to GTK+ 3.0
  0a23af7... app: use the container icon view, the grid view is not GTK+
  06c555e... libgimpwidgets: #if 0 some unit menu code that needs portin
  e1de43c... app: port to GtkWidget::draw() (incompletely)
  3c93ecd... app: remove call to gtk_statusbar_set_has_resize_grip()
  ffdbc3b... app: port the tag entry to GTK+ 3.0
  a03047a... app: port to GtkWidget::draw() but disable the code inside 
  8fefa60... app: can't set the scale combo entry's properties in init()
  45c2b9a... app: port to GtkWidget::draw()
  63462d2... libgimpwidgets: port to GtkWidget::draw()
  7379345... modules: s/GtkObject/GtkAdjustment/
  999d32f... app: didn't completely commit the display shell expose() ->
  6a60f4d... libgimpwidgets: port to GtkComboBoxText
  96be346... app: fix display shell background drawing
  4c9baeb... app: fix canvas double buffering using cairo_push,pop_group
  81986ad... script-fu: port to GTK+ 3.0
  44bfd85... app: port to GtkWidget::draw()
  072ecf4... app: passing -1 as width/height to gtk_paint_box() no longe
  70829e9... app: port popup arrow drawing to cairo and get rid of the a
  d7281de... app: remove GimpContainerGridView from the build entirely
  365bc0e... modules: port to GtkWidget::draw()
  34fd9c9... libgimpwidgets: port to GtkWidget::draw()
  329d17f... libgimp: port to GtkWidget::draw()
  c73e706... app: don't translate to allocation.x,y
  aa64fff... app: port to GtkWidget::draw()
  3c0646c... app: forgot to remove a cairo_destroy() in draw()
  6ed0801... app: port to GtkWidget::draw()
  a1790c4... app: build binaries with version number 2.99
  875d45c... app: GtkEntry turned into a no-window widget
  f22b9a6... app: use the new GtkScrollable API instead of deprecated tr
  ea8787c... app: cairo_save()/restore() around chaining up in draw()
  b68cd92... app: add ugly workaround to make the icon view adapt to vie
  629c327... plug-ins: lots of trivial GTK+ 3.0 porting
  d97440d... plug-ins: port jpeg-save to GTK+ 3.0
  703da06... plug-ins: port file-png to GTK+ 3.0
  3c0408c... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  84bad77... plug-ins: more s/GtkObject/GtkAdjustment/
  6f0c839... plug-ins: port some more plug-ins to GTK+ 3.0
  8a1f515... app: port the colormap editor to GTK+ 3.0
  86c7afa... app: remove GtkWrapBox
  5cb677f... libgimpwidgets: port to the new size request API
  7f88bf4... app: port to the new size request API
  60df5fd... plug-ins: port the print preview to the new size request AP
  ee4b1fc... libgimp*: derive from GtkBox directly instead of GtkHBox/VB
  009ecaa... plug-ins: port sphere-designer to GtkWidget::draw()
  7ce3c36... plug-ins: port cml-explorer to GtkWidget::draw()
  11a999d... plug-ins: s/GtkObject/GtkAdjustment/ in file-pdf-load
  07dbb2b... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop 
  73d86d2... plug-ins: port lighting to GTK+ 3.0
  857da42... app: port the cage tool to the new GDK_KEY_foo key names
  2037d4b... plug-ins: port the unit-editor to GtkScrollable
  c9d3f12... app: fix GimpOverlayDialog's minimum height
  a8c499e... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  4a90c19... app: don't connect to "size-requst" because that's deprecat
  fc889ef... app: port GimpSpinScale to GTK+ 3.0
  6a68ad3... app: skip keyboard devices so the device list becomes reaso
  da91035... app: implement proper height-for-width in GimpToolPalette
  e1c06b0... app: use GdkDevice accessors
  e770c16... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  7726fbb... app: put the toolbox' areas into a box until we decided abo
  3ae8628... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  4bd43d2... app: port the device sort function to GdkDeviceManager
  effc3d0... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  acce90d... app: change the list of available devices to something that
  209b6ec... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  e3a53af... libgimpwidgets: port GimpChainButton to GtkStyleContext
  94b7f7b... libgimpwidgets: port GimpColorArea to GtkStyleContext
  e1bdb9c... libgimpwidgets: port GimpColorScale to GtkStyleContext
  9510527... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  081ea21... libgimpwidgets: port GimpRuler to GtkStyleContext
  691f354... libgimpwidgets: turn GimpRuler into a no-window widget
  d971d75... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  5de4179... modules: port ColorselWheel to GtkStyleContext
  b0fe877... app: port Wilber drawing to GtkStyleContext
  f873d51... app: port GimpBlobEditor to GtkStyleContext
  80ff7a0... app: port setting the canvas padding color to GtkStyleConte
  4e3b531... app: port GimpPanedBox to GtkStyleContext
  58c0f98... app: port GimpContainerIconView to GtkStyleContext
  c4891d4... app: port GimpContainerTreeView to GtkStyleContext
  a3aa9e3... app: port GimpColormapEditor to GtkStyleContext
  241edee... app: port GimpComponentEditor to GtkStyleContext
  9317342... app: port GimpFgBgEditor to GtkStyleContext
  5912eb4... app: port GimpFgBgView to GtkStyleContext
  e836765... app: port gimp_get_icon_size() to GtkStyleContext
  2cfbc01... app: port GimpContainerBox to GtkStyleContext
  e515d27... app: port GimpDashEditor to GtkStyleContext
  6f72dc9... app: remove calls to gtk_widget_get,set_extension_events()
  f9f6f24... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  4e514ef... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  e1cf70e... app: port the about dialog to GtkStyleContext
  3b52b07... modules: remove call to gtk_widget_set_extension_events()
  9e98fcd... libgimpwidgets: implement GtkWidget::state_flags_changed()
  dd0f0fb... libgimpwidgets: implement GtkWidget::style_updated() instea
  687a3dd... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  ccc8d23... app: use gdk_drag_context_get_source_window()
  2c4fd70... app: use gdk_drag_context_get_selected_action() instead of 
  a1e977d... app: port GimpSpinScale to GtkStyleContext
  2c39386... app: implement GtkWidget::style_updated() instead of style_
  15262ae... port gtkrc files to CSS (incompletely and stuff commented o
  8f322a3... Port theme and gtkrc file loading to CSS files using GtkCss
  2f3d32f... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
  b170122... app: copy gimp.css instead of gtkrc to the user's gimp dire
  1d3b288... app: check whether child widgets exist in GtkWidget::style_
  6f7b6e2... Replace gdk_cursor_unref() with g_object_unref()
  e47c68c... app: use gtk_menu_shell_get_selected_item()
  9a86507... app: port GimpOverlayBox to GtkStyleContext
  30ba00d... app: port GimpOverlayFrame to GtkStyleContext
  2810448... app: port GimpScaleButton to GtkStyleContext
  c629180... libgimpwidgets: move all GimpPickButton members to a privat
  b41ce9a... libgimpwidgets: move all GimpColorArea members to a private
  77b0032... libgimpwidgets: move all GimpOffsetArea members to a privat
  cc08de7... libgimpwidgets: move padding members from instance to class
  5a9ab16... libgimpwidgets: move all GimpButton members to a private st
  aec7842... libgimpwidgets: move all GimpCellRendererColor members to a
  369c1db... libgimpwidgets: move all GimpColorButton members to a priva
  2320aea... libgimpwidgets: move all GimpCellRendererToggle members to 
  47353d5... libgimpwidgets: move all GimpChainButton members to a priva
  d7e38f5... libgimpwidgets: move all GimpBrowser members to a private s
  b1d29e2... libgimpwidgets: move all GimpColorDisplay members to a priv
  12e367f... libgimpwidgets: move all GimpColorDisplayStack members to a
  df68dcc... libgimpwidgets: move all GimpColorHexEntry members to a pri
  ef9dc15... libgimpwidgets: add padding
  dbc5138... libgimpwidgets: move all GimpColorNotebook members to a pri
  eae91b0... libgimpwidgets: move all GimpColorScale members to a privat
  6573413... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  1a6c3fd... libgimpwidgets: move all GimpColorSelection members to a pr
  d51ec29... libgimpwidgets: move all GimpEnumLabel members to a private
  109c326... app: don't use style->black and style->white
  1887920... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  833549b... app: port GimpStrokeEditor to GtkStyleContext
  5e71d81... app: port GimpPaletteView to GtkStyleContext
  e8c0c92... plug-ins: don't use style->black and style->white
  55dc015... libgimpwidgets: move all GimpColorProfileStore members to a
  fa2a0fb... app: port GimpDockWindow to GtkStyleContext
  c73285b... app: port GimpToolEditor to GtkStyleContext
  cf09cde... app: use gtk_widget_override_font() instead of modify_font(
  20ccd67... app: port GimpThumbBox to GtkStyleContext
  55a2765... Implement GtkWidget::style_updated() instead of ::style_set
  bb99879... app: port GimpHistogramView to GtkStyleContext
  02f0bc7... app: disable calls to gtk_range_set_update_policy()
  dab0525... plug-ins: port file-ps to GtkComboBoxText
  64ffa03... app: port GimpTagEntry to GtkStyleContext
  d8aee2f... app: always ask the master device for its axes or state
  35fde8e... app: when checking for a device change, check the event's s
  e3fa1ad... app: remove obsolete device checks from GimpToolbox
  58aa29a... plug-ins: port file-gih to GtkComboBoxText
  07d9378... app: port GimpColorFrame away from GtkStyle, using a new st
  4560f79... app: remove call to gtk_widget_style_attach() from GimpOver
  2da2077... app: port GimpOverlayChild to GtkStyleContext
  1d5848a... Port cell renderers to gtk_cell_renderer_get_state()
  2f9903a... app: port GimpCellRendererDashes to GtkStyleContext
  da5f1d4... app: add gimp_get_style_color() to simplify GdkRGBA style p
  c693bc7... app: add style property and default CSS for GimpHistogramVi
  6bbf62c... app: port GimpCurveView to GtkStyleContext
  416a92b... themes: document the new GimpHistogramView property in the 
  d913728... app: define all GimpHistogramView colors via style properti
  993f1ba... themes: document the new stlye properties and indent the CS
  3b8097c... app: increase the priority of the theme CSS by 1
  29b34a1... app: port GimpComboTagEntry to GtkStyleContext
  ad6147d... app: s/GDK_F2/GDK_KEY_F2 in GimpContainerTreeView
  c631c14... configure.ac: use the new GTK_CHECK_BACKEND() macro
  73ecbdd... plug-ins: port map-object to GTK+ 3.x
  9c3d415... app: port GimpToolbox to GtkWidget::style_updated()
  9406877... app: use GdkRGBA instead of GdkColor in some places
  93af089... app: remove gimp_rgb_get,set_gdk_color()
  c026b6b... app: port the text tool editor's preedit popup to GtkStyleC
  a8c253d... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  4919a3d... app: gimp_print_event(): add the device to the event debug 
  2f7a282... app: gimp_device_info_get_device_coords(): workaround for X
  25b1a24... app: make input devices, grabs and therefore generally tool
  ee574ff... app: use gdk_device_get_position() inetad of gdk_display_ge
  b753950... app: remove some forgotten #undef GSEAL_ENABLE
  aeb43aa... app: let the file dialog expand/collapse with the file type
  9e81d51... app: use gdk_device_get_position() instead of gdk_display_g
  ddd5f45... app: port GimpGradientEditor to GtkSyleContext
  a8f773c... foo



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