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



The branch 'gtk3-port' was created.

Summary of new commits:

  73df76b... Switch to version 3.0 in a lot of places and depend on GTK+
  c59f447... libgimpwidgets: remove deprecated files from the build
  6979e4c... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  08473a3... libgimpwidgets: port virtual functions to GTK+ 3.0
  8b609a6... libgimpwidgets: port virtual functions to GTK+ 3.0
  3a4d35f... libgimpwidgets: port to GtkWidget::draw()
  76c7369... libgimpwidgets: port to GtkWidget::draw()
  d25bfd2... libgimpwidgets: port to GtkWidget::draw()
  a5fcad5... libgimpwidgets: s/GtkObject/GtkAdjustment/
  a86663c... libgimpwidgets: port to GtkWidget::draw()
  5918827... libgimpwidgets: remove deprecated functions and s/GtkObject
  2e35b9a... libgimpwidgets: remove deprecated files completely
  5a6cab5... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  a441df4... app: port to GtkWidget::draw()
  95b932a... app: remove GTK_OBJECT() cast
  fa1646c... app: port to GtkWidget::draw()
  e818e31... app: port to GtkWidget::draw()
  cb8be64... app: port virtual functions to GTK+ 3.0 API
  3f9e540... app: get rid of a GTK_OBJECT() cast
  370b184... app: port to GtkWidget::draw()
  c99ee2d... app: port to GtkWidget::draw()
  fa85a11... app: port to GtkWidget::draw()
  dd6baf5... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  ad87130... app: port to GtkWidget::draw()
  da10bcd... app: s/GtkObject/GtkAdjustment/
  dbf2577... app: port to GtkWidget::draw()
  8e213cd... app: port GimpNavigationView to GtkWidget::draw()
  4447e21... app: port GimpPaletteView to GtkWidget::draw()
  dea6c42... app: port to GtkWidget::draw()
  b57e44d... app: get rid of GtkObject in GimpUIManager
  7c8779c... app: port to GtkWidget::draw()
  e011684... app: no need to alloc colors any longer, GdkColormap is gon
  07fb41f... app: port call to gtk_paint_arrow() to GTK+ 3.0
  f252f2d... app: port device management to GdkDeviceManager
  576e955... app: remove obsolete (GtkObject **) casts
  cb77f69... app: use gtk_widget_get_preferred_size() instead of size_re
  0eab492... app: port GimpScalComboBox to GTK+ 3.0
  d2f4c81... app: use gtk_widget_get_preferred_size() instead of size_re
  5e73b3e... libgimpwidgets: port GimpFrame to GTK+ 3.0
  5a37a9e... app: port tools to GTK+ 3.0 (trivial changes only)
  9a40518... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  73aedd9... app: pass the cairo_region_t to gdk_window_invalidate_regio
  9e2e547... app: use GdkDeviceManager to list devices
  f3266aa... app: port to GtkWidget::draw()
  c07a2eb... app: remove calls to colormap functions, they are gone
  5cb2d93... libgimpwidgets: get rid of (GtkObject **) casts
  5290068... app: port the splash to GTK+ 3.0
  baa50fd... libgimpwidgets: port the ruler to GTK+ 3.0
  f851c6c... libgimpwidgets: port to GtkWidget::draw()
  272bcde... app: port to GtkWidget::draw()
  3715c06... app: port the overlay stuff to GTK+ 3.0
  e05eca8... app: use the container icon view, the grid view is not GTK+
  f74c9c0... app: port to GtkWidget::draw() (incompletely)
  239bfaa... app: remove call to gtk_statusbar_set_has_resize_grip()
  5d1ed26... app: port the tag entry to GTK+ 3.0
  b4e88aa... app: port to GtkWidget::draw() but disable the code inside 
  70aa08e... app: can't set the scale combo entry's properties in init()
  fa04ed3... app: port to GtkWidget::draw()
  7573520... libgimpwidgets: port to GtkWidget::draw()
  d8ad19b... modules: s/GtkObject/GtkAdjustment/
  8078c86... app: didn't completely commit the display shell expose() ->
  d88e2ff... app: fix display shell background drawing
  c46dffd... app: fix canvas double buffering using cairo_push,pop_group
  c0f9439... script-fu: port to GTK+ 3.0
  2f6d623... app: port to GtkWidget::draw()
  de1c936... app: passing -1 as width/height to gtk_paint_box() no longe
  0eb84bd... app: port popup arrow drawing to cairo and get rid of the a
  f846911... app: remove GimpContainerGridView from the build entirely
  ea644b4... modules: port to GtkWidget::draw()
  7745285... libgimpwidgets: port to GtkWidget::draw()
  63d0c90... libgimp: port to GtkWidget::draw()
  627c263... app: don't translate to allocation.x,y
  1dbe944... app: port to GtkWidget::draw()
  f6af93d... app: forgot to remove a cairo_destroy() in draw()
  ec566b8... app: port to GtkWidget::draw()
  3c91a77... app: GtkEntry turned into a no-window widget
  c89303b... app: use the new GtkScrollable API instead of deprecated tr
  6ad5eaf... app: cairo_save()/restore() around chaining up in draw()
  e1cacfc... app: add ugly workaround to make the icon view adapt to vie
  d5bd007... plug-ins: lots of trivial GTK+ 3.0 porting
  0341653... plug-ins: port jpeg-save to GTK+ 3.0
  2294957... plug-ins: port file-png to GTK+ 3.0
  9b8a8ea... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  b4774e1... plug-ins: more s/GtkObject/GtkAdjustment/
  9956614... plug-ins: port some more plug-ins to GTK+ 3.0
  aa5509c... app: port the colormap editor to GTK+ 3.0
  d7a65d8... app: remove GtkWrapBox
  1b534b1... libgimpwidgets: port to the new size request API
  b8b6fb6... app: port to the new size request API
  2dca714... plug-ins: port the print preview to the new size request AP
  0c29d2a... plug-ins: port sphere-designer to GtkWidget::draw()
  f75c304... plug-ins: port cml-explorer to GtkWidget::draw()
  c3e0e46... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop 
  688dfac... plug-ins: port lighting to GTK+ 3.0
  701c0e5... plug-ins: port the unit-editor to GtkScrollable
  a086093... app: fix GimpOverlayDialog's minimum height
  436102b... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  6fd84de... app: don't connect to "size-requst" because that's deprecat
  6824b15... app: port GimpSpinScale to GTK+ 3.0
  3487b02... app: skip keyboard devices so the device list becomes reaso
  b4ba326... app: implement proper height-for-width in GimpToolPalette
  d17fa2e... app: use GdkDevice accessors
  b23ef53... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  0685396... app: put the toolbox' areas into a box until we decided abo
  704a717... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  7fa3bdb... app: port the device sort function to GdkDeviceManager
  7bdb66f... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  2e35785... app: change the list of available devices to something that
  9a68151... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  8ad89bf... libgimpwidgets: port GimpChainButton to GtkStyleContext
  7ac4156... libgimpwidgets: port GimpColorArea to GtkStyleContext
  3734edb... libgimpwidgets: port GimpColorScale to GtkStyleContext
  aebd837... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  3632430... libgimpwidgets: port GimpRuler to GtkStyleContext
  b753636... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  27340f0... modules: port ColorselWheel to GtkStyleContext
  160a26e... app: port GimpBlobEditor to GtkStyleContext
  44766d4... app: port setting the canvas padding color to GtkStyleConte
  bbf11c8... app: port GimpPanedBox to GtkStyleContext
  b38ce79... app: port GimpContainerIconView to GtkStyleContext
  075530a... app: port GimpContainerTreeView to GtkStyleContext
  eb3f5e5... app: port GimpColormapEditor to GtkStyleContext
  e253196... app: port GimpComponentEditor to GtkStyleContext
  135d575... app: port GimpFgBgEditor to GtkStyleContext
  c150df4... app: port GimpFgBgView to GtkStyleContext
  4ed5bd7... app: port gimp_get_icon_size() to GtkStyleContext
  d2d2352... app: port GimpContainerBox to GtkStyleContext
  c3a36b1... app: port GimpDashEditor to GtkStyleContext
  596e6d0... app: remove calls to gtk_widget_get,set_extension_events()
  1d2778d... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  c76c7d0... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  f53c3a4... app: port the about dialog to GtkStyleContext
  017b897... modules: remove call to gtk_widget_set_extension_events()
  d6c25d4... libgimpwidgets: implement GtkWidget::state_flags_changed()
  6222bee... libgimpwidgets: implement GtkWidget::style_updated() instea
  8bcdcba... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  36230fd... app: use gdk_drag_context_get_source_window()
  80daf1a... app: use gdk_drag_context_get_selected_action() instead of 
  6532a69... app: port GimpSpinScale to GtkStyleContext
  98eaf9c... app: implement GtkWidget::style_updated() instead of style_
  3a76edb... port gtkrc files to CSS (incompletely and stuff commented o
  0104e37... Port theme and gtkrc file loading to CSS files using GtkCss
  9c3cd39... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
  2372b0f... app: copy gimp.css instead of gtkrc to the user's gimp dire
  64db556... app: check whether child widgets exist in GtkWidget::style_
  e15d328... Replace gdk_cursor_unref() with g_object_unref()
  440b801... app: use gtk_menu_shell_get_selected_item()
  abe62c7... app: port GimpOverlayBox to GtkStyleContext
  fc1556d... app: port GimpOverlayFrame to GtkStyleContext
  26562d9... app: port GimpScaleButton to GtkStyleContext
  0e3c803... libgimpwidgets: move all GimpPickButton members to a privat
  a5034ca... libgimpwidgets: move all GimpColorArea members to a private
  921a0f4... libgimpwidgets: move all GimpOffsetArea members to a privat
  be51fe6... libgimpwidgets: move padding members from instance to class
  d1b8f99... libgimpwidgets: move all GimpButton members to a private st
  5f8f01f... libgimpwidgets: move all GimpCellRendererColor members to a
  7c1ad7a... libgimpwidgets: move all GimpColorButton members to a priva
  cef2308... libgimpwidgets: move all GimpCellRendererToggle members to 
  e195f56... libgimpwidgets: move all GimpChainButton members to a priva
  cc0ef03... libgimpwidgets: move all GimpBrowser members to a private s
  1f1efa5... libgimpwidgets: move all GimpColorDisplay members to a priv
  10f93fc... libgimpwidgets: move all GimpColorDisplayStack members to a
  06a3013... libgimpwidgets: move all GimpColorHexEntry members to a pri
  3290253... libgimpwidgets: add padding
  348dc98... libgimpwidgets: move all GimpColorNotebook members to a pri
  4ee1a74... libgimpwidgets: move all GimpColorScale members to a privat
  710a0f8... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  fe73ca9... libgimpwidgets: move all GimpColorSelection members to a pr
  32630ad... libgimpwidgets: move all GimpEnumLabel members to a private
  a4307e0... app: don't use style->black and style->white
  cc67777... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  514df91... app: port GimpStrokeEditor to GtkStyleContext
  a0421ec... app: port GimpPaletteView to GtkStyleContext
  c7800d4... plug-ins: don't use style->black and style->white
  e35db94... libgimpwidgets: move all GimpColorProfileStore members to a
  1d6f2b7... app: port GimpDockWindow to GtkStyleContext
  0b22836... app: port GimpToolEditor to GtkStyleContext
  4abe5c1... app: use gtk_widget_override_font() instead of modify_font(
  5b4f264... app: port GimpThumbBox to GtkStyleContext
  4092d90... Implement GtkWidget::style_updated() instead of ::style_set
  6ab673c... app: port GimpHistogramView to GtkStyleContext
  d85ad78... app: port GimpTagEntry to GtkStyleContext
  3bab4ab... app: always ask the master device for its axes or state
  57b8fe5... app: when checking for a device change, check the event's s
  2622ef7... app: remove obsolete device checks from GimpToolbox
  f2a70ec... app: port GimpColorFrame away from GtkStyle, using a new st
  1b40d5e... app: remove call to gtk_widget_style_attach() from GimpOver
  58f2ce8... app: port GimpOverlayChild to GtkStyleContext
  5171673... Port cell renderers to gtk_cell_renderer_get_state()
  89c6643... app: port GimpCellRendererDashes to GtkStyleContext
  dc942e6... app: add gimp_get_style_color() to simplify GdkRGBA style p
  66b9bc2... app: add style property and default CSS for GimpHistogramVi
  e07e8e0... app: port GimpCurveView to GtkStyleContext
  e3c4d92... themes: document the new GimpHistogramView property in the 
  10a911e... app: define all GimpHistogramView colors via style properti
  deda923... themes: document the new stlye properties and indent the CS
  92eac7d... app: increase the priority of the theme CSS by 1
  9d9a281... app: port GimpComboTagEntry to GtkStyleContext
  59c1879... configure.ac: use the new GTK_CHECK_BACKEND() macro
  3830aaa... plug-ins: port map-object to GTK+ 3.x
  17bab4f... app: port GimpToolbox to GtkWidget::style_updated()
  54e16e6... app: use GdkRGBA instead of GdkColor in some places
  67ca32a... app: remove gimp_rgb_get,set_gdk_color()
  c972469... app: port the text tool editor's preedit popup to GtkStyleC
  f5f609d... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  2e6bc9d... app: gimp_print_event(): add the device to the event debug 
  9f42330... app: gimp_device_info_get_device_coords(): workaround for X
  0733c0a... app: make input devices, grabs and therefore generally tool
  430009b... app: use gdk_device_get_position() inetad of gdk_display_ge
  e6282c8... app: remove some forgotten #undef GSEAL_ENABLE
  0a0a5b6... app: let the file dialog expand/collapse with the file type
  e58488c... app: port GimpGradientEditor to GtkSyleContext
  084ddd2... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  b548254... app: port GimpNavigationEditor to GtkStyleContext
  4cae81a... app: port GimpTagPopup to GtkStyleContext
  93620f9... app: GimpDock: port font size modification to GtkCssProvide
  f382930... plug-ins: s/GtkObject/GtkAdjustment/
  40525f5... app: implement GtkContainer::get_path_for_child() in GimpMe
  f7b524d... devel-docs: make the shooter tool at least build again (unt
  545382e... app: don't use "size-request" for the toolbox' wilber, it's
  94a325e... app: themes.c: add #if 0-ed switch to dark theme variant
  1e47ee2... Incomplete notebook and tab theming commit, to be improved
  601b191... themes: set an explicit background for rulers
  6338e04... app: make the statusbar's progress label visible again
  38eb822... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
  5a1c0c3... foo
  caa5567... app: port wilber drawing to GtkStyleContext
  3e3584b... ===== merge into the right spin scale commit ====



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