summaryrefslogtreecommitdiffstats
path: root/src/svg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix remaining regressions in svg/svg-path.cpp. Also, we now do tighter ↵Peter Moulder2008-05-082-56/+159
| | | | | | | error handling - though still no error reporting to the user, beyond the subtle hint that the path is incomplete. There remains a numberical issue with the parsing of floats. (bzr r5626)
* fix a compile failure with g++-4.3Peter Moulder2008-05-081-1/+2
| | | (bzr r5625)
* Add svg-path-test.h to src/svg/Makefile_insertJasper van de Gronde2008-05-061-1/+2
| | | (bzr r5620)
* Fix a regression in the SVG path data parser (it will now parse things like ↵Jasper van de Gronde2008-05-062-17/+491
| | | | | "M 1.3.4" correctly again). (bzr r5618)
* Improved numerical precision for the SVG path data parser (along with a ↵Jasper van de Gronde2008-04-291-116/+79
| | | | | small step towards a more robust parser). (bzr r5547)
* Further fix for sign handling of the SVG path data parser.Jasper van de Gronde2008-04-281-2/+1
| | | (bzr r5538)
* Fix for closepath handling of SVG path data parser and tolerance for ↵Jasper van de Gronde2008-04-282-5/+5
| | | | | approximately closed check in gnome-canvas-bpath-util.cpp. (bzr r5536)
* Fixed SVG path data parser to handle close paths better (it used to create ↵Jasper van de Gronde2008-04-261-94/+37
| | | | | spurious subpaths), and be a little less forgiving in general (it doesn't fill in missing parameters anymore, doesn't read 1e3e4 as 1e4 anymore and now only allows one sign character for exponents). (bzr r5525)
* Make gnome_canvas_bpath_def_closepath merge two nearly equal endpoints to ↵Jasper van de Gronde2008-04-121-3/+33
| | | | | prevent endpoints from wrongly being recognized as distinct. (fixing bug 216152) (bzr r5411)
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-28/+28
| | | (bzr r5379)
* delete remaining .cvsignore filesAdib Taraben2008-04-011-5/+0
| | | (bzr r5299)
* add CMakeLists.txt files for removeoverlap and svgJohan B. C. Engelen2008-03-301-0/+29
| | | (bzr r5243)
* * add RegisteredTransformedPoint widget, that transforms the point before ↵Johan B. C. Engelen2008-03-223-0/+13
| | | | | | | | displaying/writing. This in order to keep them in SVG coordinate system in XML, but in canvas coord system in the spinbox * move Geom::Point XML writing to central place in ostringstream * add verb for LPE context (bzr r5165)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-212-31/+26
| | | (bzr r5149)
* Remove unused flag from PathString.Jasper van de Gronde2008-03-212-2/+0
| | | (bzr r5143)
* patch by Jasper for optimizing path databulia byak2008-03-184-41/+167
| | | (bzr r5110)
* Make units pc (pica) and ft (feet) work correctly. Closes: LP #167943.Maximilian Albert2008-02-032-1/+10
| | | (bzr r4639)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-318-6/+32
| | | (bzr r4629)
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-251-0/+1
| | | (bzr r4588)
* glib/gtestutils.h is not available on gutsy, so switching to include ofBryce Harrington2008-01-052-2/+2
| | | | | | glib.h, which will include that file on hardy, but on gutsy will include gmessage.h. (bzr r4390)
* Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington2008-01-052-6/+8
| | | | | currently. (bzr r4389)
* BUG 178048 Void method which returns a value in stringstream.h confuses g++ 3.3theAdib2007-12-221-1/+1
| | | (bzr r4274)
* Warning cleanupJon A. Cruz2007-12-121-2/+0
| | | (bzr r4216)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-121-3/+3
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* Preserve paint styles with multiple componentsJon A. Cruz2007-09-061-1/+3
| | | (bzr r3697)
* add required includes for gcc 4.3 and fix a const issue -- patch #1675635MenTaLguY2007-03-181-0/+1
| | | | | from mellum (Falk Hueffner) (bzr r2696)
* refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY2007-02-282-27/+17
| | | | | -- dynamic allocation won't hurt you, but buffer overruns will! (bzr r2466)
* switch to using SVG::PathString for building pathsMenTaLguY2007-01-241-16/+12
| | | (bzr r2268)
* add SVG::PathString for better path buildingMenTaLguY2007-01-242-0/+153
| | | (bzr r2267)
* long is not always the same size from arch to arch: causing amd64 ↵Kees Cook2007-01-131-2/+2
| | | | | svg/test-svg failures (bzr r2203)
* full correction for rest of test buildsKees Cook2007-01-131-3/+5
| | | (bzr r2201)
* stub out heavy routines during svg testsKees Cook2007-01-133-4/+69
| | | (bzr r2200)
* patch 1219308 for embedding type 1 fonts into ps/eps outputbulia byak2006-11-181-0/+5
| | | (bzr r1977)
* fix breaks, add defaultbulia byak2006-11-011-11/+11
| | | (bzr r1880)
* make svg numeric precision, minimum exponent, and the use of named colors ↵bulia byak2006-10-314-27/+42
| | | | | (as well as shortened color triads like #ccc) configurable via prefs (bzr r1877)
* fix off-by-one error: setting tprec to 6 was actually writing 7 digitsbulia byak2006-10-311-1/+1
| | | (bzr r1876)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-262-47/+43
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-252-7/+7
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-232-7/+7
| | | | | one major janitorial task we identified.... (bzr r1633)
* noop: Address signed/unsigned comparison warning.Peter Moulder2006-08-041-1/+1
| | | (bzr r1558)
* fix 1533388bulia byak2006-08-031-0/+1
| | | (bzr r1549)
* * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,mjwybrow2006-07-141-1/+1
| | | | | | | | src/xml/Makefile_insert, src/libnr/Makefile_insert: Add "$(srcdir)/" to some things so that "make check" works in the case that the build directory is somewhere other than the source directory. (bzr r1413)
* added missing file entryRalf Stephan2006-05-221-0/+1
| | | (bzr r947)
* PDF export patch by Ulf Eriksonbulia byak2006-05-192-2/+14
| | | (bzr r885)
* Adding multiple test output formats.Jon A. Cruz2006-04-271-1/+1
| | | (bzr r592)
* limit the smallest exponent in transforms; anything smaller is written as 0bulia byak2006-04-253-23/+27
| | | (bzr r583)
* Tuned icc-color() parsingJon A. Cruz2006-04-052-41/+94
| | | (bzr r426)
* Moving out icc parserJon A. Cruz2006-04-053-32/+131
| | | (bzr r424)
* fix to return the end pointer when desiredJon A. Cruz2006-04-031-0/+4
| | | (bzr r416)
* Add a version of the reader that indicates the end of the color specification.Peter Moulder2006-04-032-4/+50
| | | (bzr r407)