aboutsummaryrefslogtreecommitdiffstats
path: root/libgnomecanvas/gnome-canvas-shape-private.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge GnomeCanvasShape into GnomeCanvasRect.Matthew Barnes2010-10-301-46/+0
| | | | | GnomeCanvasRect is the only subclass of GnomeCanvasShape, and passing Cairo paths around doesn't seem to work well.
* gnome-canvas: Rewrite GnomeCanvasShape to use CairoBenjamin Otte2010-10-301-60/+7
| | | | | Dashing properties were commented out in the process. They are not used inside Evolution.
* gnome-canvas: Change line-width handling of GnomeCanvasShapeBenjamin Otte2010-10-301-2/+1
| | | | | | | | Remove "width-pixels" property and replace the "width-units" property name with "line-width". Also adapt the code to use "line-width". It didn't really matter which property was used, because the views weren't scaled.
* gnome-canvas: Remove stipple properties from GnomeCanvasShapeBenjamin Otte2010-10-301-3/+0
|
* Coding style and whitespace cleanup.Matthew Barnes2010-06-201-2/+2
|
* Embed libart_lgpl and libgnomecanvas.Matthew Barnes2010-06-141-0/+103
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...