2009-04-07 |
pjrm | noop: svg/svg-path-geom-test.h: Change to consistent... |
tree | commitdiff |
2009-02-20 |
tweenk | Only build static libraries for subdirs than actually... |
tree | commitdiff |
2009-01-12 |
verbalshadow | Cmake: Fixed the extra -l in the link command, plus... |
tree | commitdiff |
2009-01-09 |
verbalshadow | Cmake: restructure build files to be more like current... |
tree | commitdiff |
2009-01-05 |
verbalshadow | Cmake build fixes, minor |
tree | commitdiff |
2008-12-29 |
tweenk | Build a single test executable on Linux to match Window... |
tree | commitdiff |
2008-12-09 |
tweenk | Simplify "make check" makefile rules and remove most... |
tree | commitdiff |
2008-12-08 |
tweenk | "make check" now compiles and runs on Linux. |
tree | commitdiff |
2008-12-08 |
jaspervdg | Removed sp_main_* stubs from individual headers to... |
tree | commitdiff |
2008-12-08 |
joncruz | Warning and 'using' cleanup. |
tree | commitdiff |
2008-12-08 |
tweenk | Partial fix for "make check" compilation failure. |
tree | commitdiff |
2008-12-07 |
tweenk | Change the way preferences are loaded to simplify unit... |
tree | commitdiff |
2008-11-21 |
Ted Gould | Merge from fe-moved |
tree | commitdiff |
2008-10-31 |
Ted Gould | Merge from trunk |
tree | commitdiff |
2008-10-28 |
Ted Gould | Merge from trunk |
tree | commitdiff |
2008-10-27 |
Ted Gould | From trunk |
tree | commitdiff |
2008-10-11 |
Ted Gould | Merging from trunk |
tree | commitdiff |
2008-09-10 |
johanengelen | LIBNR REMOVAL. remove nartbpath code!!! |
tree | commitdiff |
2008-09-02 |
johanengelen | add method to write single paths to svg |
tree | commitdiff |
2008-08-09 |
jaspervdg | A few more tests for svg-color |
tree | commitdiff |
2008-08-08 |
johanengelen | remove many unnecessary to_2geom and from_2geom calls |
tree | commitdiff |
2008-08-08 |
jaspervdg | Fixed svg-path (and display/curve) tests to properly... |
tree | commitdiff |
2008-08-06 |
jaspervdg | 2Geom version of the path tests + some additional small... |
tree | commitdiff |
2008-08-02 |
jaspervdg | Enable exception handling for CxxTest in Makefiles |
tree | commitdiff |
2008-08-02 |
joncruz | Todo is done. |
tree | commitdiff |
2008-08-01 |
joncruz | Added to tests for SVG units, and fixed warning of... |
tree | commitdiff |
2008-07-25 |
johanengelen | update to 2geom rev. 1507 |
tree | commitdiff |
2008-07-20 |
mental | omit stitch segments from serialized paths |
tree | commitdiff |
2008-07-19 |
jaspervdg | Added set_int_pref stub to svg/test-stubs.cpp, unit... |
tree | commitdiff |
2008-07-19 |
jaspervdg | Consistently use (create/destroy)Suite in unit tests. |
tree | commitdiff |
2008-07-18 |
jaspervdg | Fix for PathString to prevent it from getting into... |
tree | commitdiff |
2008-07-17 |
jaspervdg | The new CxxTest unit tests now also work on Linux!... |
tree | commitdiff |
2008-07-16 |
johanengelen | update to latest 2geom (rev1497) |
tree | commitdiff |
2008-07-16 |
joncruz | warning cleanup |
tree | commitdiff |
2008-07-12 |
johanengelen | enable writing "H/h" and "V/v" to SVG ! |
tree | commitdiff |
2008-07-12 |
johanengelen | Don't crash on path parse error. Truncate the path... |
tree | commitdiff |
2008-07-11 |
johanengelen | use new 2geom function. This ensures we cannot end... |
tree | commitdiff |
2008-07-07 |
johanengelen | replace separate forward declarations by proper forward... |
tree | commitdiff |
2008-07-07 |
johanengelen | clean up matrix transform svg-write function |
tree | commitdiff |
2008-07-05 |
pjrm | Change link line for a couple of the test programs... |
tree | commitdiff |
2008-07-05 |
jaspervdg | Tests for nr-compose, as well as updated tests for... |
tree | commitdiff |
2008-07-05 |
pjrm | svg/svg-length.h: Supply missing #includes/declarations... |
tree | commitdiff |
2008-07-05 |
joncruz | EOL fixups |
tree | commitdiff |
2008-07-04 |
joncruz | Mark a missing case statement |
tree | commitdiff |
2008-07-03 |
jaspervdg | Tests for svg-affine and svg-length (the latter is... |
tree | commitdiff |
2008-06-30 |
jaspervdg | Approximately closed test for path parsing now looks... |
tree | commitdiff |
2008-06-29 |
johanengelen | add commented HLineSegment and VLineSegment to svg... |
tree | commitdiff |
2008-06-25 |
johanengelen | help detection of path read bug |
tree | commitdiff |
2008-06-24 |
verbalshadow | Cmake: remove header files from source lists |
tree | commitdiff |
2008-06-20 |
jaspervdg | Partial fix (for preventing numerical issues) and restr... |
tree | commitdiff |
2008-06-12 |
johanengelen | add svg_write and read methods for Geom::Matrix |
tree | commitdiff |
2008-06-06 |
johanengelen | merge gsoc2008_johan_path2geom into trunk |
tree | commitdiff |
2008-06-05 |
pjrm | slight numerical improvement |
tree | commitdiff |
2008-05-27 |
jaspervdg | Fix for PathString to eliminate use of sscanf (which... |
tree | commitdiff |
2008-05-20 |
jaspervdg | Set of (cxx)tests for svg-path.cpp and PathString.... |
tree | commitdiff |
2008-05-20 |
jaspervdg | PathString now makes sure that relative coordinates... |
tree | commitdiff |
2008-05-19 |
verbalshadow | Cmake: Moved sp-* into own library to reduce link cmdli... |
tree | commitdiff |
2008-05-08 |
pjrm | Fix remaining regressions in svg/svg-path.cpp. Also... |
tree | commitdiff |
2008-05-08 |
pjrm | fix a compile failure with g++-4.3 |
tree | commitdiff |
2008-05-06 |
jaspervdg | Add svg-path-test.h to src/svg/Makefile_insert |
tree | commitdiff |
2008-05-06 |
jaspervdg | Fix a regression in the SVG path data parser (it will... |
tree | commitdiff |
2008-04-29 |
jaspervdg | Improved numerical precision for the SVG path data... |
tree | commitdiff |
2008-04-28 |
jaspervdg | Further fix for sign handling of the SVG path data... |
tree | commitdiff |
2008-04-28 |
jaspervdg | Fix for closepath handling of SVG path data parser... |
tree | commitdiff |
2008-04-26 |
jaspervdg | Fixed SVG path data parser to handle close paths better... |
tree | commitdiff |
2008-04-12 |
jaspervdg | Make gnome_canvas_bpath_def_closepath merge two nearly... |
tree | commitdiff |
2008-04-07 |
johanengelen | cmake: EOL of cmakelists.txt in subdirs |
tree | commitdiff |
2008-04-01 |
theadib | delete remaining .cvsignore files |
tree | commitdiff |
2008-03-30 |
johanengelen | add CMakeLists.txt files for removeoverlap and svg |
tree | commitdiff |
2008-03-22 |
johanengelen | * add RegisteredTransformedPoint widget, that transform... |
tree | commitdiff |
2008-03-21 |
jaspervdg | No more NRMatrix or NRPoint. |
tree | commitdiff |
2008-03-21 |
jaspervdg | Remove unused flag from PathString. |
tree | commitdiff |
2008-03-18 |
buliabyak | patch by Jasper for optimizing path data |
tree | commitdiff |
2008-02-03 |
cilix42 | Make units pc (pica) and ft (feet) work correctly.... |
tree | commitdiff |
2008-01-31 |
bryce | Applying fixes for gcc 4.3 build issues (closes LP... |
tree | commitdiff |
2008-01-25 |
keescook | first set of updates to headers for clean gcc 4.3 builds |
tree | commitdiff |
2008-01-05 |
bryce | glib/gtestutils.h is not available on gutsy, so switchi... |
tree | commitdiff |
2008-01-05 |
bryce | Fix missing include for g_assert() calls - causes FTBFS... |
tree | commitdiff |
2007-12-22 |
theAdib | BUG 178048 Void method which returns a value in strings... |
tree | commitdiff |
2007-12-12 |
joncruz | Warning cleanup |
tree | commitdiff |
2007-09-12 |
pjrm | **/makefile.in: svn propset svn:eol-style native. ... |
tree | commitdiff |
2007-09-06 |
joncruz | Preserve paint styles with multiple components |
tree | commitdiff |
2007-03-18 |
mental | add required includes for gcc 4.3 and fix a const issue... |
tree | commitdiff |
2007-02-28 |
mental | refactor sp_svg_transform_write to return a dynamically... |
tree | commitdiff |
2007-01-24 |
mental | switch to using SVG::PathString for building paths |
tree | commitdiff |
2007-01-24 |
mental | add SVG::PathString for better path building |
tree | commitdiff |
2007-01-13 |
keescook | long is not always the same size from arch to arch... |
tree | commitdiff |
2007-01-13 |
keescook | full correction for rest of test builds |
tree | commitdiff |
2007-01-13 |
keescook | stub out heavy routines during svg tests |
tree | commitdiff |
2006-11-18 |
buliabyak | patch 1219308 for embedding type 1 fonts into ps/eps... |
tree | commitdiff |
2006-11-01 |
buliabyak | fix breaks, add default |
tree | commitdiff |
2006-10-31 |
buliabyak | make svg numeric precision, minimum exponent, and the... |
tree | commitdiff |
2006-10-31 |
buliabyak | fix off-by-one error: setting tprec to 6 was actually... |
tree | commitdiff |
2006-08-26 |
mgsloan | gboolean -> bool conversion commit 1. Modifies code... |
tree | commitdiff |
2006-08-25 |
kidproto | peeled back the gboolean code as it hit on some complex... |
tree | commitdiff |
2006-08-23 |
kidproto | Ok, committed msgloan's patch to convert gbooleans... |
tree | commitdiff |
2006-08-04 |
pjrm | noop: Address signed/unsigned comparison warning. |
tree | commitdiff |
2006-08-03 |
buliabyak | fix 1533388 |
tree | commitdiff |
2006-07-14 |
mjwybrow | * src/Makefile_insert, src/Makefile.am, src/svg... |
tree | commitdiff |
2006-05-22 |
rwst | added missing file entry |
tree | commitdiff |
next |