summaryrefslogtreecommitdiffstats
path: root/src/jabber_whiteboard/defines.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-23Completely remove InkboardKrzysztof Kosi??ski1-116/+0
(bzr r10346)
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)
2006-09-04whiteboard working prototypedaleharvey1-1/+1
(bzr r1676)
2006-08-31Update to inkboarddaleharvey1-1/+1
(bzr r1663)
2006-08-15inkboard-session now sends all changes to the documentdaleharvey1-2/+17
(bzr r1602)
2006-08-13Changes to the document are registered through inkboard-session, ↵daleharvey1-1/+2
inkboard-node extends simplenode and allows us to store whiteboard specific information for each node (bzr r1593)
2006-08-06initial keynodetable workdaleharvey1-0/+7
(bzr r1570)
2006-08-04finalising session establishmentdaleharvey1-32/+15
(bzr r1559)
2006-08-02refactored session establishmentdaleharvey1-6/+6
(bzr r1541)
2006-07-30more session establishmentdaleharvey1-12/+12
(bzr r1517)
2006-07-29update to whiteboard, merged typedefs / defines and constantsdaleharvey1-37/+73
(bzr r1512)
2006-07-26Refactoring Session Establishmentdaleharvey1-0/+74
(bzr r1481)