| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-03-15 | Make InkscapeApplication responsible for managing documents and windows. | Tavmjong Bah | 1 | -2/+2 | |
| Any change from previous behavior is a bug. | |||||
| 2019-02-20 | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 1 | -1/+1 | |
| Makes searching through code for them easier. | |||||
| 2018-12-03 | Use std::unique_ptr for all MessageContext | Emmanuel Gil Peyrot | 1 | -2/+1 | |
| 2018-12-03 | Replace InkGC with std::shared_ptr for MessageStack | Emmanuel Gil Peyrot | 1 | -1/+2 | |
| There are many places which still use this stack unmanaged (using desktop->getMessageStack()) but those are all leaf calls which make use of the stack and never store it anywhere, so this is fine. | |||||
| 2018-11-08 | Clarify licenses | Max Gaukler | 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 | |||||
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -5/+5 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -4/+4 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -4/+4 | |
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 1 | -3/+3 | |
| disallow pointers to Application (bzr r13341.5.9) | |||||
| 2014-06-26 | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.5.3) | |||||
| 2014-06-25 | 1. make it compile | Liam P. White | 1 | -3/+3 | |
| (bzr r13341.5.1) | |||||
| 2013-01-27 | Migrate ruler position tracking to new track_widget API | Alex Valavanis | 1 | -17/+0 | |
| Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067) | |||||
| 2011-10-27 | Fixing more broken and split doc comments. | Jon A. Cruz | 1 | -15/+1 | |
| (bzr r10697) | |||||
| 2011-06-23 | Remove more of libnr | Krzysztof Kosi??ski | 1 | -1/+1 | |
| (bzr r10347.1.2) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -1/+1 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -1/+1 | |
| (bzr r8408) | |||||
| 2008-09-21 | on closing and document change, if this was the last view on this document, ↵ | bulia byak | 1 | -5/+9 | |
| delete document to free up memory (bzr r6866) | |||||
| 2008-08-04 | NR:: => Geom:: for much of src/ui and src/widgets | Johan B. C. Engelen | 1 | -2/+2 | |
| (bzr r6561) | |||||
| 2007-03-23 | allow multiple (balanced) calls to add and remove document | MenTaLguY | 1 | -0/+7 | |
| (bzr r2745) | |||||
| 2006-04-29 | since the view and document are both managed by the collector, reffing the ↵ | MenTaLguY | 1 | -3/+1 | |
| document from the view is totally unnecessary (bzr r617) | |||||
| 2006-04-29 | add missing unref, which should hopefully address the document leak | MenTaLguY | 1 | -0/+1 | |
| (bzr r615) | |||||
