summaryrefslogtreecommitdiffstats
path: root/src/jabber_whiteboard/serializer.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-06-23manually merging the INKBOARD_PEDRO branch into trunkdaleharvey1-304/+0
(bzr r1268)
2006-03-15shared_ptr -> ptr_sharedMenTaLguY1-4/+4
(bzr r240)
2006-02-07* src/jabber_whiteboard/message-utilities.h,mjwybrow1-12/+12
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-5/+5
(bzr r87)