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



The branch 'gtk3-port' was created.

Summary of new commits:

  45b8264... Switch to version 3.0 in a lot of places and depend on GTK+
  eb4c593... Revert "app: Fix on canvas widgets ignoring clicks from tab
  77a39ae... libgimpwidgets: remove deprecated files from the build
  bf42a3f... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  177591f... libgimpwidgets: port virtual functions to GTK+ 3.0
  9a685d6... libgimpwidgets: port virtual functions to GTK+ 3.0
  7dcf0a2... libgimpwidgets: port to GtkWidget::draw()
  c25017f... libgimpwidgets: port to GtkWidget::draw()
  dfac119... libgimpwidgets: port to GtkWidget::draw()
  ceff9fd... libgimpwidgets: s/GtkObject/GtkAdjustment/
  eadf1f3... libgimpwidgets: port to GtkWidget::draw()
  5526278... libgimpwidgets: remove deprecated functions and s/GtkObject
  373cb23... libgimpwidgets: remove deprecated files completely
  dcca3cc... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  7c26ca3... app: port to GtkWidget::draw()
  9c8ad18... app: remove GTK_OBJECT() cast
  318a215... app: port to GtkWidget::draw()
  79df60f... app: port to GtkWidget::draw()
  c448115... app: port virtual functions to GTK+ 3.0 API
  c60375f... app: port to GtkWidget::draw()
  5c5055f... app: port to GtkWidget::draw()
  5ccaecf... app: port to GtkWidget::draw()
  eee9c62... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  14c9def... app: port to GtkWidget::draw()
  4cce884... app: s/GtkObject/GtkAdjustment/
  8720e56... app: port to GtkWidget::draw()
  9ef73ae... app: port GimpNavigationView to GtkWidget::draw()
  792d8f5... app: port GimpPaletteView to GtkWidget::draw()
  00ee7d3... app: port to GtkWidget::draw()
  48ca017... app: port to GtkWidget::draw()
  1724ace... app: no need to alloc colors any longer, GdkColormap is gon
  0fe5de8... app: port call to gtk_paint_arrow() to GTK+ 3.0
  0156687... app: port device management to GdkDeviceManager
  da480fc... app: remove obsolete (GtkObject **) casts
  02e1c34... app: use gtk_widget_get_preferred_size() instead of size_re
  c0f009b... app: port GimpScalComboBox to GTK+ 3.0
  3972750... app: use gtk_widget_get_preferred_size() instead of size_re
  384504c... libgimpwidgets: port GimpFrame to GTK+ 3.0
  50fd77b... app: port tools to GTK+ 3.0 (trivial changes only)
  aa2aef5... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  aca567e... app: pass the cairo_region_t to gdk_window_invalidate_regio
  8d20247... app: use GdkDeviceManager to list devices
  5ca87fd... app: port to GtkWidget::draw()
  023df36... app: remove calls to colormap functions, they are gone
  915618f... libgimpwidgets: get rid of (GtkObject **) casts
  e1d3e3a... app: port the splash to GTK+ 3.0
  5b0e5d7... libgimpwidgets: port the ruler to GTK+ 3.0
  d7b2748... libgimpwidgets: port to GtkWidget::draw()
  aab864f... app: port to GtkWidget::draw()
  7cbb4d0... app: port the overlay stuff to GTK+ 3.0
  9c4a2b3... app: use the container icon view, the grid view is not GTK+
  dbd1bf3... app: port to GtkWidget::draw() (incompletely)
  6c3d473... app: remove call to gtk_statusbar_set_has_resize_grip()
  2380788... app: port the tag entry to GTK+ 3.0
  41e9847... app: port to GtkWidget::draw() but disable the code inside 
  5fd9d9b... app: can't set the scale combo entry's properties in init()
  71221c1... app: port to GtkWidget::draw()
  b4098ab... libgimpwidgets: port to GtkWidget::draw()
  8f3e303... modules: s/GtkObject/GtkAdjustment/
  2eba859... app: didn't completely commit the display shell expose() ->
  03ea399... app: port to GtkWidget::draw()
  f39b345... app: passing -1 as width/height to gtk_paint_box() no longe
  9358aae... app: port popup arrow drawing to cairo and get rid of the a
  eaa075d... app: remove GimpContainerGridView from the build entirely
  ed2a5c0... modules: port to GtkWidget::draw()
  e95d33b... libgimpwidgets: port to GtkWidget::draw()
  092f8bf... libgimp: port to GtkWidget::draw()
  a35d39c... app: don't translate to allocation.x,y
  c535088... app: port to GtkWidget::draw()
  9d7742d... app: forgot to remove a cairo_destroy() in draw()
  4b6ec3c... app: port to GtkWidget::draw()
  2ddfff4... app: GtkEntry turned into a no-window widget
  925579a... app: use the new GtkScrollable API instead of deprecated tr
  f791763... app: cairo_save()/restore() around chaining up in draw()
  2992cb4... app: add ugly workaround to make the icon view adapt to vie
  e229812... plug-ins: lots of trivial GTK+ 3.0 porting
  af2e978... plug-ins: port jpeg-save to GTK+ 3.0
  800bf35... plug-ins: port file-png to GTK+ 3.0
  ed03b20... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  381e552... plug-ins: more s/GtkObject/GtkAdjustment/
  6cf95bd... plug-ins: port some more plug-ins to GTK+ 3.0
  4e4c3b8... app: port the colormap editor to GTK+ 3.0
  a4499e9... app: remove GtkWrapBox
  fabbff0... libgimpwidgets: port to the new size request API
  cd71f55... app: port to the new size request API
  37a3a2c... plug-ins: port the print preview to the new size request AP
  8ed4a69... plug-ins: port sphere-designer to GtkWidget::draw()
  8e0717d... plug-ins: port cml-explorer to GtkWidget::draw()
  f814e62... plug-ins: port lighting to GTK+ 3.0
  a21fd41... plug-ins: port the unit-editor to GtkScrollable
  86300ae... app: fix GimpOverlayDialog's minimum height
  a5176d2... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  23ea8e6... app: don't connect to "size-requst" because that's deprecat
  1ad32c1... app: port GimpSpinScale to GTK+ 3.0
  0be8407... app: skip keyboard devices so the device list becomes reaso
  26f0dd0... app: implement proper height-for-width in GimpToolPalette
  04bf74c... app: use GdkDevice accessors
  c569864... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  b8ec7ca... app: put the toolbox' areas into a box until we decided abo
  477331e... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  e10cca9... app: port the device sort function to GdkDeviceManager
  d5f97df... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  88706c4... app: change the list of available devices to something that
  e562209... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  6853a64... libgimpwidgets: port GimpChainButton to GtkStyleContext
  86e761f... libgimpwidgets: port GimpColorArea to GtkStyleContext
  29c16dc... libgimpwidgets: port GimpColorScale to GtkStyleContext
  c618572... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  d8efa76... libgimpwidgets: port GimpRuler to GtkStyleContext
  0c486f9... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  382d99a... app: port GimpBlobEditor to GtkStyleContext
  f274219... app: port setting the canvas padding color to GtkStyleConte
  2756f3c... app: port GimpPanedBox to GtkStyleContext
  1f7c8db... app: port GimpContainerIconView to GtkStyleContext
  7286025... app: port GimpContainerTreeView to GtkStyleContext
  89d98af... app: port GimpColormapEditor to GtkStyleContext
  f08ee22... app: port GimpComponentEditor to GtkStyleContext
  e6a1baf... app: port GimpFgBgEditor to GtkStyleContext
  ae1d3a7... app: port GimpFgBgView to GtkStyleContext
  677d294... app: port gimp_get_icon_size() to GtkStyleContext
  a8223ea... app: port GimpContainerBox to GtkStyleContext
  b44ef0c... app: port GimpDashEditor to GtkStyleContext
  86e2155... app: remove calls to gtk_widget_get,set_extension_events()
  ac1d001... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  27697ec... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  49d0116... app: port the about dialog to GtkStyleContext
  2054b54... modules: remove call to gtk_widget_set_extension_events()
  94dfc14... libgimpwidgets: implement GtkWidget::state_flags_changed()
  91cd2af... libgimpwidgets: implement GtkWidget::style_updated() instea
  07a3709... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  99ea15d... app: use gdk_drag_context_get_source_window()
  9884a47... app: use gdk_drag_context_get_selected_action() instead of 
  630412a... app: port GimpSpinScale to GtkStyleContext
  37d502b... app: implement GtkWidget::style_updated() instead of style_
  1b45b2c... port gtkrc files to CSS (incompletely and stuff commented o
  c18efed... Port theme and gtkrc file loading to CSS files using GtkCss
  aa98829... app: copy gimp.css instead of gtkrc to the user's gimp dire
  7e69a35... app: check whether child widgets exist in GtkWidget::style_
  c837ddb... Replace gdk_cursor_unref() with g_object_unref()
  51923e3... app: use gtk_menu_shell_get_selected_item()
  606fcf3... app: port GimpOverlayBox to GtkStyleContext
  48cc8ea... app: port GimpOverlayFrame to GtkStyleContext
  2ad0c6b... app: port GimpScaleButton to GtkStyleContext
  18b20a8... libgimpwidgets: move all GimpPickButton members to a privat
  1568751... libgimpwidgets: move all GimpColorArea members to a private
  415d366... libgimpwidgets: move all GimpOffsetArea members to a privat
  9f6b7a8... libgimpwidgets: move padding members from instance to class
  8510afc... libgimpwidgets: move all GimpButton members to a private st
  9331e1d... libgimpwidgets: move all GimpCellRendererColor members to a
  8fde979... libgimpwidgets: move all GimpColorButton members to a priva
  99112df... libgimpwidgets: move all GimpCellRendererToggle members to 
  ab1807d... libgimpwidgets: move all GimpChainButton members to a priva
  5cfcc27... libgimpwidgets: move all GimpBrowser members to a private s
  b73f134... libgimpwidgets: move all GimpColorDisplay members to a priv
  9975ce7... libgimpwidgets: move all GimpColorDisplayStack members to a
  2ac5761... libgimpwidgets: move all GimpColorHexEntry members to a pri
  3103749... libgimpwidgets: add padding
  b69c93e... libgimpwidgets: move all GimpColorNotebook members to a pri
  773ddf2... libgimpwidgets: move all GimpColorScale members to a privat
  5a6444f... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  776a405... libgimpwidgets: move all GimpColorSelection members to a pr
  9b8a1a5... libgimpwidgets: move all GimpEnumLabel members to a private
  6299eaf... app: don't use style->black and style->white
  4ede142... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  c08163f... app: port GimpStrokeEditor to GtkStyleContext
  0dbe9ce... app: port GimpPaletteView to GtkStyleContext
  6b5f84f... plug-ins: don't use style->black and style->white
  e1d161c... libgimpwidgets: move all GimpColorProfileStore members to a
  65d7320... app: port GimpDockWindow to GtkStyleContext
  b225267... app: port GimpToolEditor to GtkStyleContext
  9737882... app: use gtk_widget_override_font() instead of modify_font(
  be983ea... app: port GimpThumbBox to GtkStyleContext
  c404553... Implement GtkWidget::style_updated() instead of ::style_set
  f8512d2... app: port GimpHistogramView to GtkStyleContext
  5ea260b... app: port GimpTagEntry to GtkStyleContext
  10265bf... app: always ask the master device for its axes or state
  336097f... app: when checking for a device change, check the event's s
  3a5e086... app: remove obsolete device checks from GimpToolbox
  f879ed1... app: port GimpColorFrame away from GtkStyle, using a new st
  7f4336e... app: remove call to gtk_widget_style_attach() from GimpOver
  3c0d9b3... app: port GimpOverlayChild to GtkStyleContext
  61ed9bc... Port cell renderers to gtk_cell_renderer_get_state()
  6d80cb9... app: port GimpCellRendererDashes to GtkStyleContext
  0b43f66... app: add gimp_get_style_color() to simplify GdkRGBA style p
  e8742ba... app: add style property and default CSS for GimpHistogramVi
  55683f0... app: port GimpCurveView to GtkStyleContext
  a4b9522... themes: document the new GimpHistogramView property in the 
  36c4387... app: define all GimpHistogramView colors via style properti
  50180e1... themes: document the new stlye properties and indent the CS
  3e5510e... app: increase the priority of the theme CSS by 1
  29a2c9d... app: port GimpComboTagEntry to GtkStyleContext
  8630ba2... configure.ac: use the new GTK_CHECK_BACKEND() macro
  a0e348e... plug-ins: port map-object to GTK+ 3.x
  188049f... app: use GdkRGBA instead of GdkColor in some places
  ea2a015... app: remove gimp_rgb_get,set_gdk_color()
  d714b0e... app: port the text tool editor's preedit popup to GtkStyleC
  bf15c1c... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  3a33a9f... app: gimp_print_event(): add the device to the event debug 
  763e936... app: gimp_device_info_get_device_coords(): workaround for X
  4aebf1d... app: make input devices, grabs and therefore generally tool
  45218e4... app: use gdk_device_get_position() inetad of gdk_display_ge
  b79ccd9... app: remove some forgotten #undef GSEAL_ENABLE
  75224bd... app: let the file dialog expand/collapse with the file type
  ee06749... app: port GimpGradientEditor to GtkSyleContext
  0d9047c... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  7242b6c... app: port GimpNavigationEditor to GtkStyleContext
  616af4b... app: port GimpTagPopup to GtkStyleContext
  c3b3ba6... app: GimpDock: port font size modification to GtkCssProvide
  10ff387... plug-ins: s/GtkObject/GtkAdjustment/
  bac83b6... app: implement GtkContainer::get_path_for_child() in GimpMe
  67c3c4a... devel-docs: make the shooter tool at least build again (unt
  d25cef1... app: don't use "size-request" for the toolbox' wilber, it's
  1737689... app: themes.c: add #if 0-ed switch to dark theme variant
  b1fb8f5... Incomplete notebook and tab theming commit, to be improved
  079b819... themes: set an explicit background for rulers
  646bd46... app: make the statusbar's progress label visible again
  40ba7f3... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
  056294d... app: port wilber drawing to GtkStyleContext
  79a2f17... modules: port GimpColorWheel to GTK+ 3.x
  74e8ab3... Unkommented settings for preferring a dark GTK+ theme.
  026710b... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
  0820de6... Use GTK+3 gtk_get_locale_direction() function instead of cu
  3aab883... app: port GimpCircle and subclasses to GTK+ 3
  5a740ca... app: remove GTK_OBJECT() case in GimpPopup
  7fb2e96... app: use gimp_color_display_stack_get_filters() instead of 
  d93dbb4... libgimpwidgets: #if 0 more stuff in gimp3migration
  3bc63cf... libgimpwidgets: Draw marker in correct position on ruler.
  5a81272... libgimpwidgets: Separate ruler text layer from background.
  17c85a7... app: port GimpContainerTreeView from style_set() to style_u
  695c91d... Bug 759030 - gtk3-port parsing error loading css from custo
  896350b... Revert "Bug 762279 - "Tip of the day" links opens two links
  53bd4a3... Bug 762279 - "Tip of the day" links opens two links.
  fc73b32... foo


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