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



The branch 'gtk3-port' was created.

Summary of new commits:

  3f92ff7... Switch to version 3.0 in a lot of places and depend on GTK+
  97325af... Revert "app: Fix on canvas widgets ignoring clicks from tab
  9dc6ddd... libgimpwidgets: remove deprecated files from the build
  84f2715... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  da1d087... libgimpwidgets: port virtual functions to GTK+ 3.0
  50fe1ad... libgimpwidgets: port virtual functions to GTK+ 3.0
  46170b4... libgimpwidgets: port to GtkWidget::draw()
  5dcc5c0... libgimpwidgets: port to GtkWidget::draw()
  e95026f... libgimpwidgets: port to GtkWidget::draw()
  6af226e... libgimpwidgets: s/GtkObject/GtkAdjustment/
  4654981... libgimpwidgets: port to GtkWidget::draw()
  25ee457... libgimpwidgets: remove deprecated functions and s/GtkObject
  e8ff986... libgimpwidgets: remove deprecated files completely
  5bf2060... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  b269623... app: port to GtkWidget::draw()
  ff95b11... app: remove GTK_OBJECT() cast
  b12d9fb... app: port to GtkWidget::draw()
  fd6fff3... app: port to GtkWidget::draw()
  995b096... app: port virtual functions to GTK+ 3.0 API
  3134a2b... app: port to GtkWidget::draw()
  8e619b1... app: port to GtkWidget::draw()
  7351245... app: port to GtkWidget::draw()
  77bc693... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  4065cd5... app: port to GtkWidget::draw()
  4792bf4... app: s/GtkObject/GtkAdjustment/
  4e5d2bf... app: port to GtkWidget::draw()
  71f80d7... app: port GimpNavigationView to GtkWidget::draw()
  ca15205... app: port GimpPaletteView to GtkWidget::draw()
  d0af93c... app: port to GtkWidget::draw()
  be180ba... app: port to GtkWidget::draw()
  2dd1252... app: no need to alloc colors any longer, GdkColormap is gon
  c77c60f... app: port call to gtk_paint_arrow() to GTK+ 3.0
  287f3e8... app: port device management to GdkDeviceManager
  e396fe4... app: remove obsolete (GtkObject **) casts
  a864804... app: use gtk_widget_get_preferred_size() instead of size_re
  d98a588... app: port GimpScalComboBox to GTK+ 3.0
  28b29e8... app: use gtk_widget_get_preferred_size() instead of size_re
  0f867d9... libgimpwidgets: port GimpFrame to GTK+ 3.0
  28295fd... app: port tools to GTK+ 3.0 (trivial changes only)
  bfbd0df... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  7a7d6bd... app: pass the cairo_region_t to gdk_window_invalidate_regio
  c7e77d3... app: use GdkDeviceManager to list devices
  1861b74... app: port to GtkWidget::draw()
  afcb81f... app: remove calls to colormap functions, they are gone
  ea0bfe4... libgimpwidgets: get rid of (GtkObject **) casts
  60b1040... app: port the splash to GTK+ 3.0
  7348ff3... libgimpwidgets: port the ruler to GTK+ 3.0
  ba0af45... libgimpwidgets: port to GtkWidget::draw()
  0217b4d... app: port to GtkWidget::draw()
  aa1b86d... app: port the overlay stuff to GTK+ 3.0
  ed37e3c... app: use the container icon view, the grid view is not GTK+
  cd99e30... app: port to GtkWidget::draw() (incompletely)
  b7c185c... app: remove call to gtk_statusbar_set_has_resize_grip()
  50751cf... app: port the tag entry to GTK+ 3.0
  923b0b5... app: port to GtkWidget::draw() but disable the code inside 
  347e4c9... app: can't set the scale combo entry's properties in init()
  08fb3aa... app: port to GtkWidget::draw()
  471cde1... libgimpwidgets: port to GtkWidget::draw()
  94f4073... modules: s/GtkObject/GtkAdjustment/
  2be332e... app: didn't completely commit the display shell expose() ->
  256712a... app: port to GtkWidget::draw()
  6541eb4... app: passing -1 as width/height to gtk_paint_box() no longe
  ccd7d9d... app: port popup arrow drawing to cairo and get rid of the a
  a3420f6... app: remove GimpContainerGridView from the build entirely
  c1f84a1... modules: port to GtkWidget::draw()
  b98de17... libgimpwidgets: port to GtkWidget::draw()
  1a649e3... libgimp: port to GtkWidget::draw()
  1f91e8e... app: don't translate to allocation.x,y
  3273dfd... app: port to GtkWidget::draw()
  87ff552... app: forgot to remove a cairo_destroy() in draw()
  1a1f25e... app: port to GtkWidget::draw()
  3933fee... app: GtkEntry turned into a no-window widget
  11de278... app: use the new GtkScrollable API instead of deprecated tr
  49664b7... app: cairo_save()/restore() around chaining up in draw()
  ff16ed7... app: add ugly workaround to make the icon view adapt to vie
  6dd83e6... plug-ins: lots of trivial GTK+ 3.0 porting
  c02764d... plug-ins: port jpeg-save to GTK+ 3.0
  87a4195... plug-ins: port file-png to GTK+ 3.0
  5a274a9... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  3e751d9... plug-ins: more s/GtkObject/GtkAdjustment/
  8567e69... plug-ins: port some more plug-ins to GTK+ 3.0
  87f2f8a... app: port the colormap editor to GTK+ 3.0
  6534e45... app: remove GtkWrapBox
  e758669... libgimpwidgets: port to the new size request API
  65419ac... app: port to the new size request API
  de38f6e... plug-ins: port the print preview to the new size request AP
  3480676... plug-ins: port sphere-designer to GtkWidget::draw()
  eff6340... plug-ins: port cml-explorer to GtkWidget::draw()
  e6025b8... plug-ins: port lighting to GTK+ 3.0
  ddcef8e... plug-ins: port the unit-editor to GtkScrollable
  d8c04d7... app: fix GimpOverlayDialog's minimum height
  c876e09... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  afd3552... app: don't connect to "size-requst" because that's deprecat
  4e0d5c3... app: port GimpSpinScale to GTK+ 3.0
  c44dfdc... app: skip keyboard devices so the device list becomes reaso
  eabf5a8... app: implement proper height-for-width in GimpToolPalette
  4eab053... app: use GdkDevice accessors
  ff3ae0c... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  3d847cd... app: put the toolbox' areas into a box until we decided abo
  b85d736... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  9553e25... app: port the device sort function to GdkDeviceManager
  d52364e... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  8bcbb2c... app: change the list of available devices to something that
  26bcfb8... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  679fb7e... libgimpwidgets: port GimpChainButton to GtkStyleContext
  579b8f4... libgimpwidgets: port GimpColorArea to GtkStyleContext
  764c7e5... libgimpwidgets: port GimpColorScale to GtkStyleContext
  d6e650d... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  634c6bf... libgimpwidgets: port GimpRuler to GtkStyleContext
  c58f770... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  c11d952... app: port GimpBlobEditor to GtkStyleContext
  b1ed31b... app: port setting the canvas padding color to GtkStyleConte
  ef398df... app: port GimpPanedBox to GtkStyleContext
  a11946b... app: port GimpContainerIconView to GtkStyleContext
  b741444... app: port GimpContainerTreeView to GtkStyleContext
  ce31b1b... app: port GimpColormapEditor to GtkStyleContext
  18d10ad... app: port GimpComponentEditor to GtkStyleContext
  7507a67... app: port GimpFgBgEditor to GtkStyleContext
  3823a71... app: port GimpFgBgView to GtkStyleContext
  e589572... app: port gimp_get_icon_size() to GtkStyleContext
  d661428... app: port GimpContainerBox to GtkStyleContext
  9af3160... app: port GimpDashEditor to GtkStyleContext
  6d86ddc... app: remove calls to gtk_widget_get,set_extension_events()
  dda9df2... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  b32bb57... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  db692aa... app: port the about dialog to GtkStyleContext
  c55fafe... modules: remove call to gtk_widget_set_extension_events()
  3562aca... libgimpwidgets: implement GtkWidget::state_flags_changed()
  8637afc... libgimpwidgets: implement GtkWidget::style_updated() instea
  cca3aaf... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  5d38e34... app: use gdk_drag_context_get_source_window()
  bbaf86e... app: use gdk_drag_context_get_selected_action() instead of 
  03b4faf... app: port GimpSpinScale to GtkStyleContext
  61d5ec6... app: implement GtkWidget::style_updated() instead of style_
  b42695f... port gtkrc files to CSS (incompletely and stuff commented o
  8fa9880... Port theme and gtkrc file loading to CSS files using GtkCss
  adf25fa... app: copy gimp.css instead of gtkrc to the user's gimp dire
  cf4c1cf... app: check whether child widgets exist in GtkWidget::style_
  6063853... Replace gdk_cursor_unref() with g_object_unref()
  88d1c9a... app: use gtk_menu_shell_get_selected_item()
  19b0062... app: port GimpOverlayBox to GtkStyleContext
  91d6db4... app: port GimpOverlayFrame to GtkStyleContext
  f13cd2f... app: port GimpScaleButton to GtkStyleContext
  b1b997b... libgimpwidgets: move all GimpPickButton members to a privat
  35ea1f6... libgimpwidgets: move all GimpColorArea members to a private
  f387a30... libgimpwidgets: move all GimpOffsetArea members to a privat
  80e8d2d... libgimpwidgets: move padding members from instance to class
  36e5dbe... libgimpwidgets: move all GimpButton members to a private st
  6a8e2e5... libgimpwidgets: move all GimpCellRendererColor members to a
  b981ef7... libgimpwidgets: move all GimpColorButton members to a priva
  ba475c7... libgimpwidgets: move all GimpCellRendererToggle members to 
  925fd38... libgimpwidgets: move all GimpChainButton members to a priva
  d2337a6... libgimpwidgets: move all GimpBrowser members to a private s
  d6847de... libgimpwidgets: move all GimpColorDisplay members to a priv
  0455c3e... libgimpwidgets: move all GimpColorDisplayStack members to a
  47ac7fb... libgimpwidgets: move all GimpColorHexEntry members to a pri
  c07ff44... libgimpwidgets: add padding
  c183a84... libgimpwidgets: move all GimpColorNotebook members to a pri
  e7d9fbb... libgimpwidgets: move all GimpColorScale members to a privat
  3994c3e... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  51555f9... libgimpwidgets: move all GimpColorSelection members to a pr
  47b5aa3... libgimpwidgets: move all GimpEnumLabel members to a private
  30d587c... app: don't use style->black and style->white
  8321ca1... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  6991eaa... app: port GimpStrokeEditor to GtkStyleContext
  388e92b... app: port GimpPaletteView to GtkStyleContext
  0481214... plug-ins: don't use style->black and style->white
  6fbb22e... libgimpwidgets: move all GimpColorProfileStore members to a
  fc57036... app: port GimpDockWindow to GtkStyleContext
  2afd75f... app: port GimpToolEditor to GtkStyleContext
  cda353b... app: use gtk_widget_override_font() instead of modify_font(
  33dcf38... app: port GimpThumbBox to GtkStyleContext
  963b07c... Implement GtkWidget::style_updated() instead of ::style_set
  f00da02... app: port GimpHistogramView to GtkStyleContext
  06361c4... app: port GimpTagEntry to GtkStyleContext
  30ab145... app: always ask the master device for its axes or state
  e8d294e... app: when checking for a device change, check the event's s
  f6574e6... app: remove obsolete device checks from GimpToolbox
  6d3b7d6... app: port GimpColorFrame away from GtkStyle, using a new st
  0785157... app: remove call to gtk_widget_style_attach() from GimpOver
  0732dc0... app: port GimpOverlayChild to GtkStyleContext
  a338062... Port cell renderers to gtk_cell_renderer_get_state()
  e2e2808... app: port GimpCellRendererDashes to GtkStyleContext
  28e89a2... app: add gimp_get_style_color() to simplify GdkRGBA style p
  2e30083... app: add style property and default CSS for GimpHistogramVi
  6de17a2... app: port GimpCurveView to GtkStyleContext
  72142b4... themes: document the new GimpHistogramView property in the 
  7a81dfc... app: define all GimpHistogramView colors via style properti
  4fe1576... themes: document the new stlye properties and indent the CS
  12a8eaf... app: increase the priority of the theme CSS by 1
  9831808... app: port GimpComboTagEntry to GtkStyleContext
  709bb4b... configure.ac: use the new GTK_CHECK_BACKEND() macro
  2a775f1... plug-ins: port map-object to GTK+ 3.x
  dbaca55... app: use GdkRGBA instead of GdkColor in some places
  c5e3f7f... app: remove gimp_rgb_get,set_gdk_color()
  58f4bf0... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  b896111... app: gimp_print_event(): add the device to the event debug 
  8c0b2c1... app: gimp_device_info_get_device_coords(): workaround for X
  dd94768... app: make input devices, grabs and therefore generally tool
  7216ad7... app: use gdk_device_get_position() inetad of gdk_display_ge
  fe10530... app: remove some forgotten #undef GSEAL_ENABLE
  f40be20... app: let the file dialog expand/collapse with the file type
  82d0e6e... app: port GimpGradientEditor to GtkSyleContext
  c84025b... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  65f7626... app: port GimpNavigationEditor to GtkStyleContext
  0ff58bb... app: port GimpTagPopup to GtkStyleContext
  2d2d4ba... app: GimpDock: port font size modification to GtkCssProvide
  3232b19... plug-ins: s/GtkObject/GtkAdjustment/
  13e00ef... app: implement GtkContainer::get_path_for_child() in GimpMe
  aeaa885... devel-docs: make the shooter tool at least build again (unt
  f895530... app: don't use "size-request" for the toolbox' wilber, it's
  8614f3f... app: themes.c: add #if 0-ed switch to dark theme variant
  b5c6519... Incomplete notebook and tab theming commit, to be improved
  a901461... themes: set an explicit background for rulers
  5aab185... app: make the statusbar's progress label visible again
  726ddd4... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
  6f63480... app: port wilber drawing to GtkStyleContext
  290aa88... modules: port GimpColorWheel to GTK+ 3.x
  a5c7580... Unkommented settings for preferring a dark GTK+ theme.
  96ee83b... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
  0d80a4b... Use GTK+3 gtk_get_locale_direction() function instead of cu
  c11cf68... app: port GimpCircle and subclasses to GTK+ 3
  665a574... app: remove GTK_OBJECT() case in GimpPopup
  8bf0328... app: use gimp_color_display_stack_get_filters() instead of 
  b15be55... libgimpwidgets: #if 0 more stuff in gimp3migration
  0d7f492... libgimpwidgets: Draw marker in correct position on ruler.
  33d82d7... libgimpwidgets: Separate ruler text layer from background.
  95a6c13... app: port GimpContainerTreeView from style_set() to style_u
  96110e6... Bug 759030 - gtk3-port parsing error loading css from custo
  3ca33f7... Revert "Bug 762279 - "Tip of the day" links opens two links
  00cc329... Bug 762279 - "Tip of the day" links opens two links.
  e315f8c... plug-ins: s/GtkObject/GtkAdjustment/ in file-wepb
  5348370... foo


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