summaryrefslogtreecommitdiffstats
path: root/share/extensions (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Generate Voronoi extension. Code by Steven Fortune (C) and Bill Simons (Python).Alvin Penner2010-01-214-0/+1000
| | | | | | Fixed bugs: - https://launchpad.net/bugs/171901 (bzr r9010)
* Small fix in scour (optimized SVG) output extension.Nicolas Dufour2010-01-201-2/+2
| | | (bzr r9000)
* scour extension update (v0.23)Nicolas Dufour2010-01-193-27/+48
| | | (bzr r8998)
* AI8 and below import now works with uniconvertorNicolas Dufour2010-01-091-5/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/169749 (bzr r8957)
* patches for LP bug 461964, latitude hiding formula and comment 13.Alvin Penner2009-12-281-5/+6
| | | (bzr r8921)
* DataMatrix encoder extension by inductiveloadAlvin Penner2009-12-243-0/+676
| | | | | | Fixed bugs: - https://launchpad.net/bugs/465571 (bzr r8905)
* Wireframe Spheres extension by inductiveloadAlvin Penner2009-12-233-0/+246
| | | | | | Fixed bugs: - https://launchpad.net/bugs/461964 (bzr r8904)
* forgot the file EAN5Alvin Penner2009-12-221-0/+67
| | | (bzr r8903)
* code by Aaron Spike for EAN5Alvin Penner2009-12-213-26/+31
| | | | | | Fixed bugs: - https://launchpad.net/bugs/477809 (bzr r8902)
* patch by mbeach for UPC-A checksumAlvin Penner2009-12-203-9/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/301129 (bzr r8897)
* modify exit message if non-Ascii charactersAlvin Penner2009-12-191-461/+463
| | | | | | Fixed bugs: - https://launchpad.net/bugs/424162 (bzr r8894)
* Embedimage extension fix and stderr Unicode support in inkex.pyNicolas Dufour2009-12-162-4/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/386069 (bzr r8890)
* New conversion factors added to inkex.py (ft, yd, m and km).Nicolas Dufour2009-12-032-23/+3
| | | | | Measure path extension now uses inkex.py conversion factors. (bzr r8860)
* Scour extension updateNicolas Dufour2009-11-292-5/+77
| | | | | | Fixed bugs: - https://launchpad.net/bugs/453737 (bzr r8847)
* Deprecation warning fix on xcf exportNicolas Dufour2009-11-291-1/+13
| | | | | | Fixed bugs: - https://launchpad.net/bugs/485027 (bzr r8846)
* One line fix from ~suv (Ted knows) to fix our XCF export. Fixes 484016.Josh Andler2009-11-171-1/+1
| | | (bzr r8834)
* Update scour from 0.21 to 0.22, see ↵Jeff Schiller2009-11-101-15/+10
| | | | | http://codedread.com/scour/release-notes.html (bzr r8833)
* Keys and mouse reference URL updated (now linked to keys047.html).Nicolas Dufour2009-10-191-1/+1
| | | (bzr r8794)
* Reverting changes to previous versionJosh Andler2009-10-051-53/+6
| | | (bzr r8728)
* preparing to add selection support and uncalibrated cmyk representationAur??lio A. Heckert2009-10-051-6/+53
| | | (bzr r8725)
* more friendly usage for simplestyle: no more test for style attribute or ↵Aur??lio A. Heckert2009-10-021-2/+5
| | | | | type conversion on user code. (bzr r8694)
* copyedit, typos, slightly better default valuesbulia byak2009-10-023-32/+32
| | | (bzr r8689)
* Update scour from 0.20 to 0.21Jeff Schiller2009-09-281-16/+43
| | | (bzr r8665)
* Merging in build changes from the 0.47pre3 releaseTed Gould2009-09-281-1/+56
| | | (bzr r8664)
* i18n fixes for Bug #408093.Nicolas Dufour2009-09-184-13/+9
| | | (bzr r8608)
* Removing svgz_[input|output].inxTed Gould2009-09-153-38/+0
| | | (bzr r8598)
* Adding yocto_css.py to Makefile so it gets pulled in dist.Ted Gould2009-09-141-1/+2
| | | (bzr r8591)
* Update to scour 0.20 extensionJeff Schiller2009-09-103-44/+179
| | | (bzr r8574)
* giving svg_file property to Effect class. Make more readable code.Aur??lio A. Heckert2009-09-091-1/+2
| | | (bzr r8573)
* textual patch from bug 408093bulia byak2009-09-0616-41/+40
| | | (bzr r8563)
* adding getElementById() to inkexAur??lio A. Heckert2009-08-261-0/+8
| | | (bzr r8538)
* string change: Scoured SVG -> Optimized SVGIvan Mas??r2009-08-181-2/+2
| | | (bzr r8504)
* parseTransform: fix rotate parsingThomas Holder2009-08-161-13/+28
| | | | | computeBBox: support all basic shapes (fix rect parsing) (bzr r8494)
* fixing typos, replace | with ->Alvin Penner2009-08-142-8/+8
| | | (bzr r8485)
* Uplift scour extension to version 0.19 (fixes a few bugs)Jeff Schiller2009-08-131-59/+319
| | | (bzr r8477)
* Removed support for AI (EPS based) export and EPSI export.Tavmjong Bah2009-08-114-47/+0
| | | | | | | | | | AI export only supported (poorly) Adobe Illustrator 8.0 (released in 1998); Adobe Illustrator 10 (2001) and later support direct SVG import. EPSI export has limited use now that many programs such as OpenOffice can directly use the vector data in EPS files. If needed, the program ps2epsi can be used to make EPSI files from EPS files. (bzr r8465)
* Fix for bug LP #308183 (Measure Path text shifted when used with a copied ↵Nicolas Dufour2009-08-101-2/+4
| | | | | object). (bzr r8463)
* add documentation tabAlvin Penner2009-08-102-14/+28
| | | (bzr r8461)
* Scour extension added to Makefile.am and POTFILE.in (inkscape.pot updated).Nicolas Dufour2009-08-041-0/+4
| | | (bzr r8403)
* Checkin for Bug 409004: Add Scour as an output optionJeff Schiller2009-08-044-0/+2396
| | | (bzr r8402)
* Output extensions for UniConverter export (wmf, sk1 and plt).Nicolas Dufour2009-08-038-7/+228
| | | | | Also fixes Bug #387946 (UniConvertor called with wrong filename) (bzr r8398)
* Hack to get dxf (R12) export working as suggested by ~suv:Tavmjong Bah2009-08-031-3/+3
| | | | | | | s/org.inkscape.output.ps/org.inkscape.print.ps.cairo/ Also changed menu entry to show that dxf output is with R12 format. (bzr r8394)
* Better file description for .plt files.Tavmjong Bah2009-08-034-6/+6
| | | | | Lowercased .XCF and .DXF to match other entries. (bzr r8392)
* add documentation tabAlvin Penner2009-08-012-9/+23
| | | (bzr r8376)
* patch by inductiveload for bug 278423Alvin Penner2009-07-151-3/+7
| | | (bzr r8290)
* Fix for LP #325659 (no translation for extensions description pages) and ↵Nicolas Dufour2009-07-113-14/+14
| | | | | #217236 (intltool - messages extracted from XML missing new lines). (bzr r8255)
* patch by hefee for LP bug 397793Alvin Penner2009-07-111-1/+2
| | | (bzr r8253)
* compensate for document heightAlvin Penner2009-07-031-4/+6
| | | (bzr r8201)
* modified version of fix by Preben S for LP bug 391923Alvin Penner2009-07-012-33/+72
| | | (bzr r8197)
* Fix for bug #391307 (SVG and media output not working on Windows).Nicolas Dufour2009-06-291-4/+16
| | | (bzr r8185)