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



The branch 'gtk3-port' was created.

Summary of new commits:

  e3a0a32... Switch to version 3.0 in a lot of places and depend on GTK+
  79b3594... libgimpwidgets: remove deprecated files from the build
  e95006f... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  22c21af... libgimpwidgets: port virtual functions to GTK+ 3.0
  d2c4b9f... libgimpwidgets: port virtual functions to GTK+ 3.0
  0f9573d... libgimpwidgets: port to GtkWidget::draw()
  47bbe69... libgimpwidgets: port to GtkWidget::draw()
  4438e61... libgimpwidgets: port to new GDK_KEY_foo key names
  bf31245... libgimpwidgets: port to GtkWidget::draw()
  6f7f3f4... libgimpwidgets: s/GtkObject/GtkAdjustment/
  0201eef... libgimpwidgets: remove call to gtk_dialog_set_has_separator
  c9a9010... libgimpwidgets: port to GDK_KEY_foo key names
  35e3ffc... libgimpwidgets: s/GtkObject/GtkAdjustment/
  0e0b0aa... libgimpwidgets: port to GD_KEY_foo key names
  90499c8... libgimpwidgets: port to GtkWidget::draw()
  927472c... libgimpwidgets: port to GDK_KEY_foo key names
  440ed35... libgimpwidgets: remove deprecated functions and s/GtkObject
  e8bde91... libgimpwidgets: s/GtkObject/GtkAdjustment/
  e8dc47f... libgimpwidgets: s/GtkObject/GtkAdjustment/
  f74b5fa... libgimpwidgets: s/GtkObject/GtkAdjustment/
  bf5ab05... libgimpwidgets: remove deprecated files completely
  6990690... libgimpwidgets: don't include removed files
  c7b46a3... libgimpwidgets: remove the deprecated gimp_pixmap_button_ne
  ef01e3a... libgimpwidgets: remove typedefs of things that are gone
  85343db... Update .gitignore files for generated 3.0 files
  3197a98... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  f4d91e3... app: port to GtkWidget::draw()
  a597aea... app: remove GTK_OBJECT() cast
  fac1548... app: port to GtkWidget::draw()
  b649ac9... app: port to GtkWidget::draw()
  8b2e220... app: port virtual functions to GTK+ 3.0 API
  27aa9e6... app: get rid of a GTK_OBJECT() cast
  fbb9812... app: port to GtkWidget::draw()
  7f90899... app: port to GtkWidget::draw()
  66d89a6... app: port to GtkWidget::draw()
  92b50a0... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  f22e20b... app: port to GtkWidget::draw()
  f544622... app: s/GtkObject/GtkAdjustment/
  22a9034... app: port to GtkWidget::draw()
  33360a0... app: port GimpNavigationView to GtkWidget::draw()
  306fffb... app: s/GtkObject/GtkAdjustment/
  df17e1f... app: port GimpPaletteView to GtkWidget::draw()
  8e1af86... app: s/GtkObject/GtkAdjustment/
  bfec922... app: s/GtkObject/GtkAdjustment/
  54b37de... app: s/GtkObject/GtkAdjustment/
  89afc97... app: port to GtkWidget::draw()
  8de0679... app: get rid of GtkObject in GimpUIManager
  7690319... app: port to GtkWidget::draw()
  f6527df... app: no need to alloc colors any longer, GdkColormap is gon
  036be3a... app: port call to gtk_paint_arrow() to GTK+ 3.0
  b3336bb... app: port device management to GdkDeviceManager
  9c3df24... app: remove obsolete (GtkObject **) casts
  70a13c2... app: use gtk_widget_get_preferred_size() instead of size_re
  6f12d86... app: port GimpScalComboBox to GTK+ 3.0
  b446fe2... app: use gtk_widget_get_preferred_size() instead of size_re
  c117e98... libgimpwidgets: port GimpFrame to GTK+ 3.0
  0b8650f... app: port tools to GTK+ 3.0 (trivial changes only)
  e73d2d0... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  8de8a2b... app: s/GtkObject/GtkAdjustment/
  d022f5d... app: pass the cairo_region_t to gdk_window_invalidate_regio
  dc3dec1... libgimpwidgets: use gdk_cairo_set_source_window() instead o
  4bc3b77... app: use GdkDeviceManager to list devices
  8886498... app: use GdkDeviceManager API
  042c006... app: port to GtkWidget::draw()
  d7096ce... app: remove calls to colormap functions, they are gone
  dd5fe43... libgimpwidgets: get rid of (GtkObject **) casts
  658747a... app: port the splash to GTK+ 3.0
  87e3b81... libgimpwidgets: port the ruler to GTK+ 3.0
  bb52dd5... libgimpwidgets: port to GtkWidget::draw()
  fbc9670... app: port to GtkWidget::draw()
  3c7b20c... app: port the overlay stuff to GTK+ 3.0
  ceb2c9e... app: use the container icon view, the grid view is not GTK+
  204474a... libgimpwidgets: #if 0 some unit menu code that needs portin
  384c4c6... app: port to GtkWidget::draw() (incompletely)
  a286030... app: remove call to gtk_statusbar_set_has_resize_grip()
  33b7886... app: port the tag entry to GTK+ 3.0
  46862e5... app: port to GtkWidget::draw() but disable the code inside 
  848427c... app: can't set the scale combo entry's properties in init()
  2829100... app: port to GtkWidget::draw()
  e14f4e5... libgimpwidgets: port to GtkWidget::draw()
  d95982e... modules: s/GtkObject/GtkAdjustment/
  959c9f9... app: didn't completely commit the display shell expose() ->
  184fd18... app: fix display shell background drawing
  c26e99f... app: fix canvas double buffering using cairo_push,pop_group
  ff2be10... script-fu: port to GTK+ 3.0
  94388c1... app: port to GtkWidget::draw()
  e23df3e... app: passing -1 as width/height to gtk_paint_box() no longe
  e0b9fa0... app: port popup arrow drawing to cairo and get rid of the a
  bed9a82... app: remove GimpContainerGridView from the build entirely
  de9bd63... modules: port to GtkWidget::draw()
  1b615c8... libgimpwidgets: port to GtkWidget::draw()
  7ed5610... libgimp: port to GtkWidget::draw()
  5b3cf49... app: don't translate to allocation.x,y
  3f61183... app: port to GtkWidget::draw()
  32a6494... app: forgot to remove a cairo_destroy() in draw()
  f93b41d... app: port to GtkWidget::draw()
  7c9b2db... app: build binaries with version number 2.99
  29361b4... app: GtkEntry turned into a no-window widget
  6689f7a... app: use the new GtkScrollable API instead of deprecated tr
  83a54a2... app: cairo_save()/restore() around chaining up in draw()
  c4ced2a... app: add ugly workaround to make the icon view adapt to vie
  712074d... plug-ins: lots of trivial GTK+ 3.0 porting
  2a68009... plug-ins: port jpeg-save to GTK+ 3.0
  5b0d9f6... plug-ins: port file-png to GTK+ 3.0
  f61b2ed... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  e526770... plug-ins: more s/GtkObject/GtkAdjustment/
  60ac717... plug-ins: port some more plug-ins to GTK+ 3.0
  6d0e6cf... app: port the colormap editor to GTK+ 3.0
  b28aaf1... app: remove GtkWrapBox
  66cf20e... libgimpwidgets: port to the new size request API
  5279293... app: port to the new size request API
  66e5a40... plug-ins: port the print preview to the new size request AP
  00966c5... libgimp*: derive from GtkBox directly instead of GtkHBox/VB
  19a4abf... plug-ins: port sphere-designer to GtkWidget::draw()
  ca6afc0... plug-ins: port cml-explorer to GtkWidget::draw()
  7ac2e61... plug-ins: s/GtkObject/GtkAdjustment/ in file-pdf-load
  8e60f4c... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop 
  a8f0e28... plug-ins: port lighting to GTK+ 3.0
  b0fd97e... plug-ins: port the unit-editor to GtkScrollable
  cd35e7c... app: fix GimpOverlayDialog's minimum height
  d856c15... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  345cb45... app: don't connect to "size-requst" because that's deprecat
  48aa4b2... app: port GimpSpinScale to GTK+ 3.0
  79c54b5... app: skip keyboard devices so the device list becomes reaso
  9b6674a... app: implement proper height-for-width in GimpToolPalette
  d5152b0... app: use GdkDevice accessors
  cf0914f... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  1a30f14... app: put the toolbox' areas into a box until we decided abo
  2708b3b... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  4d9af2a... app: port the device sort function to GdkDeviceManager
  47cea8d... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  c0dea29... app: change the list of available devices to something that
  2b46405... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  c56dfa1... libgimpwidgets: port GimpChainButton to GtkStyleContext
  e21e962... libgimpwidgets: port GimpColorArea to GtkStyleContext
  8d4916e... libgimpwidgets: port GimpColorScale to GtkStyleContext
  7fb228b... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  f2149d7... libgimpwidgets: port GimpRuler to GtkStyleContext
  05fb766... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  5a78536... modules: port ColorselWheel to GtkStyleContext
  e1c3979... app: port Wilber drawing to GtkStyleContext
  f4d930b... app: port GimpBlobEditor to GtkStyleContext
  9135758... app: port setting the canvas padding color to GtkStyleConte
  e7606be... app: port GimpPanedBox to GtkStyleContext
  484d3e9... app: port GimpContainerIconView to GtkStyleContext
  fc8e91b... app: port GimpContainerTreeView to GtkStyleContext
  7c6f2e1... app: port GimpColormapEditor to GtkStyleContext
  a4b319e... app: port GimpComponentEditor to GtkStyleContext
  ad203ce... app: port GimpFgBgEditor to GtkStyleContext
  b38a648... app: port GimpFgBgView to GtkStyleContext
  2bb17e8... app: port gimp_get_icon_size() to GtkStyleContext
  227e145... app: port GimpContainerBox to GtkStyleContext
  bfafa75... app: port GimpDashEditor to GtkStyleContext
  cea5074... app: remove calls to gtk_widget_get,set_extension_events()
  60fb9ba... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  9efa7a1... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  a6ed0e7... app: port the about dialog to GtkStyleContext
  6647ec0... modules: remove call to gtk_widget_set_extension_events()
  dd7aea6... libgimpwidgets: implement GtkWidget::state_flags_changed()
  b0f0d19... libgimpwidgets: implement GtkWidget::style_updated() instea
  17ecad1... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  cd51263... app: use gdk_drag_context_get_source_window()
  f565bea... app: use gdk_drag_context_get_selected_action() instead of 
  816080b... app: port GimpSpinScale to GtkStyleContext
  5ff93e8... app: implement GtkWidget::style_updated() instead of style_
  cd0c825... port gtkrc files to CSS (incompletely and stuff commented o
  f67c21d... Port theme and gtkrc file loading to CSS files using GtkCss
  2c53db1... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
  1ab4132... app: copy gimp.css instead of gtkrc to the user's gimp dire
  ba7368c... app: check whether child widgets exist in GtkWidget::style_
  d4de04b... Replace gdk_cursor_unref() with g_object_unref()
  7b592d1... app: use gtk_menu_shell_get_selected_item()
  d3a966d... app: port GimpOverlayBox to GtkStyleContext
  c8f4f3c... app: port GimpOverlayFrame to GtkStyleContext
  163999a... app: port GimpScaleButton to GtkStyleContext
  aa4e576... libgimpwidgets: move all GimpPickButton members to a privat
  ebf65c0... libgimpwidgets: move all GimpColorArea members to a private
  44dd862... libgimpwidgets: move all GimpOffsetArea members to a privat
  46c0898... libgimpwidgets: move padding members from instance to class
  2c75080... libgimpwidgets: move all GimpButton members to a private st
  08ef801... libgimpwidgets: move all GimpCellRendererColor members to a
  ba3cbf5... libgimpwidgets: move all GimpColorButton members to a priva
  2927f0b... libgimpwidgets: move all GimpCellRendererToggle members to 
  37aabe1... libgimpwidgets: move all GimpChainButton members to a priva
  73f284a... libgimpwidgets: move all GimpBrowser members to a private s
  277806f... libgimpwidgets: move all GimpColorDisplay members to a priv
  1a96fed... libgimpwidgets: move all GimpColorDisplayStack members to a
  606bac6... libgimpwidgets: move all GimpColorHexEntry members to a pri
  698fefe... libgimpwidgets: add padding
  41bf286... libgimpwidgets: move all GimpColorNotebook members to a pri
  ab94ce6... libgimpwidgets: move all GimpColorScale members to a privat
  623558a... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  73b0ca3... libgimpwidgets: move all GimpColorSelection members to a pr
  5dad61b... libgimpwidgets: move all GimpEnumLabel members to a private
  b7cb463... app: don't use style->black and style->white
  8f0c66c... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  88df5dd... app: port GimpStrokeEditor to GtkStyleContext
  63fee37... app: port GimpPaletteView to GtkStyleContext
  9c9a3c1... plug-ins: don't use style->black and style->white
  b1bd22a... libgimpwidgets: move all GimpColorProfileStore members to a
  0b82ae9... app: port GimpDockWindow to GtkStyleContext
  b725921... app: port GimpToolEditor to GtkStyleContext
  ea3de46... app: use gtk_widget_override_font() instead of modify_font(
  a4ae48a... app: port GimpThumbBox to GtkStyleContext
  66d05d0... Implement GtkWidget::style_updated() instead of ::style_set
  e36b9a4... app: port GimpHistogramView to GtkStyleContext
  2589621... app: disable calls to gtk_range_set_update_policy()
  b921a7a... app: port GimpTagEntry to GtkStyleContext
  ea27fc5... app: always ask the master device for its axes or state
  6952824... app: when checking for a device change, check the event's s
  557e041... app: remove obsolete device checks from GimpToolbox
  7d3eea8... app: port GimpColorFrame away from GtkStyle, using a new st
  b6ec409... app: remove call to gtk_widget_style_attach() from GimpOver
  1b35378... app: port GimpOverlayChild to GtkStyleContext
  1d8f05b... Port cell renderers to gtk_cell_renderer_get_state()
  0d5d10d... app: port GimpCellRendererDashes to GtkStyleContext
  a790aac... app: add gimp_get_style_color() to simplify GdkRGBA style p
  ea693a9... app: add style property and default CSS for GimpHistogramVi
  011cffa... app: port GimpCurveView to GtkStyleContext
  de1570b... themes: document the new GimpHistogramView property in the 
  29f2d5d... app: define all GimpHistogramView colors via style properti
  9fb94db... themes: document the new stlye properties and indent the CS
  08449bf... app: increase the priority of the theme CSS by 1
  1e228c9... app: port GimpComboTagEntry to GtkStyleContext
  20e36f5... configure.ac: use the new GTK_CHECK_BACKEND() macro
  01993b0... plug-ins: port map-object to GTK+ 3.x
  54d6270... app: port GimpToolbox to GtkWidget::style_updated()
  14fffac... app: use GdkRGBA instead of GdkColor in some places
  8d0f75d... app: remove gimp_rgb_get,set_gdk_color()
  2754cea... app: port the text tool editor's preedit popup to GtkStyleC
  050476f... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  c3b10eb... app: gimp_print_event(): add the device to the event debug 
  552f658... app: gimp_device_info_get_device_coords(): workaround for X
  2910f67... app: make input devices, grabs and therefore generally tool
  82db98b... app: use gdk_device_get_position() inetad of gdk_display_ge
  84097eb... app: remove some forgotten #undef GSEAL_ENABLE
  68c703b... app: let the file dialog expand/collapse with the file type
  383771a... app: use gdk_device_get_position() instead of gdk_display_g
  d464797... app: port GimpGradientEditor to GtkSyleContext
  f76879a... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  44532ef... app: port GimpNavigationEditor to GtkStyleContext
  8440647... plug-ins: s/GtkObject/GtkAdjustment in web-page
  b4437b0... foo



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