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