| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -8/+8 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -3/+3 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -3/+3 |
| | | |||||
| * | Remove some ocurrences of desktop in knot functions | Jabiertxof | 2016-12-19 | 1 | -2/+0 |
| | | | | (bzr r15337) | ||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -3/+0 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+3 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -3/+0 |
| | | | | (bzr r15025) | ||||
| * | Refactor BSPline and Spiro to remove duplicated functions | Jabier Arraiza Cenoz | 2015-08-06 | 1 | -11/+5 |
| | | | | (bzr r14280) | ||||
| * | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -2/+1 |
| | | | | (bzr r14059.2.1) | ||||
| * | cleanup spiro code | Johan B. C. Engelen | 2012-03-23 | 1 | -5/+2 |
| | | | | (bzr r11123) | ||||
| * | clean up spiro code | Johan B. C. Engelen | 2012-03-23 | 1 | -78/+0 |
| | | | | (bzr r11121) | ||||
| * | Update 2Geom to pull in integer rectangle class | Krzysztof Kosi??ski | 2011-06-23 | 1 | -1/+0 |
| | | | | (bzr r10347.1.1) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -1/+1 |
| | | | | (bzr r10025) | ||||
| * | Remove remnants of old node tool | Krzysztof Kosi??ski | 2009-12-24 | 1 | -1/+0 |
| | | | | (bzr r8846.2.6) | ||||
| * | Fix LPEs and break mask transform undo | Krzysztof Kosi??ski | 2009-12-08 | 1 | -8/+0 |
| | | | | (bzr r8846.2.3) | ||||
| * | lpe-spiro: fix problem with rounding and very nearly zero closing line segments | Johan B. C. Engelen | 2009-08-26 | 1 | -1/+3 |
| | | | | (bzr r8541) | ||||
| * | call default setup_nodepath for lpe-spiro, to get correct color of the ↵ | Johan B. C. Engelen | 2009-06-02 | 1 | -0/+1 |
| | | | | | | helperpath (bzr r7974) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -30/+35 |
| | | | | (bzr r6884) | ||||
| * | make spcurve::first_point and last_point boost::optional | Johan B. C. Engelen | 2008-08-13 | 1 | -1/+1 |
| | | | | (bzr r6617) | ||||
| * | simplify lpe spiro code by using new "is_straight_curve" method | Johan B. C. Engelen | 2008-08-02 | 1 | -6/+3 |
| | | | | (bzr r6538) | ||||
| * | use nodetype helper function to determine nodetype within lpe-spiro | Johan B. C. Engelen | 2008-08-02 | 1 | -8/+4 |
| | | | | (bzr r6530) | ||||
| * | lpe spiro: if path is closed it does not matter to what initial pointtype is ↵ | Johan B. C. Engelen | 2008-08-02 | 1 | -1/+1 |
| | | | | | | initialized. (bzr r6528) | ||||
| * | remove more NR:: from live_effects code | Johan B. C. Engelen | 2008-08-01 | 1 | -3/+3 |
| | | | | (bzr r6515) | ||||
| * | update to 2geom rev. 1507 | Johan B. C. Engelen | 2008-07-25 | 1 | -0/+2 |
| | | | | (bzr r6416) | ||||
| * | remove debug messages from last commits | Johan B. C. Engelen | 2008-07-15 | 1 | -4/+0 |
| | | | | (bzr r6328) | ||||
| * | fix lpe-spiro for smooth closing points | Johan B. C. Engelen | 2008-07-15 | 1 | -18/+35 |
| | | | | (bzr r6327) | ||||
| * | 2geomify lpeSpiro | Johan B. C. Engelen | 2008-07-14 | 1 | -91/+97 |
| | | | | (bzr r6298) | ||||
| * | noop: be more consistent with function names (get_pathvector => set_pathvector) | Johan B. C. Engelen | 2008-06-26 | 1 | -1/+1 |
| | | | | (bzr r6078) | ||||
| * | LPE Spiro: don't catch all exceptions, only the ContinuityError | Johan B. C. Engelen | 2008-06-22 | 1 | -1/+1 |
| | | | | (bzr r6019) | ||||
| * | catch cases where LPE Spiro generates non-continuous paths | Johan B. C. Engelen | 2008-06-14 | 1 | -0/+21 |
| | | | | (bzr r5939) | ||||
| * | whitespace | Maximilian Albert | 2008-06-12 | 1 | -2/+2 |
| | | | | (bzr r5905) | ||||
| * | Add option to either suppress path flash for items with LPE (e.g., spiro ↵ | Maximilian Albert | 2008-06-08 | 1 | -1/+1 |
| | | | | | | splines use this) or display it permanently while the item is selected. (bzr r5860) | ||||
| * | complete adding const to have only NArtBpath const * get_bpath() const; for ↵ | Johan B. C. Engelen | 2008-05-09 | 1 | -3/+3 |
| | | | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642) | ||||
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -1/+1 |
| | | | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636) | ||||
| * | make determining smooth nodes more robust | bulia byak | 2008-05-06 | 1 | -9/+14 |
| | | | | (bzr r5613) | ||||
| * | struct SPCurve => class SPCurve | Johan B. C. Engelen | 2008-05-05 | 1 | -7/+7 |
| | | | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609) | ||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-05-01 | 1 | -6/+6 |
| | | | | (bzr r5564) | ||||
| * | suppress helperpath and handles showing for LPESpiro | Johan B. C. Engelen | 2008-04-14 | 1 | -1/+4 |
| | | | | (bzr r5439) | ||||
| * | suppress helperpath display for spiro | bulia byak | 2008-04-14 | 1 | -0/+5 |
| | | | | (bzr r5432) | ||||
| * | Spiro splines LPE using code by Raph Levien | bulia byak | 2008-04-12 | 1 | -0/+196 |
| (bzr r5409) | |||||
