summaryrefslogtreecommitdiffstats
path: root/src/svg (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-20code cleanup: quiet warnings with gcc.Campbell Barton2-0/+3
2012-05-07Allow shorthand pathsJasper van de Gronde3-14/+100
2012-04-04c++ification: GHashTable > std::map (bug #970237 ; patch by Samuel Chase + so...Kris De Gussem2-47/+42
2012-03-07cppcheckKris De Gussem1-1/+1
2012-02-13Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...Jon A. Cruz1-4/+4
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis13-20/+11
2011-10-25Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz1-3/+4
2011-10-18cppcheckKris De Gussem1-2/+2
2011-10-02Warning cleanup.Jon A. Cruz1-0/+2
2011-08-27Remove nr-forward.hKrzysztof Kosi??ski1-1/+0
2011-07-10Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz1-10/+7
2011-07-09Next step in refactoring color management. More to come.Jon A. Cruz1-3/+7
2011-07-02added missing headerCampbell Barton1-0/+3
2011-06-13cmake:Campbell Barton1-2/+19
2011-06-13cmake: now builds without having most of the source listed in 1 file.Campbell Barton1-1/+2
2011-06-13cmake:Campbell Barton1-2/+2
2011-06-12cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...Campbell Barton1-2/+2
2011-06-12work in progress cmake commit:Campbell Barton1-17/+17
2011-02-02update to latest 2geom !Johan B. C. Engelen4-54/+54
2010-12-14Unit test cleanup.Jon A. Cruz1-30/+30
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan23-23/+23
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-3/+0
2010-07-07Revert device-color for now.Jon A. Cruz4-135/+0
2010-03-26Adding in svg-device-color.hTed Gould1-1/+2
2009-12-25Fix compile when lcms is disabled (someone please check that this fix is corr...Maximilian Albert1-0/+2
2009-12-20Warning cleanupJon A. Cruz2-2/+3
2009-12-07This commit hooks device-cmyk handling to color pickers. Now we have basic in...Felipe Corr??a da Silva Sanches1-2/+0
2009-12-06* infrastructure to store device colors as described in http://www.w3.org/TR/...Felipe Corr??a da Silva Sanches3-0/+136
2009-12-02Merge GSoC2009 Connectors into trunkArcadie M. Cracan2-0/+32
2009-10-09Refactored multiple methods to single data-driven one.Jon A. Cruz1-27/+18
2009-10-08Added simplistic test casesJon A. Cruz1-0/+30
2009-10-08Fixed signed/unsigned problem with precision calc. Fixes bug #399604.Jon A. Cruz4-49/+49
2009-10-08Fix variable name legibility.Jon A. Cruz1-38/+38
2009-10-03fix test for relative implicit linetoJohan B. C. Engelen1-2/+2
2009-09-28Remove unused files: ftos.cpp and ftos.hKrzysztof Kosi??ski2-539/+0
2009-09-27Updated allowed icc-profile names to match recent grammars. Follow-up for bug...Jon A. Cruz2-3/+12
2009-06-20parsing and handling of icc-color in feFlood SVG FiltersFelipe Corr??a da Silva Sanches2-2/+46
2009-06-20bool sp_svg_read_icc_color( gchar const *str, SVGICCColor* dest );Felipe Corr??a da Silva Sanches2-1/+7
2009-04-07noop: svg/svg-path-geom-test.h: Change to consistent end-of-line separators, ...Peter Moulder1-626/+626
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-14/+1
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher1-1/+3
2009-01-09Cmake: restructure build files to be more like current build system. Should r...Joshua L. Blocher1-0/+1
2009-01-05Cmake build fixes, minorJoshua L. Blocher1-1/+0
2008-12-29Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski2-33/+17
2008-12-09Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski2-17/+10
2008-12-08"make check" now compiles and runs on Linux.Krzysztof Kosi??ski1-6/+11
2008-12-08Removed sp_main_* stubs from individual headers to make the unit tests build ...Jasper van de Gronde1-4/+0
2008-12-08Warning and 'using' cleanup.Jon A. Cruz2-4/+3
2008-12-08Partial fix for "make check" compilation failure.Krzysztof Kosi??ski2-16/+5
2008-12-07Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski2-5/+22