summaryrefslogtreecommitdiffstats
path: root/src/jabber_whiteboard/inkboard-node.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Completely remove InkboardKrzysztof Kosi??ski2011-06-231-150/+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)
* Updating the includes on these files because they need to include ↵Ted Gould2008-11-231-0/+1
| | | | | simple-node.h as they ARE using the implementation. (bzr r6894)
* fix inkboard node position bugsMenTaLguY2008-07-011-2/+1
| | | (bzr r6111)
* plumb document references a little deeper inMenTaLguY2008-06-081-2/+2
| | | (bzr r5861)
* remove warningsBob Jamison2008-05-131-7/+10
| | | (bzr r5668)
* work on whiteboarddaleharvey2006-09-041-5/+4
| | | (bzr r1689)
* ignore transform messagesdaleharvey2006-09-041-3/+6
| | | (bzr r1684)
* whiteboard working prototypedaleharvey2006-09-041-7/+64
| | | (bzr r1676)
* Update to inkboarddaleharvey2006-08-311-0/+20
| | | (bzr r1663)
* inkboard-session now sends all changes to the documentdaleharvey2006-08-151-3/+30
| | | (bzr r1602)
* Changes to the document are registered through inkboard-session, ↵daleharvey2006-08-131-0/+41
inkboard-node extends simplenode and allows us to store whiteboard specific information for each node (bzr r1593)