summaryrefslogtreecommitdiffstats
path: root/src/svg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* code cleanup: quiet warnings with gcc.Campbell Barton2012-11-202-0/+3
| | | (bzr r11888)
* Make last segment before close path absolute.Jasper van de Gronde2012-09-131-1/+5
|\ | | | | (bzr r11667)
| * Allow shorthand pathsJasper van de Gronde2012-05-073-14/+100
|/ | | (bzr r11321.1.1)
* c++ification: GHashTable > std::map (bug #970237 ; patch by Samuel Chase + ↵Kris De Gussem2012-04-042-47/+42
| | | | | some additional modifications) (bzr r11152)
* cppcheckKris De Gussem2012-03-071-1/+1
| | | (bzr r11052)
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵Jon A. Cruz2012-02-131-4/+4
| | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-0813-20/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-3/+4
| | | (bzr r10696)
* cppcheckKris De Gussem2011-10-181-2/+2
| | | (bzr r10681)
* Warning cleanup.Jon A. Cruz2011-10-021-0/+2
| | | (bzr r10655)
* Remove nr-forward.hKrzysztof Kosi??ski2011-08-271-1/+0
| | | (bzr r10582.1.8)
* Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-101-10/+7
| | | (bzr r10437)
* Next step in refactoring color management. More to come.Jon A. Cruz2011-07-091-3/+7
| | | (bzr r10429)
* added missing headerCampbell Barton2011-07-021-0/+3
| | | (bzr r10397)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-17/+35
|\ | | | | (bzr r9508.1.89)
| * cmake:Campbell Barton2011-06-131-2/+19
| | | | | | | | | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
| * cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-1/+2
| | | | | | (bzr r10278)
| * cmake:Campbell Barton2011-06-131-2/+2
| | | | | | | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276)
| * cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton2011-06-121-2/+2
| | | | | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274)
| * work in progress cmake commit:Campbell Barton2011-06-121-17/+17
| | | | | | | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272)
* | Merge from trunkKrzysztof Kosi??ski2011-04-074-54/+54
|\| | | | | (bzr r9508.1.73)
| * update to latest 2geom !Johan B. C. Engelen2011-02-024-54/+54
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-30/+30
|\| | | | | (bzr r9508.1.72)
| * Unit test cleanup.Jon A. Cruz2010-12-141-30/+30
| | | | | | (bzr r9952)
* | Merge from trunkKrzysztof Kosi??ski2010-11-2523-23/+23
|\| | | | | (bzr r9508.1.70)
| * 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)
* | merge from trunkKrzysztof Kosi??ski2010-08-084-135/+0
|\| | | | | (bzr r9508.1.52)
| * Revert device-color for now.Jon A. Cruz2010-07-074-135/+0
| | | | | | | | | | "commit the awesomesauce" (bzr r9587)
* | Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-3/+0
|/ | | (bzr r9508.1.45)
* 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)