| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | cmake: | Campbell Barton | 2011-06-13 | 1 | -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 Barton | 2011-06-12 | 1 | -2/+2 | |
| | | | | | | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274) | |||||
| | * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -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 trunk | Krzysztof Kosi??ski | 2011-04-07 | 4 | -54/+54 | |
| |\| | | | | | (bzr r9508.1.73) | |||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 4 | -54/+54 | |
| | | | | | | | (bzr r10025) | |||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -30/+30 | |
| |\| | | | | | (bzr r9508.1.72) | |||||
| | * | Unit test cleanup. | Jon A. Cruz | 2010-12-14 | 1 | -30/+30 | |
| | | | | | | | (bzr r9952) | |||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 23 | -23/+23 | |
| |\| | | | | | (bzr r9508.1.70) | |||||
| | * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 23 | -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 trunk | Krzysztof Kosi??ski | 2010-08-08 | 4 | -135/+0 | |
| |\| | | | | | (bzr r9508.1.52) | |||||
| | * | Revert device-color for now. | Jon A. Cruz | 2010-07-07 | 4 | -135/+0 | |
| | | | | | | | | | | | "commit the awesomesauce" (bzr r9587) | |||||
| * | | Wholesale cruft removal part 2 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -3/+0 | |
| |/ | | | (bzr r9508.1.45) | |||||
| * | Adding in svg-device-color.h | Ted Gould | 2010-03-26 | 1 | -1/+2 | |
| | | | | (bzr r9234) | |||||
| * | Fix compile when lcms is disabled (someone please check that this fix is ↵ | Maximilian Albert | 2009-12-25 | 1 | -0/+2 | |
| | | | | | | correct). (bzr r8909) | |||||
| * | Warning cleanup | Jon A. Cruz | 2009-12-20 | 2 | -2/+3 | |
| | | | | (bzr r8895) | |||||
| * | This commit hooks device-cmyk handling to color pickers. Now we have basic ↵ | Felipe Corr??a da Silva Sanches | 2009-12-07 | 1 | -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 Sanches | 2009-12-06 | 3 | -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 Sanches | 2009-12-05 | 2 | -2/+53 | |
| |\ | | | | | (bzr r8869) | |||||
| | * | Updating to current trunk | Ted Gould | 2009-11-29 | 10 | -630/+122 | |
| | |\ | | | | | | | (bzr r8050.1.16) | |||||
| | * | | parsing and handling of icc-color in feFlood SVG Filters | Felipe Corr??a da Silva Sanches | 2009-06-20 | 2 | -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 Sanches | 2009-06-20 | 2 | -1/+7 | |
| | | | | | | | | | | (bzr r8050.1.3) | |||||
| * | | | Merge GSoC2009 Connectors into trunk | Arcadie M. Cracan | 2009-12-02 | 2 | -0/+32 | |
| | |/ |/| | | | (bzr r8855) | |||||
| * | | Refactored multiple methods to single data-driven one. | Jon A. Cruz | 2009-10-09 | 1 | -27/+18 | |
| | | | | | | | (bzr r8750) | |||||
| * | | Added simplistic test cases | Jon A. Cruz | 2009-10-08 | 1 | -0/+30 | |
| | | | | | | | (bzr r8749) | |||||
| * | | Fixed signed/unsigned problem with precision calc. Fixes bug #399604. | Jon A. Cruz | 2009-10-08 | 4 | -49/+49 | |
| | | | | | | | (bzr r8742) | |||||
| * | | Fix variable name legibility. | Jon A. Cruz | 2009-10-08 | 1 | -38/+38 | |
| | | | | | | | (bzr r8740) | |||||
| * | | fix test for relative implicit lineto | Johan B. C. Engelen | 2009-10-03 | 1 | -2/+2 | |
| | | | | | | | (bzr r8703) | |||||
| * | | Remove unused files: ftos.cpp and ftos.h | Krzysztof Kosi??ski | 2009-09-28 | 2 | -539/+0 | |
| | | | | | | | (bzr r8671) | |||||
| * | | Updated allowed icc-profile names to match recent grammars. Follow-up for ↵ | Jon A. Cruz | 2009-09-27 | 2 | -3/+12 | |
| |/ | | | | | bug #405143 (bzr r8656) | |||||
| * | noop: svg/svg-path-geom-test.h: Change to consistent end-of-line separators, ↵ | Peter Moulder | 2009-04-07 | 1 | -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??ski | 2009-02-20 | 1 | -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. Blocher | 2009-01-12 | 1 | -1/+3 | |
| | | | | | | sub-libs of inkscape. (bzr r7120) | |||||
| * | Cmake: restructure build files to be more like current build system. Should ↵ | Joshua L. Blocher | 2009-01-09 | 1 | -0/+1 | |
| | | | | | | reduce linking stage command for windows. (bzr r7100) | |||||
| * | Cmake build fixes, minor | Joshua L. Blocher | 2009-01-05 | 1 | -1/+0 | |
| | | | | (bzr r7078) | |||||
| * | Build a single test executable on Linux to match Windows build system. | Krzysztof Kosi??ski | 2008-12-29 | 2 | -33/+17 | |
| | | | | (bzr r7040) | |||||
| * | Simplify "make check" makefile rules and remove most of the obsolete | Krzysztof Kosi??ski | 2008-12-09 | 2 | -17/+10 | |
| | | | | | | utest-based tests. (bzr r6976) | |||||
| * | "make check" now compiles and runs on Linux. | Krzysztof Kosi??ski | 2008-12-08 | 1 | -6/+11 | |
| | | | | (bzr r6973) | |||||
| * | Removed sp_main_* stubs from individual headers to make the unit tests build ↵ | Jasper van de Gronde | 2008-12-08 | 1 | -4/+0 | |
| | | | | | | on Windows again. (bzr r6971) | |||||
| * | Warning and 'using' cleanup. | Jon A. Cruz | 2008-12-08 | 2 | -4/+3 | |
| | | | | (bzr r6970) | |||||
| * | Partial fix for "make check" compilation failure. | Krzysztof Kosi??ski | 2008-12-08 | 2 | -16/+5 | |
| | | | | (bzr r6969) | |||||
| * | Change the way preferences are loaded to simplify unit testing | Krzysztof Kosi??ski | 2008-12-07 | 2 | -5/+22 | |
| | | | | (bzr r6964) | |||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 2 | -33/+5 | |
| | | | | (bzr r6891) | |||||
| * | Merge from trunk | Ted Gould | 2008-10-31 | 3 | -246/+240 | |
| | | | | (bzr r6887) | |||||
| * | Merge from trunk | Ted Gould | 2008-10-28 | 2 | -2/+6 | |
| | | | | (bzr r6886) | |||||
| * | From trunk | Ted Gould | 2008-10-27 | 7 | -26/+31 | |
| | | | | (bzr r6885) | |||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -12/+8 | |
| | | | | (bzr r6884) | |||||
| * | LIBNR REMOVAL. remove nartbpath code!!! | Johan B. C. Engelen | 2008-09-10 | 6 | -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 svg | Johan B. C. Engelen | 2008-09-02 | 2 | -8/+21 | |
| | | | | (bzr r6756) | |||||
| * | A few more tests for svg-color | Jasper van de Gronde | 2008-08-09 | 1 | -5/+14 | |
| | | | | (bzr r6599) | |||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -2/+2 | |
| | | | | (bzr r6593) | |||||
