summaryrefslogtreecommitdiffstats
path: root/src/svg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update to latest 2geom !Johan B. C. Engelen2011-02-024-54/+54
| | | (bzr r10025)
* Unit test cleanup.Jon A. Cruz2010-12-141-30/+30
| | | (bzr r9952)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-1723-23/+23
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Revert device-color for now.Jon A. Cruz2010-07-074-135/+0
| | | | | "commit the awesomesauce" (bzr r9587)
* Adding in svg-device-color.hTed Gould2010-03-261-1/+2
| | | (bzr r9234)
* Fix compile when lcms is disabled (someone please check that this fix is ↵Maximilian Albert2009-12-251-0/+2
| | | | | correct). (bzr r8909)
* Warning cleanupJon A. Cruz2009-12-202-2/+3
| | | (bzr r8895)
* This commit hooks device-cmyk handling to color pickers. Now we have basic ↵Felipe Corr??a da Silva Sanches2009-12-071-2/+0
| | | | | | | | | | initial support for SVG Color 1.2 uncalibrated device colors: http://www.w3.org/TR/2009/WD-SVGColor12-20091001/#device Fixed bugs: - https://launchpad.net/bugs/444021 (bzr r8875)
* * infrastructure to store device colors as described in ↵Felipe Corr??a da Silva Sanches2009-12-063-0/+136
| | | | | | | http://www.w3.org/TR/2009/WD-SVGColor12-20091001/#device * related to https://bugs.launchpad.net/inkscape/+bug/444021 (bzr r8871)
* merging gsoc 2009 color management work by Felipe Sanches (a.k.a. JucaBlues)Felipe Corr??a da Silva Sanches2009-12-052-2/+53
|\ | | | | (bzr r8869)
| * Updating to current trunkTed Gould2009-11-2910-630/+122
| |\ | | | | | | (bzr r8050.1.16)
| * | parsing and handling of icc-color in feFlood SVG FiltersFelipe Corr??a da Silva Sanches2009-06-202-2/+46
| | | | | | | | | | | | | | | TODO: implement interface to set icc-color to the flood-color parameter (bzr r8050.1.4)
| * | bool sp_svg_read_icc_color( gchar const *str, SVGICCColor* dest );Felipe Corr??a da Silva Sanches2009-06-202-1/+7
| | | | | | | | | (bzr r8050.1.3)
* | | Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-022-0/+32
| |/ |/| | | (bzr r8855)
* | Refactored multiple methods to single data-driven one.Jon A. Cruz2009-10-091-27/+18
| | | | | | (bzr r8750)
* | Added simplistic test casesJon A. Cruz2009-10-081-0/+30
| | | | | | (bzr r8749)
* | Fixed signed/unsigned problem with precision calc. Fixes bug #399604.Jon A. Cruz2009-10-084-49/+49
| | | | | | (bzr r8742)
* | Fix variable name legibility.Jon A. Cruz2009-10-081-38/+38
| | | | | | (bzr r8740)
* | fix test for relative implicit linetoJohan B. C. Engelen2009-10-031-2/+2
| | | | | | (bzr r8703)
* | Remove unused files: ftos.cpp and ftos.hKrzysztof Kosi??ski2009-09-282-539/+0
| | | | | | (bzr r8671)
* | Updated allowed icc-profile names to match recent grammars. Follow-up for ↵Jon A. Cruz2009-09-272-3/+12
|/ | | | | bug #405143 (bzr r8656)
* noop: svg/svg-path-geom-test.h: Change to consistent end-of-line separators, ↵Peter Moulder2009-04-071-626/+626
| | | | | and do svn propset svn:eol-style native on it. (bzr r7648)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-14/+1
| | | | | rather than for every subdirectory. (bzr r7336)
* Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher2009-01-121-1/+3
| | | | | sub-libs of inkscape. (bzr r7120)
* Cmake: restructure build files to be more like current build system. Should ↵Joshua L. Blocher2009-01-091-0/+1
| | | | | reduce linking stage command for windows. (bzr r7100)
* Cmake build fixes, minorJoshua L. Blocher2009-01-051-1/+0
| | | (bzr r7078)
* Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski2008-12-292-33/+17
| | | (bzr r7040)
* Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski2008-12-092-17/+10
| | | | | utest-based tests. (bzr r6976)
* "make check" now compiles and runs on Linux.Krzysztof Kosi??ski2008-12-081-6/+11
| | | (bzr r6973)
* Removed sp_main_* stubs from individual headers to make the unit tests build ↵Jasper van de Gronde2008-12-081-4/+0
| | | | | on Windows again. (bzr r6971)
* Warning and 'using' cleanup.Jon A. Cruz2008-12-082-4/+3
| | | (bzr r6970)
* Partial fix for "make check" compilation failure.Krzysztof Kosi??ski2008-12-082-16/+5
| | | (bzr r6969)
* Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski2008-12-072-5/+22
| | | (bzr r6964)
* Merge from fe-movedTed Gould2008-11-212-33/+5
| | | (bzr r6891)
* Merge from trunkTed Gould2008-10-313-246/+240
| | | (bzr r6887)
* Merge from trunkTed Gould2008-10-282-2/+6
| | | (bzr r6886)
* From trunkTed Gould2008-10-277-26/+31
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-12/+8
| | | (bzr r6884)
* LIBNR REMOVAL. remove nartbpath code!!!Johan B. C. Engelen2008-09-106-1439/+5
| | | | | | remove nartbpath test code etc. remove inkscape's path parsing, since it is now done by 2geom. (bzr r6789)
* add method to write single paths to svgJohan B. C. Engelen2008-09-022-8/+21
| | | (bzr r6756)
* A few more tests for svg-colorJasper van de Gronde2008-08-091-5/+14
| | | (bzr r6599)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-2/+2
| | | (bzr r6593)
* Fixed svg-path (and display/curve) tests to properly handle closepath and ↵Jasper van de Gronde2008-08-082-84/+154
| | | | | made a check target. (bzr r6592)
* 2Geom version of the path tests + some additional small changes.Jasper van de Gronde2008-08-064-6/+570
| | | (bzr r6578)
* Enable exception handling for CxxTest in MakefilesJasper van de Gronde2008-08-021-1/+1
| | | (bzr r6524)
* Todo is done.Jon A. Cruz2008-08-021-1/+0
| | | (bzr r6520)
* Added to tests for SVG units, and fixed warning of missing caseJon A. Cruz2008-08-013-17/+63
| | | (bzr r6498)
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+2
| | | (bzr r6416)
* omit stitch segments from serialized pathsMenTaLguY2008-07-201-1/+4
| | | (bzr r6370)
* Added set_int_pref stub to svg/test-stubs.cpp, unit tests build again on Jasper van de Gronde2008-07-191-1/+13
| | | | | Linux. (bzr r6366)