summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2geomify print, fill and stroke methods of extensionsJohan B. C. Engelen2008-07-1216-58/+72
| | | (bzr r6274)
* enable writing "H/h" and "V/v" to SVG !Johan B. C. Engelen2008-07-123-7/+30
| | | (bzr r6273)
* Don't crash on path parse error. Truncate the path data up to where it is valid.Johan B. C. Engelen2008-07-121-6/+15
| | | | | For now shows unsafe debug message about where the path was truncated. (bzr r6272)
* increase font size on kerning_preview and text_preview drawing areasFelipe Corr??a da Silva Sanches2008-07-122-3/+13
| | | (bzr r6271)
* properly update kerning value in the spinbox and fix some crashesFelipe Corr??a da Silva Sanches2008-07-121-10/+19
| | | (bzr r6270)
* now one can visually adjust glyph kerning. (still doesn save that info in ↵Felipe Corr??a da Silva Sanches2008-07-122-2/+29
| | | | | the file, though) (bzr r6269)
* kerning pairs already can be selected but kerning value still cant be setFelipe Corr??a da Silva Sanches2008-07-122-2/+14
| | | (bzr r6268)
* glyph-kerning setup user interface (not functional yet, just the gtk UI sketch)Felipe Corr??a da Silva Sanches2008-07-122-4/+49
| | | (bzr r6267)
* added comments to the SVGFonts exampleFelipe Corr??a da Silva Sanches2008-07-121-5/+89
| | | (bzr r6266)
* add adjustable opacitybulia byak2008-07-121-6/+9
| | | (bzr r6265)
* copyeditbulia byak2008-07-121-1/+1
| | | (bzr r6264)
* move max-recent to ui tabbulia byak2008-07-121-7/+5
| | | (bzr r6263)
* fix crash on svnfonts dialogFelipe Corr??a da Silva Sanches2008-07-123-25/+9
| | | (bzr r6262)
* move label on top for slidersbulia byak2008-07-111-11/+21
| | | (bzr r6261)
* use new 2geom function. This ensures we cannot end up in infinite loop while ↵Johan B. C. Engelen2008-07-114-4/+4
| | | | | converting unexpected 2geom curve types to expected types. (bzr r6260)
* partial update of 2geomJohan B. C. Engelen2008-07-112-11/+22
| | | (bzr r6259)
* apply patch by Stefaan, fixes bug #168589Johan B. C. Engelen2008-07-111-10/+18
| | | (bzr r6258)
* Switched three verbs/icons over to standard names and thus themed loadingJon A. Cruz2008-07-111-3/+3
| | | (bzr r6257)
* Add use of themed icon names in addition to older stock iconsJon A. Cruz2008-07-111-12/+53
| | | (bzr r6256)
* Text Preview entry box on SVGFonts dialog (unfortunately crashing sometimes, ↵Felipe Corr??a da Silva Sanches2008-07-112-5/+24
| | | | | dont know why) (bzr r6255)
* * removed the auxiliary GtkWindowFelipe Corr??a da Silva Sanches2008-07-115-46/+77
| | | | | * added font preview to the SvgFonts dialog (bzr r6254)
* Patch from Martin von Gagern for bug #247368MenTaLguY2008-07-111-2/+13
| | | (bzr r6253)
* Allow inkex.errormsg() to handle non-ASCII characters. Fixes bug 246931.Stephen Silver2008-07-101-1/+1
| | | (bzr r6252)
* prevent assert crashes on bad data in cal1 or cal2bulia byak2008-07-091-16/+42
| | | (bzr r6251)
* Some fixes for the Embed All Images extension:Stephen Silver2008-07-091-5/+5
| | | | | | | | 1) Cope with missing xlink:href. (Fixes bug 246724.) 2) Don't ignore images with filenames that begin with "data". 3) Remove an unused line. 4) Suppress part of an error message in cases where it makes no sense. (bzr r6250)
* remove tolerance from tool prefs now that it's on the controls barbulia byak2008-07-092-6/+0
| | | (bzr r6249)
* fix 243913bulia byak2008-07-091-1/+1
| | | (bzr r6248)
* Remove an unnecessary line that always raises an exception - there is no 'what'.Stephen Silver2008-07-091-1/+0
| | | (bzr r6247)
* Remove obsolete 'sodipodi:docbase' attribute when opening old ↵Stephen Silver2008-07-091-0/+3
| | | | | | | Sodipodi/Inkscape files. See bugs 168958 and 246721. (bzr r6246)
* Remove use of obsolete sodipodi:docbase from Python scripts (see bug 246721).Stephen Silver2008-07-092-8/+2
| | | (bzr r6245)
* move tolerance range towards roughnessbulia byak2008-07-091-2/+2
| | | (bzr r6244)
* tolerance => smoothing, add presetsbulia byak2008-07-091-5/+6
| | | (bzr r6243)
* Fixed icon loading, cacheing and fallback to use stock mechanisms.Jon A. Cruz2008-07-091-40/+98
| | | | | Helps with bugs #167341, #172148 (bzr r6242)
* Warning cleanupJon A. Cruz2008-07-091-1/+1
| | | (bzr r6241)
* remove fractional digits from hscales, we cannot drag with such precision anywaybulia byak2008-07-091-0/+1
| | | (bzr r6240)
* Fix handle for LPERotateCopiesMaximilian Albert2008-07-081-5/+7
| | | (bzr r6239)
* Rename LPE: mirror reflect --> mirror symmetryMaximilian Albert2008-07-086-23/+23
| | | (bzr r6238)
* fix calligraphy and erasertools bugs introduced by rev19197Johan B. C. Engelen2008-07-082-4/+4
| | | (bzr r6237)
* render glyphs using 2geom pathvector instead of artbpath of font-glyphJohan B. C. Engelen2008-07-082-21/+19
| | | (bzr r6236)
* 2geomify SPCurve::new_from_rectJohan B. C. Engelen2008-07-084-11/+13
| | | (bzr r6235)
* 2geomify ellipse creationJohan B. C. Engelen2008-07-081-43/+15
| | | (bzr r6234)
* add 2geom pathvector to glyph font-glyphJohan B. C. Engelen2008-07-083-3/+26
| | | (bzr r6233)
* add MakePathVector to livarotJohan B. C. Engelen2008-07-082-5/+121
| | | (bzr r6232)
* instrument event latencyMenTaLguY2008-07-085-0/+133
| | | (bzr r6231)
* disable motion hints again; still some subtle issues to work outMenTaLguY2008-07-081-7/+4
| | | (bzr r6230)
* 2geomify the static defined hatchcircles of dropper tool, dyna draw and ↵Johan B. C. Engelen2008-07-083-30/+27
| | | | | tweak tool. (bzr r6229)
* * 2geomify polygon svg writingJohan B. C. Engelen2008-07-083-37/+23
| | | | | * 2geomify caligraphy and erasertool svg writing (bzr r6228)
* patch by FreqMod for bug 246389bulia byak2008-07-081-0/+18
| | | (bzr r6227)
* Patch from codedread. Prevents rendering of title/desc/metadata elements in ↵Stephen Silver2008-07-082-2/+2
| | | | | text (fixes bug 238093). (bzr r6226)
* disable motion hints for calligraphy to avoid confusionMenTaLguY2008-07-081-1/+0
| | | (bzr r6225)