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



The branch 'gtk3-port' was created.

Summary of new commits:

  5cbd3d6... Switch to version 3.0 in a lot of places and depend on GTK+
  6a82b1d... Revert "app: Fix on canvas widgets ignoring clicks from tab
  6c57b34... libgimpwidgets: remove deprecated files from the build
  66a41ab... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  6960522... libgimpwidgets: port virtual functions to GTK+ 3.0
  37e9e9a... libgimpwidgets: port virtual functions to GTK+ 3.0
  8f5d566... libgimpwidgets: port to GtkWidget::draw()
  a7f8ca8... libgimpwidgets: port to GtkWidget::draw()
  2735570... libgimpwidgets: port to GtkWidget::draw()
  40ffc53... libgimpwidgets: s/GtkObject/GtkAdjustment/
  18f8c99... libgimpwidgets: port to GtkWidget::draw()
  2689fd7... libgimpwidgets: remove deprecated functions and s/GtkObject
  466f228... libgimpwidgets: remove deprecated files completely
  c207d2a... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  15b30e1... app: port to GtkWidget::draw()
  3296c8f... app: remove GTK_OBJECT() cast
  e46ec67... app: port to GtkWidget::draw()
  372ec12... app: port to GtkWidget::draw()
  fd9fc65... app: port virtual functions to GTK+ 3.0 API
  9727ad5... app: port to GtkWidget::draw()
  db2c325... app: port to GtkWidget::draw()
  5bd73ac... app: port to GtkWidget::draw()
  c7134b7... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  f1769b5... app: port to GtkWidget::draw()
  9cfeb8c... app: s/GtkObject/GtkAdjustment/
  1218911... app: port to GtkWidget::draw()
  04d2c8f... app: port GimpNavigationView to GtkWidget::draw()
  2ea8ba9... app: port GimpPaletteView to GtkWidget::draw()
  93b1792... app: port to GtkWidget::draw()
  3c0248d... app: port to GtkWidget::draw()
  c196bdd... app: no need to alloc colors any longer, GdkColormap is gon
  61f81a2... app: port call to gtk_paint_arrow() to GTK+ 3.0
  481579f... app: port device management to GdkDeviceManager
  dccdf8b... app: remove obsolete (GtkObject **) casts
  407c5b6... app: use gtk_widget_get_preferred_size() instead of size_re
  4c0d3f2... app: port GimpScalComboBox to GTK+ 3.0
  ac212b1... app: use gtk_widget_get_preferred_size() instead of size_re
  b08bf47... libgimpwidgets: port GimpFrame to GTK+ 3.0
  d0fba3a... app: port tools to GTK+ 3.0 (trivial changes only)
  bc35673... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  79fe470... app: pass the cairo_region_t to gdk_window_invalidate_regio
  a159128... app: use GdkDeviceManager to list devices
  6e31213... app: port to GtkWidget::draw()
  670d61e... app: remove calls to colormap functions, they are gone
  b1a5fd0... libgimpwidgets: get rid of (GtkObject **) casts
  92c5c12... app: port the splash to GTK+ 3.0
  39db486... libgimpwidgets: port the ruler to GTK+ 3.0
  99aa6d2... libgimpwidgets: port to GtkWidget::draw()
  36e38e8... app: port to GtkWidget::draw()
  6d9ca13... app: port the overlay stuff to GTK+ 3.0
  d25bcb3... app: use the container icon view, the grid view is not GTK+
  cdc813c... app: port to GtkWidget::draw() (incompletely)
  0e36cc5... app: remove call to gtk_statusbar_set_has_resize_grip()
  f010b21... app: port the tag entry to GTK+ 3.0
  d7aa8ff... app: port to GtkWidget::draw() but disable the code inside 
  edb6cb3... app: can't set the scale combo entry's properties in init()
  e867949... app: port to GtkWidget::draw()
  45c913f... libgimpwidgets: port to GtkWidget::draw()
  184a1cf... modules: s/GtkObject/GtkAdjustment/
  e6ebfa8... app: didn't completely commit the display shell expose() ->
  d4c97f9... app: port to GtkWidget::draw()
  52a7464... app: passing -1 as width/height to gtk_paint_box() no longe
  3dd22db... app: port popup arrow drawing to cairo and get rid of the a
  0be354c... app: remove GimpContainerGridView from the build entirely
  3df150c... modules: port to GtkWidget::draw()
  1d237a5... libgimpwidgets: port to GtkWidget::draw()
  ca240bf... libgimp: port to GtkWidget::draw()
  5ec8364... app: don't translate to allocation.x,y
  00c7a4b... app: port to GtkWidget::draw()
  6203b2d... app: forgot to remove a cairo_destroy() in draw()
  479ce18... app: port to GtkWidget::draw()
  d737b6e... app: GtkEntry turned into a no-window widget
  c7898ad... app: use the new GtkScrollable API instead of deprecated tr
  1402873... app: cairo_save()/restore() around chaining up in draw()
  13328cd... app: add ugly workaround to make the icon view adapt to vie
  b8d2a19... plug-ins: lots of trivial GTK+ 3.0 porting
  cbbd4b0... plug-ins: port jpeg-save to GTK+ 3.0
  98f6623... plug-ins: port file-png to GTK+ 3.0
  75312e7... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  85d957e... plug-ins: more s/GtkObject/GtkAdjustment/
  137fa8d... plug-ins: port some more plug-ins to GTK+ 3.0
  f38c7d8... app: port the colormap editor to GTK+ 3.0
  41c54f9... app: remove GtkWrapBox
  544c0f7... libgimpwidgets: port to the new size request API
  4419ac0... app: port to the new size request API
  38076a6... plug-ins: port the print preview to the new size request AP
  15c8276... plug-ins: port sphere-designer to GtkWidget::draw()
  c40f504... plug-ins: port cml-explorer to GtkWidget::draw()
  e23591d... plug-ins: port lighting to GTK+ 3.0
  82a4d3f... plug-ins: port the unit-editor to GtkScrollable
  07456df... app: fix GimpOverlayDialog's minimum height
  664304b... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  dee5124... app: don't connect to "size-requst" because that's deprecat
  0e4179f... app: port GimpSpinScale to GTK+ 3.0
  d19da21... app: skip keyboard devices so the device list becomes reaso
  1a8051f... app: implement proper height-for-width in GimpToolPalette
  412f48c... app: use GdkDevice accessors
  22fcf46... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  e1b7ba5... app: put the toolbox' areas into a box until we decided abo
  24c79d1... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  edfaca8... app: port the device sort function to GdkDeviceManager
  4c81754... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  eb3e81a... app: change the list of available devices to something that
  8bc3e6f... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  f43b938... libgimpwidgets: port GimpChainButton to GtkStyleContext
  a657b75... libgimpwidgets: port GimpColorArea to GtkStyleContext
  fd72ea9... libgimpwidgets: port GimpColorScale to GtkStyleContext
  e62790d... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  4d8c176... libgimpwidgets: port GimpRuler to GtkStyleContext
  dfa66b8... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  d5f77c3... app: port GimpBlobEditor to GtkStyleContext
  310f4ab... app: port setting the canvas padding color to GtkStyleConte
  1882fed... app: port GimpPanedBox to GtkStyleContext
  07deac9... app: port GimpContainerIconView to GtkStyleContext
  8cb199e... app: port GimpContainerTreeView to GtkStyleContext
  8f54796... app: port GimpColormapEditor to GtkStyleContext
  a8259bc... app: port GimpComponentEditor to GtkStyleContext
  61bc479... app: port GimpFgBgEditor to GtkStyleContext
  48f42ee... app: port GimpFgBgView to GtkStyleContext
  017ee18... app: port gimp_get_icon_size() to GtkStyleContext
  d36d118... app: port GimpContainerBox to GtkStyleContext
  389251b... app: port GimpDashEditor to GtkStyleContext
  36cddad... app: remove calls to gtk_widget_get,set_extension_events()
  c5ddb78... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  756c610... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  0fdcb9f... app: port the about dialog to GtkStyleContext
  a4e44b0... modules: remove call to gtk_widget_set_extension_events()
  f90a7e4... libgimpwidgets: implement GtkWidget::state_flags_changed()
  e8d4494... libgimpwidgets: implement GtkWidget::style_updated() instea
  30ae7b4... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  b29fdaa... app: use gdk_drag_context_get_source_window()
  853ca80... app: use gdk_drag_context_get_selected_action() instead of 
  c58d536... app: port GimpSpinScale to GtkStyleContext
  c700d93... app: implement GtkWidget::style_updated() instead of style_
  9f61873... port gtkrc files to CSS (incompletely and stuff commented o
  3ff2447... Port theme and gtkrc file loading to CSS files using GtkCss
  7ad3368... app: copy gimp.css instead of gtkrc to the user's gimp dire
  8b4006f... app: check whether child widgets exist in GtkWidget::style_
  e804ecf... Replace gdk_cursor_unref() with g_object_unref()
  9a25f82... app: use gtk_menu_shell_get_selected_item()
  053de70... app: port GimpOverlayBox to GtkStyleContext
  fe732e0... app: port GimpOverlayFrame to GtkStyleContext
  b3877c8... app: port GimpScaleButton to GtkStyleContext
  b17a781... libgimpwidgets: move all GimpPickButton members to a privat
  cb92c83... libgimpwidgets: move all GimpColorArea members to a private
  e8807ea... libgimpwidgets: move all GimpOffsetArea members to a privat
  57e2a51... libgimpwidgets: move padding members from instance to class
  056f643... libgimpwidgets: move all GimpButton members to a private st
  c9c5449... libgimpwidgets: move all GimpCellRendererColor members to a
  22c2bec... libgimpwidgets: move all GimpColorButton members to a priva
  a3d1c31... libgimpwidgets: move all GimpCellRendererToggle members to 
  d12aed3... libgimpwidgets: move all GimpChainButton members to a priva
  40c1368... libgimpwidgets: move all GimpBrowser members to a private s
  0a53c8e... libgimpwidgets: move all GimpColorDisplay members to a priv
  bb4309c... libgimpwidgets: move all GimpColorDisplayStack members to a
  53ae410... libgimpwidgets: move all GimpColorHexEntry members to a pri
  392a0a9... libgimpwidgets: add padding
  062db03... libgimpwidgets: move all GimpColorNotebook members to a pri
  4e2f9e9... libgimpwidgets: move all GimpColorScale members to a privat
  50b0d99... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  6b42baa... libgimpwidgets: move all GimpColorSelection members to a pr
  5fe07cd... libgimpwidgets: move all GimpEnumLabel members to a private
  cb32771... app: don't use style->black and style->white
  6470fc8... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  b39d146... app: port GimpStrokeEditor to GtkStyleContext
  e61044e... app: port GimpPaletteView to GtkStyleContext
  35ad655... plug-ins: don't use style->black and style->white
  fd09e7d... libgimpwidgets: move all GimpColorProfileStore members to a
  74427c1... app: port GimpDockWindow to GtkStyleContext
  920d78f... app: port GimpToolEditor to GtkStyleContext
  852e213... app: use gtk_widget_override_font() instead of modify_font(
  fbf2991... app: port GimpThumbBox to GtkStyleContext
  04e5079... Implement GtkWidget::style_updated() instead of ::style_set
  8f61f58... app: port GimpHistogramView to GtkStyleContext
  22b1c14... app: port GimpTagEntry to GtkStyleContext
  79f4662... app: always ask the master device for its axes or state
  95004f5... app: when checking for a device change, check the event's s
  477973e... app: remove obsolete device checks from GimpToolbox
  82b9e97... app: port GimpColorFrame away from GtkStyle, using a new st
  0536ca0... app: remove call to gtk_widget_style_attach() from GimpOver
  6a3b2a2... app: port GimpOverlayChild to GtkStyleContext
  6133f68... Port cell renderers to gtk_cell_renderer_get_state()
  67da57f... app: port GimpCellRendererDashes to GtkStyleContext
  524b4b1... app: add gimp_get_style_color() to simplify GdkRGBA style p
  954fe36... app: add style property and default CSS for GimpHistogramVi
  960760c... app: port GimpCurveView to GtkStyleContext
  08c17c0... themes: document the new GimpHistogramView property in the 
  ddc07f9... app: define all GimpHistogramView colors via style properti
  7c80ddb... themes: document the new stlye properties and indent the CS
  4119e25... app: increase the priority of the theme CSS by 1
  1b24b51... app: port GimpComboTagEntry to GtkStyleContext
  dee948f... configure.ac: use the new GTK_CHECK_BACKEND() macro
  e0992b9... plug-ins: port map-object to GTK+ 3.x
  49caf3a... app: use GdkRGBA instead of GdkColor in some places
  a8ecc0a... app: remove gimp_rgb_get,set_gdk_color()
  48dd13b... app: port the text tool editor's preedit popup to GtkStyleC
  38c51ef... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  3d67918... app: gimp_print_event(): add the device to the event debug 
  5cabfc1... app: gimp_device_info_get_device_coords(): workaround for X
  8ffce64... app: make input devices, grabs and therefore generally tool
  90bbc82... app: use gdk_device_get_position() inetad of gdk_display_ge
  e9925ea... app: remove some forgotten #undef GSEAL_ENABLE
  64fd7f2... app: let the file dialog expand/collapse with the file type
  f550a23... app: port GimpGradientEditor to GtkSyleContext
  390678d... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  1bf40ef... app: port GimpNavigationEditor to GtkStyleContext
  abf2ec5... app: port GimpTagPopup to GtkStyleContext
  13ec748... app: GimpDock: port font size modification to GtkCssProvide
  d4e138f... plug-ins: s/GtkObject/GtkAdjustment/
  210b4be... app: implement GtkContainer::get_path_for_child() in GimpMe
  c7dfc12... devel-docs: make the shooter tool at least build again (unt
  7c195ea... app: don't use "size-request" for the toolbox' wilber, it's
  157f279... app: themes.c: add #if 0-ed switch to dark theme variant
  1645407... Incomplete notebook and tab theming commit, to be improved
  5b3be68... themes: set an explicit background for rulers
  8826eac... app: make the statusbar's progress label visible again
  6a4d5b0... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
  f212431... app: port wilber drawing to GtkStyleContext
  4adcf8e... modules: port GimpColorWheel to GTK+ 3.x
  00eb597... Unkommented settings for preferring a dark GTK+ theme.
  70a411c... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
  27da886... Use GTK+3 gtk_get_locale_direction() function instead of cu
  2e98a17... app: port GimpCircle and subclasses to GTK+ 3
  8395cb9... app: remove GTK_OBJECT() case in GimpPopup
  8d6429c... libgimpwidgets: #if 0 more stuff in gimp3migration
  eda43c1... foo


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