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



The branch 'gtk3-port' was created.

Summary of new commits:

  b54a302... Switch to version 3.0 in a lot of places and depend on GTK+
  7342d08... libgimpwidgets: remove deprecated files from the build
  f28ec92... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  fa3b0f9... libgimpwidgets: port virtual functions to GTK+ 3.0
  003a6e4... libgimpwidgets: port virtual functions to GTK+ 3.0
  e2a3e9a... libgimpwidgets: port to GtkWidget::draw()
  9dca090... libgimpwidgets: port to GtkWidget::draw()
  cfd8fb3... libgimpwidgets: port to GtkWidget::draw()
  380b755... libgimpwidgets: s/GtkObject/GtkAdjustment/
  a8357d5... libgimpwidgets: port to GtkWidget::draw()
  676a62c... libgimpwidgets: remove deprecated functions and s/GtkObject
  f0db188... libgimpwidgets: remove deprecated files completely
  651f639... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  cea2adf... app: port to GtkWidget::draw()
  d6e76a0... app: remove GTK_OBJECT() cast
  29f93c7... app: port to GtkWidget::draw()
  e5d00e2... app: port to GtkWidget::draw()
  9026fed... app: port virtual functions to GTK+ 3.0 API
  b33acc3... app: get rid of a GTK_OBJECT() cast
  4eacda3... app: port to GtkWidget::draw()
  6aa519e... app: port to GtkWidget::draw()
  e01e31e... app: port to GtkWidget::draw()
  52a896c... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  4e0434f... app: port to GtkWidget::draw()
  3ed4316... app: s/GtkObject/GtkAdjustment/
  4f794b3... app: port to GtkWidget::draw()
  9dab27b... app: port GimpNavigationView to GtkWidget::draw()
  c1f8cf7... app: port GimpPaletteView to GtkWidget::draw()
  dd2a2e5... app: port to GtkWidget::draw()
  97fd7cc... app: get rid of GtkObject in GimpUIManager
  9137ea9... app: port to GtkWidget::draw()
  6933702... app: no need to alloc colors any longer, GdkColormap is gon
  d6ce37c... app: port call to gtk_paint_arrow() to GTK+ 3.0
  3242700... app: port device management to GdkDeviceManager
  ab440fe... app: remove obsolete (GtkObject **) casts
  484f6d7... app: use gtk_widget_get_preferred_size() instead of size_re
  c29668a... app: port GimpScalComboBox to GTK+ 3.0
  24e2a0b... app: use gtk_widget_get_preferred_size() instead of size_re
  e302aea... libgimpwidgets: port GimpFrame to GTK+ 3.0
  c111690... app: port tools to GTK+ 3.0 (trivial changes only)
  168d376... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  7dafea2... app: pass the cairo_region_t to gdk_window_invalidate_regio
  8be0a2a... app: use GdkDeviceManager to list devices
  185db9d... app: port to GtkWidget::draw()
  8f64c16... app: remove calls to colormap functions, they are gone
  66803b7... libgimpwidgets: get rid of (GtkObject **) casts
  e57838f... app: port the splash to GTK+ 3.0
  c6cd829... libgimpwidgets: port the ruler to GTK+ 3.0
  7f2c915... libgimpwidgets: port to GtkWidget::draw()
  7af3d6c... app: port to GtkWidget::draw()
  04d3a55... app: port the overlay stuff to GTK+ 3.0
  afb4f69... app: use the container icon view, the grid view is not GTK+
  138bf0b... app: port to GtkWidget::draw() (incompletely)
  cbd7f52... app: remove call to gtk_statusbar_set_has_resize_grip()
  e0f31be... app: port the tag entry to GTK+ 3.0
  21f4de1... app: port to GtkWidget::draw() but disable the code inside 
  587321e... app: can't set the scale combo entry's properties in init()
  7076c06... app: port to GtkWidget::draw()
  1a15e77... libgimpwidgets: port to GtkWidget::draw()
  6047c4e... modules: s/GtkObject/GtkAdjustment/
  a6e0ee2... app: didn't completely commit the display shell expose() ->
  33332d8... script-fu: port to GTK+ 3.0
  54c9b0b... app: port to GtkWidget::draw()
  b8d3b4c... app: passing -1 as width/height to gtk_paint_box() no longe
  139c4d8... app: port popup arrow drawing to cairo and get rid of the a
  30998c3... app: remove GimpContainerGridView from the build entirely
  5bbe33a... modules: port to GtkWidget::draw()
  f6e574d... libgimpwidgets: port to GtkWidget::draw()
  b745c57... libgimp: port to GtkWidget::draw()
  f30fd8b... app: don't translate to allocation.x,y
  8261f2c... app: port to GtkWidget::draw()
  29d46a2... app: forgot to remove a cairo_destroy() in draw()
  d89b1a2... app: port to GtkWidget::draw()
  e9571a3... app: GtkEntry turned into a no-window widget
  ff04f67... app: use the new GtkScrollable API instead of deprecated tr
  14653e0... app: cairo_save()/restore() around chaining up in draw()
  9548ed9... app: add ugly workaround to make the icon view adapt to vie
  d523fe5... plug-ins: lots of trivial GTK+ 3.0 porting
  30524fe... plug-ins: port jpeg-save to GTK+ 3.0
  a055db6... plug-ins: port file-png to GTK+ 3.0
  238f772... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  816cdc7... plug-ins: more s/GtkObject/GtkAdjustment/
  4d434d2... plug-ins: port some more plug-ins to GTK+ 3.0
  9a853e0... app: port the colormap editor to GTK+ 3.0
  fc454dd... app: remove GtkWrapBox
  6de2628... libgimpwidgets: port to the new size request API
  a323cbe... app: port to the new size request API
  bfd898a... plug-ins: port the print preview to the new size request AP
  e4e7a83... plug-ins: port sphere-designer to GtkWidget::draw()
  7599cc1... plug-ins: port cml-explorer to GtkWidget::draw()
  0ab2881... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop 
  26c489c... plug-ins: port lighting to GTK+ 3.0
  8aeb673... plug-ins: port the unit-editor to GtkScrollable
  c2ec362... app: fix GimpOverlayDialog's minimum height
  29e1ee6... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  0115a6a... app: don't connect to "size-requst" because that's deprecat
  387b97b... app: port GimpSpinScale to GTK+ 3.0
  acb9dc8... app: skip keyboard devices so the device list becomes reaso
  b73985d... app: implement proper height-for-width in GimpToolPalette
  be28948... app: use GdkDevice accessors
  944d325... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  5bc53fe... app: put the toolbox' areas into a box until we decided abo
  524aae9... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  a6c825d... app: port the device sort function to GdkDeviceManager
  66e6cca... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  1f6165a... app: change the list of available devices to something that
  9f8ebe1... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  44f9b9e... libgimpwidgets: port GimpChainButton to GtkStyleContext
  352314c... libgimpwidgets: port GimpColorArea to GtkStyleContext
  901f9b5... libgimpwidgets: port GimpColorScale to GtkStyleContext
  43e08fa... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  c25f87a... libgimpwidgets: port GimpRuler to GtkStyleContext
  6ca6e8b... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  20357d0... app: port GimpBlobEditor to GtkStyleContext
  c3ec138... app: port setting the canvas padding color to GtkStyleConte
  2968bf7... app: port GimpPanedBox to GtkStyleContext
  bb46f53... app: port GimpContainerIconView to GtkStyleContext
  af932d8... app: port GimpContainerTreeView to GtkStyleContext
  5e1f946... app: port GimpColormapEditor to GtkStyleContext
  d780097... app: port GimpComponentEditor to GtkStyleContext
  b176271... app: port GimpFgBgEditor to GtkStyleContext
  545a48f... app: port GimpFgBgView to GtkStyleContext
  3cf453e... app: port gimp_get_icon_size() to GtkStyleContext
  34eb4ec... app: port GimpContainerBox to GtkStyleContext
  a520822... app: port GimpDashEditor to GtkStyleContext
  46dee27... app: remove calls to gtk_widget_get,set_extension_events()
  2d491f0... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  d4b8023... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  8c9844d... app: port the about dialog to GtkStyleContext
  a539054... modules: remove call to gtk_widget_set_extension_events()
  cf8cb88... libgimpwidgets: implement GtkWidget::state_flags_changed()
  b08114c... libgimpwidgets: implement GtkWidget::style_updated() instea
  d5c1437... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  716950d... app: use gdk_drag_context_get_source_window()
  74b6083... app: use gdk_drag_context_get_selected_action() instead of 
  e184f02... app: port GimpSpinScale to GtkStyleContext
  a8992cf... app: implement GtkWidget::style_updated() instead of style_
  ae3cd09... port gtkrc files to CSS (incompletely and stuff commented o
  5a63e07... Port theme and gtkrc file loading to CSS files using GtkCss
  2bfb4db... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
  8fecf94... app: copy gimp.css instead of gtkrc to the user's gimp dire
  c526858... app: check whether child widgets exist in GtkWidget::style_
  261f5bc... Replace gdk_cursor_unref() with g_object_unref()
  1346b54... app: use gtk_menu_shell_get_selected_item()
  3368f31... app: port GimpOverlayBox to GtkStyleContext
  a64b99f... app: port GimpOverlayFrame to GtkStyleContext
  1fb8d44... app: port GimpScaleButton to GtkStyleContext
  acced40... libgimpwidgets: move all GimpPickButton members to a privat
  ad2e9ba... libgimpwidgets: move all GimpColorArea members to a private
  7205265... libgimpwidgets: move all GimpOffsetArea members to a privat
  3c42ced... libgimpwidgets: move padding members from instance to class
  34d1346... libgimpwidgets: move all GimpButton members to a private st
  9316fe0... libgimpwidgets: move all GimpCellRendererColor members to a
  0d38449... libgimpwidgets: move all GimpColorButton members to a priva
  04ada4f... libgimpwidgets: move all GimpCellRendererToggle members to 
  16b4cf6... libgimpwidgets: move all GimpChainButton members to a priva
  be8e653... libgimpwidgets: move all GimpBrowser members to a private s
  feeafab... libgimpwidgets: move all GimpColorDisplay members to a priv
  bc0f11a... libgimpwidgets: move all GimpColorDisplayStack members to a
  9cce4fa... libgimpwidgets: move all GimpColorHexEntry members to a pri
  ff007e1... libgimpwidgets: add padding
  2ca19ce... libgimpwidgets: move all GimpColorNotebook members to a pri
  5dfcca1... libgimpwidgets: move all GimpColorScale members to a privat
  bea871c... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  afac43e... libgimpwidgets: move all GimpColorSelection members to a pr
  59cc042... libgimpwidgets: move all GimpEnumLabel members to a private
  6c0d6e1... app: don't use style->black and style->white
  44910f0... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  1cfb078... app: port GimpStrokeEditor to GtkStyleContext
  dc6822b... app: port GimpPaletteView to GtkStyleContext
  b774448... plug-ins: don't use style->black and style->white
  c744021... libgimpwidgets: move all GimpColorProfileStore members to a
  a51c803... app: port GimpDockWindow to GtkStyleContext
  0bcc89e... app: port GimpToolEditor to GtkStyleContext
  c9f6203... app: use gtk_widget_override_font() instead of modify_font(
  e866767... app: port GimpThumbBox to GtkStyleContext
  6a0986e... Implement GtkWidget::style_updated() instead of ::style_set
  a3e2230... app: port GimpHistogramView to GtkStyleContext
  f9bea09... app: port GimpTagEntry to GtkStyleContext
  7a797d5... app: always ask the master device for its axes or state
  b98f604... app: when checking for a device change, check the event's s
  01dc530... app: remove obsolete device checks from GimpToolbox
  2aaa05a... app: port GimpColorFrame away from GtkStyle, using a new st
  de3225c... app: remove call to gtk_widget_style_attach() from GimpOver
  d8ea828... app: port GimpOverlayChild to GtkStyleContext
  77d8c93... Port cell renderers to gtk_cell_renderer_get_state()
  6142de9... app: port GimpCellRendererDashes to GtkStyleContext
  04e6c5b... app: add gimp_get_style_color() to simplify GdkRGBA style p
  18f2d88... app: add style property and default CSS for GimpHistogramVi
  95cc8d2... app: port GimpCurveView to GtkStyleContext
  e3c4812... themes: document the new GimpHistogramView property in the 
  b63c251... app: define all GimpHistogramView colors via style properti
  89c9d0a... themes: document the new stlye properties and indent the CS
  f6f5dae... app: increase the priority of the theme CSS by 1
  9aed871... app: port GimpComboTagEntry to GtkStyleContext
  ea1e1cd... configure.ac: use the new GTK_CHECK_BACKEND() macro
  bd16a0f... plug-ins: port map-object to GTK+ 3.x
  306e70a... app: use GdkRGBA instead of GdkColor in some places
  a410d44... app: remove gimp_rgb_get,set_gdk_color()
  b20d10a... app: port the text tool editor's preedit popup to GtkStyleC
  9b8e152... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  f7a4a40... app: gimp_print_event(): add the device to the event debug 
  ed454da... app: gimp_device_info_get_device_coords(): workaround for X
  fbae73a... app: make input devices, grabs and therefore generally tool
  58cfd67... app: use gdk_device_get_position() inetad of gdk_display_ge
  8086aeb... app: remove some forgotten #undef GSEAL_ENABLE
  adaf744... app: let the file dialog expand/collapse with the file type
  d853365... app: port GimpGradientEditor to GtkSyleContext
  b7b7cd4... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  c8a0b00... app: port GimpNavigationEditor to GtkStyleContext
  ce2d823... app: port GimpTagPopup to GtkStyleContext
  23d0ed5... app: GimpDock: port font size modification to GtkCssProvide
  931ceee... plug-ins: s/GtkObject/GtkAdjustment/
  d424380... app: implement GtkContainer::get_path_for_child() in GimpMe
  886d9bc... devel-docs: make the shooter tool at least build again (unt
  b99bf18... app: don't use "size-request" for the toolbox' wilber, it's
  56ddc0c... app: themes.c: add #if 0-ed switch to dark theme variant
  d19b648... Incomplete notebook and tab theming commit, to be improved
  88ee1ed... themes: set an explicit background for rulers
  5e0bed8... app: make the statusbar's progress label visible again
  b380224... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
  f069296... app: port wilber drawing to GtkStyleContext
  1da580d... modules: port GimpColorWheel to GTK+ 3.x
  68d2f82... Unkommented settings for preferring a dark GTK+ theme.
  6ce503e... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
  88f31cc... foo


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