summaryrefslogtreecommitdiffstats
path: root/src/profile-manager.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-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-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+4
A lot of header clean-up.
2016-05-21Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin1-3/+2
(bzr r14907)
2015-12-07cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin1-5/+3
std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
2012-06-05variousKris De Gussem1-1/+1
(bzr r11461)
2012-02-12Header cleaningAlex Valavanis1-0/+2
(bzr r10963)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2010-09-10Fixed valgrind-detected issue with tooltip shortcuts and profile manager on ↵Jon A. Cruz1-0/+2
delete. (bzr r9753)
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
(bzr r9546.1.2)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-1/+1
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-1/+1
(bzr r8404)
2008-12-05Avoid problems when document is being closed.Jon A. Cruz1-4/+6
(bzr r6950)
2007-10-29Adding function to locate profile by baneJon A. Cruz1-0/+17
(bzr r3969)
2007-10-08Adding profile manager and user-visible drop-down in CMS pickerJon A. Cruz1-0/+78
(bzr r3862)