summaryrefslogtreecommitdiffstats
path: root/src/profile-manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-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 Bah2018-01-301-2/+4
| | | | A lot of header clean-up.
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-3/+2
| | | (bzr r14907)
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-071-5/+3
| | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
* variousKris De Gussem2012-06-051-1/+1
| | | (bzr r11461)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-2/+3
|\ | | | | (bzr r9945.1.1)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| | | | | | (bzr r9546.1.2)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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. Cruz2010-09-101-0/+2
|/ | | | | delete. (bzr r9753)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8404)
* Avoid problems when document is being closed.Jon A. Cruz2008-12-051-4/+6
| | | (bzr r6950)
* Adding function to locate profile by baneJon A. Cruz2007-10-291-0/+17
| | | (bzr r3969)
* Adding profile manager and user-visible drop-down in CMS pickerJon A. Cruz2007-10-081-0/+78
(bzr r3862)