| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Generate Voronoi extension. Code by Steven Fortune (C) and Bill Simons (Python). | Alvin Penner | 2010-01-21 | 4 | -0/+1000 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/171901 (bzr r9010) | |||||
| * | Small fix in scour (optimized SVG) output extension. | Nicolas Dufour | 2010-01-20 | 1 | -2/+2 | |
| | | | | (bzr r9000) | |||||
| * | scour extension update (v0.23) | Nicolas Dufour | 2010-01-19 | 3 | -27/+48 | |
| | | | | (bzr r8998) | |||||
| * | AI8 and below import now works with uniconvertor | Nicolas Dufour | 2010-01-09 | 1 | -5/+3 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/169749 (bzr r8957) | |||||
| * | patches for LP bug 461964, latitude hiding formula and comment 13. | Alvin Penner | 2009-12-28 | 1 | -5/+6 | |
| | | | | (bzr r8921) | |||||
| * | DataMatrix encoder extension by inductiveload | Alvin Penner | 2009-12-24 | 3 | -0/+676 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/465571 (bzr r8905) | |||||
| * | Wireframe Spheres extension by inductiveload | Alvin Penner | 2009-12-23 | 3 | -0/+246 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/461964 (bzr r8904) | |||||
| * | forgot the file EAN5 | Alvin Penner | 2009-12-22 | 1 | -0/+67 | |
| | | | | (bzr r8903) | |||||
| * | code by Aaron Spike for EAN5 | Alvin Penner | 2009-12-21 | 3 | -26/+31 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/477809 (bzr r8902) | |||||
| * | patch by mbeach for UPC-A checksum | Alvin Penner | 2009-12-20 | 3 | -9/+9 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/301129 (bzr r8897) | |||||
| * | modify exit message if non-Ascii characters | Alvin Penner | 2009-12-19 | 1 | -461/+463 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/424162 (bzr r8894) | |||||
| * | Embedimage extension fix and stderr Unicode support in inkex.py | Nicolas Dufour | 2009-12-16 | 2 | -4/+5 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/386069 (bzr r8890) | |||||
| * | New conversion factors added to inkex.py (ft, yd, m and km). | Nicolas Dufour | 2009-12-03 | 2 | -23/+3 | |
| | | | | | | Measure path extension now uses inkex.py conversion factors. (bzr r8860) | |||||
| * | Scour extension update | Nicolas Dufour | 2009-11-29 | 2 | -5/+77 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/453737 (bzr r8847) | |||||
| * | Deprecation warning fix on xcf export | Nicolas Dufour | 2009-11-29 | 1 | -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 Andler | 2009-11-17 | 1 | -1/+1 | |
| | | | | (bzr r8834) | |||||
| * | Update scour from 0.21 to 0.22, see ↵ | Jeff Schiller | 2009-11-10 | 1 | -15/+10 | |
| | | | | | | http://codedread.com/scour/release-notes.html (bzr r8833) | |||||
| * | Keys and mouse reference URL updated (now linked to keys047.html). | Nicolas Dufour | 2009-10-19 | 1 | -1/+1 | |
| | | | | (bzr r8794) | |||||
| * | Reverting changes to previous version | Josh Andler | 2009-10-05 | 1 | -53/+6 | |
| | | | | (bzr r8728) | |||||
| * | preparing to add selection support and uncalibrated cmyk representation | Aur??lio A. Heckert | 2009-10-05 | 1 | -6/+53 | |
| | | | | (bzr r8725) | |||||
| * | more friendly usage for simplestyle: no more test for style attribute or ↵ | Aur??lio A. Heckert | 2009-10-02 | 1 | -2/+5 | |
| | | | | | | type conversion on user code. (bzr r8694) | |||||
| * | copyedit, typos, slightly better default values | bulia byak | 2009-10-02 | 3 | -32/+32 | |
| | | | | (bzr r8689) | |||||
| * | Update scour from 0.20 to 0.21 | Jeff Schiller | 2009-09-28 | 1 | -16/+43 | |
| | | | | (bzr r8665) | |||||
| * | Merging in build changes from the 0.47pre3 release | Ted Gould | 2009-09-28 | 1 | -1/+56 | |
| | | | | (bzr r8664) | |||||
| * | i18n fixes for Bug #408093. | Nicolas Dufour | 2009-09-18 | 4 | -13/+9 | |
| | | | | (bzr r8608) | |||||
| * | Removing svgz_[input|output].inx | Ted Gould | 2009-09-15 | 3 | -38/+0 | |
| | | | | (bzr r8598) | |||||
| * | Adding yocto_css.py to Makefile so it gets pulled in dist. | Ted Gould | 2009-09-14 | 1 | -1/+2 | |
| | | | | (bzr r8591) | |||||
| * | Update to scour 0.20 extension | Jeff Schiller | 2009-09-10 | 3 | -44/+179 | |
| | | | | (bzr r8574) | |||||
| * | giving svg_file property to Effect class. Make more readable code. | Aur??lio A. Heckert | 2009-09-09 | 1 | -1/+2 | |
| | | | | (bzr r8573) | |||||
| * | textual patch from bug 408093 | bulia byak | 2009-09-06 | 16 | -41/+40 | |
| | | | | (bzr r8563) | |||||
| * | adding getElementById() to inkex | Aur??lio A. Heckert | 2009-08-26 | 1 | -0/+8 | |
| | | | | (bzr r8538) | |||||
| * | string change: Scoured SVG -> Optimized SVG | Ivan Mas??r | 2009-08-18 | 1 | -2/+2 | |
| | | | | (bzr r8504) | |||||
| * | parseTransform: fix rotate parsing | Thomas Holder | 2009-08-16 | 1 | -13/+28 | |
| | | | | | | computeBBox: support all basic shapes (fix rect parsing) (bzr r8494) | |||||
| * | fixing typos, replace | with -> | Alvin Penner | 2009-08-14 | 2 | -8/+8 | |
| | | | | (bzr r8485) | |||||
| * | Uplift scour extension to version 0.19 (fixes a few bugs) | Jeff Schiller | 2009-08-13 | 1 | -59/+319 | |
| | | | | (bzr r8477) | |||||
| * | Removed support for AI (EPS based) export and EPSI export. | Tavmjong Bah | 2009-08-11 | 4 | -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 Dufour | 2009-08-10 | 1 | -2/+4 | |
| | | | | | | object). (bzr r8463) | |||||
| * | add documentation tab | Alvin Penner | 2009-08-10 | 2 | -14/+28 | |
| | | | | (bzr r8461) | |||||
| * | Scour extension added to Makefile.am and POTFILE.in (inkscape.pot updated). | Nicolas Dufour | 2009-08-04 | 1 | -0/+4 | |
| | | | | (bzr r8403) | |||||
| * | Checkin for Bug 409004: Add Scour as an output option | Jeff Schiller | 2009-08-04 | 4 | -0/+2396 | |
| | | | | (bzr r8402) | |||||
| * | Output extensions for UniConverter export (wmf, sk1 and plt). | Nicolas Dufour | 2009-08-03 | 8 | -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 Bah | 2009-08-03 | 1 | -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 Bah | 2009-08-03 | 4 | -6/+6 | |
| | | | | | | Lowercased .XCF and .DXF to match other entries. (bzr r8392) | |||||
| * | add documentation tab | Alvin Penner | 2009-08-01 | 2 | -9/+23 | |
| | | | | (bzr r8376) | |||||
| * | patch by inductiveload for bug 278423 | Alvin Penner | 2009-07-15 | 1 | -3/+7 | |
| | | | | (bzr r8290) | |||||
| * | Fix for LP #325659 (no translation for extensions description pages) and ↵ | Nicolas Dufour | 2009-07-11 | 3 | -14/+14 | |
| | | | | | | #217236 (intltool - messages extracted from XML missing new lines). (bzr r8255) | |||||
| * | patch by hefee for LP bug 397793 | Alvin Penner | 2009-07-11 | 1 | -1/+2 | |
| | | | | (bzr r8253) | |||||
| * | compensate for document height | Alvin Penner | 2009-07-03 | 1 | -4/+6 | |
| | | | | (bzr r8201) | |||||
| * | modified version of fix by Preben S for LP bug 391923 | Alvin Penner | 2009-07-01 | 2 | -33/+72 | |
| | | | | (bzr r8197) | |||||
| * | Fix for bug #391307 (SVG and media output not working on Windows). | Nicolas Dufour | 2009-06-29 | 1 | -4/+16 | |
| | | | | (bzr r8185) | |||||
