| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+4 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -2/+4 |
| | | | | | A lot of header clean-up. | ||||
| * | Fix regression: restore order in resources (e.g. pattern list) | Marc Jeanmougin | 2016-05-21 | 1 | -3/+2 |
| | | | | (bzr r14907) | ||||
| * | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵ | Marc Jeanmougin | 2015-12-07 | 1 | -5/+3 |
| | | | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6) | ||||
| * | various | Kris De Gussem | 2012-06-05 | 1 | -1/+1 |
| | | | | (bzr r11461) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+2 |
| | | | | (bzr r10963) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -2/+3 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -2/+2 |
| | | | | | | | (bzr r9546.1.2) | ||||
| * | | 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) | ||||
| * | | Fixed valgrind-detected issue with tooltip shortcuts and profile manager on ↵ | Jon A. Cruz | 2010-09-10 | 1 | -0/+2 |
| |/ | | | | | delete. (bzr r9753) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| | | | | (bzr r8404) | ||||
| * | Avoid problems when document is being closed. | Jon A. Cruz | 2008-12-05 | 1 | -4/+6 |
| | | | | (bzr r6950) | ||||
| * | Adding function to locate profile by bane | Jon A. Cruz | 2007-10-29 | 1 | -0/+17 |
| | | | | (bzr r3969) | ||||
| * | Adding profile manager and user-visible drop-down in CMS picker | Jon A. Cruz | 2007-10-08 | 1 | -0/+78 |
| (bzr r3862) | |||||
