| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | add an option for displaying font previews in the text tool's font list; also... | buliabyak | 2009-12-01 | 3 | -7/+21 |
| | * | | | Spray Tool by the students at Ecole Centrale de Lyon, Lyon, France | Josh Andler | 2009-11-30 | 20 | -3/+2186 |
| | * | | | Align and distribute tooltip string fix (Bug #442214 | Nicolas Dufour | 2009-11-30 | 1 | -1/+1 |
| | * | | | Merging in the changes from the 0.47 release branch. Also updating version n... | Ted Gould | 2009-11-29 | 3 | -11/+11 |
| | |\ \ \
| | |_|/
| |/| | |
|
| | | * | | Updated version files that were missed. | Chris Morgan | 2009-11-29 | 2 | -10/+10 |
| | | * | | Marking the tests as failing. | Ted Gould | 2009-11-16 | 1 | -1/+1 |
| | * | | | Patch by Dan_Krause to add Arch Paper sizes | Josh Andler | 2009-11-28 | 1 | -0/+20 |
| * | | | | Merging in from trunk | Ted Gould | 2009-11-29 | 192 | -2612/+3896 |
| |\| | | |
|
| | * | | | hopefully fix build on linux | Johan B. C. Engelen | 2009-11-24 | 1 | -0/+2 |
| | * | | | decrease header deps | Johan B. C. Engelen | 2009-11-23 | 5 | -1/+5 |
| | * | | | decrease header dependencies | Johan B. C. Engelen | 2009-11-23 | 4 | -6/+13 |
| | * | | | update 2geom. needed for extrude lpe | Johan B. C. Engelen | 2009-11-23 | 4 | -5/+65 |
| | * | | | work on the lpe group undo bug. it's not solved, but i think LPE code does ev... | Johan B. C. Engelen | 2009-11-23 | 4 | -33/+48 |
| | * | | | add LPE extrude. it's not finished yet! | Johan B. C. Engelen | 2009-11-23 | 4 | -0/+203 |
| | * | | | fix bug 379378 | Johan B. C. Engelen | 2009-11-23 | 1 | -1/+1 |
| | * | | | fix bug 168663, marker shifted wrong by viewBox | Thomas Holder | 2009-11-23 | 1 | -16/+3 |
| | * | | | fix bug 427267, single dots inside transformed groups misplaced | Thomas Holder | 2009-11-23 | 1 | -1/+2 |
| | |/ / |
|
| | * | | Fixed copying of old settings, along with some data() vs. c_str() cleanup. Fi... | Jon A. Cruz | 2009-11-10 | 1 | -27/+38 |
| | * | | Patch by Adib for 271695 | Josh Andler | 2009-11-09 | 2 | -12/+35 |
| | * | | Comment out non-functioning menu item | Josh Andler | 2009-11-09 | 1 | -1/+1 |
| | * | | Migrate file MRU prefs | Jon A. Cruz | 2009-11-09 | 3 | -27/+131 |
| | * | | regression patch from 388257 | bulia byak | 2009-11-09 | 1 | -4/+2 |
| | * | | Patch for 456148 by Johan | Josh Andler | 2009-11-08 | 3 | -212/+342 |
| | * | | Patch by Johan for 445790 | Josh Andler | 2009-11-08 | 1 | -1/+7 |
| | * | | Fix for crash 409043 | Josh Andler | 2009-11-08 | 1 | -0/+10 |
| | * | | patch by Krzysztof for 459811 | bulia byak | 2009-11-08 | 2 | -3/+4 |
| | * | | Krzysztof's patch for 388257 | bulia byak | 2009-11-08 | 1 | -14/+19 |
| | * | | revert the PS rotation part of Adrian's patch for 437550, see discussion in t... | bulia byak | 2009-11-07 | 1 | -9/+1 |
| | * | | remove registerEditWidget, move this to SPDesktop::init instead; a noop chang... | bulia byak | 2009-10-25 | 4 | -9/+6 |
| | * | | since SP_VERB_XMPP_CLIENT is commented out in .h, it must be commented out he... | bulia byak | 2009-10-19 | 1 | -2/+2 |
| | * | | Patch by Luca for 449709 | Josh Andler | 2009-10-19 | 1 | -0/+2 |
| | * | | Patch by Adib for 429529 | Josh Andler | 2009-10-18 | 2 | -1/+5 |
| | * | | More proper fix for 451588 by Tavmjong | Josh Andler | 2009-10-16 | 1 | -9/+21 |
| | * | | Fix for bug #423326 (Untranslated file types). | Nicolas Dufour | 2009-10-15 | 1 | -5/+5 |
| | * | | fix crash: draw two paths, select both, object - clip - set, node tool, edit ... | bulia byak | 2009-10-15 | 1 | -0/+3 |
| | * | | Patch by Tavmjong for 451588 | Josh Andler | 2009-10-14 | 1 | -5/+16 |
| | * | | Applying second patch for bug #425557. | Jon A. Cruz | 2009-10-14 | 2 | -16/+25 |
| | * | | Johan's patch for 425557 | bulia byak | 2009-10-11 | 1 | -11/+28 |
| | * | | Cleanup of out-of-sync tests | Jon A. Cruz | 2009-10-09 | 2 | -5/+5 |
| | * | | Refactored multiple methods to single data-driven one. | Jon A. Cruz | 2009-10-09 | 1 | -27/+18 |
| | * | | Added simplistic test cases | Jon A. Cruz | 2009-10-08 | 1 | -0/+30 |
| | * | | Patch by Johan to fix 365903. | Josh Andler | 2009-10-08 | 1 | -2/+14 |
| | * | | Follow-up ui rollback for fixing bug #399604. | Jon A. Cruz | 2009-10-08 | 1 | -1/+1 |
| | * | | Fixed signed/unsigned problem with precision calc. Fixes bug #399604. | Jon A. Cruz | 2009-10-08 | 4 | -49/+49 |
| | * | | Fix variable name legibility. | Jon A. Cruz | 2009-10-08 | 1 | -38/+38 |
| | * | | Patch by Johan to fix 391368 | Josh Andler | 2009-10-07 | 2 | -14/+20 |
| | * | | Patch by Diederik to mitigate crash on 318726. | Josh Andler | 2009-10-07 | 1 | -3/+10 |
| | * | | Patch by Johan to fix crashing by undefined path parameters in 4 LPEs | Josh Andler | 2009-10-05 | 4 | -2/+26 |
| | * | | Fix for 419577 by Johan | Josh Andler | 2009-10-05 | 1 | -1/+5 |
| | * | | Updated tooltip for clarity per Krzysztof. | Josh Andler | 2009-10-05 | 1 | -1/+1 |