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