summaryrefslogtreecommitdiffstats
path: root/src/jabber_whiteboard/session-manager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Completely remove InkboardKrzysztof Kosi??ski2011-06-231-141/+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)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-3/+3
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-3/+3
| | | (bzr r8404)
* remove warningsBob Jamison2008-05-131-1/+2
| | | (bzr r5668)
* merge XML::Session into XML::DocumentMenTaLguY2007-01-201-1/+0
| | | (bzr r2248)
* whiteboard working prototypedaleharvey2006-09-041-2/+3
| | | (bzr r1676)
* refactored session establishmentdaleharvey2006-08-021-117/+45
| | | (bzr r1541)
* handling recieved messagesdaleharvey2006-07-311-18/+19
| | | (bzr r1521)
* restructuring session-managerdaleharvey2006-07-301-18/+0
| | | (bzr r1520)
* working on session establishmentdaleharvey2006-07-301-2/+2
| | | (bzr r1515)
* update to whiteboard, merged typedefs / defines and constantsdaleharvey2006-07-291-15/+8
| | | (bzr r1512)
* Refactoring Session Establishmentdaleharvey2006-07-261-2/+1
| | | (bzr r1481)
* added sendProtocoldaleharvey2006-07-251-0/+6
| | | (bzr r1478)
* added a copy of pedrogui to jabber_whiteboard for custom developmentdaleharvey2006-07-071-1/+1
| | | (bzr r1374)
* manually merging the INKBOARD_PEDRO branch into trunkdaleharvey2006-06-231-560/+182
| | | (bzr r1268)
* applied JID patch by Alexander Darovsky David Yip2006-05-291-2/+2
| | | | | (see https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1495414&group_id=93438) (bzr r1056)
* added functionality to for users to register jabber accounts within the ↵daleharvey2006-05-181-0/+36
| | | | | whiteboard->connect dialog (bzr r884)
* Users Jid is now stored in session data, which is used in from attributes. ↵daleharvey2006-05-101-0/+5
| | | | | lm_connection_set_jid is now not called, which allows authentication against jabber.org (bzr r805)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+568
(bzr r1)