aboutsummaryrefslogtreecommitdiffstats
path: root/libgnomecanvas/gnome-canvas-widget.c
Commit message (Collapse)AuthorAgeFilesLines
* gnome-canvas: Convert canvas item transformation matrix to cairoBenjamin Otte2010-10-301-6/+4
| | | | | Also update the GnomeCanvasItem.update vfunc to take a cairo_matrix_t and no longer pass the clip_path (what was it used for anyway?).
* gnome-canvas: Change GnomeCanvasItem->point vfuncBenjamin Otte2010-10-301-25/+6
| | | | | | | | Previously the function returned the distance to the nearest item. Now it only returns an item that is hit. This slightly changes semantics (button events are no longer dispatched to the nearest item, but only to the item actually clicked on), but makes the code way simpler and actually does what one would expect.
* gnome-canvas: Remove GnomeCanvasItem->render vfuncBenjamin Otte2010-10-301-18/+0
| | | | It's unused now
* Drop usage of GtkAnchorType.Matthew Barnes2010-10-271-111/+0
| | | | gtk+-3.0 removed it for being "unused".
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-25/+21
|
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-15/+36
|
* Remove an obsolete GTK+ header include.Matthew Barnes2010-06-291-1/+0
|
* Coding style and whitespace cleanup.Matthew Barnes2010-06-201-36/+34
|
* Embed libart_lgpl and libgnomecanvas.Matthew Barnes2010-06-141-0/+599
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...