summaryrefslogtreecommitdiff
path: root/librsvg/rsvg-ft.c
Commit message (Expand)AuthorAgeFilesLines
* reviewed by: Darin Adler <darin@eazel.com>Pavel Cisler2000-11-141-4/+4
* Things allocated with glib functions must be freed with g_free, not freeGeorge Lebl2000-10-221-4/+4
* Add new function to only measure a string without doing all the renderingRamiro Estrugo2000-10-181-9/+89
* Implementation of font cache eviction, so font cache is now bounded in size.Raph Levien2000-09-081-37/+100
* Workaround for bug 2239, minor tweaks for "attached" font files.Raph Levien2000-09-071-1/+3
* Glyph cache evicts glyphs when full. Some mem leaks cleaned up.Raph Levien2000-09-071-3/+91
* Fix all the warnings -Wuninitialized found. Quite a number of them werePavel Cisler2000-09-051-0/+2
* Add a band aid fix for the unknown character problem when trying to indexRamiro Estrugo2000-09-051-0/+9
* Work on task 1588.Ramiro Estrugo2000-09-041-5/+10
* Some nice GUI instrumentation for speed testing in test-ft-gtk.c.Raph Levien2000-08-141-0/+9
* Got glyph cache working. test-ft-gtk now displays impressive speed.Raph Levien2000-08-131-20/+126
* Only bugfixes so I suspect I'm allowed to check these in.George Lebl2000-08-041-0/+1
* Fix a small bug where a font entry was found in the table, but it wasntRamiro Estrugo2000-08-021-3/+8
* Initial checkin of freetype integration with rsvg.Raph Levien2000-07-201-0/+643