aboutsummaryrefslogtreecommitdiffstats
path: root/libgnomecanvas/gailcanvasitem.c
Commit message (Collapse)AuthorAgeFilesLines
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-251-6/+2
| | | | G_DEFINE_TYPE macros define a static "parent_class" variable.
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-6/+6
|
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-17/+17
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
|
* More whitespace cleanup.Matthew Barnes2011-01-311-32/+32
|
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
|
* Coding style and whitespace cleanup.Matthew Barnes2010-11-081-1/+1
|
* Adapt branch for building with GTK+ 2.22.Matthew Barnes2010-10-301-1/+5
|
* gnome-canvas: Update GailCanvasItem visibility code to cairo APIsBenjamin Otte2010-10-301-139/+32
|
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-6/+7
|
* Coding style and whitespace cleanup.Matthew Barnes2010-06-201-32/+32
|
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-161-3/+5
| | | | | | | | | | | | Work around the issue of GnomeCanvasItem amending its own flags to GtkObject::flags (which is sealed) by giving it its own flags field. This breaks libgnomecanvas ABI and API, but I see no other way. This commit didn't work the first time because gnome-pilot libraries were still pulling in the system-wide libgnomecanvas, and that was interfereing with our bundled version which has a different ABI. But gnome-pilot integration was dropped in the previous commit, so everything is now using the bundled libgnomecanvas.
* Revert "Fix all remaining GTK3 issues."Matthew Barnes2010-06-151-5/+3
| | | | | | | This reverts commit fd8b55edaa88906b588aa07d9eadcacd34a7a774. Something in this commit seriously hosed ETable, making Evolution pretty much unusable. Reverting this until I can track down the problem.
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-151-3/+5
| | | | | | Work around the issue of GnomeCanvasItem amending its own flags to GtkObject::flags (which is sealed) by giving it its own flags field. This breaks libgnomecanvas ABI and API, but I see no other way.
* Embed libart_lgpl and libgnomecanvas.Matthew Barnes2010-06-141-0/+514
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...