summaryrefslogtreecommitdiffstats
path: root/src/jabber_whiteboard/inkboard-node.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-23Completely remove InkboardKrzysztof Kosi??ski1-150/+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)
2008-11-23Updating the includes on these files because they need to include ↵Ted Gould1-0/+1
simple-node.h as they ARE using the implementation. (bzr r6894)
2008-07-01fix inkboard node position bugsMenTaLguY1-2/+1
(bzr r6111)
2008-06-08plumb document references a little deeper inMenTaLguY1-2/+2
(bzr r5861)
2008-05-13remove warningsBob Jamison1-7/+10
(bzr r5668)
2006-09-04work on whiteboarddaleharvey1-5/+4
(bzr r1689)
2006-09-04ignore transform messagesdaleharvey1-3/+6
(bzr r1684)
2006-09-04whiteboard working prototypedaleharvey1-7/+64
(bzr r1676)
2006-08-31Update to inkboarddaleharvey1-0/+20
(bzr r1663)
2006-08-15inkboard-session now sends all changes to the documentdaleharvey1-3/+30
(bzr r1602)
2006-08-13Changes to the document are registered through inkboard-session, ↵daleharvey1-0/+41
inkboard-node extends simplenode and allows us to store whiteboard specific information for each node (bzr r1593)