summaryrefslogtreecommitdiffstats
path: root/src/console-output-undo-observer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-2/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Documentation update pass.Jon A. Cruz2011-10-231-1/+1
| | | (bzr r10692)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-6/+7
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-4/+4
| | | | | | | | | | 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)
* warning cleanupJon A. Cruz2007-11-021-3/+3
| | | (bzr r4012)
* Notify UndoStackObservers on commited incomplete transactions and ↵gustav_b2007-03-291-0/+12
| | | | | | | sp_document_{undo,redo}_clear, see #1684042. (bzr r2780)
* backed out Event -> XML::Event changesDavid Yip2006-06-291-3/+3
| | | (bzr r1319)
* Event -> XML::Event*David Yip2006-06-291-3/+3
| | | (bzr r1317)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-6/+6
| | | (bzr r1315)
* quick g_message UndoStackObserver for tracing calls to the undo systemDavid Yip2006-06-231-0/+48
(bzr r1267)