summaryrefslogtreecommitdiffstats
path: root/src/svg (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused flag from PathString.Jasper van de Gronde2008-03-212-2/+0
* patch by Jasper for optimizing path databulia byak2008-03-184-41/+167
* Make units pc (pica) and ft (feet) work correctly. Closes: LP #167943.Maximilian Albert2008-02-032-1/+10
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-318-6/+32
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-251-0/+1
* glib/gtestutils.h is not available on gutsy, so switching to include ofBryce Harrington2008-01-052-2/+2
* Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington2008-01-052-6/+8
* BUG 178048 Void method which returns a value in stringstream.h confuses g++ 3.3theAdib2007-12-221-1/+1
* Warning cleanupJon A. Cruz2007-12-121-2/+0
* **/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder2007-09-121-3/+3
* Preserve paint styles with multiple componentsJon A. Cruz2007-09-061-1/+3
* add required includes for gcc 4.3 and fix a const issue -- patch #1675635MenTaLguY2007-03-181-0/+1
* refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY2007-02-282-27/+17
* switch to using SVG::PathString for building pathsMenTaLguY2007-01-241-16/+12
* add SVG::PathString for better path buildingMenTaLguY2007-01-242-0/+153
* long is not always the same size from arch to arch: causing amd64 svg/test-sv...Kees Cook2007-01-131-2/+2
* full correction for rest of test buildsKees Cook2007-01-131-3/+5
* stub out heavy routines during svg testsKees Cook2007-01-133-4/+69
* patch 1219308 for embedding type 1 fonts into ps/eps outputbulia byak2006-11-181-0/+5
* fix breaks, add defaultbulia byak2006-11-011-11/+11
* make svg numeric precision, minimum exponent, and the use of named colors (as...bulia byak2006-10-314-27/+42
* fix off-by-one error: setting tprec to 6 was actually writing 7 digitsbulia byak2006-10-311-1/+1
* gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan2006-08-262-47/+43
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-252-7/+7
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-232-7/+7
* noop: Address signed/unsigned comparison warning.Peter Moulder2006-08-041-1/+1
* fix 1533388bulia byak2006-08-031-0/+1
* * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,mjwybrow2006-07-141-1/+1
* added missing file entryRalf Stephan2006-05-221-0/+1
* PDF export patch by Ulf Eriksonbulia byak2006-05-192-2/+14
* Adding multiple test output formats.Jon A. Cruz2006-04-271-1/+1
* limit the smallest exponent in transforms; anything smaller is written as 0bulia byak2006-04-253-23/+27
* Tuned icc-color() parsingJon A. Cruz2006-04-052-41/+94
* Moving out icc parserJon A. Cruz2006-04-053-32/+131
* fix to return the end pointer when desiredJon A. Cruz2006-04-031-0/+4
* Add a version of the reader that indicates the end of the color specification.Peter Moulder2006-04-032-4/+50
* newPeter Moulder2006-04-031-0/+29
* (sp_svg_write_color): Use CSS/XHTML/SVG Basic named colours (the 16 colours w...Peter Moulder2006-03-132-4/+70
* svg-color-test.h: New unit test file.Peter Moulder2006-03-132-1/+58
* Remove temporary #include of svg-color.hPeter Moulder2006-03-131-1/+0
* Move declaration of sp_svg_read_color,sp_svg_write_color from svg/svg.h to ne...Peter Moulder2006-03-134-6/+15
* (sp_svg_write_color): Change 2nd arg (buflen) from signed to unsigned int.Peter Moulder2006-03-131-1/+1
* (sp_svg_write_color): Change 2nd arg (buflen) from signed to unsigned int.Peter Moulder2006-03-131-9/+7
* CodingStyle: whitespacePeter Moulder2006-03-131-270/+283
* noop: Minor phrasing/CodingStyle changes.Peter Moulder2006-03-131-7/+7
* optimized includesRalf Stephan2006-01-181-5/+0
* adapt includes to glib 2.9 changesRalf Stephan2006-01-181-1/+7
* * src/svg/Makefile_insert: Updated to reflect a previous headermjwybrow2006-01-161-1/+1
* moving trunk for module inkscapeMenTaLguY2006-01-1625-0/+3474