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



The branch 'gtk3-port' was created.

Summary of new commits:

  8812f32... Switch to version 3.0 in a lot of places and depend on GTK+
  6286157... libgimpwidgets: remove deprecated files from the build
  d5734c0... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  606c189... libgimpwidgets: port virtual functions to GTK+ 3.0
  629f36a... libgimpwidgets: port virtual functions to GTK+ 3.0
  b6829e8... libgimpwidgets: port to GtkWidget::draw()
  258d611... libgimpwidgets: port to GtkWidget::draw()
  9780980... libgimpwidgets: port to GtkWidget::draw()
  c6635ea... libgimpwidgets: s/GtkObject/GtkAdjustment/
  1904aba... libgimpwidgets: port to GtkWidget::draw()
  e23021a... libgimpwidgets: remove deprecated functions and s/GtkObject
  c6c45ca... libgimpwidgets: remove deprecated files completely
  6207d0b... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  c263044... app: port to GtkWidget::draw()
  1dfd10f... app: remove GTK_OBJECT() cast
  f8e6093... app: port to GtkWidget::draw()
  077bddb... app: port to GtkWidget::draw()
  17ee343... app: port virtual functions to GTK+ 3.0 API
  9d9d839... app: get rid of a GTK_OBJECT() cast
  718f0f3... app: port to GtkWidget::draw()
  ba96632... app: port to GtkWidget::draw()
  3a5c289... app: port to GtkWidget::draw()
  eca7b68... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  2910c65... app: port to GtkWidget::draw()
  a6b7a4d... app: s/GtkObject/GtkAdjustment/
  2221e50... app: port to GtkWidget::draw()
  ca77887... app: port GimpNavigationView to GtkWidget::draw()
  32dc230... app: port GimpPaletteView to GtkWidget::draw()
  de2e792... app: port to GtkWidget::draw()
  71f44c6... app: get rid of GtkObject in GimpUIManager
  d88befd... app: port to GtkWidget::draw()
  e008ae0... app: no need to alloc colors any longer, GdkColormap is gon
  756eafa... app: port call to gtk_paint_arrow() to GTK+ 3.0
  a969dc7... app: port device management to GdkDeviceManager
  3a0da24... app: remove obsolete (GtkObject **) casts
  1cd57f9... app: use gtk_widget_get_preferred_size() instead of size_re
  18402df... app: port GimpScalComboBox to GTK+ 3.0
  d0c6c12... app: use gtk_widget_get_preferred_size() instead of size_re
  dd0ffa1... libgimpwidgets: port GimpFrame to GTK+ 3.0
  6962f8b... app: port tools to GTK+ 3.0 (trivial changes only)
  3f101ec... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  bbab461... app: pass the cairo_region_t to gdk_window_invalidate_regio
  ebddc3c... app: use GdkDeviceManager to list devices
  3b60fdc... app: port to GtkWidget::draw()
  82f2094... app: remove calls to colormap functions, they are gone
  61d5b2e... libgimpwidgets: get rid of (GtkObject **) casts
  8faee3c... app: port the splash to GTK+ 3.0
  f86d49f... libgimpwidgets: port the ruler to GTK+ 3.0
  e93438a... libgimpwidgets: port to GtkWidget::draw()
  3bb543e... app: port to GtkWidget::draw()
  16d2b7f... app: port the overlay stuff to GTK+ 3.0
  206e898... app: use the container icon view, the grid view is not GTK+
  f443fd1... app: port to GtkWidget::draw() (incompletely)
  bbbb398... app: remove call to gtk_statusbar_set_has_resize_grip()
  3eca618... app: port the tag entry to GTK+ 3.0
  5be73aa... app: port to GtkWidget::draw() but disable the code inside 
  f5e6c4d... app: can't set the scale combo entry's properties in init()
  feb6b6b... app: port to GtkWidget::draw()
  8887569... libgimpwidgets: port to GtkWidget::draw()
  32a0b75... modules: s/GtkObject/GtkAdjustment/
  dca5529... app: didn't completely commit the display shell expose() ->
  1cf5877... script-fu: port to GTK+ 3.0
  f20b95d... app: port to GtkWidget::draw()
  1e59fc1... app: passing -1 as width/height to gtk_paint_box() no longe
  06037b9... app: port popup arrow drawing to cairo and get rid of the a
  5391657... app: remove GimpContainerGridView from the build entirely
  11948f7... modules: port to GtkWidget::draw()
  8e19ecb... libgimpwidgets: port to GtkWidget::draw()
  64aa800... libgimp: port to GtkWidget::draw()
  368b9fc... app: don't translate to allocation.x,y
  0fc31d2... app: port to GtkWidget::draw()
  9059336... app: forgot to remove a cairo_destroy() in draw()
  0e07acb... app: port to GtkWidget::draw()
  35f7db7... app: GtkEntry turned into a no-window widget
  f4c4f37... app: use the new GtkScrollable API instead of deprecated tr
  3ee1d13... app: cairo_save()/restore() around chaining up in draw()
  2e2dd16... app: add ugly workaround to make the icon view adapt to vie
  4feeb4d... plug-ins: lots of trivial GTK+ 3.0 porting
  9d28c3b... plug-ins: port jpeg-save to GTK+ 3.0
  4f76f3b... plug-ins: port file-png to GTK+ 3.0
  4d757d7... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  13b20fa... plug-ins: more s/GtkObject/GtkAdjustment/
  e524a30... plug-ins: port some more plug-ins to GTK+ 3.0
  82c21e7... app: port the colormap editor to GTK+ 3.0
  d4dc328... app: remove GtkWrapBox
  6ada38f... libgimpwidgets: port to the new size request API
  74db680... app: port to the new size request API
  40d2401... plug-ins: port the print preview to the new size request AP
  5c2078e... plug-ins: port sphere-designer to GtkWidget::draw()
  481f164... plug-ins: port cml-explorer to GtkWidget::draw()
  0bad6e2... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop 
  3805bb9... plug-ins: port lighting to GTK+ 3.0
  238527f... plug-ins: port the unit-editor to GtkScrollable
  17729d7... app: fix GimpOverlayDialog's minimum height
  a9490ef... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  254ba2f... app: don't connect to "size-requst" because that's deprecat
  4b8db8e... app: port GimpSpinScale to GTK+ 3.0
  f70b7eb... app: skip keyboard devices so the device list becomes reaso
  c14520e... app: implement proper height-for-width in GimpToolPalette
  7b0af55... app: use GdkDevice accessors
  d4208e3... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  4dfd3bd... app: put the toolbox' areas into a box until we decided abo
  015e36d... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  4ffeaed... app: port the device sort function to GdkDeviceManager
  ffa97ea... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  aa08606... app: change the list of available devices to something that
  d78b1e4... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  f97e6a1... libgimpwidgets: port GimpChainButton to GtkStyleContext
  ce6d6ed... libgimpwidgets: port GimpColorArea to GtkStyleContext
  441aa80... libgimpwidgets: port GimpColorScale to GtkStyleContext
  a4b7b61... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  b9077b1... libgimpwidgets: port GimpRuler to GtkStyleContext
  aaad830... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  bee3e12... app: port GimpBlobEditor to GtkStyleContext
  1c1c81b... app: port setting the canvas padding color to GtkStyleConte
  f537cf2... app: port GimpPanedBox to GtkStyleContext
  0cb2094... app: port GimpContainerIconView to GtkStyleContext
  5735ce7... app: port GimpContainerTreeView to GtkStyleContext
  5b23581... app: port GimpColormapEditor to GtkStyleContext
  d7f66ff... app: port GimpComponentEditor to GtkStyleContext
  2cc5f0f... app: port GimpFgBgEditor to GtkStyleContext
  0048cbd... app: port GimpFgBgView to GtkStyleContext
  253c9d8... app: port gimp_get_icon_size() to GtkStyleContext
  de5f920... app: port GimpContainerBox to GtkStyleContext
  8542004... app: port GimpDashEditor to GtkStyleContext
  63f4a6f... app: remove calls to gtk_widget_get,set_extension_events()
  87ff3a6... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  b80f7fd... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  cb6edc9... app: port the about dialog to GtkStyleContext
  d30a379... modules: remove call to gtk_widget_set_extension_events()
  d7bacba... libgimpwidgets: implement GtkWidget::state_flags_changed()
  153c8d1... libgimpwidgets: implement GtkWidget::style_updated() instea
  141b1e7... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  dd2d4ee... app: use gdk_drag_context_get_source_window()
  b96e512... app: use gdk_drag_context_get_selected_action() instead of 
  2dd3224... app: port GimpSpinScale to GtkStyleContext
  148e2a4... app: implement GtkWidget::style_updated() instead of style_
  0e52b3c... port gtkrc files to CSS (incompletely and stuff commented o
  44e2dc0... Port theme and gtkrc file loading to CSS files using GtkCss
  88f55b4... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
  54a369c... app: copy gimp.css instead of gtkrc to the user's gimp dire
  4da4f3a... app: check whether child widgets exist in GtkWidget::style_
  290f9b4... Replace gdk_cursor_unref() with g_object_unref()
  c735040... app: use gtk_menu_shell_get_selected_item()
  e9f203f... app: port GimpOverlayBox to GtkStyleContext
  ed70b74... app: port GimpOverlayFrame to GtkStyleContext
  c3544d3... app: port GimpScaleButton to GtkStyleContext
  bf97a7d... libgimpwidgets: move all GimpPickButton members to a privat
  3db29da... libgimpwidgets: move all GimpColorArea members to a private
  98b7c0d... libgimpwidgets: move all GimpOffsetArea members to a privat
  9b206ef... libgimpwidgets: move padding members from instance to class
  bc4db3f... libgimpwidgets: move all GimpButton members to a private st
  dd10ef4... libgimpwidgets: move all GimpCellRendererColor members to a
  f0ae069... libgimpwidgets: move all GimpColorButton members to a priva
  28939e6... libgimpwidgets: move all GimpCellRendererToggle members to 
  1796848... libgimpwidgets: move all GimpChainButton members to a priva
  652e902... libgimpwidgets: move all GimpBrowser members to a private s
  996bcb3... libgimpwidgets: move all GimpColorDisplay members to a priv
  31bf095... libgimpwidgets: move all GimpColorDisplayStack members to a
  ed901cb... libgimpwidgets: move all GimpColorHexEntry members to a pri
  00cc285... libgimpwidgets: add padding
  3e22bd1... libgimpwidgets: move all GimpColorNotebook members to a pri
  712db8f... libgimpwidgets: move all GimpColorScale members to a privat
  144dfde... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  9a03cb9... libgimpwidgets: move all GimpColorSelection members to a pr
  f67d146... libgimpwidgets: move all GimpEnumLabel members to a private
  f868609... app: don't use style->black and style->white
  791b656... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  ebf02c0... app: port GimpStrokeEditor to GtkStyleContext
  196a755... app: port GimpPaletteView to GtkStyleContext
  bca7e8f... plug-ins: don't use style->black and style->white
  e943188... libgimpwidgets: move all GimpColorProfileStore members to a
  06a310f... app: port GimpDockWindow to GtkStyleContext
  54b1961... app: port GimpToolEditor to GtkStyleContext
  a591d83... app: use gtk_widget_override_font() instead of modify_font(
  d3fbe42... app: port GimpThumbBox to GtkStyleContext
  73f88b4... Implement GtkWidget::style_updated() instead of ::style_set
  6f601ef... app: port GimpHistogramView to GtkStyleContext
  3c7cbca... app: port GimpTagEntry to GtkStyleContext
  ad08a15... app: always ask the master device for its axes or state
  54f8554... app: when checking for a device change, check the event's s
  4b09aa4... app: remove obsolete device checks from GimpToolbox
  6f06292... app: port GimpColorFrame away from GtkStyle, using a new st
  7f1aa9d... app: remove call to gtk_widget_style_attach() from GimpOver
  77948d4... app: port GimpOverlayChild to GtkStyleContext
  c7ac3b5... Port cell renderers to gtk_cell_renderer_get_state()
  93fb890... app: port GimpCellRendererDashes to GtkStyleContext
  2a6c91a... app: add gimp_get_style_color() to simplify GdkRGBA style p
  c041212... app: add style property and default CSS for GimpHistogramVi
  8513f93... app: port GimpCurveView to GtkStyleContext
  d72a993... themes: document the new GimpHistogramView property in the 
  d85bcc2... app: define all GimpHistogramView colors via style properti
  9340da2... themes: document the new stlye properties and indent the CS
  5a697e9... app: increase the priority of the theme CSS by 1
  fd883d9... app: port GimpComboTagEntry to GtkStyleContext
  d8ef4bf... configure.ac: use the new GTK_CHECK_BACKEND() macro
  8569444... plug-ins: port map-object to GTK+ 3.x
  5be335e... app: use GdkRGBA instead of GdkColor in some places
  ce70489... app: remove gimp_rgb_get,set_gdk_color()
  f233f18... app: port the text tool editor's preedit popup to GtkStyleC
  89f44b3... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  32d866f... app: gimp_print_event(): add the device to the event debug 
  e17a6f4... app: gimp_device_info_get_device_coords(): workaround for X
  0306086... app: make input devices, grabs and therefore generally tool
  319e938... app: use gdk_device_get_position() inetad of gdk_display_ge
  0b22261... app: remove some forgotten #undef GSEAL_ENABLE
  acf7b16... app: let the file dialog expand/collapse with the file type
  2711e2b... app: port GimpGradientEditor to GtkSyleContext
  1fe486c... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  731d037... app: port GimpNavigationEditor to GtkStyleContext
  dc6d77a... app: port GimpTagPopup to GtkStyleContext
  0ac14fc... app: GimpDock: port font size modification to GtkCssProvide
  3278b49... plug-ins: s/GtkObject/GtkAdjustment/
  a8e22c3... app: implement GtkContainer::get_path_for_child() in GimpMe
  8555083... devel-docs: make the shooter tool at least build again (unt
  e77ad1f... app: don't use "size-request" for the toolbox' wilber, it's
  d4c8a5e... app: themes.c: add #if 0-ed switch to dark theme variant
  62875ca... Incomplete notebook and tab theming commit, to be improved
  96a5499... themes: set an explicit background for rulers
  b11f6a4... app: make the statusbar's progress label visible again
  97204fa... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
  009bb58... app: port wilber drawing to GtkStyleContext
  35b41ca... modules: port GimpColorWheel to GTK+ 3.x
  1c769d3... Unkommented settings for preferring a dark GTK+ theme.
  49e3b2a... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
  8de48fd... foo


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