| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add base_directory for extensions loaded from a file. | Patrick Storz | 2019-08-31 | 1 | -2/+2 |
| | | |||||
| * | cleanup includes a bit | Patrick Storz | 2019-08-31 | 1 | -0/+4 |
| | | |||||
| * | 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 | ||||
| * | Remove 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 2018-10-22 | 1 | -1/+0 |
| | | |||||
| * | 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. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -5/+5 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | 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 | -0/+2 |
| | | | | | A lot of header clean-up. | ||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -1/+0 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+1 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -1/+0 |
| | | | | (bzr r15025) | ||||
| * | cppcheck | Kris De Gussem | 2012-02-29 | 1 | -1/+1 |
| | | | | | | added todo warning for sp-conn-end (after devmail message) (bzr r11033) | ||||
| * | UI uniformisation / addition of mnemonics (Bug #170765) | Kris De Gussem | 2011-07-28 | 1 | -1/+0 |
| | | | | | | Removed unnecessary command in path effects (bzr r10515) | ||||
| * | Fixed path update (Bug #812517) | Kris De Gussem | 2011-07-24 | 1 | -3/+1 |
| | | | | (bzr r10499) | ||||
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -1/+1 |
| | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -1/+1 |
| | | | | (bzr r10067) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -2/+2 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| | | | | (bzr r8405) | ||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-03-01 | 1 | -1/+1 |
| | | | | (bzr r4914) | ||||
| * | r11761@tres: ted | 2006-05-06 08:59:32 -0700 | Ted Gould | 2006-05-06 | 1 | -1/+4 |
| | | | | | | Fixing and uninitialized warning. (bzr r752) | ||||
| * | r11518@tres: ted | 2006-04-28 22:21:01 -0700 | Ted Gould | 2006-05-02 | 1 | -1/+44 |
| | | | | | | | | Adding in a static function to process all the path effects on a particular node. It breaks down the list and looks them each up -- calling each one as it goes. (bzr r688) | ||||
| * | r11138@tres: ted | 2006-03-27 21:15:14 -0800 | Ted Gould | 2006-05-02 | 1 | -2/+2 |
| | | | | | | | Switching things to be more Node based. This makes more sense as the parameters are really more node based. (bzr r656) | ||||
| * | r11137@tres: ted | 2006-03-23 21:35:18 -0800 | Ted Gould | 2006-05-02 | 1 | -0/+45 |
| Adding the basis for a path effect extension type (bzr r655) | |||||
