aboutsummaryrefslogtreecommitdiffstats
path: root/libgnomecanvas/gnome-canvas-pixbuf.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-06-301-0/+3
|
* Coding style and whitespace cleanup.Matthew Barnes2011-06-301-1/+2
|
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-06-301-2/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2011-06-301-1/+1
|
* Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-06-301-9/+2
| | | | GCC learned how to find dead assignments.
* More whitespace cleanup.Matthew Barnes2011-06-301-24/+24
|
* Coding style and whitespace cleanup.Matthew Barnes2011-06-301-2/+5
|
* Adapt GnomeCanvas to latest gtk+-3.0 API.Matthew Barnes2011-06-301-10/+5
|
* Coding style and whitespace cleanup.Matthew Barnes2010-11-101-2/+2
|
* Add forgotten cairo_destroy() callsMilan Crha2010-11-101-1/+3
|
* Rename GnomeCanvasItem.destroy() to dispose().Matthew Barnes2010-10-301-10/+9
| | | | | To clarify the semantics: the method may be called multiple times so pointers should be set to NULL after freeing or unreferencing.
* gnome-canvas: Convert canvas item transformation matrix to cairoBenjamin Otte2010-10-301-5/+3
| | | | | 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: Simplify GnomeCanvasPixbufBenjamin Otte2010-10-301-503/+37
| | | | | | Get rid of all the layout properties. They are unused, and if they are needed should be done in a separate object. Also do the drawing with Cairo.
* gnome-canvas: Update GnomeCanvasPixbuf for gobject nicetiesBenjamin Otte2010-10-301-67/+27
| | | | G_DEFINE_TYPE and private data, here we come!
* 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: Change GnomeCanvasItem->point vfuncBenjamin Otte2010-10-301-16/+12
| | | | | | | | 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-92/+0
| | | | It's unused now
* Drop usage of GtkAnchorType.Matthew Barnes2010-10-271-69/+1
| | | | gtk+-3.0 removed it for being "unused".
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-40/+6
|
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-10/+10
|
* Coding style and whitespace cleanup.Matthew Barnes2010-06-201-53/+81
|
* Embed libart_lgpl and libgnomecanvas.Matthew Barnes2010-06-141-0/+1077
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...