Skip to content
  1. May 26, 2011
  2. May 25, 2011
  3. May 24, 2011
  4. May 22, 2011
  5. May 19, 2011
  6. May 17, 2011
  7. Feb 27, 2011
  8. Feb 14, 2011
  9. Feb 11, 2011
  10. Jan 10, 2011
  11. Nov 03, 2010
    • Damon Chaplin's avatar
      2010-11-03 Damon Chaplin <damon@gnome.org> · 79b797c0
      Damon Chaplin authored
      	    * Released GooCanvas 1.90.2
      
      2010-11-03  Damon Chaplin  <damon@gnome.org>
      
      	    * src/goocanvas.c: added goo_canvas_get_preferred_width() and
      	    goo_canvas_get_preferred_height() and removed goo_canvas_size_request().
      
      	    * configure.in: depend on GTK+ 2.91.3 for the above.
      1.90.2
      79b797c0
  12. Oct 27, 2010
    • Damon Chaplin's avatar
      2010-10-27 Damon Chaplin <damon@gnome.org> · c3a06065
      Damon Chaplin authored
      	    * src/goocanvas.c: switched the get_property/set_property code and
      	    added "hscroll-policy" and "vscroll-policy".
      
      2010-10-27  Murray Cumming  <murrayc@murrayc.com>
      
      	    Fix the build with GTK+ 2.91.2, using GtkScrollable.
      
      	    * src/goocanvas.[h|c] (goo_canvas_class_init): Implemeent the GtkScrollable
      	    interface, overriding the hadjustment and vadjustment properties, instead
      	    of implementing the set_scroll_adjustments vfunc, which was removed from
      	    GtkWidget. Likewise remove the set_scroll_adjustments_signal because it
      	    is no longer needed.
      	    (goo_canvas_get_property), (goo_canvas_set_property): Handle the new
      	    properties.
      	    (goo_canvas_set_hadjustment), (goo_canvas_set_vadjustment): Replace
      	    the old goo_canvas_set_adjustments() function with individual functions
      	    because they can be set separately, and to have code that is as similar as
      	    possible to, for instance, GtkTextView.
      c3a06065
  13. Oct 24, 2010
  14. Oct 01, 2010
  15. Sep 06, 2010
  16. Sep 02, 2010
    • Murray Cumming's avatar
      Fix build with latest GTK+, which has no GdkGC. · 1e7c8362
      Murray Cumming authored
      * src/goocanvas.c (goo_canvas_expose_event): When clearing the background,
        use gdk_cairo_set_source_color() and GtkWidget::base instead of
        gdk_draw_rectangle() and GtkWidget::base_gc. Thanks to Benjamin Otte for
        this code.
      1e7c8362
  17. Jul 27, 2010