summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* svd hacksBob Jamison2006-04-231-30/+117
| | | (bzr r577)
* Native path supportBob Jamison2006-04-221-7/+5
| | | (bzr r576)
* Native paths and relative path resolutionBob Jamison2006-04-222-9/+661
| | | (bzr r575)
* native path supportBob Jamison2006-04-221-0/+1
| | | (bzr r574)
* native path supportBob Jamison2006-04-221-0/+5
| | | (bzr r573)
* Native path supportBob Jamison2006-04-221-1/+16
| | | (bzr r572)
* Native path supportBob Jamison2006-04-221-2/+42
| | | (bzr r571)
* Add test for norlalization and resolutionBob Jamison2006-04-221-14/+21
| | | (bzr r570)
* Fix normalize()Bob Jamison2006-04-221-5/+21
| | | (bzr r569)
* Config tweaksBob Jamison2006-04-223-2/+55
| | | (bzr r568)
* I guess this was missedBob Jamison2006-04-224-90/+0
| | | (bzr r567)
* Add normalize()Bob Jamison2006-04-222-6/+68
| | | (bzr r566)
* Tweak to use Glib::ustring. Remove warnings.Bob Jamison2006-04-2210-65/+216
| | | (bzr r565)
* minor speedupBob Jamison2006-04-211-13/+21
| | | (bzr r564)
* Minor cleanup. Sort styleTable.Bob Jamison2006-04-212-67/+25
| | | (bzr r563)
* remove compiler warningsRalf Stephan2006-04-211-4/+4
| | | (bzr r562)
* Bug-1474013 - switch works incorrectly with non SP_ITEM childrenAndrius Ramanauskas2006-04-211-1/+1
| | | (bzr r561)
* fixing incorrect group children order (bug introduced with <switch> support)Andrius Ramanauskas2006-04-211-3/+3
| | | (bzr r560)
* remove duplicate styles, add placeholders for opacitiesBob Jamison2006-04-201-1/+11
| | | (bzr r559)
* Use dual maps to remove duplicates in style tableBob Jamison2006-04-202-79/+127
| | | (bzr r558)
* fix statusbar when cancelling drawingbulia byak2006-04-201-13/+16
| | | (bzr r557)
* SVG 1.1 Conditional Processing Module rendering support (<switch> element, ↵Andrius Ramanauskas2006-04-2015-209/+1101
| | | | | | | requiredReatures/requiredExtensions/systemLanguage attributes). Two more W3C SVG Test Suite testes pass after this change. (bzr r556)
* disabling rendering optimization for dashed strokes (until optimization is ↵Andrius Ramanauskas2006-04-201-1/+1
| | | | | tweaked to render dashes correctly) (bzr r555)
* try to make license strings translatable (#1473186)Ralf Stephan2006-04-201-10/+10
| | | (bzr r554)
* Fix for [Bug-1473139]Andrius Ramanauskas2006-04-201-7/+5
| | | (bzr r553)
* resolving compiler warningsAndrius Ramanauskas2006-04-202-6/+6
| | | (bzr r552)
* c for calligraphybulia byak2006-04-201-24/+24
| | | (bzr r551)
* remove unused timer codeMenTaLguY2006-04-202-53/+7
| | | (bzr r550)
* we already have import verb, so this is redundantbulia byak2006-04-201-7/+0
| | | (bzr r549)
* add abs_width switch for calligraphy pen width; switch it to 1..100 ↵bulia byak2006-04-205-13/+34
| | | | | displayed range (bzr r548)
* prevent fit canvas button from expandingAaron Spike2006-04-191-1/+8
| | | (bzr r547)
* copyeditbulia byak2006-04-191-1/+1
| | | (bzr r545)
* tweaking for bbyakAaron Spike2006-04-192-7/+9
| | | (bzr r544)
* A fix for [inkscape-Bugs-1296129]Andrius Ramanauskas2006-04-191-1/+1
| | | (bzr r543)
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-1919-1126/+1523
| | | | | complex (multi-node) paths. Optimisation focus - eliminating cubicTo and LineTo nodes outside of visible area, so no unneeded calculations is needed and less memory is consumed (this avoids crashes which were occurring previously if zooming into a complex drawing) (bzr r541)
* Adding fit canvas verbsAaron Spike2006-04-197-5/+186
| | | | | | a few fixes in verbs.cpp and a new button (bzr r539)
* Crash fix (occured if creating layer in layerless document)Andrius Ramanauskas2006-04-182-5/+11
| | | (bzr r538)
* one more tweak of boolop precisionbulia byak2006-04-171-2/+2
| | | (bzr r536)
* patch by Osei Poku to use the new file dialog on Browse in Exportbulia byak2006-04-171-37/+19
| | | (bzr r535)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-1781-641/+627
| | | | | 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_documentDavid Yip2006-04-172-4/+4
| | | (bzr r531)
* minor cleanupsMenTaLguY2006-04-151-9/+5
| | | (bzr r530)
* fix node position when joining to close subpath; allow to lock the position ↵bulia byak2006-04-151-6/+12
| | | | | of one of the nodes to be joined by mouseovering it (bzr r529)
* fix an old typo by laurisbulia byak2006-04-151-1/+1
| | | (bzr r528)
* less confusing tooltipsbulia byak2006-04-151-2/+2
| | | (bzr r527)
* Got images working correctlyBob Jamison2006-04-141-8/+14
| | | (bzr r526)
* Attempt to preserve the shape of the path when deleting nodesAaron Spike2006-04-145-22/+135
| | | | | Old deletion behavior is available via Ctrl+Delete (bzr r525)
* Remove warningsBob Jamison2006-04-141-1/+1
| | | (bzr r524)
* remove warningsBob Jamison2006-04-142-6/+8
| | | (bzr r523)
* fix XMLCh/int warningsBob Jamison2006-04-144-4/+4
| | | (bzr r522)