| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | -3/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Code formating | Jabiertxof | 2017-04-28 | 1 | -1/+1 |
| | | | | (bzr r15649) | ||||
| * | Remove some ocurrences of desktop in knot functions | Jabiertxof | 2016-12-19 | 1 | -2/+2 |
| | | | | (bzr r15337) | ||||
| * | Fix headers on LPE's | Jabiertxof | 2016-12-10 | 1 | -2/+1 |
| | | | | (bzr r15318) | ||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -4/+0 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+4 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -4/+0 |
| | | | | (bzr r15025) | ||||
| * | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -3/+3 |
| | | | | (bzr r14059.2.1) | ||||
| * | const .... | Johan B. C. Engelen | 2013-01-17 | 1 | -1/+1 |
| | | | | (bzr r12039) | ||||
| * | Fix missing glibmm header | Alex Valavanis | 2012-06-21 | 1 | -0/+2 |
| | | | | (bzr r11510) | ||||
| * | cleanup knotholder code for LPEs | Johan B. C. Engelen | 2012-04-07 | 1 | -6/+19 |
| | | | | (bzr r11170) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -3/+3 |
| | | | | (bzr r10660) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | 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 fe-moved | Ted Gould | 2008-11-21 | 1 | -9/+8 |
| | | | | (bzr r6891) | ||||
| * | 2geomify a lot of NR::Points to Geom::Point | Johan B. C. Engelen | 2008-08-01 | 1 | -2/+2 |
| | | | | (bzr r6513) | ||||
| * | Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity ↵ | Maximilian Albert | 2008-07-29 | 1 | -3/+1 |
| | | | | | | and make inheritance from it a bit less clumsy (bzr r6448) | ||||
| * | lpe-skeleton.cpp: comment out handle code by default | Maximilian Albert | 2008-07-15 | 1 | -0/+2 |
| | | | | (bzr r6323) | ||||
| * | lpe-skeleton: add boilerplate code to create knotholder handles for LPEs | Maximilian Albert | 2008-07-02 | 1 | -0/+22 |
| | | | | (bzr r6122) | ||||
| * | lpe-skeleton: add variable to control display of original path | Maximilian Albert | 2008-07-02 | 1 | -1/+4 |
| | | | | (bzr r6121) | ||||
| * | noop: some more cosmetics in lpe-skeleton.(h|cpp) | Maximilian Albert | 2008-05-20 | 1 | -3/+3 |
| | | | | (bzr r5718) | ||||
| * | second part of LPE skeleton correction from commit #18654 ;-) | Maximilian Albert | 2008-05-19 | 1 | -1/+1 |
| | | | | (bzr r5714) | ||||
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -18/+0 |
| | | | | | | | - 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) | ||||
| * | change doEffect functions to use const& parameters | Johan B. C. Engelen | 2008-04-09 | 1 | -1/+1 |
| | | | | (bzr r5394) | ||||
| * | correct copy-paste error | Johan B. C. Engelen | 2007-11-20 | 1 | -1/+1 |
| | | | | (bzr r4116) | ||||
| * | LPE: no longer overload doEffect methods, but name them according to ↵ | Johan B. C. Engelen | 2007-11-12 | 1 | -3/+3 |
| | | | | | | accepted arguments. This saves developer brain time because of 'hiding' issues. (bzr r4067) | ||||
| * | trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp. | Peter Moulder | 2007-10-11 | 1 | -109/+109 |
| | | | | (bzr r3884) | ||||
| * | tidy up | Johan B. C. Engelen | 2007-08-29 | 1 | -2/+2 |
| | | | | (bzr r3611) | ||||
| * | forgot to add lpe-skeleton files to SVN... | Johan B. C. Engelen | 2007-08-19 | 1 | -0/+109 |
| (bzr r3522) | |||||
