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



The branch 'gtk3-port' was created.

Summary of new commits:

  7336eba... Switch to version 3.0 in a lot of places and depend on GTK+
  76da642... Revert "app: Fix on canvas widgets ignoring clicks from tab
  e8b56fe... libgimpwidgets: remove deprecated files from the build
  ae58c01... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  5ad8289... libgimpwidgets: port virtual functions to GTK+ 3.0
  f37a076... libgimpwidgets: port virtual functions to GTK+ 3.0
  12f1f35... libgimpwidgets: port to GtkWidget::draw()
  f8c9113... libgimpwidgets: port to GtkWidget::draw()
  a66a603... libgimpwidgets: port to GtkWidget::draw()
  ea1e13b... libgimpwidgets: s/GtkObject/GtkAdjustment/
  a26ef7c... libgimpwidgets: port to GtkWidget::draw()
  f6ab70c... libgimpwidgets: remove deprecated functions and s/GtkObject
  5a4a3a3... libgimpwidgets: remove deprecated files completely
  256c194... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  b2c373d... app: port to GtkWidget::draw()
  8c72e2d... app: remove GTK_OBJECT() cast
  1cf3b36... app: port to GtkWidget::draw()
  a5c0085... app: port to GtkWidget::draw()
  bbb7d6d... app: port virtual functions to GTK+ 3.0 API
  d36c3e8... app: port to GtkWidget::draw()
  5216f77... app: port to GtkWidget::draw()
  27c8506... app: port to GtkWidget::draw()
  6fb5b12... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  5554a03... app: port to GtkWidget::draw()
  f7a6d47... app: s/GtkObject/GtkAdjustment/
  07c8f19... app: port to GtkWidget::draw()
  77afea9... app: port GimpNavigationView to GtkWidget::draw()
  9c2cfd0... app: port GimpPaletteView to GtkWidget::draw()
  b553ad9... app: port to GtkWidget::draw()
  ed6bf7c... app: port to GtkWidget::draw()
  dc1bbe3... app: no need to alloc colors any longer, GdkColormap is gon
  fdf1cb5... app: port call to gtk_paint_arrow() to GTK+ 3.0
  19ccfa2... app: port device management to GdkDeviceManager
  9794d9f... app: remove obsolete (GtkObject **) casts
  04645e7... app: use gtk_widget_get_preferred_size() instead of size_re
  6d580d8... app: port GimpScalComboBox to GTK+ 3.0
  1bad3ec... app: use gtk_widget_get_preferred_size() instead of size_re
  95da19c... libgimpwidgets: port GimpFrame to GTK+ 3.0
  cd90fa3... app: port tools to GTK+ 3.0 (trivial changes only)
  44ee73d... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  decab88... app: pass the cairo_region_t to gdk_window_invalidate_regio
  c24e29f... app: use GdkDeviceManager to list devices
  7dba0b3... app: port to GtkWidget::draw()
  780ac18... app: remove calls to colormap functions, they are gone
  000dc13... libgimpwidgets: get rid of (GtkObject **) casts
  8f5be53... app: port the splash to GTK+ 3.0
  376ce72... libgimpwidgets: port the ruler to GTK+ 3.0
  b541e4b... libgimpwidgets: port to GtkWidget::draw()
  2b035b1... app: port to GtkWidget::draw()
  99f0e99... app: port the overlay stuff to GTK+ 3.0
  726c1bf... app: use the container icon view, the grid view is not GTK+
  22d9a82... app: port to GtkWidget::draw() (incompletely)
  77c44ab... app: remove call to gtk_statusbar_set_has_resize_grip()
  b149dbf... app: port the tag entry to GTK+ 3.0
  8825231... app: port to GtkWidget::draw() but disable the code inside 
  28848ac... app: can't set the scale combo entry's properties in init()
  9ab11c0... app: port to GtkWidget::draw()
  51afdc9... libgimpwidgets: port to GtkWidget::draw()
  b99e116... modules: s/GtkObject/GtkAdjustment/
  a0c122f... app: didn't completely commit the display shell expose() ->
  f02d6f5... app: port to GtkWidget::draw()
  d27d7ec... app: passing -1 as width/height to gtk_paint_box() no longe
  3fe1d8e... app: port popup arrow drawing to cairo and get rid of the a
  c2ea4c9... app: remove GimpContainerGridView from the build entirely
  90466fc... modules: port to GtkWidget::draw()
  a0365f8... libgimpwidgets: port to GtkWidget::draw()
  19b80ff... libgimp: port to GtkWidget::draw()
  59cfafc... app: don't translate to allocation.x,y
  8e8fe53... app: port to GtkWidget::draw()
  b8cb1a6... app: forgot to remove a cairo_destroy() in draw()
  54f30d2... app: port to GtkWidget::draw()
  09b42a4... app: GtkEntry turned into a no-window widget
  adedd65... app: use the new GtkScrollable API instead of deprecated tr
  0be087b... app: cairo_save()/restore() around chaining up in draw()
  8095081... app: add ugly workaround to make the icon view adapt to vie
  3cca47e... plug-ins: lots of trivial GTK+ 3.0 porting
  2cb3ef1... plug-ins: port jpeg-save to GTK+ 3.0
  915e795... plug-ins: port file-png to GTK+ 3.0
  0c42fe4... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  0e56c32... plug-ins: more s/GtkObject/GtkAdjustment/
  373451a... plug-ins: port some more plug-ins to GTK+ 3.0
  5ddee0f... app: port the colormap editor to GTK+ 3.0
  8609091... app: remove GtkWrapBox
  d6e500b... libgimpwidgets: port to the new size request API
  3380f26... app: port to the new size request API
  e1b369b... plug-ins: port the print preview to the new size request AP
  1606ce5... plug-ins: port sphere-designer to GtkWidget::draw()
  6febb43... plug-ins: port cml-explorer to GtkWidget::draw()
  43494de... plug-ins: port lighting to GTK+ 3.0
  98912e9... plug-ins: port the unit-editor to GtkScrollable
  dc2e42b... app: fix GimpOverlayDialog's minimum height
  3c20259... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  eae8804... app: don't connect to "size-requst" because that's deprecat
  8ccc7cc... app: port GimpSpinScale to GTK+ 3.0
  1009ddd... app: skip keyboard devices so the device list becomes reaso
  109738b... app: implement proper height-for-width in GimpToolPalette
  c876d9d... app: use GdkDevice accessors
  452e610... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  e0b2618... app: put the toolbox' areas into a box until we decided abo
  c95744d... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  ebf903b... app: port the device sort function to GdkDeviceManager
  401bb60... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  5c4e1a4... app: change the list of available devices to something that
  e1e6400... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  cb069e7... libgimpwidgets: port GimpChainButton to GtkStyleContext
  525506e... libgimpwidgets: port GimpColorArea to GtkStyleContext
  e597b4b... libgimpwidgets: port GimpColorScale to GtkStyleContext
  739cc65... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  f09b1d8... libgimpwidgets: port GimpRuler to GtkStyleContext
  ee5cf7a... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  7c0562d... app: port GimpBlobEditor to GtkStyleContext
  ea535f3... app: port setting the canvas padding color to GtkStyleConte
  ec8dd1e... app: port GimpPanedBox to GtkStyleContext
  4bd0db7... app: port GimpContainerIconView to GtkStyleContext
  eaac2a1... app: port GimpContainerTreeView to GtkStyleContext
  8d1d718... app: port GimpColormapEditor to GtkStyleContext
  b9dcd48... app: port GimpComponentEditor to GtkStyleContext
  177dfbb... app: port GimpFgBgEditor to GtkStyleContext
  d870659... app: port GimpFgBgView to GtkStyleContext
  1791c18... app: port gimp_get_icon_size() to GtkStyleContext
  6dc7727... app: port GimpContainerBox to GtkStyleContext
  bbb2652... app: port GimpDashEditor to GtkStyleContext
  2c1c5d8... app: remove calls to gtk_widget_get,set_extension_events()
  a7aa237... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  a54f952... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  66fd81e... app: port the about dialog to GtkStyleContext
  af70e9e... modules: remove call to gtk_widget_set_extension_events()
  69efcc7... libgimpwidgets: implement GtkWidget::state_flags_changed()
  d787903... libgimpwidgets: implement GtkWidget::style_updated() instea
  b42ee3e... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  2298dc1... app: use gdk_drag_context_get_source_window()
  15ff4ac... app: use gdk_drag_context_get_selected_action() instead of 
  e03dbb4... app: port GimpSpinScale to GtkStyleContext
  335dfac... app: implement GtkWidget::style_updated() instead of style_
  e7a11c4... port gtkrc files to CSS (incompletely and stuff commented o
  c70f9ee... Port theme and gtkrc file loading to CSS files using GtkCss
  cd66909... app: copy gimp.css instead of gtkrc to the user's gimp dire
  d64eb40... app: check whether child widgets exist in GtkWidget::style_
  8bd45e0... Replace gdk_cursor_unref() with g_object_unref()
  f626219... app: use gtk_menu_shell_get_selected_item()
  b22ad6e... app: port GimpOverlayBox to GtkStyleContext
  d19342f... app: port GimpOverlayFrame to GtkStyleContext
  149ffac... app: port GimpScaleButton to GtkStyleContext
  2d21d04... libgimpwidgets: move all GimpPickButton members to a privat
  0f2353e... libgimpwidgets: move all GimpColorArea members to a private
  58edf4d... libgimpwidgets: move all GimpOffsetArea members to a privat
  2116002... libgimpwidgets: move padding members from instance to class
  57e8b85... libgimpwidgets: move all GimpButton members to a private st
  0ef7a88... libgimpwidgets: move all GimpCellRendererColor members to a
  ecac9ea... libgimpwidgets: move all GimpColorButton members to a priva
  1c47b84... libgimpwidgets: move all GimpCellRendererToggle members to 
  f0723e9... libgimpwidgets: move all GimpChainButton members to a priva
  12e7254... libgimpwidgets: move all GimpBrowser members to a private s
  a27aa90... libgimpwidgets: move all GimpColorDisplay members to a priv
  bf6e872... libgimpwidgets: move all GimpColorDisplayStack members to a
  ed8ee27... libgimpwidgets: move all GimpColorHexEntry members to a pri
  4261f59... libgimpwidgets: add padding
  ecf66d8... libgimpwidgets: move all GimpColorNotebook members to a pri
  515cf99... libgimpwidgets: move all GimpColorScale members to a privat
  05f51d0... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  13f76d8... libgimpwidgets: move all GimpColorSelection members to a pr
  0520484... libgimpwidgets: move all GimpEnumLabel members to a private
  cb50fab... app: don't use style->black and style->white
  d3f9fb2... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  bce9668... app: port GimpStrokeEditor to GtkStyleContext
  71f8369... app: port GimpPaletteView to GtkStyleContext
  721abd8... plug-ins: don't use style->black and style->white
  f646cd6... libgimpwidgets: move all GimpColorProfileStore members to a
  97467ac... app: port GimpDockWindow to GtkStyleContext
  04d0505... app: port GimpToolEditor to GtkStyleContext
  0e88514... app: use gtk_widget_override_font() instead of modify_font(
  ede7e5f... app: port GimpThumbBox to GtkStyleContext
  cd61c8c... Implement GtkWidget::style_updated() instead of ::style_set
  14a5d08... app: port GimpHistogramView to GtkStyleContext
  0cc55b0... app: port GimpTagEntry to GtkStyleContext
  fd3c6ed... app: always ask the master device for its axes or state
  8ddba8b... app: when checking for a device change, check the event's s
  ea6c70d... app: remove obsolete device checks from GimpToolbox
  adaeff6... app: port GimpColorFrame away from GtkStyle, using a new st
  ae4b607... app: remove call to gtk_widget_style_attach() from GimpOver
  9ff5626... app: port GimpOverlayChild to GtkStyleContext
  4e91a05... Port cell renderers to gtk_cell_renderer_get_state()
  37f52d6... app: port GimpCellRendererDashes to GtkStyleContext
  35d44bc... app: add gimp_get_style_color() to simplify GdkRGBA style p
  5ef3014... app: add style property and default CSS for GimpHistogramVi
  779764c... app: port GimpCurveView to GtkStyleContext
  ed276d6... themes: document the new GimpHistogramView property in the 
  9e0758b... app: define all GimpHistogramView colors via style properti
  0a94f34... themes: document the new stlye properties and indent the CS
  e549546... app: increase the priority of the theme CSS by 1
  9cd3bb8... app: port GimpComboTagEntry to GtkStyleContext
  da7d585... configure.ac: use the new GTK_CHECK_BACKEND() macro
  49ad829... plug-ins: port map-object to GTK+ 3.x
  4fd20c9... app: use GdkRGBA instead of GdkColor in some places
  1881308... app: remove gimp_rgb_get,set_gdk_color()
  296f3d3... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  b3a495f... app: gimp_print_event(): add the device to the event debug 
  54a4d78... app: gimp_device_info_get_device_coords(): workaround for X
  8b39fb8... app: make input devices, grabs and therefore generally tool
  b91ce7a... app: use gdk_device_get_position() inetad of gdk_display_ge
  ea88f2f... app: remove some forgotten #undef GSEAL_ENABLE
  ec413d5... app: let the file dialog expand/collapse with the file type
  1a55b13... app: port GimpGradientEditor to GtkSyleContext
  a2a26c9... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  eb52df7... app: port GimpNavigationEditor to GtkStyleContext
  82a3447... app: port GimpTagPopup to GtkStyleContext
  727d23e... app: GimpDock: port font size modification to GtkCssProvide
  e6a2922... plug-ins: s/GtkObject/GtkAdjustment/
  073ffd3... app: implement GtkContainer::get_path_for_child() in GimpMe
  f507ec3... devel-docs: make the shooter tool at least build again (unt
  fcd6a40... app: don't use "size-request" for the toolbox' wilber, it's
  3fefba4... app: themes.c: add #if 0-ed switch to dark theme variant
  fc72546... Incomplete notebook and tab theming commit, to be improved
  13b501c... themes: set an explicit background for rulers
  bc7bc05... app: make the statusbar's progress label visible again
  88dc400... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
  8b6dc28... app: port wilber drawing to GtkStyleContext
  04e11c8... modules: port GimpColorWheel to GTK+ 3.x
  f979b14... Unkommented settings for preferring a dark GTK+ theme.
  89620e3... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
  2cbb55c... Use GTK+3 gtk_get_locale_direction() function instead of cu
  43536d8... app: port GimpCircle and subclasses to GTK+ 3
  bbb6def... app: remove GTK_OBJECT() case in GimpPopup
  bef1c15... app: use gimp_color_display_stack_get_filters() instead of 
  4d1c69b... libgimpwidgets: #if 0 more stuff in gimp3migration
  0a1b7c1... libgimpwidgets: Draw marker in correct position on ruler.
  50039be... libgimpwidgets: Separate ruler text layer from background.
  2337b70... app: port GimpContainerTreeView from style_set() to style_u
  532b4d2... Bug 759030 - gtk3-port parsing error loading css from custo
  e6751a1... Revert "Bug 762279 - "Tip of the day" links opens two links
  75f5540... Bug 762279 - "Tip of the day" links opens two links.
  6b616fa... plug-ins: s/GtkObject/GtkAdjustment/ in file-wepb
  6c229af... libgimpwidgets, app: use GdkRGBA instead of GdkColor for ce
  447e734... foo


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