summaryrefslogtreecommitdiffstats
path: root/src/jabber_whiteboard/defines.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Completely remove InkboardKrzysztof Kosi??ski2011-06-231-116/+0
| | | (bzr r10346)
* 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)
* whiteboard working prototypedaleharvey2006-09-041-1/+1
| | | (bzr r1676)
* Update to inkboarddaleharvey2006-08-311-1/+1
| | | (bzr r1663)
* inkboard-session now sends all changes to the documentdaleharvey2006-08-151-2/+17
| | | (bzr r1602)
* Changes to the document are registered through inkboard-session, ↵daleharvey2006-08-131-1/+2
| | | | | inkboard-node extends simplenode and allows us to store whiteboard specific information for each node (bzr r1593)
* initial keynodetable workdaleharvey2006-08-061-0/+7
| | | (bzr r1570)
* finalising session establishmentdaleharvey2006-08-041-32/+15
| | | (bzr r1559)
* refactored session establishmentdaleharvey2006-08-021-6/+6
| | | (bzr r1541)
* more session establishmentdaleharvey2006-07-301-12/+12
| | | (bzr r1517)
* update to whiteboard, merged typedefs / defines and constantsdaleharvey2006-07-291-37/+73
| | | (bzr r1512)
* Refactoring Session Establishmentdaleharvey2006-07-261-0/+74
(bzr r1481)