summaryrefslogtreecommitdiffstats
path: root/src/jabber_whiteboard/inkboard-document.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Completely remove InkboardKrzysztof Kosi??ski2011-06-231-167/+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)
* * Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski2008-09-231-2/+1
| | | | | | * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877)
* remove warningsBob Jamison2008-05-131-1/+1
| | | (bzr r5668)
* add basic support for preserving processing instructions in the ASTMenTaLguY2008-03-071-0/+1
| | | (bzr r4987)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+1
| | | (bzr r2723)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-2/+2
| | | | | create methods to match DOM (bzr r2253)
* merge XML::Session into XML::DocumentMenTaLguY2007-01-201-4/+47
| | | (bzr r2248)
* whiteboard working prototypedaleharvey2006-09-041-1/+4
| | | (bzr r1676)
* Update to inkboarddaleharvey2006-08-311-2/+15
| | | (bzr r1663)
* Changes to the document are registered through inkboard-session, ↵daleharvey2006-08-131-5/+7
| | | | | inkboard-node extends simplenode and allows us to store whiteboard specific information for each node (bzr r1593)
* initial keynodetable workdaleharvey2006-08-061-10/+12
| | | (bzr r1570)
* finalising session establishmentdaleharvey2006-08-041-2/+1
| | | (bzr r1559)
* empty messages are passed onto all listeners in pedro, gui ignores such messagesdaleharvey2006-08-031-2/+3
| | | (bzr r1553)
* work on jabber_whiteboarddaleharvey2006-08-031-4/+5
| | | (bzr r1550)
* added StateHandling to whiteboarddaleharvey2006-08-031-2/+7
| | | (bzr r1545)
* refactored session establishmentdaleharvey2006-08-021-2/+3
| | | (bzr r1541)
* handling recieved messagesdaleharvey2006-07-311-1/+6
| | | (bzr r1521)
* more session establishmentdaleharvey2006-07-301-6/+3
| | | (bzr r1517)
* working on session establishmentdaleharvey2006-07-301-2/+6
| | | (bzr r1515)
* update to whiteboard, merged typedefs / defines and constantsdaleharvey2006-07-291-10/+16
| | | (bzr r1512)
* manually merging the INKBOARD_PEDRO branch into trunkdaleharvey2006-06-231-0/+84
(bzr r1268)