| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | cmake: | Campbell Barton | 2011-06-13 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | 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 | -5/+5 | |
| | | | | | | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274) | |||||
| | * | cmake: commented unused files/dirs, double checked all files compile this time | Campbell Barton | 2011-06-12 | 1 | -3/+3 | |
| | | | | | | | (bzr r10273) | |||||
| | * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -122/+122 | |
| | | | | | | | | | | | | | - 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) | |||||
| | * | Fix compilation on GCC 4.6 | Krzysztof Kosi??ski | 2011-05-08 | 1 | -1/+1 | |
| | | | | | | | (bzr r10202) | |||||
| | * | more 63734242, missing fraction of patch for gcc 4.6 compatibility | Adib Taraben | 2011-05-04 | 1 | -0/+1 | |
| | | | | | | | (bzr r10196) | |||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 81 | -4964/+10377 | |
| |\| | | | | | (bzr r9508.1.73) | |||||
| | * | update to latest 2geom. fixes bezier curve casts. | Johan B. C. Engelen | 2011-02-13 | 4 | -233/+169 | |
| | | | | | | | (bzr r10050) | |||||
| | * | add missing 2geom files. although they are not included in makefile builds, ↵ | Johan B. C. Engelen | 2011-02-10 | 4 | -0/+1070 | |
| | | | | | | | | | | | they are 'used' by other 2geom files that are included. so just to be safe i'll include them, to not cause build problems later (bzr r10043) | |||||
| | * | Properly fix seltrans brokenness in 2Geom and pull updated files | Krzysztof Kosi??ski | 2011-02-05 | 6 | -24/+42 | |
| | | | | | | | | | | | into Inkscape (bzr r10034) | |||||
| | * | Fix Linux build after 2Geom update | Krzysztof Kosi??ski | 2011-02-03 | 5 | -218/+452 | |
| | | | | | | | (bzr r10031) | |||||
| | * | the last 2geom files I could find missing, linking issues still exist | Josh Andler | 2011-02-03 | 3 | -0/+1270 | |
| | | | | | | | (bzr r10029) | |||||
| | * | more missing 2geom files | Josh Andler | 2011-02-03 | 2 | -0/+2089 | |
| | | | | | | | (bzr r10028) | |||||
| | * | Add missing 2geom files | Josh Andler | 2011-02-03 | 3 | -0/+850 | |
| | | | | | | | (bzr r10027) | |||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 66 | -4757/+4703 | |
| |/ | | | (bzr r10025) | |||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 102 | -102/+102 | |
| | | | | | | | | | | | | | | | | 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) | |||||
| * | provide specific bounds method for Paths because paths can be closed or ↵ | Johan B. C. Engelen | 2010-10-27 | 2 | -0/+15 | |
| | | | | | | | | | open. Path::size() is named somewhat wrong... (already committed to 2geom upstream) Fixed bugs: - https://launchpad.net/bugs/591586 (bzr r9859) | |||||
| * | - Snap while rotating an object using the selector tool | Diederik van Lierop | 2010-07-12 | 2 | -1/+26 | |
| | | | | | | | - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607) | |||||
| * | throw exception when sbasis is empty | Johan B. C. Engelen | 2010-06-25 | 1 | -0/+4 | |
| | | | | (bzr r9537) | |||||
| * | Revert fix for 515237 which introduces a catastrophic bug | Krzysztof Kosi??ski | 2010-02-07 | 1 | -11/+2 | |
| | | | | (bzr r9064) | |||||
| * | Fix path transformation (LP bug #515237) | Krzysztof Kosi??ski | 2010-02-07 | 2 | -4/+13 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/515237 (bzr r9062) | |||||
| * | * Merge from trunk | Krzysztof Kosi??ski | 2010-01-14 | 1 | -63/+63 | |
| |\ | | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11) | |||||
| | * | Warning cleanup | Jon A. Cruz | 2009-12-20 | 1 | -61/+61 | |
| | | | | | | | (bzr r8895) | |||||
| | * | 2nd patch of bug 488862. Also committed upstream in 2geom. | Johan B. C. Engelen | 2009-12-16 | 1 | -2/+2 | |
| | | | | | | | (bzr r8893) | |||||
| * | | * Implement node snapping. | Krzysztof Kosi??ski | 2010-01-10 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix minor bug in linear grow. * Add --fixes. * Move some node selection-related functions to ControlPointSelection. Fixed bugs: - https://launchpad.net/bugs/170561 - https://launchpad.net/bugs/171893 - https://launchpad.net/bugs/182585 - https://launchpad.net/bugs/446773 (bzr r8846.2.9) | |||||
| * | | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 2 | -2/+1 | |
| |/ | | | (bzr r8846.1.1) | |||||
| * | update 2geom. needed for extrude lpe | Johan B. C. Engelen | 2009-11-23 | 4 | -5/+65 | |
| | | | | (bzr r8840) | |||||
| * | Applying second patch for bug #425557. | Jon A. Cruz | 2009-10-14 | 2 | -16/+25 | |
| | | | | (bzr r8768) | |||||
| * | Johan's patch for 425557 | bulia byak | 2009-10-11 | 1 | -11/+28 | |
| | | | | (bzr r8762) | |||||
| * | Patch by Johan to fix reading of rare svg strings. | Josh Andler | 2009-10-03 | 1 | -2/+28 | |
| | | | | (bzr r8707) | |||||
| * | Patch by Adib for 382313. | Josh Andler | 2009-09-27 | 1 | -1/+2 | |
| | | | | (bzr r8659) | |||||
| * | Adding two missing files. distcheck fixes. | Ted Gould | 2009-04-21 | 1 | -0/+2 | |
| | | | | (bzr r7748) | |||||
| * | Use the line intersection routines in 2geom/line.h instead of the deprecated ↵ | Diederik van Lierop | 2009-04-12 | 1 | -2/+2 | |
| | | | | | | ones in 2geom/geom.h. (I know we're in a refactoring freeze, but this one I was already working on before this freeze was announced and it's quite safe IMHO. It's only a small change in 2geom's API and can hardly do any real harm. I will not refactor anything else until after the v0.47 release, promised!) (bzr r7688) | |||||
| * | add 2geom/line.cpp to Makefile_insert | Johan B. C. Engelen | 2009-04-10 | 1 | -0/+1 | |
| | | | | (bzr r7681) | |||||
| * | noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ↵ | Peter Moulder | 2009-04-07 | 4 | -1535/+1535 | |
| | | | | | | \( -name '*.cpp' -o -name '*.h' \) -print0 | xargs -0 svn propset svn:eol-style native) (bzr r7649) | |||||
| * | update 2geom. big commit as it has been a while. (2geom svn rev. 1870, i think) | Johan B. C. Engelen | 2009-04-06 | 27 | -1661/+2076 | |
| | | | | | | i turned some optional compilation stuff *on* per default, to help building inkscape. (bzr r7638) | |||||
| * | partial 2geom update: disable all debug output by boolops | Johan B. C. Engelen | 2009-03-18 | 2 | -5/+52 | |
| | | | | (bzr r7520) | |||||
| * | update from 2geom (bug fix) | JF Barraud | 2009-03-09 | 1 | -1/+2 | |
| | | | | (bzr r7463) | |||||
| * | added missing files in 2geom update. | JF Barraud | 2009-03-09 | 2 | -0/+156 | |
| | | | | (bzr r7458) | |||||
| * | added 2geom/utils.cpp - unused, but useful | Nathan Hurst | 2009-03-09 | 1 | -0/+87 | |
| | | | | (bzr r7456) | |||||
| * | chebychev is not used currently | Nathan Hurst | 2009-03-09 | 1 | -2/+0 | |
| | | | | (bzr r7455) | |||||
| * | 2geom update | JF Barraud | 2009-03-09 | 18 | -348/+1883 | |
| | | | | (bzr r7453) | |||||
| * | add my name to the 2geom readme, so people can mail me with questions | Johan B. C. Engelen | 2009-03-03 | 1 | -0/+1 | |
| | | | | (bzr r7408) | |||||
| * | Patch from Lubomir Rintel: fixes for GCC 4.4 | Krzysztof Kosi??ski | 2009-02-26 | 1 | -3/+2 | |
| | | | | (bzr r7380) | |||||
| * | display guide anchor on canvas; anchor and angle can be edited by mouse | Maximilian Albert | 2009-01-26 | 2 | -1/+16 | |
| | | | | (bzr r7180) | |||||
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 1 | -2/+2 | |
| | | | | | | sub-libs of inkscape. (bzr r7120) | |||||
| * | fix build | Johan B. C. Engelen | 2009-01-08 | 1 | -0/+1 | |
| | | | | (bzr r7098) | |||||
| * | update to 2geom rev.1773 | Johan B. C. Engelen | 2009-01-07 | 7 | -31/+40 | |
| | | | | | | mostly bugfixes (bzr r7094) | |||||
| * | Cmake: more fixes plus a patch for OSX paths by Henrik Gustafsson | Joshua L. Blocher | 2009-01-07 | 1 | -41/+0 | |
| | | | | (bzr r7093) | |||||
| * | Cmake build fixes, minor | Joshua L. Blocher | 2009-01-05 | 1 | -7/+7 | |
| | | | | (bzr r7078) | |||||
