summaryrefslogtreecommitdiff
path: root/librsvg
Commit message (Expand)AuthorAgeFilesLines
* fix the build. Checking in for Ramiro.Pavel Cisler2000-10-261-0/+2
* Add LIBPNG to test program link line. It was breaking for me.Ramiro Estrugo2000-10-261-0/+1
* Fix the broken build. Add missing header to sources.Ramiro Estrugo2000-10-251-0/+1
* Make Raph's latest changes work with the old version of libart inRamiro Estrugo2000-10-254-1/+311
* Implemented "opacity" property of the SVG spec in librsvg, increasing theRaph Levien2000-10-242-7/+203
* Things allocated with glib functions must be freed with g_free, not freeGeorge Lebl2000-10-221-4/+4
* Make sure the font used for text is svg icons actually exists. Fix (ratherRamiro Estrugo2000-10-202-3/+7
* Quiet down the debug spewage.Ramiro Estrugo2000-10-201-0/+7
* Do some routine housekeeping that will help make the futureDarin Adler2000-10-191-2/+2
* Add new function to only measure a string without doing all the renderingRamiro Estrugo2000-10-182-9/+99
* Update for the FreeType2 changes.Ramiro Estrugo2000-10-061-4/+4
* Dont install the test programs.Ramiro Estrugo2000-09-271-1/+5
* After some investigation found that fixme (#2553) was complete bollocks,George Lebl2000-09-141-1/+1
* 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-074-4/+17
* Glyph cache evicts glyphs when full. Some mem leaks cleaned up.Raph Levien2000-09-072-4/+99
* Fix all the warnings -Wuninitialized found. Quite a number of them werePavel Cisler2000-09-054-78/+110
* 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-045-7/+18
* Update for changes in librsvg glyph_xy return values.Ramiro Estrugo2000-08-211-5/+9
* use xml memory allocation/deallocation routines for strings which areGeorge Lebl2000-08-201-3/+4
* Use g_strdup instead of strdup (get_CPU_description): Free allocated dataGeorge Lebl2000-08-191-2/+2
* Fixed a libart bug that triggers when rendering into an rgb buffer withoutRaph Levien2000-08-152-5/+4
* Some nice GUI instrumentation for speed testing in test-ft-gtk.c.Raph Levien2000-08-142-21/+178
* Got glyph cache working. test-ft-gtk now displays impressive speed.Raph Levien2000-08-134-60/+217
* Made test-ft-gtk display the entire window worth of text. Boy, doesRaph Levien2000-08-132-3/+11
* Made this local function static to avoid warnings.Maciej Stachowiak2000-08-131-1/+1
* Added a Gtk+ test framework for rsvg-ft.Raph Levien2000-08-135-1/+338
* Only bugfixes so I suspect I'm allowed to check these in.George Lebl2000-08-043-0/+3
* Fix a small bug where a font entry was found in the table, but it wasntRamiro Estrugo2000-08-022-16/+47
* Fix a dumb typo i introduced in my last checkin.Ramiro Estrugo2000-07-271-1/+1
* Make the cut-n-paste libraries be only static archives. Link all theRamiro Estrugo2000-07-261-29/+21
* Ignore generated test-ft file.Ramiro Estrugo2000-07-201-0/+2
* Build this beast only as a static library and dont install any of itsRamiro Estrugo2000-07-201-8/+20
* Initial checkin of freetype integration with rsvg.Raph Levien2000-07-2012-32/+1656
* Added a hacked version of the freetype2 beta, for use by librsvg.Raph Levien2000-07-192-1/+5
* Change to use bonobo_object_unref now that the leaks have been fixed. ThisDarin Adler2000-07-121-1/+1
* Ignore some additional generated files.Darin Adler2000-06-261-0/+1
* Remove the GNOMECANVASPIXBUF depedency. Its not used no more.Ramiro Estrugo2000-06-201-3/+0
* s/g_str_freev/g_strfreev/ as that's the correct glib nameGeorge Lebl2000-06-181-0/+1
* Workaround to compile with older versions of Libart that didn't defineRaph Levien2000-06-071-0/+5
* a bunch of small fixes to make it compile when prefix strange. Far from finis...Mathieu Lacage2000-06-061-1/+7
* Bumped version number in version test.Raph Levien2000-05-306-6/+7
* Fixed stupid off-by-one error.Raph Levien2000-05-301-1/+1
* Added gradient handling to librsvg.Raph Levien2000-05-2920-895/+3341
* Added a fix to keep rsvg from hanging on zero-width stroke lines.Raph Levien2000-05-111-1/+6
* Wrote a script to check for files that forget to include <config.h> andDarin Adler2000-05-026-0/+6
* Check in patch suggested by Roberto Zunino <zunino@cli.di.unipi.it>. CheckRamiro Estrugo2000-04-291-0/+1
* Add .h files to la_SOURCES to make 'make dist' happy.Ramiro Estrugo2000-04-271-0/+5
* Make it build: Add a workaround const cast for poptGetContext that thinksPavel Cisler2000-04-261-1/+1