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



The branch 'gtk3-port' was created.

Summary of new commits:

  a3420cd... Switch to version 3.0 in a lot of places and depend on GTK+
  4c47f18... Revert "app: Fix on canvas widgets ignoring clicks from tab
  6aa0184... libgimpwidgets: remove deprecated files from the build
  482d289... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  845b79c... libgimpwidgets: port virtual functions to GTK+ 3.0
  ef9bd0b... libgimpwidgets: port virtual functions to GTK+ 3.0
  1a9cc7d... libgimpwidgets: port to GtkWidget::draw()
  392e938... libgimpwidgets: port to GtkWidget::draw()
  c6beb56... libgimpwidgets: port to GtkWidget::draw()
  2ae0b58... libgimpwidgets: s/GtkObject/GtkAdjustment/
  eb56ed7... libgimpwidgets: port to GtkWidget::draw()
  9e6c731... libgimpwidgets: remove deprecated functions and s/GtkObject
  1e008a8... libgimpwidgets: remove deprecated files completely
  7cb748c... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  a79a789... app: port to GtkWidget::draw()
  312dd44... app: remove GTK_OBJECT() cast
  c14e407... app: port to GtkWidget::draw()
  85fbd9f... app: port to GtkWidget::draw()
  454b69a... app: port virtual functions to GTK+ 3.0 API
  3994705... app: port to GtkWidget::draw()
  43b6bea... app: port to GtkWidget::draw()
  0091e82... app: port to GtkWidget::draw()
  f292179... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  153f04e... app: port to GtkWidget::draw()
  9919912... app: s/GtkObject/GtkAdjustment/
  573a72e... app: port to GtkWidget::draw()
  448d9b7... app: port GimpNavigationView to GtkWidget::draw()
  84319ee... app: port GimpPaletteView to GtkWidget::draw()
  d80a7f2... app: port to GtkWidget::draw()
  d48002d... app: port to GtkWidget::draw()
  1db26de... app: no need to alloc colors any longer, GdkColormap is gon
  d4f8f32... app: port call to gtk_paint_arrow() to GTK+ 3.0
  c66ab7c... app: port device management to GdkDeviceManager
  94ada33... app: remove obsolete (GtkObject **) casts
  22d34df... app: use gtk_widget_get_preferred_size() instead of size_re
  cb8db88... app: port GimpScalComboBox to GTK+ 3.0
  1d190ab... app: use gtk_widget_get_preferred_size() instead of size_re
  339c0e9... libgimpwidgets: port GimpFrame to GTK+ 3.0
  3c79575... app: port tools to GTK+ 3.0 (trivial changes only)
  e7a48af... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  45d18ae... app: pass the cairo_region_t to gdk_window_invalidate_regio
  9c186de... app: use GdkDeviceManager to list devices
  21c88ca... app: port to GtkWidget::draw()
  e3c5988... app: remove calls to colormap functions, they are gone
  0c4f1d5... libgimpwidgets: get rid of (GtkObject **) casts
  726b1e0... app: port the splash to GTK+ 3.0
  b3c9758... libgimpwidgets: port the ruler to GTK+ 3.0
  324bf4a... libgimpwidgets: port to GtkWidget::draw()
  3e8fe40... app: port to GtkWidget::draw()
  e4b20e9... app: port the overlay stuff to GTK+ 3.0
  832b1e4... app: use the container icon view, the grid view is not GTK+
  0ad1700... app: port to GtkWidget::draw() (incompletely)
  d50bd7c... app: remove call to gtk_statusbar_set_has_resize_grip()
  15d6e11... app: port the tag entry to GTK+ 3.0
  a26c658... app: port to GtkWidget::draw() but disable the code inside 
  56f86f7... app: can't set the scale combo entry's properties in init()
  1fb85f5... app: port to GtkWidget::draw()
  7b4286c... libgimpwidgets: port to GtkWidget::draw()
  96e4a35... modules: s/GtkObject/GtkAdjustment/
  c089e5b... app: didn't completely commit the display shell expose() ->
  5413396... app: port to GtkWidget::draw()
  2debe1c... app: passing -1 as width/height to gtk_paint_box() no longe
  db7ab2d... app: port popup arrow drawing to cairo and get rid of the a
  06b7546... app: remove GimpContainerGridView from the build entirely
  0ca9197... modules: port to GtkWidget::draw()
  dc4b0f6... libgimpwidgets: port to GtkWidget::draw()
  c6e799f... libgimp: port to GtkWidget::draw()
  260e7b1... app: don't translate to allocation.x,y
  b05d346... app: port to GtkWidget::draw()
  1a2a10c... app: forgot to remove a cairo_destroy() in draw()
  7644e65... app: port to GtkWidget::draw()
  0016344... app: GtkEntry turned into a no-window widget
  c54276d... app: use the new GtkScrollable API instead of deprecated tr
  b422d70... app: cairo_save()/restore() around chaining up in draw()
  ed6abde... app: add ugly workaround to make the icon view adapt to vie
  3be1f6b... plug-ins: lots of trivial GTK+ 3.0 porting
  61aff63... plug-ins: port jpeg-save to GTK+ 3.0
  01422b0... plug-ins: port file-png to GTK+ 3.0
  78f68e0... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  f5d8752... plug-ins: more s/GtkObject/GtkAdjustment/
  64961ce... plug-ins: port some more plug-ins to GTK+ 3.0
  1be4bef... app: port the colormap editor to GTK+ 3.0
  83c9f34... app: remove GtkWrapBox
  278565b... libgimpwidgets: port to the new size request API
  03d0368... app: port to the new size request API
  8884617... plug-ins: port the print preview to the new size request AP
  3fa11a8... plug-ins: port sphere-designer to GtkWidget::draw()
  6e925dc... plug-ins: port cml-explorer to GtkWidget::draw()
  ce34e8c... plug-ins: port lighting to GTK+ 3.0
  6c8d3bd... plug-ins: port the unit-editor to GtkScrollable
  66f318c... app: fix GimpOverlayDialog's minimum height
  085992c... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  122ce82... app: don't connect to "size-requst" because that's deprecat
  193c2b2... app: port GimpSpinScale to GTK+ 3.0
  b85848a... app: skip keyboard devices so the device list becomes reaso
  e8fa386... app: implement proper height-for-width in GimpToolPalette
  cbc174f... app: use GdkDevice accessors
  a6651a4... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  7c092d8... app: put the toolbox' areas into a box until we decided abo
  0ea8550... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  1b7e4c0... app: port the device sort function to GdkDeviceManager
  4edc220... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  bbc4036... app: change the list of available devices to something that
  54e9cca... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  2951127... libgimpwidgets: port GimpChainButton to GtkStyleContext
  7508e6c... libgimpwidgets: port GimpColorArea to GtkStyleContext
  57b6357... libgimpwidgets: port GimpColorScale to GtkStyleContext
  494fb03... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  fb6f840... libgimpwidgets: port GimpRuler to GtkStyleContext
  798adc9... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  52327b9... app: port GimpBlobEditor to GtkStyleContext
  8ac307c... app: port setting the canvas padding color to GtkStyleConte
  1b1af89... app: port GimpPanedBox to GtkStyleContext
  4263a11... app: port GimpContainerIconView to GtkStyleContext
  70b9e8e... app: port GimpContainerTreeView to GtkStyleContext
  7b5efc0... app: port GimpColormapEditor to GtkStyleContext
  a6ecac5... app: port GimpComponentEditor to GtkStyleContext
  347815e... app: port GimpFgBgEditor to GtkStyleContext
  17a20bc... app: port GimpFgBgView to GtkStyleContext
  354d5ed... app: port gimp_get_icon_size() to GtkStyleContext
  afc2e93... app: port GimpContainerBox to GtkStyleContext
  04dbcc0... app: port GimpDashEditor to GtkStyleContext
  8459e4c... app: remove calls to gtk_widget_get,set_extension_events()
  9aae996... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  6cda059... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  2cab4dc... app: port the about dialog to GtkStyleContext
  e4a14f0... modules: remove call to gtk_widget_set_extension_events()
  0f17c36... libgimpwidgets: implement GtkWidget::state_flags_changed()
  398af62... libgimpwidgets: implement GtkWidget::style_updated() instea
  2c25d43... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  42a4fe8... app: use gdk_drag_context_get_source_window()
  adc6667... app: use gdk_drag_context_get_selected_action() instead of 
  59e9f95... app: port GimpSpinScale to GtkStyleContext
  1d2a871... app: implement GtkWidget::style_updated() instead of style_
  19803ad... port gtkrc files to CSS (incompletely and stuff commented o
  d60a971... Port theme and gtkrc file loading to CSS files using GtkCss
  c8bc1f1... app: copy gimp.css instead of gtkrc to the user's gimp dire
  6ca3db2... app: check whether child widgets exist in GtkWidget::style_
  9781be6... Replace gdk_cursor_unref() with g_object_unref()
  3c97a8e... app: use gtk_menu_shell_get_selected_item()
  fab2152... app: port GimpOverlayBox to GtkStyleContext
  d14486f... app: port GimpOverlayFrame to GtkStyleContext
  5d24364... app: port GimpScaleButton to GtkStyleContext
  a9b92e8... libgimpwidgets: move all GimpPickButton members to a privat
  a5e086a... libgimpwidgets: move all GimpColorArea members to a private
  8da5ff7... libgimpwidgets: move all GimpOffsetArea members to a privat
  b6d5919... libgimpwidgets: move padding members from instance to class
  7d18c7d... libgimpwidgets: move all GimpButton members to a private st
  c700111... libgimpwidgets: move all GimpCellRendererColor members to a
  2b5492c... libgimpwidgets: move all GimpColorButton members to a priva
  f23f34f... libgimpwidgets: move all GimpCellRendererToggle members to 
  49efa7c... libgimpwidgets: move all GimpChainButton members to a priva
  e1b312f... libgimpwidgets: move all GimpBrowser members to a private s
  2bdd8e8... libgimpwidgets: move all GimpColorDisplay members to a priv
  1164a49... libgimpwidgets: move all GimpColorDisplayStack members to a
  039c455... libgimpwidgets: move all GimpColorHexEntry members to a pri
  c4c1946... libgimpwidgets: add padding
  b8db563... libgimpwidgets: move all GimpColorNotebook members to a pri
  a977057... libgimpwidgets: move all GimpColorScale members to a privat
  f4503ae... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  76aa2de... libgimpwidgets: move all GimpColorSelection members to a pr
  8ed9f6c... libgimpwidgets: move all GimpEnumLabel members to a private
  83bdaea... app: don't use style->black and style->white
  584717d... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  b443951... app: port GimpStrokeEditor to GtkStyleContext
  9b90cce... app: port GimpPaletteView to GtkStyleContext
  4a0ca3e... plug-ins: don't use style->black and style->white
  30c9466... libgimpwidgets: move all GimpColorProfileStore members to a
  7581635... app: port GimpDockWindow to GtkStyleContext
  bf4b827... app: port GimpToolEditor to GtkStyleContext
  9b914dc... app: use gtk_widget_override_font() instead of modify_font(
  1a1c997... app: port GimpThumbBox to GtkStyleContext
  5a2a5b7... Implement GtkWidget::style_updated() instead of ::style_set
  3d3fd2b... app: port GimpHistogramView to GtkStyleContext
  dcfd52d... app: port GimpTagEntry to GtkStyleContext
  8de5d46... app: always ask the master device for its axes or state
  63f9c6e... app: when checking for a device change, check the event's s
  e1d46cc... app: remove obsolete device checks from GimpToolbox
  745ab7b... app: port GimpColorFrame away from GtkStyle, using a new st
  05982cd... app: remove call to gtk_widget_style_attach() from GimpOver
  6e4960c... app: port GimpOverlayChild to GtkStyleContext
  b8b9cf2... Port cell renderers to gtk_cell_renderer_get_state()
  6de00d4... app: port GimpCellRendererDashes to GtkStyleContext
  aa587c4... app: add gimp_get_style_color() to simplify GdkRGBA style p
  7e5dcea... app: add style property and default CSS for GimpHistogramVi
  a530b94... app: port GimpCurveView to GtkStyleContext
  e921661... themes: document the new GimpHistogramView property in the 
  bc4591d... app: define all GimpHistogramView colors via style properti
  dbbf044... themes: document the new stlye properties and indent the CS
  1810eed... app: increase the priority of the theme CSS by 1
  03040e8... app: port GimpComboTagEntry to GtkStyleContext
  7bcf977... configure.ac: use the new GTK_CHECK_BACKEND() macro
  05d5133... plug-ins: port map-object to GTK+ 3.x
  8f99fbc... app: use GdkRGBA instead of GdkColor in some places
  7368a9c... app: remove gimp_rgb_get,set_gdk_color()
  8ec39e2... app: port the text tool editor's preedit popup to GtkStyleC
  9d5c87b... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  1080264... app: gimp_print_event(): add the device to the event debug 
  0f98488... app: gimp_device_info_get_device_coords(): workaround for X
  38477d3... app: make input devices, grabs and therefore generally tool
  0a5fa6b... app: use gdk_device_get_position() inetad of gdk_display_ge
  76ae6cc... app: remove some forgotten #undef GSEAL_ENABLE
  95f1834... app: let the file dialog expand/collapse with the file type
  bad0ae3... app: port GimpGradientEditor to GtkSyleContext
  7037748... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  7835c50... app: port GimpNavigationEditor to GtkStyleContext
  bcc81df... app: port GimpTagPopup to GtkStyleContext
  d66d8e6... app: GimpDock: port font size modification to GtkCssProvide
  e145ea8... plug-ins: s/GtkObject/GtkAdjustment/
  8f3122b... app: implement GtkContainer::get_path_for_child() in GimpMe
  753cf43... devel-docs: make the shooter tool at least build again (unt
  e8381c0... app: don't use "size-request" for the toolbox' wilber, it's
  d84d2f7... app: themes.c: add #if 0-ed switch to dark theme variant
  78cb928... Incomplete notebook and tab theming commit, to be improved
  179cbb2... themes: set an explicit background for rulers
  35d197f... app: make the statusbar's progress label visible again
  03c19f6... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
  2cc74b0... app: port wilber drawing to GtkStyleContext
  80dea0e... modules: port GimpColorWheel to GTK+ 3.x
  55b6a20... Unkommented settings for preferring a dark GTK+ theme.
  6e3d6b2... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
  1ea1213... Use GTK+3 gtk_get_locale_direction() function instead of cu
  54bf10d... app: port GimpCircle and subclasses to GTK+ 3
  56a81d9... app: remove GTK_OBJECT() case in GimpPopup
  28e6e68... app: use gimp_color_display_stack_get_filters() instead of 
  43701db... libgimpwidgets: #if 0 more stuff in gimp3migration
  52c48b5... libgimpwidgets: Draw marker in correct position on ruler.
  943ba5b... libgimpwidgets: Separate ruler text layer from background.
  6e5e98a... app: port GimpContainerTreeView from style_set() to style_u
  1764b9c... Bug 759030 - gtk3-port parsing error loading css from custo
  5952482... foo


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