summaryrefslogtreecommitdiffstats
path: root/src/svg (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-08Fix remaining regressions in svg/svg-path.cpp. Also, we now do tighter error...Peter Moulder2-56/+159
2008-05-08fix a compile failure with g++-4.3Peter Moulder1-1/+2
2008-05-06Add svg-path-test.h to src/svg/Makefile_insertJasper van de Gronde1-1/+2
2008-05-06Fix a regression in the SVG path data parser (it will now parse things like "...Jasper van de Gronde2-17/+491
2008-04-29Improved numerical precision for the SVG path data parser (along with a small...Jasper van de Gronde1-116/+79
2008-04-28Further fix for sign handling of the SVG path data parser.Jasper van de Gronde1-2/+1
2008-04-28Fix for closepath handling of SVG path data parser and tolerance for approxim...Jasper van de Gronde2-5/+5
2008-04-26Fixed SVG path data parser to handle close paths better (it used to create sp...Jasper van de Gronde1-94/+37
2008-04-12Make gnome_canvas_bpath_def_closepath merge two nearly equal endpoints to pre...Jasper van de Gronde1-3/+33
2008-04-07cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen1-28/+28
2008-04-01delete remaining .cvsignore filesAdib Taraben1-5/+0
2008-03-30add CMakeLists.txt files for removeoverlap and svgJohan B. C. Engelen1-0/+29
2008-03-22* add RegisteredTransformedPoint widget, that transforms the point before dis...Johan B. C. Engelen3-0/+13
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde2-31/+26
2008-03-21Remove unused flag from PathString.Jasper van de Gronde2-2/+0
2008-03-18patch by Jasper for optimizing path databulia byak4-41/+167
2008-02-03Make units pc (pica) and ft (feet) work correctly. Closes: LP #167943.Maximilian Albert2-1/+10
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington8-6/+32
2008-01-25first set of updates to headers for clean gcc 4.3 buildsKees Cook1-0/+1
2008-01-05glib/gtestutils.h is not available on gutsy, so switching to include ofBryce Harrington2-2/+2
2008-01-05Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington2-6/+8
2007-12-22BUG 178048 Void method which returns a value in stringstream.h confuses g++ 3.3theAdib1-1/+1
2007-12-12Warning cleanupJon A. Cruz1-2/+0
2007-09-12**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder1-3/+3
2007-09-06Preserve paint styles with multiple componentsJon A. Cruz1-1/+3
2007-03-18add required includes for gcc 4.3 and fix a const issue -- patch #1675635MenTaLguY1-0/+1
2007-02-28refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY2-27/+17
2007-01-24switch to using SVG::PathString for building pathsMenTaLguY1-16/+12
2007-01-24add SVG::PathString for better path buildingMenTaLguY2-0/+153
2007-01-13long is not always the same size from arch to arch: causing amd64 svg/test-sv...Kees Cook1-2/+2
2007-01-13full correction for rest of test buildsKees Cook1-3/+5
2007-01-13stub out heavy routines during svg testsKees Cook3-4/+69
2006-11-18patch 1219308 for embedding type 1 fonts into ps/eps outputbulia byak1-0/+5
2006-11-01fix breaks, add defaultbulia byak1-11/+11
2006-10-31make svg numeric precision, minimum exponent, and the use of named colors (as...bulia byak4-27/+42
2006-10-31fix off-by-one error: setting tprec to 6 was actually writing 7 digitsbulia byak1-1/+1
2006-08-26gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan2-47/+43
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2-7/+7
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2-7/+7
2006-08-04noop: Address signed/unsigned comparison warning.Peter Moulder1-1/+1
2006-08-03fix 1533388bulia byak1-0/+1
2006-07-14* src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,mjwybrow1-1/+1
2006-05-22added missing file entryRalf Stephan1-0/+1
2006-05-19PDF export patch by Ulf Eriksonbulia byak2-2/+14
2006-04-27Adding multiple test output formats.Jon A. Cruz1-1/+1
2006-04-25limit the smallest exponent in transforms; anything smaller is written as 0bulia byak3-23/+27
2006-04-05Tuned icc-color() parsingJon A. Cruz2-41/+94
2006-04-05Moving out icc parserJon A. Cruz3-32/+131
2006-04-03fix to return the end pointer when desiredJon A. Cruz1-0/+4
2006-04-03Add a version of the reader that indicates the end of the color specification.Peter Moulder2-4/+50