| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Completely remove Inkboard | Krzysztof Kosi??ski | 2011-06-23 | 1 | -410/+0 |
| | | | | (bzr r10346) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -16/+14 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -1/+1 |
| | | | | | | | (bzr r9546.1.2) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -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) | ||||
| * | | Remove the failed and unused "new gui" stuff. | Krzysztof Kosi??ski | 2010-10-12 | 1 | -16/+7 |
| |/ | | | (bzr r9828) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -5/+5 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -5/+5 |
| | | | | (bzr r8405) | ||||
| * | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 2007-01-21 | 1 | -2/+2 |
| | | | | | | create methods to match DOM (bzr r2253) | ||||
| * | separate updating window from updating layers | bulia byak | 2006-11-18 | 1 | -0/+1 |
| | | | | (bzr r1984) | ||||
| * | initial keynodetable work | daleharvey | 2006-08-06 | 1 | -5/+6 |
| | | | | (bzr r1570) | ||||
| * | finalising session establishment | daleharvey | 2006-08-04 | 1 | -3/+6 |
| | | | | (bzr r1559) | ||||
| * | empty messages are passed onto all listeners in pedro, gui ignores such messages | daleharvey | 2006-08-03 | 1 | -2/+2 |
| | | | | (bzr r1553) | ||||
| * | work on jabber_whiteboard | daleharvey | 2006-08-03 | 1 | -60/+59 |
| | | | | (bzr r1550) | ||||
| * | added StateHandling to whiteboard | daleharvey | 2006-08-03 | 1 | -1/+4 |
| | | | | (bzr r1545) | ||||
| * | refactored session establishment | daleharvey | 2006-08-02 | 1 | -251/+203 |
| | | | | (bzr r1541) | ||||
| * | restructuring whiteboard | daleharvey | 2006-07-31 | 1 | -4/+0 |
| | | | | (bzr r1534) | ||||
| * | handling recieved messages | daleharvey | 2006-07-31 | 1 | -10/+49 |
| | | | | (bzr r1521) | ||||
| * | restructuring session-manager | daleharvey | 2006-07-30 | 1 | -63/+2 |
| | | | | (bzr r1520) | ||||
| * | more session establishment | daleharvey | 2006-07-30 | 1 | -1/+1 |
| | | | | (bzr r1517) | ||||
| * | working on session establishment | daleharvey | 2006-07-30 | 1 | -33/+30 |
| | | | | (bzr r1515) | ||||
| * | update to whiteboard, merged typedefs / defines and constants | daleharvey | 2006-07-29 | 1 | -45/+10 |
| | | | | (bzr r1512) | ||||
| * | Refactoring Session Establishment | daleharvey | 2006-07-26 | 1 | -13/+10 |
| | | | | (bzr r1481) | ||||
| * | added sendProtocol | daleharvey | 2006-07-25 | 1 | -0/+29 |
| | | | | (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 | 1 | -8/+30 |
| | | | | (bzr r1439) | ||||
| * | manually merging the INKBOARD_PEDRO branch into trunk | daleharvey | 2006-06-23 | 1 | -1120/+329 |
| | | | | (bzr r1268) | ||||
| * | applied JID patch by Alexander Darovsky | David Yip | 2006-05-29 | 1 | -2/+14 |
| | | | | | | (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 ↵ | daleharvey | 2006-05-18 | 1 | -20/+115 |
| | | | | | | whiteboard->connect dialog (bzr r884) | ||||
| * | Users Jid is now stored in session data, which is used in from attributes. ↵ | daleharvey | 2006-05-10 | 1 | -5/+6 |
| | | | | | | lm_connection_set_jid is now not called, which allows authentication against jabber.org (bzr r805) | ||||
| * | removed resource name from self's jid, allowing authentication against ↵ | daleharvey | 2006-05-08 | 1 | -1/+1 |
| | | | | | | jabber.org (bzr r777) | ||||
| * | Persist User / Server / ChatServer name across succesful sessions (Given By ↵ | daleharvey | 2006-05-08 | 1 | -0/+10 |
| | | | | | | Botty) (bzr r773) | ||||
| * | removed lm_initialize calls and supporting infrastructure; loudmouth 1.1.1 ↵ | David Yip | 2006-05-03 | 1 | -5/+10 |
| | | | | | | does not require it for Win32 operation (bzr r712) | ||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 1 | -2/+2 |
| | | | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) | ||||
| * | SP_DT_DOCUMENT -> sp_desktop_document | David Yip | 2006-04-17 | 1 | -2/+2 |
| | | | | (bzr r531) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+1118 |
| (bzr r1) | |||||
