summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove registerEditWidget, move this to SPDesktop::init instead; a noop ↵bulia byak2009-10-254-9/+6
| | | | | change but fixes a weird crash on Windows (bzr r8805)
* since SP_VERB_XMPP_CLIENT is commented out in .h, it must be commented out ↵bulia byak2009-10-191-2/+2
| | | | | here to, otherwise compilation on windows fails (bzr r8797)
* Patch by Luca for 449709Josh Andler2009-10-191-0/+2
| | | (bzr r8793)
* Patch by Adib for 429529Josh Andler2009-10-182-1/+5
| | | (bzr r8792)
* More proper fix for 451588 by TavmjongJosh Andler2009-10-161-9/+21
| | | (bzr r8788)
* Fix for bug #423326 (Untranslated file types).Nicolas Dufour2009-10-151-5/+5
| | | | | Okayed by Joshua A. Andler on IRC (thanks!). (bzr r8779)
* fix crash: draw two paths, select both, object - clip - set, node tool, edit ↵bulia byak2009-10-151-0/+3
| | | | | clippath, drag a clippath node, undo (bzr r8773)
* Patch by Tavmjong for 451588Josh Andler2009-10-141-5/+16
| | | (bzr r8771)
* Applying second patch for bug #425557.Jon A. Cruz2009-10-142-16/+25
| | | (bzr r8768)
* Johan's patch for 425557bulia byak2009-10-111-11/+28
| | | (bzr r8762)
* Cleanup of out-of-sync testsJon A. Cruz2009-10-092-5/+5
| | | (bzr r8751)
* Refactored multiple methods to single data-driven one.Jon A. Cruz2009-10-091-27/+18
| | | (bzr r8750)
* Added simplistic test casesJon A. Cruz2009-10-081-0/+30
| | | (bzr r8749)
* Patch by Johan to fix 365903.Josh Andler2009-10-081-2/+14
| | | (bzr r8748)
* Follow-up ui rollback for fixing bug #399604.Jon A. Cruz2009-10-081-1/+1
| | | (bzr r8743)
* Fixed signed/unsigned problem with precision calc. Fixes bug #399604.Jon A. Cruz2009-10-084-49/+49
| | | (bzr r8742)
* Fix variable name legibility.Jon A. Cruz2009-10-081-38/+38
| | | (bzr r8740)
* Patch by Johan to fix 391368Josh Andler2009-10-072-14/+20
| | | (bzr r8739)
* Patch by Diederik to mitigate crash on 318726.Josh Andler2009-10-071-3/+10
| | | (bzr r8735)
* Patch by Johan to fix crashing by undefined path parameters in 4 LPEsJosh Andler2009-10-054-2/+26
| | | (bzr r8723)
* Fix for 419577 by JohanJosh Andler2009-10-051-1/+5
| | | (bzr r8722)
* Updated tooltip for clarity per Krzysztof.Josh Andler2009-10-051-1/+1
| | | (bzr r8720)
* fix shift+middle button zoom area when there are other modifiers in the ↵bulia byak2009-10-051-1/+1
| | | | | mask; safe typo fix, everywhere else it's checked this way (bzr r8715)
* Patch by Adib to fix 273767Josh Andler2009-10-041-6/+10
| | | (bzr r8713)
* Patch to fix 205667 by Petteri AimonenJosh Andler2009-10-042-5/+14
| | | (bzr r8712)
* typo in commentbulia byak2009-10-041-1/+1
| | | (bzr r8711)
* Richard's patch for crash bug 402274bulia byak2009-10-041-2/+3
| | | (bzr r8710)
* Diederik's patch for crash bug 441255bulia byak2009-10-041-2/+3
| | | (bzr r8709)
* Patch by Johan to fix reading of rare svg strings.Josh Andler2009-10-031-2/+28
| | | (bzr r8707)
* Patch by Max for 264709.Josh Andler2009-10-031-3/+11
| | | (bzr r8706)
* fix test for relative implicit linetoJohan B. C. Engelen2009-10-031-2/+2
| | | (bzr r8703)
* Patch by Max to add option for better Save As behavior.Josh Andler2009-10-023-18/+33
| | | (bzr r8697)
* label editbulia byak2009-10-021-1/+1
| | | (bzr r8690)
* Create additional user subdir's. Fixes bug #437938.Jon A. Cruz2009-09-301-0/+7
| | | (bzr r8682)
* Kludge for URI resolution of combining paths. Fixes bug #437927.Jon A. Cruz2009-09-291-2/+7
| | | (bzr r8678)
* Avoid crashing when profile is missing. Addresses main symptom of bug #437927.Jon A. Cruz2009-09-292-11/+20
| | | (bzr r8674)
* Fixed leaking memory and added proper name fallback. Applies modified patch ↵Jon A. Cruz2009-09-291-17/+34
| | | | | and addresses bug #436151. (bzr r8672)
* Remove unused files: ftos.cpp and ftos.hKrzysztof Kosi??ski2009-09-282-539/+0
| | | (bzr r8671)
* fix error in curve cxxtestsJohan B. C. Engelen2009-09-281-1/+1
| | | (bzr r8670)
* fix node counting for "moveto"-only paths.Johan B. C. Engelen2009-09-281-2/+6
| | | (bzr r8669)
* Merging in build changes from the 0.47pre3 releaseTed Gould2009-09-281-2/+3
| | | (bzr r8664)
* Updated buildtool's files to undefine whiteboard. Comment out OCAL Export ↵Josh Andler2009-09-277-46/+84
| | | | | dialog. Also commented out verbs & file related functions for both as a precaution for command-line usage. (bzr r8661)
* Patch by Adib for 382313.Josh Andler2009-09-271-1/+2
| | | (bzr r8659)
* Patch from Adrian for 437550.Josh Andler2009-09-271-3/+13
| | | (bzr r8658)
* Revert patch from 168384 until after 0.47Josh Andler2009-09-271-16/+13
| | | (bzr r8657)
* Updated allowed icc-profile names to match recent grammars. Follow-up for ↵Jon A. Cruz2009-09-273-5/+14
| | | | | bug #405143 (bzr r8656)
* fix build on win32 with LCMS_ENABLEDJohan B. C. Engelen2009-09-271-4/+1
| | | (bzr r8655)
* Fixed Win32 code for MS Windows-specific color profile location. Fixes bug ↵Jon A. Cruz2009-09-261-20/+32
| | | | | #214198. (bzr r8654)
* Fixed warningJon A. Cruz2009-09-261-1/+1
| | | (bzr r8653)
* Other patch by Johan to comment out a warning. Thanks Johan!Josh Andler2009-09-261-1/+1
| | | (bzr r8652)