aboutsummaryrefslogtreecommitdiffstats
path: root/libgnomecanvas/gnome-canvas-util.c
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-2/+6
|
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-2/+9
|
* 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-271-0/+2
|
* Coding style and whitespace cleanup.Matthew Barnes2011-02-191-2/+2
|
* More whitespace cleanup.Matthew Barnes2011-01-311-38/+38
|
* gnome-canvas: Split out matrix_transform_rect codeBenjamin Otte2010-10-301-0/+55
|
* gnome-canvas: Remove now-unused functionsBenjamin Otte2010-10-301-473/+0
|
* gnome-canvas: Remove GnomeCanvasPointsBenjamin Otte2010-10-301-61/+0
| | | | It's unused by now.
* gnome-canvas: Remove GnomeCanvasLineBenjamin Otte2010-10-301-0/+21
| | | | It's unused and has an ugly API. We can redo it later if we need it.
* gnome-canvas: Remove GnomeCanvasBufBenjamin Otte2010-10-301-84/+0
| | | | It's not used anymore.
* gnome-canvas: Remove aa codeBenjamin Otte2010-10-301-12/+1
| | | | The anti-aliased code was never used, so remove it.
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-20/+33
|
* Coding style and whitespace cleanup.Matthew Barnes2010-06-201-45/+45
|
* Embed libart_lgpl and libgnomecanvas.Matthew Barnes2010-06-141-0/+700
Both of these modules are deprecated and going away in GNOME 3 but we still rely heavily on them for GnomeCalendar and ETable. So, welcome to the island of unwanted libraries...