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



The branch 'gtk3-port' was created.

Summary of new commits:

  d9bb5de... Switch to version 3.0 in a lot of places and depend on GTK+
  102b2e9... libgimpwidgets: remove deprecated files from the build
  1f8d5c7... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  02bf424... libgimpwidgets: port virtual functions to GTK+ 3.0
  e7c82d3... libgimpwidgets: port virtual functions to GTK+ 3.0
  1505d0b... libgimpwidgets: port to GtkWidget::draw()
  12b123c... libgimpwidgets: port to GtkWidget::draw()
  8610cfa... libgimpwidgets: port to GtkWidget::draw()
  46f4e66... libgimpwidgets: s/GtkObject/GtkAdjustment/
  1109329... libgimpwidgets: port to GtkWidget::draw()
  28a7dc1... libgimpwidgets: remove deprecated functions and s/GtkObject
  0eeb309... libgimpwidgets: remove deprecated files completely
  370186d... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  e9e1edc... app: port to GtkWidget::draw()
  89c0020... app: remove GTK_OBJECT() cast
  398bee1... app: port to GtkWidget::draw()
  8056879... app: port to GtkWidget::draw()
  22180b4... app: port virtual functions to GTK+ 3.0 API
  c418ec5... app: get rid of a GTK_OBJECT() cast
  0bad68d... app: port to GtkWidget::draw()
  da34827... app: port to GtkWidget::draw()
  c916cd1... app: port to GtkWidget::draw()
  001a94b... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  833ee11... app: port to GtkWidget::draw()
  e8e5cae... app: s/GtkObject/GtkAdjustment/
  7e27fed... app: port to GtkWidget::draw()
  f09d167... app: port GimpNavigationView to GtkWidget::draw()
  80f788f... app: port GimpPaletteView to GtkWidget::draw()
  3f8044a... app: port to GtkWidget::draw()
  c1b0a88... app: get rid of GtkObject in GimpUIManager
  f4e17fe... app: port to GtkWidget::draw()
  953d92d... app: no need to alloc colors any longer, GdkColormap is gon
  e57cdbb... app: port call to gtk_paint_arrow() to GTK+ 3.0
  127bf0d... app: port device management to GdkDeviceManager
  2f93cdf... app: remove obsolete (GtkObject **) casts
  11fc93b... app: use gtk_widget_get_preferred_size() instead of size_re
  16f3ff8... app: port GimpScalComboBox to GTK+ 3.0
  ee644ec... app: use gtk_widget_get_preferred_size() instead of size_re
  069391e... libgimpwidgets: port GimpFrame to GTK+ 3.0
  5919139... app: port tools to GTK+ 3.0 (trivial changes only)
  9b3a8eb... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  036fff1... app: pass the cairo_region_t to gdk_window_invalidate_regio
  98c6f16... app: use GdkDeviceManager to list devices
  bb7c429... app: port to GtkWidget::draw()
  6c03e0f... app: remove calls to colormap functions, they are gone
  59f329b... libgimpwidgets: get rid of (GtkObject **) casts
  2629282... app: port the splash to GTK+ 3.0
  260ad7c... libgimpwidgets: port the ruler to GTK+ 3.0
  dea1a45... libgimpwidgets: port to GtkWidget::draw()
  5a65070... app: port to GtkWidget::draw()
  ff7c7a9... app: port the overlay stuff to GTK+ 3.0
  519d088... app: use the container icon view, the grid view is not GTK+
  2690463... app: port to GtkWidget::draw() (incompletely)
  599670f... app: remove call to gtk_statusbar_set_has_resize_grip()
  258e730... app: port the tag entry to GTK+ 3.0
  1849305... app: port to GtkWidget::draw() but disable the code inside 
  4f86b70... app: can't set the scale combo entry's properties in init()
  b74fdb3... app: port to GtkWidget::draw()
  c8e1066... libgimpwidgets: port to GtkWidget::draw()
  fceac53... modules: s/GtkObject/GtkAdjustment/
  45326de... app: didn't completely commit the display shell expose() ->
  1226cea... script-fu: port to GTK+ 3.0
  6615869... app: port to GtkWidget::draw()
  a1b8804... app: passing -1 as width/height to gtk_paint_box() no longe
  a180ce2... app: port popup arrow drawing to cairo and get rid of the a
  c48a115... app: remove GimpContainerGridView from the build entirely
  a887168... modules: port to GtkWidget::draw()
  3c61c7a... libgimpwidgets: port to GtkWidget::draw()
  5644caf... libgimp: port to GtkWidget::draw()
  e229e52... app: don't translate to allocation.x,y
  a4c508e... app: port to GtkWidget::draw()
  190c3fd... app: forgot to remove a cairo_destroy() in draw()
  8606362... app: port to GtkWidget::draw()
  4a5f2d5... app: GtkEntry turned into a no-window widget
  74fc499... app: use the new GtkScrollable API instead of deprecated tr
  c83a0a3... app: cairo_save()/restore() around chaining up in draw()
  96302d9... app: add ugly workaround to make the icon view adapt to vie
  52e79c8... plug-ins: lots of trivial GTK+ 3.0 porting
  556c4c5... plug-ins: port jpeg-save to GTK+ 3.0
  88d7931... plug-ins: port file-png to GTK+ 3.0
  2f98cec... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  733b8ec... plug-ins: more s/GtkObject/GtkAdjustment/
  dbebb85... plug-ins: port some more plug-ins to GTK+ 3.0
  6067e37... app: port the colormap editor to GTK+ 3.0
  0cf0bba... app: remove GtkWrapBox
  34c370a... libgimpwidgets: port to the new size request API
  ea0231d... app: port to the new size request API
  65b3cff... plug-ins: port the print preview to the new size request AP
  666f868... plug-ins: port sphere-designer to GtkWidget::draw()
  b7dc2c1... plug-ins: port cml-explorer to GtkWidget::draw()
  1b42528... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop 
  ba715de... plug-ins: port lighting to GTK+ 3.0
  5915bef... plug-ins: port the unit-editor to GtkScrollable
  294e9ad... app: fix GimpOverlayDialog's minimum height
  3c24b02... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  fe8b662... app: don't connect to "size-requst" because that's deprecat
  1066fd6... app: port GimpSpinScale to GTK+ 3.0
  51ae55b... app: skip keyboard devices so the device list becomes reaso
  fc022b2... app: implement proper height-for-width in GimpToolPalette
  73a0f03... app: use GdkDevice accessors
  9304157... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  ea536d6... app: put the toolbox' areas into a box until we decided abo
  97ffde0... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  2b02631... app: port the device sort function to GdkDeviceManager
  fa70962... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  0a87fc9... app: change the list of available devices to something that
  d21cd9f... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  9f1fb2c... libgimpwidgets: port GimpChainButton to GtkStyleContext
  1ed8c95... libgimpwidgets: port GimpColorArea to GtkStyleContext
  fc7ea94... libgimpwidgets: port GimpColorScale to GtkStyleContext
  73e59e5... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  0b67b82... libgimpwidgets: port GimpRuler to GtkStyleContext
  18fffb6... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  ff60e0d... app: port GimpBlobEditor to GtkStyleContext
  02073a6... app: port setting the canvas padding color to GtkStyleConte
  b7f4f0f... app: port GimpPanedBox to GtkStyleContext
  14a6d5e... app: port GimpContainerIconView to GtkStyleContext
  fddea2f... app: port GimpContainerTreeView to GtkStyleContext
  f6a26a1... app: port GimpColormapEditor to GtkStyleContext
  ef5996f... app: port GimpComponentEditor to GtkStyleContext
  78744fe... app: port GimpFgBgEditor to GtkStyleContext
  1816868... app: port GimpFgBgView to GtkStyleContext
  7b684f5... app: port gimp_get_icon_size() to GtkStyleContext
  6f31b08... app: port GimpContainerBox to GtkStyleContext
  e2ac014... app: port GimpDashEditor to GtkStyleContext
  616d6c2... app: remove calls to gtk_widget_get,set_extension_events()
  1ab14e7... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  e7a4af9... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  743d903... app: port the about dialog to GtkStyleContext
  de14314... modules: remove call to gtk_widget_set_extension_events()
  a8c9265... libgimpwidgets: implement GtkWidget::state_flags_changed()
  b9b75d9... libgimpwidgets: implement GtkWidget::style_updated() instea
  205a632... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  9df3c19... app: use gdk_drag_context_get_source_window()
  0addf1c... app: use gdk_drag_context_get_selected_action() instead of 
  b276dc2... app: port GimpSpinScale to GtkStyleContext
  8b7124c... app: implement GtkWidget::style_updated() instead of style_
  6802515... port gtkrc files to CSS (incompletely and stuff commented o
  5ad540a... Port theme and gtkrc file loading to CSS files using GtkCss
  27fe95b... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
  51839b7... app: copy gimp.css instead of gtkrc to the user's gimp dire
  ceb3132... app: check whether child widgets exist in GtkWidget::style_
  5605b63... Replace gdk_cursor_unref() with g_object_unref()
  45b38e7... app: use gtk_menu_shell_get_selected_item()
  4004d87... app: port GimpOverlayBox to GtkStyleContext
  e7c59a7... app: port GimpOverlayFrame to GtkStyleContext
  b197adf... app: port GimpScaleButton to GtkStyleContext
  c8cac80... libgimpwidgets: move all GimpPickButton members to a privat
  62adb94... libgimpwidgets: move all GimpColorArea members to a private
  c88e3c5... libgimpwidgets: move all GimpOffsetArea members to a privat
  5896deb... libgimpwidgets: move padding members from instance to class
  75fe86e... libgimpwidgets: move all GimpButton members to a private st
  a3eee10... libgimpwidgets: move all GimpCellRendererColor members to a
  b8f0fa4... libgimpwidgets: move all GimpColorButton members to a priva
  e7fcaf7... libgimpwidgets: move all GimpCellRendererToggle members to 
  a3feb82... libgimpwidgets: move all GimpChainButton members to a priva
  c1460cc... libgimpwidgets: move all GimpBrowser members to a private s
  ad5adbd... libgimpwidgets: move all GimpColorDisplay members to a priv
  07c1059... libgimpwidgets: move all GimpColorDisplayStack members to a
  da5831b... libgimpwidgets: move all GimpColorHexEntry members to a pri
  20df827... libgimpwidgets: add padding
  05d79a3... libgimpwidgets: move all GimpColorNotebook members to a pri
  f801b33... libgimpwidgets: move all GimpColorScale members to a privat
  79a7298... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  d205f85... libgimpwidgets: move all GimpColorSelection members to a pr
  267da99... libgimpwidgets: move all GimpEnumLabel members to a private
  d141c1f... app: don't use style->black and style->white
  a432c75... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  9d27818... app: port GimpStrokeEditor to GtkStyleContext
  1db3d67... app: port GimpPaletteView to GtkStyleContext
  c65d5d8... plug-ins: don't use style->black and style->white
  0aaa3c1... libgimpwidgets: move all GimpColorProfileStore members to a
  1f06714... app: port GimpDockWindow to GtkStyleContext
  aa86c89... app: port GimpToolEditor to GtkStyleContext
  08d844c... app: use gtk_widget_override_font() instead of modify_font(
  c0526e9... app: port GimpThumbBox to GtkStyleContext
  c05fb9f... Implement GtkWidget::style_updated() instead of ::style_set
  0f2f2be... app: port GimpHistogramView to GtkStyleContext
  ed04067... app: port GimpTagEntry to GtkStyleContext
  62725a8... app: always ask the master device for its axes or state
  7818641... app: when checking for a device change, check the event's s
  a983ad1... app: remove obsolete device checks from GimpToolbox
  08ba51f... app: port GimpColorFrame away from GtkStyle, using a new st
  52071f9... app: remove call to gtk_widget_style_attach() from GimpOver
  3044728... app: port GimpOverlayChild to GtkStyleContext
  059aa08... Port cell renderers to gtk_cell_renderer_get_state()
  e1cb852... app: port GimpCellRendererDashes to GtkStyleContext
  f9292f9... app: add gimp_get_style_color() to simplify GdkRGBA style p
  092e0bc... app: add style property and default CSS for GimpHistogramVi
  1613be6... app: port GimpCurveView to GtkStyleContext
  34b3128... themes: document the new GimpHistogramView property in the 
  195c853... app: define all GimpHistogramView colors via style properti
  0786ae6... themes: document the new stlye properties and indent the CS
  64c15fd... app: increase the priority of the theme CSS by 1
  a9c0aa5... app: port GimpComboTagEntry to GtkStyleContext
  6f8ec09... configure.ac: use the new GTK_CHECK_BACKEND() macro
  9eae625... plug-ins: port map-object to GTK+ 3.x
  2ec23b0... app: use GdkRGBA instead of GdkColor in some places
  aca46d5... app: remove gimp_rgb_get,set_gdk_color()
  9b5737a... app: port the text tool editor's preedit popup to GtkStyleC
  9c7678a... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  dd751d8... app: gimp_print_event(): add the device to the event debug 
  eeaaf7e... app: gimp_device_info_get_device_coords(): workaround for X
  827c1ed... app: make input devices, grabs and therefore generally tool
  48a7ca5... app: use gdk_device_get_position() inetad of gdk_display_ge
  00ff586... app: remove some forgotten #undef GSEAL_ENABLE
  58b7aec... app: let the file dialog expand/collapse with the file type
  8a3822d... app: port GimpGradientEditor to GtkSyleContext
  468b4f4... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  6e15619... app: port GimpNavigationEditor to GtkStyleContext
  6e8c744... app: port GimpTagPopup to GtkStyleContext
  1580766... app: GimpDock: port font size modification to GtkCssProvide
  c4e367c... plug-ins: s/GtkObject/GtkAdjustment/
  300d4bc... app: implement GtkContainer::get_path_for_child() in GimpMe
  02021c4... devel-docs: make the shooter tool at least build again (unt
  0a25bfe... app: don't use "size-request" for the toolbox' wilber, it's
  74f0de8... app: themes.c: add #if 0-ed switch to dark theme variant
  ad0e1b5... Incomplete notebook and tab theming commit, to be improved
  a5ec2ec... themes: set an explicit background for rulers
  01732b2... app: make the statusbar's progress label visible again
  89b4c39... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
  b90973f... app: port wilber drawing to GtkStyleContext
  37c1dd9... modules: port GimpColorWheel to GTK+ 3.x
  3030d4d... Unkommented settings for preferring a dark GTK+ theme.
  031e750... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
  04c6bf3... foo
  46ed061... gtk3-port: fix color accessor


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