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



The branch 'gtk3-port' was created.

Summary of new commits:

  a95becc... Switch to version 3.0 in a lot of places and depend on GTK+
  c02f0c8... libgimpwidgets: remove deprecated files from the build
  0ca2959... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  39602bd... libgimpwidgets: port virtual functions to GTK+ 3.0
  c7a2ee3... libgimpwidgets: port virtual functions to GTK+ 3.0
  81d8b92... libgimpwidgets: port to GtkWidget::draw()
  7574bd8... libgimpwidgets: port to GtkWidget::draw()
  e83baa2... libgimpwidgets: port to GtkWidget::draw()
  d01940c... libgimpwidgets: s/GtkObject/GtkAdjustment/
  ef2ef0d... libgimpwidgets: port to GtkWidget::draw()
  c277cd3... libgimpwidgets: remove deprecated functions and s/GtkObject
  df92f73... libgimpwidgets: remove deprecated files completely
  d7f05b0... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  3873b97... app: port to GtkWidget::draw()
  781aa4a... app: remove GTK_OBJECT() cast
  3837d91... app: port to GtkWidget::draw()
  1a56b1d... app: port to GtkWidget::draw()
  2c880a0... app: port virtual functions to GTK+ 3.0 API
  945ec01... app: get rid of a GTK_OBJECT() cast
  79c834d... app: port to GtkWidget::draw()
  a7c6586... app: port to GtkWidget::draw()
  74841e9... app: port to GtkWidget::draw()
  99842aa... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  cfb5bba... app: port to GtkWidget::draw()
  d1bf637... app: s/GtkObject/GtkAdjustment/
  675b6bb... app: port to GtkWidget::draw()
  64d7d17... app: port GimpNavigationView to GtkWidget::draw()
  f7a88e9... app: port GimpPaletteView to GtkWidget::draw()
  a4d55bd... app: port to GtkWidget::draw()
  4f5dbf8... app: get rid of GtkObject in GimpUIManager
  7f947a4... app: port to GtkWidget::draw()
  cfc33b2... app: no need to alloc colors any longer, GdkColormap is gon
  8ce8595... app: port call to gtk_paint_arrow() to GTK+ 3.0
  57f6009... app: port device management to GdkDeviceManager
  cdeae7d... app: remove obsolete (GtkObject **) casts
  f83ddad... app: use gtk_widget_get_preferred_size() instead of size_re
  ad89570... app: port GimpScalComboBox to GTK+ 3.0
  694bede... app: use gtk_widget_get_preferred_size() instead of size_re
  57c3401... libgimpwidgets: port GimpFrame to GTK+ 3.0
  b4126e1... app: port tools to GTK+ 3.0 (trivial changes only)
  b087c57... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  924d245... app: pass the cairo_region_t to gdk_window_invalidate_regio
  e489a89... app: use GdkDeviceManager to list devices
  47faf07... app: port to GtkWidget::draw()
  b16a729... app: remove calls to colormap functions, they are gone
  7a78d7f... libgimpwidgets: get rid of (GtkObject **) casts
  fe5e296... app: port the splash to GTK+ 3.0
  a56e8fa... libgimpwidgets: port the ruler to GTK+ 3.0
  82b35b1... libgimpwidgets: port to GtkWidget::draw()
  bc98344... app: port to GtkWidget::draw()
  a1574fe... app: port the overlay stuff to GTK+ 3.0
  abd4467... app: use the container icon view, the grid view is not GTK+
  fb64ae5... app: port to GtkWidget::draw() (incompletely)
  06b289f... app: remove call to gtk_statusbar_set_has_resize_grip()
  432671b... app: port the tag entry to GTK+ 3.0
  369ef94... app: port to GtkWidget::draw() but disable the code inside 
  c34cc60... app: can't set the scale combo entry's properties in init()
  93171df... app: port to GtkWidget::draw()
  cf92b5f... libgimpwidgets: port to GtkWidget::draw()
  d9e6ba2... modules: s/GtkObject/GtkAdjustment/
  56e4d9b... app: didn't completely commit the display shell expose() ->
  aed5ad4... script-fu: port to GTK+ 3.0
  9ba0af4... app: port to GtkWidget::draw()
  8543678... app: passing -1 as width/height to gtk_paint_box() no longe
  bffb1db... app: port popup arrow drawing to cairo and get rid of the a
  678f502... app: remove GimpContainerGridView from the build entirely
  8afdd52... modules: port to GtkWidget::draw()
  4b017f0... libgimpwidgets: port to GtkWidget::draw()
  65a7b34... libgimp: port to GtkWidget::draw()
  70f6911... app: don't translate to allocation.x,y
  5660d58... app: port to GtkWidget::draw()
  52760d1... app: forgot to remove a cairo_destroy() in draw()
  4f6ed50... app: port to GtkWidget::draw()
  7bafe88... app: GtkEntry turned into a no-window widget
  b2869d5... app: use the new GtkScrollable API instead of deprecated tr
  931cdf7... app: cairo_save()/restore() around chaining up in draw()
  fc658c8... app: add ugly workaround to make the icon view adapt to vie
  fdb2b0f... plug-ins: lots of trivial GTK+ 3.0 porting
  c603a97... plug-ins: port jpeg-save to GTK+ 3.0
  3850396... plug-ins: port file-png to GTK+ 3.0
  fd5506b... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  3536cfc... plug-ins: more s/GtkObject/GtkAdjustment/
  2a306b1... plug-ins: port some more plug-ins to GTK+ 3.0
  f32704f... app: port the colormap editor to GTK+ 3.0
  0d08654... app: remove GtkWrapBox
  390c1e4... libgimpwidgets: port to the new size request API
  4f4201c... app: port to the new size request API
  6870be2... plug-ins: port the print preview to the new size request AP
  c3c1608... plug-ins: port sphere-designer to GtkWidget::draw()
  050439a... plug-ins: port cml-explorer to GtkWidget::draw()
  47b24ba... app: s/GtkObject/GtkAdjustment/ in the new spin scale prop 
  3129c48... plug-ins: port lighting to GTK+ 3.0
  2155c9b... plug-ins: port the unit-editor to GtkScrollable
  523d502... app: fix GimpOverlayDialog's minimum height
  f063d20... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  f6ba93b... app: don't connect to "size-requst" because that's deprecat
  28b8421... app: port GimpSpinScale to GTK+ 3.0
  8d4f007... app: skip keyboard devices so the device list becomes reaso
  0596a0e... app: implement proper height-for-width in GimpToolPalette
  5ddce8a... app: use GdkDevice accessors
  075a9d5... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  a120eb6... app: put the toolbox' areas into a box until we decided abo
  4a84922... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  cbb2f11... app: port the device sort function to GdkDeviceManager
  54a14fb... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  ae1c2fe... app: change the list of available devices to something that
  34729b6... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  a6e9721... libgimpwidgets: port GimpChainButton to GtkStyleContext
  828c99e... libgimpwidgets: port GimpColorArea to GtkStyleContext
  422e73c... libgimpwidgets: port GimpColorScale to GtkStyleContext
  6654e42... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  6967843... libgimpwidgets: port GimpRuler to GtkStyleContext
  929c396... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  14699db... app: port GimpBlobEditor to GtkStyleContext
  c1aeb2d... app: port setting the canvas padding color to GtkStyleConte
  5d211d8... app: port GimpPanedBox to GtkStyleContext
  74aa273... app: port GimpContainerIconView to GtkStyleContext
  a67ca3c... app: port GimpContainerTreeView to GtkStyleContext
  3fb897b... app: port GimpColormapEditor to GtkStyleContext
  5dd6b7a... app: port GimpComponentEditor to GtkStyleContext
  b0906c2... app: port GimpFgBgEditor to GtkStyleContext
  c862808... app: port GimpFgBgView to GtkStyleContext
  5c13d57... app: port gimp_get_icon_size() to GtkStyleContext
  00404e9... app: port GimpContainerBox to GtkStyleContext
  25a8f0b... app: port GimpDashEditor to GtkStyleContext
  9e0f94c... app: remove calls to gtk_widget_get,set_extension_events()
  482b20b... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  e476ff7... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  91112db... app: port the about dialog to GtkStyleContext
  4f6ea77... modules: remove call to gtk_widget_set_extension_events()
  e0337f9... libgimpwidgets: implement GtkWidget::state_flags_changed()
  91d4b18... libgimpwidgets: implement GtkWidget::style_updated() instea
  e79b3a2... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  21f7f39... app: use gdk_drag_context_get_source_window()
  89397a7... app: use gdk_drag_context_get_selected_action() instead of 
  8d7863e... app: port GimpSpinScale to GtkStyleContext
  5d9c0af... app: implement GtkWidget::style_updated() instead of style_
  9023dd1... port gtkrc files to CSS (incompletely and stuff commented o
  0b792df... Port theme and gtkrc file loading to CSS files using GtkCss
  91c4a09... plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>
  9506354... app: copy gimp.css instead of gtkrc to the user's gimp dire
  b049717... app: check whether child widgets exist in GtkWidget::style_
  a538829... Replace gdk_cursor_unref() with g_object_unref()
  de8c211... app: use gtk_menu_shell_get_selected_item()
  d032202... app: port GimpOverlayBox to GtkStyleContext
  f4d7d09... app: port GimpOverlayFrame to GtkStyleContext
  d14114a... app: port GimpScaleButton to GtkStyleContext
  be5717d... libgimpwidgets: move all GimpPickButton members to a privat
  9c1c485... libgimpwidgets: move all GimpColorArea members to a private
  5ca9fd9... libgimpwidgets: move all GimpOffsetArea members to a privat
  3ea4d30... libgimpwidgets: move padding members from instance to class
  199db46... libgimpwidgets: move all GimpButton members to a private st
  71b83c7... libgimpwidgets: move all GimpCellRendererColor members to a
  6c3007a... libgimpwidgets: move all GimpColorButton members to a priva
  9f04f0b... libgimpwidgets: move all GimpCellRendererToggle members to 
  508c54a... libgimpwidgets: move all GimpChainButton members to a priva
  13344b5... libgimpwidgets: move all GimpBrowser members to a private s
  36a3c1a... libgimpwidgets: move all GimpColorDisplay members to a priv
  593eacb... libgimpwidgets: move all GimpColorDisplayStack members to a
  83421a1... libgimpwidgets: move all GimpColorHexEntry members to a pri
  55cee0e... libgimpwidgets: add padding
  189e449... libgimpwidgets: move all GimpColorNotebook members to a pri
  cf19a60... libgimpwidgets: move all GimpColorScale members to a privat
  e619605... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  b3f41f0... libgimpwidgets: move all GimpColorSelection members to a pr
  cebbab5... libgimpwidgets: move all GimpEnumLabel members to a private
  8934b89... app: don't use style->black and style->white
  2ad41b1... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  a6fd7cf... app: port GimpStrokeEditor to GtkStyleContext
  f39840c... app: port GimpPaletteView to GtkStyleContext
  95375ac... plug-ins: don't use style->black and style->white
  a1a4884... libgimpwidgets: move all GimpColorProfileStore members to a
  78a53f3... app: port GimpDockWindow to GtkStyleContext
  3c537d0... app: port GimpToolEditor to GtkStyleContext
  bed86b5... app: use gtk_widget_override_font() instead of modify_font(
  4f1fc5f... app: port GimpThumbBox to GtkStyleContext
  cd9b59b... Implement GtkWidget::style_updated() instead of ::style_set
  c4eccae... app: port GimpHistogramView to GtkStyleContext
  a5512eb... app: port GimpTagEntry to GtkStyleContext
  fac0101... app: always ask the master device for its axes or state
  5c0d879... app: when checking for a device change, check the event's s
  3408b42... app: remove obsolete device checks from GimpToolbox
  d977333... app: port GimpColorFrame away from GtkStyle, using a new st
  4bc5fbf... app: remove call to gtk_widget_style_attach() from GimpOver
  3162d4f... app: port GimpOverlayChild to GtkStyleContext
  67213f4... Port cell renderers to gtk_cell_renderer_get_state()
  a898b87... app: port GimpCellRendererDashes to GtkStyleContext
  cec9c6c... app: add gimp_get_style_color() to simplify GdkRGBA style p
  7929a2e... app: add style property and default CSS for GimpHistogramVi
  c0a1caf... app: port GimpCurveView to GtkStyleContext
  6351eaa... themes: document the new GimpHistogramView property in the 
  eec8899... app: define all GimpHistogramView colors via style properti
  847cfec... themes: document the new stlye properties and indent the CS
  fa87229... app: increase the priority of the theme CSS by 1
  97b45d6... app: port GimpComboTagEntry to GtkStyleContext
  a7e73de... configure.ac: use the new GTK_CHECK_BACKEND() macro
  5529400... plug-ins: port map-object to GTK+ 3.x
  d31febc... app: use GdkRGBA instead of GdkColor in some places
  a4cd2b4... app: remove gimp_rgb_get,set_gdk_color()
  bbb5c6a... app: port the text tool editor's preedit popup to GtkStyleC
  d087b42... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  003abc1... app: gimp_print_event(): add the device to the event debug 
  ab4d537... app: gimp_device_info_get_device_coords(): workaround for X
  262c0a5... app: make input devices, grabs and therefore generally tool
  6c6d20a... app: use gdk_device_get_position() inetad of gdk_display_ge
  c5f87ed... app: remove some forgotten #undef GSEAL_ENABLE
  5e2fa5d... app: let the file dialog expand/collapse with the file type
  ddf091b... app: port GimpGradientEditor to GtkSyleContext
  5c66faf... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  0f39217... app: port GimpNavigationEditor to GtkStyleContext
  d527e99... app: port GimpTagPopup to GtkStyleContext
  b0b3701... app: GimpDock: port font size modification to GtkCssProvide
  e6eac96... plug-ins: s/GtkObject/GtkAdjustment/
  efb4b2c... app: implement GtkContainer::get_path_for_child() in GimpMe
  dd7a4a4... devel-docs: make the shooter tool at least build again (unt
  ff42ce6... app: don't use "size-request" for the toolbox' wilber, it's
  e4e01e1... app: themes.c: add #if 0-ed switch to dark theme variant
  c741b5f... Incomplete notebook and tab theming commit, to be improved
  7181376... themes: set an explicit background for rulers
  e514af2... app: make the statusbar's progress label visible again
  951b5de... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
  c07b646... app: port wilber drawing to GtkStyleContext
  6c71416... modules: port GimpColorWheel to GTK+ 3.x
  2cd7794... Unkommented settings for preferring a dark GTK+ theme.
  2eeaa7e... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
  4e49caa... app: port projection chunk rendering to a frame clock tick 
  8da0132... Revert "app: port projection chunk rendering to a frame clo
  eb4cab6... app: move the work of construction the projection into the 
  3c1fd39... foo


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