summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/session-player.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-07-11Clean up more whiteboard stuff and fix header name in fileJosh Andler1-231/+0
(bzr r10441)
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-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-1/+1
SPDocument based methods (bzr r9546.1.3)
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-10/+0
(bzr r7332)
2008-10-27From trunkTed Gould1-5/+15
(bzr r6885)
2007-12-07Rework dialog management. Use singleton behavior for dialogs whengustav_b1-1/+1
started in floating dialogs mode and use one dialog/desktop behavior when started in dockable dialogs mode. Replace the panels use of the SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop activation events. (bzr r4188)
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-1/+2
(bzr r1315)
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY1-1/+1
confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)