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



The branch 'gtk3-port' was created.

Summary of new commits:

  5d2f916... Switch to version 3.0 in a lot of places and depend on GTK+
  faa9185... Revert "app: Fix on canvas widgets ignoring clicks from tab
  8a93589... libgimpwidgets: remove deprecated files from the build
  b882690... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  55e65dc... libgimpwidgets: port virtual functions to GTK+ 3.0
  6b96a14... libgimpwidgets: port virtual functions to GTK+ 3.0
  be5d88a... libgimpwidgets: port to GtkWidget::draw()
  883ba71... libgimpwidgets: port to GtkWidget::draw()
  9e782e9... libgimpwidgets: port to GtkWidget::draw()
  e60b95d... libgimpwidgets: s/GtkObject/GtkAdjustment/
  1a9ddcb... libgimpwidgets: port to GtkWidget::draw()
  4a0ea90... libgimpwidgets: remove deprecated functions and s/GtkObject
  ed2948e... libgimpwidgets: remove deprecated files completely
  1ed2b4a... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  a2f0ab0... app: port to GtkWidget::draw()
  dd2f277... app: remove GTK_OBJECT() cast
  3d49ad8... app: port to GtkWidget::draw()
  a7741d4... app: port to GtkWidget::draw()
  094cb54... app: port virtual functions to GTK+ 3.0 API
  947e91d... app: port to GtkWidget::draw()
  60ed965... app: port to GtkWidget::draw()
  2b6c34a... app: port to GtkWidget::draw()
  47b4e72... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  9fec6ad... app: port to GtkWidget::draw()
  c1a4200... app: s/GtkObject/GtkAdjustment/
  cba1085... app: port to GtkWidget::draw()
  aa6e4ce... app: port GimpNavigationView to GtkWidget::draw()
  b081304... app: port GimpPaletteView to GtkWidget::draw()
  15831a1... app: port to GtkWidget::draw()
  43f0a24... app: port to GtkWidget::draw()
  cfa79a5... app: no need to alloc colors any longer, GdkColormap is gon
  0cbb255... app: port call to gtk_paint_arrow() to GTK+ 3.0
  66aea3e... app: port device management to GdkDeviceManager
  22d00dc... app: remove obsolete (GtkObject **) casts
  a99c9d9... app: use gtk_widget_get_preferred_size() instead of size_re
  421132e... app: port GimpScalComboBox to GTK+ 3.0
  558c893... app: use gtk_widget_get_preferred_size() instead of size_re
  c9e7b9d... libgimpwidgets: port GimpFrame to GTK+ 3.0
  445c85f... app: port tools to GTK+ 3.0 (trivial changes only)
  5e911aa... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  67ef31a... app: pass the cairo_region_t to gdk_window_invalidate_regio
  3a998f8... app: use GdkDeviceManager to list devices
  292bf3b... app: port to GtkWidget::draw()
  9f5f422... app: remove calls to colormap functions, they are gone
  ed532cc... libgimpwidgets: get rid of (GtkObject **) casts
  e07d512... app: port the splash to GTK+ 3.0
  ea199a8... libgimpwidgets: port the ruler to GTK+ 3.0
  3642ea0... libgimpwidgets: port to GtkWidget::draw()
  d97d839... app: port to GtkWidget::draw()
  8d68e29... app: port the overlay stuff to GTK+ 3.0
  604297e... app: use the container icon view, the grid view is not GTK+
  bdd3bca... app: port to GtkWidget::draw() (incompletely)
  892578e... app: remove call to gtk_statusbar_set_has_resize_grip()
  a6c125e... app: port the tag entry to GTK+ 3.0
  275b196... app: port to GtkWidget::draw() but disable the code inside 
  5893904... app: can't set the scale combo entry's properties in init()
  96eae6f... app: port to GtkWidget::draw()
  6b3e4d4... libgimpwidgets: port to GtkWidget::draw()
  e2cfadb... modules: s/GtkObject/GtkAdjustment/
  508e26c... app: didn't completely commit the display shell expose() ->
  8c335c0... app: port to GtkWidget::draw()
  e6a3d45... app: passing -1 as width/height to gtk_paint_box() no longe
  b3333d1... app: port popup arrow drawing to cairo and get rid of the a
  5c3528b... app: remove GimpContainerGridView from the build entirely
  aa042bc... modules: port to GtkWidget::draw()
  cd93117... libgimpwidgets: port to GtkWidget::draw()
  3fbaf38... libgimp: port to GtkWidget::draw()
  7d99d3f... app: don't translate to allocation.x,y
  d289cb7... app: port to GtkWidget::draw()
  1283e70... app: forgot to remove a cairo_destroy() in draw()
  99d476d... app: port to GtkWidget::draw()
  eee76a9... app: GtkEntry turned into a no-window widget
  2ff1e56... app: use the new GtkScrollable API instead of deprecated tr
  cec11b5... app: cairo_save()/restore() around chaining up in draw()
  114db97... app: add ugly workaround to make the icon view adapt to vie
  80d0a15... plug-ins: lots of trivial GTK+ 3.0 porting
  985f283... plug-ins: port jpeg-save to GTK+ 3.0
  d9fbc37... plug-ins: port file-png to GTK+ 3.0
  c8e920a... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  01cc03c... plug-ins: more s/GtkObject/GtkAdjustment/
  3fe6c13... plug-ins: port some more plug-ins to GTK+ 3.0
  754eb63... app: port the colormap editor to GTK+ 3.0
  ae2d611... app: remove GtkWrapBox
  c160314... libgimpwidgets: port to the new size request API
  8ddbc2b... app: port to the new size request API
  9ecad62... plug-ins: port the print preview to the new size request AP
  d3ca7d9... plug-ins: port sphere-designer to GtkWidget::draw()
  07d2ec6... plug-ins: port cml-explorer to GtkWidget::draw()
  b74d455... plug-ins: port lighting to GTK+ 3.0
  c7766aa... plug-ins: port the unit-editor to GtkScrollable
  4878bee... app: fix GimpOverlayDialog's minimum height
  4c50ab9... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  5a5d32e... app: don't connect to "size-requst" because that's deprecat
  79c0b39... app: port GimpSpinScale to GTK+ 3.0
  8a43977... app: skip keyboard devices so the device list becomes reaso
  a2aad94... app: implement proper height-for-width in GimpToolPalette
  9f767df... app: use GdkDevice accessors
  fee7542... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  f3639e2... app: put the toolbox' areas into a box until we decided abo
  300eaa1... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  d604c59... app: port the device sort function to GdkDeviceManager
  a389900... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  745f1e8... app: change the list of available devices to something that
  92910c9... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  cfe5f51... libgimpwidgets: port GimpChainButton to GtkStyleContext
  ba984d1... libgimpwidgets: port GimpColorArea to GtkStyleContext
  3e58dc1... libgimpwidgets: port GimpColorScale to GtkStyleContext
  d53ed8b... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  6a676b3... libgimpwidgets: port GimpRuler to GtkStyleContext
  61fab7f... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  9c0d366... app: port GimpBlobEditor to GtkStyleContext
  43dd428... app: port setting the canvas padding color to GtkStyleConte
  1a8c343... app: port GimpPanedBox to GtkStyleContext
  c18a1df... app: port GimpContainerIconView to GtkStyleContext
  9178bd3... app: port GimpContainerTreeView to GtkStyleContext
  006e34d... app: port GimpColormapEditor to GtkStyleContext
  e8eed1e... app: port GimpComponentEditor to GtkStyleContext
  61cb4bd... app: port GimpFgBgEditor to GtkStyleContext
  27fcc76... app: port GimpFgBgView to GtkStyleContext
  f0fb4f9... app: port gimp_get_icon_size() to GtkStyleContext
  1b129e9... app: port GimpContainerBox to GtkStyleContext
  3360944... app: port GimpDashEditor to GtkStyleContext
  4265361... app: remove calls to gtk_widget_get,set_extension_events()
  8f0692c... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  a9a65c7... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  cd68421... app: port the about dialog to GtkStyleContext
  fc75b5b... modules: remove call to gtk_widget_set_extension_events()
  2b87cdb... libgimpwidgets: implement GtkWidget::state_flags_changed()
  e25999c... libgimpwidgets: implement GtkWidget::style_updated() instea
  c778263... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  9e5198e... app: use gdk_drag_context_get_source_window()
  382ebb7... app: use gdk_drag_context_get_selected_action() instead of 
  0100a5d... app: port GimpSpinScale to GtkStyleContext
  0d9bee8... app: implement GtkWidget::style_updated() instead of style_
  3557d20... port gtkrc files to CSS (incompletely and stuff commented o
  31737a1... Port theme and gtkrc file loading to CSS files using GtkCss
  ecb0930... app: copy gimp.css instead of gtkrc to the user's gimp dire
  fa041de... app: check whether child widgets exist in GtkWidget::style_
  fdd6eae... Replace gdk_cursor_unref() with g_object_unref()
  699278a... app: use gtk_menu_shell_get_selected_item()
  4bcb533... app: port GimpOverlayBox to GtkStyleContext
  a14cd8b... app: port GimpOverlayFrame to GtkStyleContext
  cd93b7f... app: port GimpScaleButton to GtkStyleContext
  fef6a91... libgimpwidgets: move all GimpPickButton members to a privat
  f6b917e... libgimpwidgets: move all GimpColorArea members to a private
  78f17b8... libgimpwidgets: move all GimpOffsetArea members to a privat
  f2b869c... libgimpwidgets: move padding members from instance to class
  268007b... libgimpwidgets: move all GimpButton members to a private st
  1e0b4ab... libgimpwidgets: move all GimpCellRendererColor members to a
  864ee2b... libgimpwidgets: move all GimpColorButton members to a priva
  6749817... libgimpwidgets: move all GimpCellRendererToggle members to 
  74e21f6... libgimpwidgets: move all GimpChainButton members to a priva
  659b99a... libgimpwidgets: move all GimpBrowser members to a private s
  6db7c50... libgimpwidgets: move all GimpColorDisplay members to a priv
  aebd5dc... libgimpwidgets: move all GimpColorDisplayStack members to a
  1a73a2f... libgimpwidgets: move all GimpColorHexEntry members to a pri
  fe3c4fe... libgimpwidgets: add padding
  32dfc73... libgimpwidgets: move all GimpColorNotebook members to a pri
  2309f06... libgimpwidgets: move all GimpColorScale members to a privat
  9e97c4c... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  d53e337... libgimpwidgets: move all GimpColorSelection members to a pr
  a107390... libgimpwidgets: move all GimpEnumLabel members to a private
  d9d5c3b... app: don't use style->black and style->white
  9a47868... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  e9916f5... app: port GimpStrokeEditor to GtkStyleContext
  502999d... app: port GimpPaletteView to GtkStyleContext
  11a5b11... plug-ins: don't use style->black and style->white
  35518a8... libgimpwidgets: move all GimpColorProfileStore members to a
  2f4cb3b... app: port GimpDockWindow to GtkStyleContext
  5fe8e49... app: port GimpToolEditor to GtkStyleContext
  9f270a6... app: use gtk_widget_override_font() instead of modify_font(
  fe90ebf... app: port GimpThumbBox to GtkStyleContext
  9a7d60e... Implement GtkWidget::style_updated() instead of ::style_set
  eec040e... app: port GimpHistogramView to GtkStyleContext
  c59b620... app: port GimpTagEntry to GtkStyleContext
  806cef9... app: always ask the master device for its axes or state
  0e77c90... app: when checking for a device change, check the event's s
  75db1bf... app: remove obsolete device checks from GimpToolbox
  3751c00... app: port GimpColorFrame away from GtkStyle, using a new st
  5964ebd... app: remove call to gtk_widget_style_attach() from GimpOver
  91f5198... app: port GimpOverlayChild to GtkStyleContext
  0a94457... Port cell renderers to gtk_cell_renderer_get_state()
  28d8084... app: port GimpCellRendererDashes to GtkStyleContext
  b33a3ae... app: add gimp_get_style_color() to simplify GdkRGBA style p
  6bfca3a... app: add style property and default CSS for GimpHistogramVi
  f666ce9... app: port GimpCurveView to GtkStyleContext
  812a553... themes: document the new GimpHistogramView property in the 
  b57d302... app: define all GimpHistogramView colors via style properti
  83ee5c6... themes: document the new stlye properties and indent the CS
  95ca114... app: increase the priority of the theme CSS by 1
  b58436d... app: port GimpComboTagEntry to GtkStyleContext
  f0fb451... configure.ac: use the new GTK_CHECK_BACKEND() macro
  5afc039... plug-ins: port map-object to GTK+ 3.x
  b14ecde... app: use GdkRGBA instead of GdkColor in some places
  7ce22ea... app: remove gimp_rgb_get,set_gdk_color()
  54e6754... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  ee6c8d1... app: gimp_print_event(): add the device to the event debug 
  9c60063... app: gimp_device_info_get_device_coords(): workaround for X
  7a8de4b... app: make input devices, grabs and therefore generally tool
  d47dcc1... app: use gdk_device_get_position() inetad of gdk_display_ge
  03fd575... app: remove some forgotten #undef GSEAL_ENABLE
  0dddcc8... app: let the file dialog expand/collapse with the file type
  417fdd6... app: port GimpGradientEditor to GtkSyleContext
  d18d38c... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  cf51d9e... app: port GimpNavigationEditor to GtkStyleContext
  6225531... app: port GimpTagPopup to GtkStyleContext
  4d5d56b... app: GimpDock: port font size modification to GtkCssProvide
  b8e860d... plug-ins: s/GtkObject/GtkAdjustment/
  606894b... app: implement GtkContainer::get_path_for_child() in GimpMe
  f65a037... devel-docs: make the shooter tool at least build again (unt
  b781008... app: don't use "size-request" for the toolbox' wilber, it's
  5158532... app: themes.c: add #if 0-ed switch to dark theme variant
  3c5dee7... Incomplete notebook and tab theming commit, to be improved
  0ec9c3f... themes: set an explicit background for rulers
  cf8acf2... app: make the statusbar's progress label visible again
  e21a5ab... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
  8c55b3f... app: port wilber drawing to GtkStyleContext
  87c6d0f... modules: port GimpColorWheel to GTK+ 3.x
  193b05f... Unkommented settings for preferring a dark GTK+ theme.
  c0e70c0... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
  70d5030... Use GTK+3 gtk_get_locale_direction() function instead of cu
  e18777f... app: port GimpCircle and subclasses to GTK+ 3
  5715e34... app: remove GTK_OBJECT() case in GimpPopup
  005e0c4... app: use gimp_color_display_stack_get_filters() instead of 
  1188117... libgimpwidgets: #if 0 more stuff in gimp3migration
  cc71c28... libgimpwidgets: Draw marker in correct position on ruler.
  9d74467... libgimpwidgets: Separate ruler text layer from background.
  a67e71a... app: port GimpContainerTreeView from style_set() to style_u
  1f095c0... Bug 759030 - gtk3-port parsing error loading css from custo
  17fdeb9... Revert "Bug 762279 - "Tip of the day" links opens two links
  ec21c27... Bug 762279 - "Tip of the day" links opens two links.
  47bd2bb... plug-ins: s/GtkObject/GtkAdjustment/ in file-wepb
  db3f578... libgimpwidgets, app: use GdkRGBA instead of GdkColor for ce
  97e5d23... foo


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