summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/session-player.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up more whiteboard stuff and fix header name in fileJosh Andler2011-07-111-231/+0
| | | (bzr r10441)
* Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵Jon A. Cruz2011-06-041-1/+1
| | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-1/+2
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-1/+1
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
* | 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)
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-191-10/+0
| | | (bzr r7332)
* From trunkTed Gould2008-10-271-5/+15
| | | (bzr r6885)
* Rework dialog management. Use singleton behavior for dialogs whengustav_b2007-12-071-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)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-1/+2
| | | (bzr r1315)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-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)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+229
(bzr r1)