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



The branch 'gtk3-port' was created.

Summary of new commits:

  9019433... Switch to version 3.0 in a lot of places and depend on GTK+
  9952b3b... Revert "app: Fix on canvas widgets ignoring clicks from tab
  419591e... libgimpwidgets: remove deprecated files from the build
  1ee3ba3... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  ee5fc18... libgimpwidgets: port virtual functions to GTK+ 3.0
  8ea9355... libgimpwidgets: port virtual functions to GTK+ 3.0
  694beaf... libgimpwidgets: port to GtkWidget::draw()
  610d047... libgimpwidgets: port to GtkWidget::draw()
  8516fef... libgimpwidgets: port to GtkWidget::draw()
  79d199b... libgimpwidgets: s/GtkObject/GtkAdjustment/
  fb2b00d... libgimpwidgets: port to GtkWidget::draw()
  c4ae89d... libgimpwidgets: remove deprecated functions and s/GtkObject
  ad9365d... libgimpwidgets: remove deprecated files completely
  f707ee9... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  da1fee3... app: port to GtkWidget::draw()
  2693d0f... app: remove GTK_OBJECT() cast
  b7e8853... app: port to GtkWidget::draw()
  3b991a4... app: port to GtkWidget::draw()
  d443745... app: port virtual functions to GTK+ 3.0 API
  34efc96... app: port to GtkWidget::draw()
  8b8ebd6... app: port to GtkWidget::draw()
  7b16b8f... app: port to GtkWidget::draw()
  5a4fa90... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  13bdc34... app: port to GtkWidget::draw()
  d5f3c94... app: s/GtkObject/GtkAdjustment/
  03aaad2... app: port to GtkWidget::draw()
  a42b98c... app: port GimpNavigationView to GtkWidget::draw()
  a7d96bb... app: port GimpPaletteView to GtkWidget::draw()
  a5683ed... app: port to GtkWidget::draw()
  efdfafc... app: port to GtkWidget::draw()
  1bf6142... app: no need to alloc colors any longer, GdkColormap is gon
  6ca0c26... app: port call to gtk_paint_arrow() to GTK+ 3.0
  0223c83... app: port device management to GdkDeviceManager
  3dbdf64... app: remove obsolete (GtkObject **) casts
  393f187... app: use gtk_widget_get_preferred_size() instead of size_re
  4e726f5... app: port GimpScalComboBox to GTK+ 3.0
  416f69a... app: use gtk_widget_get_preferred_size() instead of size_re
  f4318e7... libgimpwidgets: port GimpFrame to GTK+ 3.0
  94d0beb... app: port tools to GTK+ 3.0 (trivial changes only)
  0c8f86a... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  ec0cb95... app: pass the cairo_region_t to gdk_window_invalidate_regio
  f8ab806... app: use GdkDeviceManager to list devices
  0aa1b4d... app: port to GtkWidget::draw()
  a237027... app: remove calls to colormap functions, they are gone
  bae92c4... libgimpwidgets: get rid of (GtkObject **) casts
  48cf5f9... app: port the splash to GTK+ 3.0
  1168d86... libgimpwidgets: port the ruler to GTK+ 3.0
  b18ea19... libgimpwidgets: port to GtkWidget::draw()
  c855a01... app: port to GtkWidget::draw()
  8b7ff4a... app: port the overlay stuff to GTK+ 3.0
  6a0d430... app: use the container icon view, the grid view is not GTK+
  2fd25be... app: port to GtkWidget::draw() (incompletely)
  31544dc... app: remove call to gtk_statusbar_set_has_resize_grip()
  6f351f4... app: port the tag entry to GTK+ 3.0
  4bdea2d... app: port to GtkWidget::draw() but disable the code inside 
  f44625a... app: can't set the scale combo entry's properties in init()
  9b60997... app: port to GtkWidget::draw()
  0450b47... libgimpwidgets: port to GtkWidget::draw()
  30b2420... modules: s/GtkObject/GtkAdjustment/
  ba66741... app: didn't completely commit the display shell expose() ->
  d04a82f... app: port to GtkWidget::draw()
  647dbb1... app: passing -1 as width/height to gtk_paint_box() no longe
  638fffd... app: port popup arrow drawing to cairo and get rid of the a
  6baa8fe... app: remove GimpContainerGridView from the build entirely
  2cc3941... modules: port to GtkWidget::draw()
  9b6da5c... libgimpwidgets: port to GtkWidget::draw()
  e43e0b1... libgimp: port to GtkWidget::draw()
  c47e61f... app: don't translate to allocation.x,y
  2d5482b... app: port to GtkWidget::draw()
  bca30f5... app: forgot to remove a cairo_destroy() in draw()
  dfa1a73... app: port to GtkWidget::draw()
  6d74edb... app: GtkEntry turned into a no-window widget
  97d464e... app: use the new GtkScrollable API instead of deprecated tr
  b581d84... app: cairo_save()/restore() around chaining up in draw()
  cf4d6a8... app: add ugly workaround to make the icon view adapt to vie
  a9fba85... plug-ins: lots of trivial GTK+ 3.0 porting
  e936fe3... plug-ins: port jpeg-save to GTK+ 3.0
  03fedb3... plug-ins: port file-png to GTK+ 3.0
  8086bd0... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  de19b12... plug-ins: more s/GtkObject/GtkAdjustment/
  2ade7d9... plug-ins: port some more plug-ins to GTK+ 3.0
  e918248... app: port the colormap editor to GTK+ 3.0
  d8ff77d... app: remove GtkWrapBox
  72e5e25... libgimpwidgets: port to the new size request API
  959328d... app: port to the new size request API
  7f24964... plug-ins: port the print preview to the new size request AP
  6401997... plug-ins: port sphere-designer to GtkWidget::draw()
  9dc0a28... plug-ins: port cml-explorer to GtkWidget::draw()
  ec7421a... plug-ins: port lighting to GTK+ 3.0
  d992511... plug-ins: port the unit-editor to GtkScrollable
  40558a2... app: fix GimpOverlayDialog's minimum height
  8f6f975... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  0d56ecb... app: don't connect to "size-requst" because that's deprecat
  23f10d4... app: port GimpSpinScale to GTK+ 3.0
  18edc02... app: skip keyboard devices so the device list becomes reaso
  a8d9f2e... app: implement proper height-for-width in GimpToolPalette
  8f794bc... app: use GdkDevice accessors
  de974e0... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  a9a50b8... app: put the toolbox' areas into a box until we decided abo
  839e90f... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  864b9d6... app: port the device sort function to GdkDeviceManager
  509fed1... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  c2ee081... app: change the list of available devices to something that
  a916770... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  cc64b2f... libgimpwidgets: port GimpChainButton to GtkStyleContext
  d08b790... libgimpwidgets: port GimpColorArea to GtkStyleContext
  f808bb0... libgimpwidgets: port GimpColorScale to GtkStyleContext
  482625b... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  76b248c... libgimpwidgets: port GimpRuler to GtkStyleContext
  6798c4f... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  3aa7db9... app: port GimpBlobEditor to GtkStyleContext
  cf66be4... app: port setting the canvas padding color to GtkStyleConte
  21af037... app: port GimpPanedBox to GtkStyleContext
  af8f63c... app: port GimpContainerIconView to GtkStyleContext
  df68a23... app: port GimpContainerTreeView to GtkStyleContext
  7909571... app: port GimpColormapEditor to GtkStyleContext
  e4cbf62... app: port GimpComponentEditor to GtkStyleContext
  25c7ba0... app: port GimpFgBgEditor to GtkStyleContext
  13d0577... app: port GimpFgBgView to GtkStyleContext
  228e4e0... app: port gimp_get_icon_size() to GtkStyleContext
  45a126c... app: port GimpContainerBox to GtkStyleContext
  6f41120... app: port GimpDashEditor to GtkStyleContext
  afa3eb7... app: remove calls to gtk_widget_get,set_extension_events()
  f940966... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  61bf15e... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  cf4fb65... app: port the about dialog to GtkStyleContext
  2dcb1b4... modules: remove call to gtk_widget_set_extension_events()
  667a5d4... libgimpwidgets: implement GtkWidget::state_flags_changed()
  1983513... libgimpwidgets: implement GtkWidget::style_updated() instea
  34b8ecc... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  e4a137a... app: use gdk_drag_context_get_source_window()
  868463a... app: use gdk_drag_context_get_selected_action() instead of 
  4e6820b... app: port GimpSpinScale to GtkStyleContext
  bb45cee... app: implement GtkWidget::style_updated() instead of style_
  27b108d... port gtkrc files to CSS (incompletely and stuff commented o
  94c6ea1... Port theme and gtkrc file loading to CSS files using GtkCss
  f911e0e... app: copy gimp.css instead of gtkrc to the user's gimp dire
  dbacf44... app: check whether child widgets exist in GtkWidget::style_
  3eb676d... Replace gdk_cursor_unref() with g_object_unref()
  e4c999e... app: use gtk_menu_shell_get_selected_item()
  467d75d... app: port GimpOverlayBox to GtkStyleContext
  6d78e6c... app: port GimpOverlayFrame to GtkStyleContext
  c44954b... app: port GimpScaleButton to GtkStyleContext
  c5b0e0d... libgimpwidgets: move all GimpPickButton members to a privat
  a6777e6... libgimpwidgets: move all GimpColorArea members to a private
  653d01d... libgimpwidgets: move all GimpOffsetArea members to a privat
  d5e39a1... libgimpwidgets: move padding members from instance to class
  845a8ab... libgimpwidgets: move all GimpButton members to a private st
  eaea315... libgimpwidgets: move all GimpCellRendererColor members to a
  6c9e1aa... libgimpwidgets: move all GimpColorButton members to a priva
  06c8333... libgimpwidgets: move all GimpCellRendererToggle members to 
  492b62e... libgimpwidgets: move all GimpChainButton members to a priva
  5bf04c6... libgimpwidgets: move all GimpBrowser members to a private s
  1c432cd... libgimpwidgets: move all GimpColorDisplay members to a priv
  c3f86c0... libgimpwidgets: move all GimpColorDisplayStack members to a
  b93f3c9... libgimpwidgets: move all GimpColorHexEntry members to a pri
  2da28da... libgimpwidgets: add padding
  4eb55b6... libgimpwidgets: move all GimpColorNotebook members to a pri
  886e243... libgimpwidgets: move all GimpColorScale members to a privat
  90e6303... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  6b5c68a... libgimpwidgets: move all GimpColorSelection members to a pr
  1373a86... libgimpwidgets: move all GimpEnumLabel members to a private
  bceac9b... app: don't use style->black and style->white
  642fe1f... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  99d819f... app: port GimpStrokeEditor to GtkStyleContext
  93b717b... app: port GimpPaletteView to GtkStyleContext
  018b75b... plug-ins: don't use style->black and style->white
  d431944... libgimpwidgets: move all GimpColorProfileStore members to a
  0786210... app: port GimpDockWindow to GtkStyleContext
  22dfa68... app: port GimpToolEditor to GtkStyleContext
  8483efc... app: use gtk_widget_override_font() instead of modify_font(
  5a42026... app: port GimpThumbBox to GtkStyleContext
  74f993e... Implement GtkWidget::style_updated() instead of ::style_set
  69d82f7... app: port GimpHistogramView to GtkStyleContext
  2a21e80... app: port GimpTagEntry to GtkStyleContext
  59a8ce1... app: always ask the master device for its axes or state
  67261b4... app: when checking for a device change, check the event's s
  0637637... app: remove obsolete device checks from GimpToolbox
  164a6eb... app: port GimpColorFrame away from GtkStyle, using a new st
  5018154... app: remove call to gtk_widget_style_attach() from GimpOver
  9a7aef1... app: port GimpOverlayChild to GtkStyleContext
  c1772d2... Port cell renderers to gtk_cell_renderer_get_state()
  e48c968... app: port GimpCellRendererDashes to GtkStyleContext
  d2d7834... app: add gimp_get_style_color() to simplify GdkRGBA style p
  116e97c... app: add style property and default CSS for GimpHistogramVi
  f24ce17... app: port GimpCurveView to GtkStyleContext
  373ae90... themes: document the new GimpHistogramView property in the 
  e7b8bc6... app: define all GimpHistogramView colors via style properti
  61dfc36... themes: document the new stlye properties and indent the CS
  e063868... app: increase the priority of the theme CSS by 1
  c788ff7... app: port GimpComboTagEntry to GtkStyleContext
  11306a8... configure.ac: use the new GTK_CHECK_BACKEND() macro
  851cac4... plug-ins: port map-object to GTK+ 3.x
  4335528... app: use GdkRGBA instead of GdkColor in some places
  d7e4a31... app: remove gimp_rgb_get,set_gdk_color()
  edd14e1... app: port the text tool editor's preedit popup to GtkStyleC
  e83a427... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  1b9e30f... app: gimp_print_event(): add the device to the event debug 
  6989cde... app: gimp_device_info_get_device_coords(): workaround for X
  3bd2bf4... app: make input devices, grabs and therefore generally tool
  6164b6d... app: use gdk_device_get_position() inetad of gdk_display_ge
  2ed7a27... app: remove some forgotten #undef GSEAL_ENABLE
  eb45a3b... app: let the file dialog expand/collapse with the file type
  9e12b5b... app: port GimpGradientEditor to GtkSyleContext
  9772450... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  07d2f81... app: port GimpNavigationEditor to GtkStyleContext
  14d183a... app: port GimpTagPopup to GtkStyleContext
  7285088... app: GimpDock: port font size modification to GtkCssProvide
  9edd82c... plug-ins: s/GtkObject/GtkAdjustment/
  ff3fb58... app: implement GtkContainer::get_path_for_child() in GimpMe
  6badfd1... devel-docs: make the shooter tool at least build again (unt
  4b12c63... app: don't use "size-request" for the toolbox' wilber, it's
  949426b... app: themes.c: add #if 0-ed switch to dark theme variant
  489728f... Incomplete notebook and tab theming commit, to be improved
  a9670e0... themes: set an explicit background for rulers
  a89c93c... app: make the statusbar's progress label visible again
  39409be... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
  f8e6392... app: port wilber drawing to GtkStyleContext
  6904840... modules: port GimpColorWheel to GTK+ 3.x
  7c9c89d... Unkommented settings for preferring a dark GTK+ theme.
  12d4c32... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
  26b7bb7... Use GTK+3 gtk_get_locale_direction() function instead of cu
  b0daed0... app: port GimpCircle and subclasses to GTK+ 3
  1ca55f1... app: remove GTK_OBJECT() case in GimpPopup
  cbc06e6... app: use gimp_color_display_stack_get_filters() instead of 
  19bc743... libgimpwidgets: #if 0 more stuff in gimp3migration
  53eee24... foo


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