aboutsummaryrefslogtreecommitdiffstats
path: root/libgnomecanvas/gnome-canvas-util.c
Commit message (Collapse)AuthorAgeFilesLines
* 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...