aboutsummaryrefslogtreecommitdiffstats
path: root/libgnomecanvas
Commit message (Expand)AuthorAgeFilesLines
* GnomeCanvasRect: Incorrectly named fill_color_rgba propertyMilan Crha2013-08-091-1/+1
* Bug 704459: GnomeCanvasItem: Implement all methodsMatthew Barnes2013-07-181-0/+46
* Add a GdkDevice parameter to gnome_canvas_item_grab().Matthew Barnes2012-11-302-15/+35
* Avoid using GdkEventButton directly in certain places.Matthew Barnes2012-11-301-41/+39
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-7/+7
* Coding style and whitespace cleanup.Matthew Barnes2012-09-013-434/+593
* Remove all GDK threads usage.Matthew Barnes2012-08-061-4/+0
* Use template files to generate GEnumClass types.Matthew Barnes2012-07-183-18/+2
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-254-65/+47
* Delete unused GnomeCanvasRichText.Matthew Barnes2012-06-196-2184/+1
* Bug #671585 - Add support for smooth scrolling devicesMilan Crha2012-05-151-0/+1
* Whitespace cleanup.Matthew Barnes2012-04-025-26/+26
* Coding style and whitespace cleanup.Matthew Barnes2012-02-209-261/+84
* Bug #591436 - Add -avoid-version to LDFLAGSH. Habighorst2012-02-151-1/+1
* Miscellaneous cleanups.Matthew Barnes2011-11-232-2/+0
* Remove Ctrl + l ( ) character from source filesPaul Menzel2011-09-303-20/+0
* Coding style and whitespace cleanup.Matthew Barnes2011-09-0422-279/+402
* Bug 657765 - Explicitly link libgnomecanvas against libmFrederic Peters2011-08-311-1/+2
* Invalidate region by one more pixel in width and heightMilan Crha2011-08-191-2/+2
* Bug 652629 - GnomeCanvas: Disregard synthesized crossing eventsMatthew Barnes2011-07-111-0/+7
* Coding style and whitespace cleanups.Matthew Barnes2011-06-092-6/+13
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-2716-0/+57
* Coding style and whitespace cleanup.Matthew Barnes2011-05-224-23/+49
* Coding style cleanups.Matthew Barnes2011-05-092-2/+2
* Whitespace and coding style cleanups.Matthew Barnes2011-05-083-5/+9
* Coding style and whitespace cleanup.Matthew Barnes2011-03-062-2/+4
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-252-7/+2
* Coding style and whitespace cleanup.Matthew Barnes2011-02-193-5/+5
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-132-4/+4
* Bug #641502 - Flickering while resizing the mail listMilan Crha2011-02-103-45/+47
* Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-094-19/+3
* Fix cairo-gobject.h include pathMilan Crha2011-02-041-1/+1
* More whitespace cleanup.Matthew Barnes2011-01-3110-300/+300
* Coding style and whitespace cleanup.Matthew Barnes2011-01-304-9/+21
* Adapt GnomeCanvas to latest gtk+-3.0 API.Matthew Barnes2011-01-268-236/+213
* Drop backward-compatibility cruft.Matthew Barnes2011-01-254-12/+0
* Remove some unused gnome-canvas options.Matthew Barnes2011-01-165-216/+34
* Fudge GtkScrollable for gtk2.Matthew Barnes2011-01-152-38/+39
* Bug #633774 - Headers are gone in grouped viewVibha Yadav2010-11-151-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-11-085-10/+9
* Add forgotten cairo_destroy() callsMilan Crha2010-11-021-1/+3
* Revert my previous revert for GnomeCanvasShape.Matthew Barnes2010-10-301-4/+1
* Fix gnome_canvas_rect_draw().Matthew Barnes2010-10-301-2/+2
* Merge GnomeCanvasShape into GnomeCanvasRect.Matthew Barnes2010-10-306-898/+669
* Fix typo in gnome_canvas_shape_update().Matthew Barnes2010-10-301-1/+1
* Revert "gnome-canvas: Fix bounding box calculation in GnomeCanvasShape"Matthew Barnes2010-10-301-1/+4
* GnomeCanvasShape: Make color string parsing more robustMatthew Barnes2010-10-301-4/+17
* Fix matrix in gnome_canvas_shape_draw().Matthew Barnes2010-10-301-2/+0
* Fix typos in gnome_canvas_shape_bounds().Matthew Barnes2010-10-301-2/+2
* Rename GnomeCanvasItem.destroy() to dispose().Matthew Barnes2010-10-306-52/+52
* Fix gnome_canvas_item_w2i_matrix().Matthew Barnes2010-10-301-6/+5
* Actually set the path in gnome_canvas_shape_set_path().Matthew Barnes2010-10-301-0/+2
* Adapt branch for building with GTK+ 2.22.Matthew Barnes2010-10-302-2/+5
* gnome-canvas: Remove functions that allocate colorsBenjamin Otte2010-10-302-79/+0
* gnome-canvas: Use gdk_parse_color() in GnomeCanvasShapeBenjamin Otte2010-10-301-2/+4
* gnome-canvas: Port drawing to use cairoBenjamin Otte2010-10-302-29/+14
* gnome-canvas: Remove gnome_canvas_set_stipple_origin()Benjamin Otte2010-10-302-24/+0
* gnome-canvas: Port GnomeCanvasText to use cairoBenjamin Otte2010-10-302-118/+29
* gnome-canvas: Simplify updating codeBenjamin Otte2010-10-302-326/+34
* gnome-canvas: Fix bounding box calculation in GnomeCanvasShapeBenjamin Otte2010-10-301-4/+1
* gnome-canvas: Remove render_dirty variableBenjamin Otte2010-10-302-33/+0
* gnome-canvas: Remove pangoft2 requirementBenjamin Otte2010-10-301-6/+0
* gnome-canvas: Remove gnome_canvas_w2c_affine()Benjamin Otte2010-10-302-28/+0
* gnome-canvas: Convert point tranformation functions to use cairoBenjamin Otte2010-10-301-25/+21
* gnome-canvas: Remove gnome_canvas_update_now()Benjamin Otte2010-10-302-29/+0
* gnome-canvas: Convert canvas item transformation matrix to cairoBenjamin Otte2010-10-308-378/+99
* gnome-canvas: Simplify GnomeCanvasPixbufBenjamin Otte2010-10-301-503/+37
* gnome-canvas: Update GnomeCanvasPixbuf for gobject nicetiesBenjamin Otte2010-10-302-68/+29
* gnome-canvas: Fix refcounting for GnomeCanvasPixbufBenjamin Otte2010-10-301-21/+3
* gnome-canvas: Remove unused flags from GnomeCanvasPixbufBenjamin Otte2010-10-301-19/+0
* gnome-canvas: Update GailCanvasItem visibility code to cairo APIsBenjamin Otte2010-10-301-139/+32
* gnome-canvas: Split out matrix_transform_rect codeBenjamin Otte2010-10-303-44/+58
* gnome-canvas: Remove now-unused functionsBenjamin Otte2010-10-302-546/+0
* gnome-canvas: Remove GnomeCanvasPathDefBenjamin Otte2010-10-304-1392/+0
* gnome-canvas: Rewrite GnomeCanvasShape to use CairoBenjamin Otte2010-10-307-986/+293
* gnome-canvas: Change line-width handling of GnomeCanvasShapeBenjamin Otte2010-10-302-55/+18
* gnome-canvas: Make GnomeCanvasShape use modern gobject-fuBenjamin Otte2010-10-301-51/+20
* gnome-canvas: Get rid of libart usage in the text itemsBenjamin Otte2010-10-302-20/+12
* gnome-canvas: Remove GnomeCanvasClipGroupBenjamin Otte2010-10-304-336/+0
* gnome-canvas: gnome-canvas-rect-ellipse.[ch] => gnome-canvas-rect.[ch]Benjamin Otte2010-10-304-4/+4
* gnome-canvas: Get rid of GnomeCanvasRE objectBenjamin Otte2010-10-302-160/+71
* gnome-canvas: Remove GnomeCanvasItemEllipseBenjamin Otte2010-10-302-142/+0
* gnome-canvas: Remove GnomeCanvasPointsBenjamin Otte2010-10-305-135/+1
* gnome-canvas: Remove GnomeCanvasLineBenjamin Otte2010-10-306-1337/+24
* gnome-canvas: Remove GnomeCanvasPolygonBenjamin Otte2010-10-304-323/+0
* gnome-canvas: Change GnomeCanvasItem->point vfuncBenjamin Otte2010-10-308-190/+74
* gnome-canvas: Remove CanvasItem->coverage vfunc declarationBenjamin Otte2010-10-301-3/+0
* gnome-canvas: Remove close_enough memberBenjamin Otte2010-10-302-13/+3
* gnome-canvas: Remove GnomeCanvasBpath itemBenjamin Otte2010-10-304-222/+0
* gnome-canvas: Port GnomeCanvasLine to use Cairo for drawingBenjamin Otte2010-10-304-138/+100
* gnome-canvas: Remove stipple properties from GnomeCanvasShapeBenjamin Otte2010-10-304-91/+0
* gnome-canvas: Remove stipple properties from GnomeCanvasTextBenjamin Otte2010-10-302-45/+0
* gnome-canvas: Remove stipple properties from GnomeCanvasLineBenjamin Otte2010-10-302-47/+0
* gnome-canvas: Remove GnomeCanvasBufBenjamin Otte2010-10-303-113/+0
* gnome-canvas: Remove GnomeCanvasItem->render vfuncBenjamin Otte2010-10-309-519/+0
* gnome-canvas: Remove aa codeBenjamin Otte2010-10-306-368/+65
* Drop usage of GtkAnchorType.Matthew Barnes2010-10-276-374/+7
* Bug #631870 - Memory leak in e_week_view after GtkObject removalMilan Crha2010-10-251-1/+1
* Remove EVO_MARSHAL_RULE.Matthew Barnes2010-10-231-2/+3
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-0713-192/+101
* Use new GDK keysym names if available.Matthew Barnes2010-09-183-23/+28
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-2/+2
* Various memory leaksMilan Crha2010-09-081-2/+0
* Coding style and whitespace cleanup.Matthew Barnes2010-08-2917-450/+450
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-6/+6
* Bug 624525 - Variable name collision in gtk-compat macroMilan Crha2010-07-222-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2010-07-123-41/+76
* Remove an obsolete GTK+ header include.Matthew Barnes2010-06-291-1/+0
* Coding style and whitespace cleanup.Matthew Barnes2010-06-2041-1080/+1059
* Don't bother translating GnomeCanvas GObject properties.Matthew Barnes2010-06-203-106/+106
* Remove unused libart_lgpl API.Matthew Barnes2010-06-162-3/+0
* Install header files for libgnomecanvas and libart_lpgl.Matthew Barnes2010-06-161-29/+33
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-168-174/+390
* Revert "Fix all remaining GTK3 issues."Matthew Barnes2010-06-158-390/+174
* Drop the "2" from libgnomecanvas and libart_lgpl.Matthew Barnes2010-06-151-6/+6
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-158-174/+390
* Embed libart_lgpl and libgnomecanvas.Matthew Barnes2010-06-1450-0/+20498