| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Misleading server name. | Bob Jamison | 2008-05-15 | 1 | -2/+2 |
| | | | | (bzr r5675) | ||||
| * | remove warnings | Bob Jamison | 2008-05-13 | 5 | -25/+29 |
| | | | | (bzr r5668) | ||||
| * | cmake: copy over some excluded files from build.xml | Johan B. C. Engelen | 2008-04-15 | 1 | -4/+4 |
| | | | | (bzr r5453) | ||||
| * | process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES() | Aaron Spike | 2008-04-10 | 1 | -10/+0 |
| | | | | | | | | This more or less mimics what is being done by automake with the Makefile_insert files What we were doing before did not work because add_directories() isn't able to propagate variables upwards. (bzr r5397) | ||||
| * | cmake: EOL of cmakelists.txt in subdirs | Johan B. C. Engelen | 2008-04-07 | 2 | -45/+45 |
| | | | | (bzr r5379) | ||||
| * | delete remaining .cvsignore files | Adib Taraben | 2008-04-01 | 1 | -2/+0 |
| | | | | (bzr r5299) | ||||
| * | add CMakeFiles for io, jabber_whiteboard libavoid libcola. | Johan B. C. Engelen | 2008-03-30 | 2 | -0/+47 |
| | | | | (bzr r5245) | ||||
| * | add basic support for preserving processing instructions in the AST | MenTaLguY | 2008-03-07 | 2 | -0/+9 |
| | | | | (bzr r4987) | ||||
| * | Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵ | Johan B. C. Engelen | 2007-11-04 | 6 | -6/+6 |
| | | | | | | reverted for some files to keep them C-compatible. (bzr r4024) | ||||
| * | **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵ | Peter Moulder | 2007-09-12 | 1 | -3/+3 |
| | | | | | | %.$(OBJEXT) instead of %.o. (bzr r3726) | ||||
| * | fix about dialog a bit | Bob Jamison | 2007-04-11 | 1 | -3/+6 |
| | | | | (bzr r2860) | ||||
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -1/+1 |
| | | | | (bzr r2723) | ||||
| * | format string protection/clean up (CVE-2007-1463, CVE-2007-1464) | Kees Cook | 2007-03-20 | 3 | -13/+11 |
| | | | | (bzr r2720) | ||||
| * | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 2007-01-21 | 3 | -6/+6 |
| | | | | | | create methods to match DOM (bzr r2253) | ||||
| * | merge XML::Session into XML::Document | MenTaLguY | 2007-01-20 | 6 | -324/+224 |
| | | | | (bzr r2248) | ||||
| * | fixing the rest of packaging bug missing files 1632894 | theAdib | 2007-01-11 | 1 | -0/+3 |
| | | | | (bzr r2189) | ||||
| * | lessen the overkill nature of whiteboard's Quit | Bob Jamison | 2007-01-11 | 1 | -1/+4 |
| | | | | (bzr r2183) | ||||
| * | separate updating window from updating layers | bulia byak | 2006-11-18 | 1 | -0/+1 |
| | | | | (bzr r1984) | ||||
| * | work on whiteboard | daleharvey | 2006-09-04 | 2 | -8/+12 |
| | | | | (bzr r1689) | ||||
| * | ignore transform messages | daleharvey | 2006-09-04 | 4 | -9/+26 |
| | | | | (bzr r1684) | ||||
| * | quick bug fix to whiteboard | daleharvey | 2006-09-04 | 2 | -13/+15 |
| | | | | (bzr r1677) | ||||
| * | whiteboard working prototype | daleharvey | 2006-09-04 | 10 | -52/+212 |
| | | | | (bzr r1676) | ||||
| * | Update to inkboard | daleharvey | 2006-08-31 | 5 | -16/+91 |
| | | | | (bzr r1663) | ||||
| * | inkboard-session now sends all changes to the document | daleharvey | 2006-08-15 | 8 | -128/+99 |
| | | | | (bzr r1602) | ||||
| * | Changes to the document are registered through inkboard-session, ↵ | daleharvey | 2006-08-13 | 13 | -73/+266 |
| | | | | | | inkboard-node extends simplenode and allows us to store whiteboard specific information for each node (bzr r1593) | ||||
| * | initial keynodetable work | daleharvey | 2006-08-06 | 8 | -58/+89 |
| | | | | (bzr r1570) | ||||
| * | finalising session establishment | daleharvey | 2006-08-04 | 5 | -69/+55 |
| | | | | (bzr r1559) | ||||
| * | empty messages are passed onto all listeners in pedro, gui ignores such messages | daleharvey | 2006-08-03 | 4 | -17/+20 |
| | | | | (bzr r1553) | ||||
| * | work on jabber_whiteboard | daleharvey | 2006-08-03 | 3 | -77/+98 |
| | | | | (bzr r1550) | ||||
| * | added StateHandling to whiteboard | daleharvey | 2006-08-03 | 5 | -65/+166 |
| | | | | (bzr r1545) | ||||
| * | refactored session establishment | daleharvey | 2006-08-02 | 11 | -668/+275 |
| | | | | (bzr r1541) | ||||
| * | restructuring whiteboard | daleharvey | 2006-07-31 | 2 | -4/+1 |
| | | | | (bzr r1534) | ||||
| * | handling recieved messages | daleharvey | 2006-07-31 | 4 | -40/+97 |
| | | | | (bzr r1521) | ||||
| * | restructuring session-manager | daleharvey | 2006-07-30 | 4 | -87/+4 |
| | | | | (bzr r1520) | ||||
| * | more session establishment | daleharvey | 2006-07-30 | 5 | -25/+23 |
| | | | | (bzr r1517) | ||||
| * | merged with defines | daleharvey | 2006-07-30 | 1 | -157/+0 |
| | | | | (bzr r1516) | ||||
| * | working on session establishment | daleharvey | 2006-07-30 | 9 | -58/+56 |
| | | | | (bzr r1515) | ||||
| * | update to whiteboard, merged typedefs / defines and constants | daleharvey | 2006-07-29 | 16 | -324/+325 |
| | | | | (bzr r1512) | ||||
| * | Refactoring Session Establishment | daleharvey | 2006-07-26 | 6 | -24/+102 |
| | | | | (bzr r1481) | ||||
| * | added sendProtocol | daleharvey | 2006-07-25 | 2 | -0/+35 |
| | | | | (bzr r1478) | ||||
| * | session can be initlialised with a current document which is copied into the ↵ | daleharvey | 2006-07-25 | 1 | -17/+45 |
| | | | | | | inkboard document (bzr r1475) | ||||
| * | added choose desktop dialog during intialising a whiteboard session | daleharvey | 2006-07-20 | 4 | -8/+205 |
| | | | | (bzr r1439) | ||||
| * | added gui code for whiteboard | daleharvey | 2006-07-08 | 2 | -2/+80 |
| | | | | (bzr r1376) | ||||
| * | added a copy of pedrogui to jabber_whiteboard for custom development | daleharvey | 2006-07-07 | 4 | -1/+3668 |
| | | | | (bzr r1374) | ||||
| * | removed string localisation | daleharvey | 2006-07-02 | 2 | -2/+2 |
| | | | | (bzr r1338) | ||||
| * | minor change to svgtoeps | daleharvey | 2006-06-25 | 1 | -0/+1 |
| | | | | (bzr r1291) | ||||
| * | added protocol documents to jabber_whiteboard | daleharvey | 2006-06-25 | 14 | -0/+2833 |
| | | | | (bzr r1290) | ||||
| * | manually merging the INKBOARD_PEDRO branch into trunk | daleharvey | 2006-06-23 | 69 | -14077/+2130 |
| | | | | (bzr r1268) | ||||
| * | applied JID patch by Alexander Darovsky | David Yip | 2006-05-29 | 2 | -4/+16 |
| | | | | | | (see https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1495414&group_id=93438) (bzr r1056) | ||||
| * | whiteboard now works on jep compliant servers only, aka wildfire | daleharvey | 2006-05-24 | 1 | -9/+12 |
| | | | | (bzr r1001) | ||||
