aboutsummaryrefslogtreecommitdiffstats
path: root/libgnomecanvas/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add an --enable-code-coverage configure option to enable gcov supportMilan Crha2014-03-251-2/+3
| | | | | When enabled, this will compile all libraries/binaries with the necessary gcc and ld flags to enable code coverage support using gcov.
* Use template files to generate GEnumClass types.Matthew Barnes2012-07-181-10/+0
|
* Delete unused GnomeCanvasRichText.Matthew Barnes2012-06-191-2/+0
|
* Bug #591436 - Add -avoid-version to LDFLAGSH. Habighorst2012-02-151-1/+1
|
* Bug 657765 - Explicitly link libgnomecanvas against libmFrederic Peters2011-08-311-1/+2
| | | | | | We used to implicitly link to libm through gtk+, but that got dropped. http://mail.gnome.org/archives/desktop-devel-list/2011-August/msg00236.html
* Merge GnomeCanvasShape into GnomeCanvasRect.Matthew Barnes2010-10-301-3/+0
| | | | | GnomeCanvasRect is the only subclass of GnomeCanvasShape, and passing Cairo paths around doesn't seem to work well.
* Adapt branch for building with GTK+ 2.22.Matthew Barnes2010-10-301-1/+0
|
* gnome-canvas: Remove GnomeCanvasPathDefBenjamin Otte2010-10-301-2/+0
| | | | It's not needed anymore as it has practically been replaced by cairo_path_t.
* gnome-canvas: Remove GnomeCanvasClipGroupBenjamin Otte2010-10-301-2/+0
|
* gnome-canvas: gnome-canvas-rect-ellipse.[ch] => gnome-canvas-rect.[ch]Benjamin Otte2010-10-301-2/+2
| | | | Rename to reflect change of scope
* gnome-canvas: Remove GnomeCanvasPointsBenjamin Otte2010-10-301-2/+1
| | | | It's unused by now.
* gnome-canvas: Remove GnomeCanvasLineBenjamin Otte2010-10-301-2/+0
| | | | It's unused and has an ugly API. We can redo it later if we need it.
* gnome-canvas: Remove GnomeCanvasPolygonBenjamin Otte2010-10-301-2/+0
| | | | It's unused and has an ugly API. We can redo it later if we need it.
* gnome-canvas: Remove GnomeCanvasBpath itemBenjamin Otte2010-10-301-2/+0
| | | | It's unused.
* Remove EVO_MARSHAL_RULE.Matthew Barnes2010-10-231-2/+3
| | | | Use glib-gen.mak instead.
* Install header files for libgnomecanvas and libart_lpgl.Matthew Barnes2010-06-161-29/+33
|
* Drop the "2" from libgnomecanvas and libart_lgpl.Matthew Barnes2010-06-151-6/+6
|
* Embed libart_lgpl and libgnomecanvas.Matthew Barnes2010-06-141-0/+83
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...