summaryrefslogtreecommitdiffstats
path: root/src/jabber_whiteboard/message-utilities.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-23Completely remove InkboardKrzysztof Kosi??ski1-493/+0
(bzr r10346)
2006-08-13Changes to the document are registered through inkboard-session, ↵daleharvey1-3/+25
inkboard-node extends simplenode and allows us to store whiteboard specific information for each node (bzr r1593)
2006-07-29update to whiteboard, merged typedefs / defines and constantsdaleharvey1-1/+0
(bzr r1512)
2006-07-02removed string localisationdaleharvey1-1/+1
(bzr r1338)
2006-06-23manually merging the INKBOARD_PEDRO branch into trunkdaleharvey1-246/+266
(bzr r1268)
2006-03-15shared_ptr -> ptr_sharedMenTaLguY1-1/+1
(bzr r240)
2006-02-07* src/jabber_whiteboard/message-utilities.h,mjwybrow1-2/+2
src/jabber_whiteboard/serializer.cpp, src/jabber_whiteboard/deserializer.cpp, src/jabber_whiteboard/message-utilities.cpp, src/ui/dialog/whiteboard-connect.cpp: Some fixes to allow the codebase to compile with Inkboard support after the recent Util::shared_ptr<> and Dialog::present() changes. (bzr r100)
2006-02-06replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY1-2/+2
(bzr r87)