| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-07-01 | Fix various minor typos | Yuri Chornoivan | 1 | -1/+1 | |
| 2019-01-02 | modernize loops (2) | Marc Jeanmougin | 1 | -4/+4 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -19/+19 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -3/+4 | |
| - 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 | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -3/+1 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -1/+1 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -2/+2 | |
| A lot of header clean-up. | |||||
| 2017-04-28 | Code formating | Jabiertxof | 1 | -20/+20 | |
| (bzr r15649) | |||||
| 2017-04-28 | Reset | Jabiertxof | 1 | -20/+20 | |
| (bzr r15620.1.9) | |||||
| 2017-04-14 | Allow set and reset default values of LPE parameters | Jabiertxof | 1 | -20/+20 | |
| (bzr r15620.1.1) | |||||
| 2016-12-16 | remove rollback to 15315 | Jabiertxof | 1 | -1/+2 | |
| (bzr r15295.1.26) | |||||
| 2016-12-16 | Rollback 15315 | Jabiertxof | 1 | -2/+1 | |
| (bzr r15295.1.25) | |||||
| 2016-12-10 | Fix headers on LPE's | Jabiertxof | 1 | -1/+2 | |
| (bzr r15318) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -8/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+8 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -8/+0 | |
| (bzr r15025) | |||||
| 2015-04-27 | 2Geom sync - initial commit | Krzysztof Kosi??ski | 1 | -1/+2 | |
| (bzr r14059.2.1) | |||||
| 2014-03-30 | Removed some operator keywords. | Markus Engel | 1 | -2/+2 | |
| (bzr r13237) | |||||
| 2013-10-13 | UI message generalisation | Kris De Gussem | 1 | -3/+3 | |
| (bzr r12683) | |||||
| 2013-03-25 | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 1 | -2/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | |||||
| 2013-01-17 | const .... | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r12039) | |||||
| 2013-01-17 | more const happiness (and removal of duplicate code in sp-object.h) | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r12038) | |||||
| 2012-10-04 | code cleanup: make more functions static or include their own headers. | Campbell Barton | 1 | -2/+2 | |
| (bzr r11736) | |||||
| 2012-08-09 | Warnings cleanup (see Bug #1034663). | Nicolas Dufour | 1 | -1/+1 | |
| (bzr r11602) | |||||
| 2012-06-17 | Removed unneeded header style filename #defines | Jon A. Cruz | 1 | -1/+0 | |
| (bzr r11503) | |||||
| 2012-06-17 | Removed outdated classes. | Jon A. Cruz | 1 | -0/+2 | |
| Pruned header to not introduce extraneous includes. (bzr r11502) | |||||
| 2012-04-18 | Warning cleanup | Jon A. Cruz | 1 | -4/+4 | |
| (bzr r11265) | |||||
| 2012-04-07 | gives distinguishing colors to two vector params of LPE rough hatches | Johan B. C. Engelen | 1 | -1/+3 | |
| (bzr r11173) | |||||
| 2012-02-26 | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 1 | -1/+1 | |
| (bzr r11018) | |||||
| 2011-10-21 | cppcheck | Kris De Gussem | 1 | -1/+1 | |
| (bzr r10687) | |||||
| 2011-08-27 | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 1 | -1/+0 | |
| (bzr r10582.1.6) | |||||
| 2011-08-27 | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 1 | -1/+1 | |
| using them more obvious. Fix filter region computation. (bzr r10582.1.1) | |||||
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -4/+4 | |
| (bzr r10025) | |||||
| 2010-10-02 | UI fixes (a.o. Bug #560751 ) | Kris De Gussem | 1 | -16/+16 | |
| (bzr r9807) | |||||
| 2010-08-05 | Wholesale cruft removal part 4; fix crash when rendering guides | Krzysztof Kosi??ski | 1 | -6/+6 | |
| (bzr r9508.1.48) | |||||
| 2010-02-14 | add widget controls for LPE VectorParam. Hide these controls for LPE Hatches. | Johan B. C. Engelen | 1 | -0/+4 | |
| (bzr r9086.1.1) | |||||
| 2009-12-20 | Warning cleanup | Jon A. Cruz | 1 | -23/+23 | |
| (bzr r8895) | |||||
| 2009-09-06 | textual patch from bug 408093 | bulia byak | 1 | -15/+15 | |
| (bzr r8563) | |||||
| 2009-05-07 | Minor correction in message | Nicolas Dufour | 1 | -1/+1 | |
| (bzr r7835) | |||||
| 2009-04-23 | translator comments and minor string fixes | Ivan Mas??r | 1 | -5/+5 | |
| (bzr r7763) | |||||
| 2009-04-07 | Ctor fixes and misc warning cleanups | Jon A. Cruz | 1 | -9/+11 | |
| (bzr r7650) | |||||
| 2009-04-07 | noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ↵ | Peter Moulder | 1 | -585/+585 | |
| \( -name '*.cpp' -o -name '*.h' \) -print0 | xargs -0 svn propset svn:eol-style native) (bzr r7649) | |||||
| 2009-03-27 | bug fix: close open paths on input. | JF Barraud | 1 | -2/+9 | |
| (bzr r7573) | |||||
| 2009-03-26 | fixed some bugs (bad render of thick/thin parts + reversed bending + ↵ | JF Barraud | 1 | -57/+36 | |
| occasional crash (depends on 2geom update)...) (bzr r7561) | |||||
| 2009-03-15 | correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, ↵ | Johan B. C. Engelen | 1 | -0/+2 | |
| all default values are written to SVG. This greatly improves future compatibility. (bzr r7499) | |||||
| 2009-01-25 | hatches lpe: parameters renamed + tips, knot-lpe: can use 'unit of stroke ↵ | JF Barraud | 1 | -47/+51 | |
| width'. (bzr r7170) | |||||
| 2008-11-26 | renamed lpe-hatches to lpe-rough-hatches. | JF Barraud | 1 | -11/+11 | |
| (bzr r6905) | |||||
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -0/+593 | |
| (bzr r6891) | |||||
