summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix statusbar when cancelling drawingbulia byak2006-04-201-13/+16
* SVG 1.1 Conditional Processing Module rendering support (<switch> element, re...Andrius Ramanauskas2006-04-2015-209/+1101
* disabling rendering optimization for dashed strokes (until optimization is tw...Andrius Ramanauskas2006-04-201-1/+1
* try to make license strings translatable (#1473186)Ralf Stephan2006-04-201-10/+10
* Fix for [Bug-1473139]Andrius Ramanauskas2006-04-201-7/+5
* resolving compiler warningsAndrius Ramanauskas2006-04-202-6/+6
* c for calligraphybulia byak2006-04-201-24/+24
* remove unused timer codeMenTaLguY2006-04-202-53/+7
* we already have import verb, so this is redundantbulia byak2006-04-201-7/+0
* add abs_width switch for calligraphy pen width; switch it to 1..100 displayed...bulia byak2006-04-205-13/+34
* prevent fit canvas button from expandingAaron Spike2006-04-191-1/+8
* copyeditbulia byak2006-04-191-1/+1
* tweaking for bbyakAaron Spike2006-04-192-7/+9
* A fix for [inkscape-Bugs-1296129]Andrius Ramanauskas2006-04-191-1/+1
* Rendering optimisation, which gives best results for zoomed in drawings with ...Andrius Ramanauskas2006-04-1919-1126/+1523
* Adding fit canvas verbsAaron Spike2006-04-197-5/+186
* Crash fix (occured if creating layer in layerless document)Andrius Ramanauskas2006-04-182-5/+11
* one more tweak of boolop precisionbulia byak2006-04-171-2/+2
* patch by Osei Poku to use the new file dialog on Browse in Exportbulia byak2006-04-171-37/+19
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY2006-04-1781-641/+627
* SP_DT_DOCUMENT -> sp_desktop_documentDavid Yip2006-04-172-4/+4
* minor cleanupsMenTaLguY2006-04-151-9/+5
* fix node position when joining to close subpath; allow to lock the position o...bulia byak2006-04-151-6/+12
* fix an old typo by laurisbulia byak2006-04-151-1/+1
* less confusing tooltipsbulia byak2006-04-151-2/+2
* Got images working correctlyBob Jamison2006-04-141-8/+14
* Attempt to preserve the shape of the path when deleting nodesAaron Spike2006-04-145-22/+135
* Remove warningsBob Jamison2006-04-141-1/+1
* remove warningsBob Jamison2006-04-142-6/+8
* fix XMLCh/int warningsBob Jamison2006-04-144-4/+4
* Fixed desktop-to-doc Y flipBob Jamison2006-04-141-12/+18
* Fixed end-of-block markerBob Jamison2006-04-142-10/+52
* Initial resultsBob Jamison2006-04-141-45/+126
* fix 1356914bulia byak2006-04-141-1/+1
* reduce flattening precision back somewhat, to prevent too many new nodes appe...bulia byak2006-04-141-2/+2
* Added curvesBob Jamison2006-04-141-18/+105
* Added meta-info stubBob Jamison2006-04-132-2/+71
* More WIP. Got all of the files generated. Now just work on content.xml to g...Bob Jamison2006-04-132-69/+278
* Made the format buffer larger and part of the class, not the stack.Bob Jamison2006-04-132-7/+8
* add zipentry methodsBob Jamison2006-04-132-6/+23
* wipBob Jamison2006-04-132-203/+277
* quick fix to avoid crash (bug 1469718)Andrius Ramanauskas2006-04-131-2/+4
* renamed many verbs to more meaningful names, fixed a few inconsistencies, rea...bulia byak2006-04-122-44/+42
* add some sp_* stuffBob Jamison2006-04-121-0/+30
* still WIP. added tree-descending codeBob Jamison2006-04-122-25/+49
* change XML vocabulary for keys, make keys parsing a bit more relaxedbulia byak2006-04-121-13/+20
* WIP commitBob Jamison2006-04-122-7/+275
* _desktop was not init'ed, sometimes leading to crashes on doubleclickRalf Stephan2006-04-121-1/+2
* avoid name collisionBob Jamison2006-04-121-3/+3
* change uint to unsigned intBob Jamison2006-04-121-2/+2