summaryrefslogtreecommitdiffstats
path: root/src/console-output-undo-observer.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
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-2/+0
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
2011-10-23Documentation update pass.Jon A. Cruz1-1/+1
(bzr r10692)
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-4/+4
SPDocument based methods (bzr r9546.1.3)
2007-11-02warning cleanupJon A. Cruz1-3/+3
(bzr r4012)
2007-03-29Notify UndoStackObservers on commited incomplete transactions and ↵gustav_b1-0/+12
sp_document_{undo,redo}_clear, see #1684042. (bzr r2780)
2006-06-29backed out Event -> XML::Event changesDavid Yip1-3/+3
(bzr r1319)
2006-06-29Event -> XML::Event*David Yip1-3/+3
(bzr r1317)
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-6/+6
(bzr r1315)
2006-06-23quick g_message UndoStackObserver for tracing calls to the undo systemDavid Yip1-0/+48
(bzr r1267)