summaryrefslogtreecommitdiffstats
path: root/share/extensions (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extensions. Pattern along Path. Warn if width of pattern is zero (Bug 486920)Alvin Penner2011-09-041-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/486920 (bzr r10616)
* Extensions. Fix for bug #837603 (Simplestyle extension helper breaks on ↵Nicolas Dufour2011-09-012-6/+79
| | | | | | | | spaces in styles) thanks to nikitakit. Extensions. Fix for bug #298528 (parseColor() in simplestyle.py can't parse colors of type rgb(xx.x%,xx.x%,xx.xx%)) thanks to Kjell Magne Fauske. Extensions. New test file for simplestyle.py. (bzr r10610)
* Extensions. Fix for bug #837962 (Untranslatable and not localized strings in ↵Nicolas Dufour2011-08-313-5/+4
| | | | | | | trunk-r10607). Translations. Greek (by Dimitris Spingos) and French translations update. (bzr r10609)
* add underscore _Alvin Penner2011-08-311-4/+4
| | | (bzr r10607)
* dxf export. support for non-ascii characters (Bug 834721)Alvin Penner2011-08-312-1/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/834721 (bzr r10606)
* Extensions. New n-up layout extension (see bug #169955), thanks to Terry N. ↵Nicolas Dufour2011-08-306-72/+477
| | | | | | | Brown. Extensions. Moving Perfect Bound Cover and Printing Marks to the new Render>Layout submenu. (bzr r10603)
* i18n. Fix for bug #745285 (bad English translations in inkscape).Nicolas Dufour2011-08-301-2/+2
| | | (bzr r10601)
* Extensions. Fix for bug #821435 (Gimp XCF export fails when layer id ↵Nicolas Dufour2011-08-291-2/+2
| | | | | contains a space character). (bzr r10592)
* Extensions. Missing files for Text>Extract...Nicolas Dufour2011-08-252-0/+185
| | | (bzr r10581)
* Filters. Removing unecessary height, width, x and y attributes in some ↵Nicolas Dufour2011-08-251-1/+3
| | | | | | | | filters elements. Extensions. New Text>Extract extension. Translations. Translation template and file list update. (bzr r10580)
* svgfont2layers extension: glyph layers (except the first one) are innitially ↵Felipe Corr??a da Silva Sanches2011-08-221-0/+6
| | | | | hidden (bzr r10568)
* add boolead option to load only the first 30 glyphs from an SVGFont ↵Felipe Corr??a da Silva Sanches2011-08-212-1/+6
| | | | | | | (otherwise the loading process may take a long time) This performance issue should be actually addressed somehow to make the extension work better. (bzr r10567)
* removing references to PathData.py from Makefile.am and inx files. The inx ↵Felipe Corr??a da Silva Sanches2011-08-213-3/+2
| | | | | files are now dependant on simplepath.py instead. (bzr r10566)
* Deleting redundant PathData module. Should use simplepath module instead.Felipe Corr??a da Silva Sanches2011-08-211-139/+0
| | | (bzr r10565)
* refactoring svgfonts2layers extension to use simplepath module instead of ↵Felipe Corr??a da Silva Sanches2011-08-212-17/+6
| | | | | PathData module. (bzr r10564)
* refactoring layers2svgfont extension to use the simplepath moduleFelipe Corr??a da Silva Sanches2011-08-211-10/+5
| | | (bzr r10563)
* DXF output: add support for clones and try to improve help textJohan B. C. Engelen2011-08-122-7/+43
| | | (bzr r10539)
* correct version number in DXF output extension descriptionJohan B. C. Engelen2011-08-121-2/+2
| | | (bzr r10538)
* UI uniformisation / addition of mnemonics (Bug #170765)Kris De Gussem2011-07-281-2/+2
| | | | | Removed unnecessary command in path effects (bzr r10515)
* Filters. New Channel transparency and Cross blur custom predefined filters.Nicolas Dufour2011-07-273-109/+115
| | | | | | Extensions. Barcode extensions reorganization. Translations. inkscape.pot and French translation update. (bzr r10509)
* patch by Giacomo Mirabassi for Bug 813366, support for image tagAlvin Penner2011-07-221-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/813366 (bzr r10492)
* Extensions. Text menu reorganization (see Bug #814681).Nicolas Dufour2011-07-226-78/+90
| | | (bzr r10490)
* Extensions. dxf_outlines.py. do not attempt to parse a url color reference ↵Alvin Penner2011-07-211-1/+1
| | | | | | | | (Bug 810503) Fixed bugs: - https://launchpad.net/bugs/810503 (bzr r10485)
* Extensions. Merging Alphabet soup fixes by Glyphobet.Nicolas Dufour2011-07-1832-51/+120
| | | (bzr r10473)
* UI fixes for gcodetools extensionKris De Gussem2011-07-134-6/+6
| | | (bzr r10449)
* GUI uniformisationKris De Gussem2011-07-121-5/+5
| | | (bzr r10446)
* String fixes in webslicerAlex Valavanis2011-07-091-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/807861 (bzr r10428)
* Fix build and clean makefileJosh Andler2011-07-051-1/+3
| | | (bzr r10418)
* Gcodetools have been upgraded to v. 1.7.Nick Drobchenko2011-07-0547-3754/+6010
| | | (bzr r10417)
* Extensions. Perspective. use transform elements if present (Bug 168942)Alvin Penner2011-07-041-5/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/168942 (bzr r10416)
* Extensions. Envelope. use transform elements if present (Bug 663667)Alvin Penner2011-07-041-1/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/663667 (bzr r10415)
* Extensions. Measure Path. use transform elements and viewBox (Bug 803791)Alvin Penner2011-07-032-34/+28
| | | | | | Fixed bugs: - https://launchpad.net/bugs/803791 (bzr r10414)
* Adding extension submitted by Karlisson (launchpad id: karlisson) that ↵Felipe Corr??a da Silva Sanches2011-07-027-0/+684
| | | | | | | converts an SVG document into an HTML page using canvas commands to render the given graphics. This is Karlisson's second accepted contribution to Inkscape (he is also the author of the text split extension). This means he now can get commit access to our development repository. (bzr r10406)
* Extensions. Interpolate Path. use transform elements (Bug 518768)Alvin Penner2011-06-271-1/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/518768 (bzr r10378)
* Extensions. Function Plotter. message if nothing selected (Bug 800552)Alvin Penner2011-06-261-1/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/800552 (bzr r10370)
* Extensions. Adding i18n support to voronoi2svg.py and interp_att_g.py. New ↵Nicolas Dufour2011-06-053-14/+28
| | | | | | | INX version for the Voronoi extension. Translations. inkscape.pot and fr.po update. (bzr r10258)
* add multiple glyph layers at once (from characters found in user input string)Felipe Corr??a da Silva Sanches2011-06-021-13/+17
| | | (bzr r10252)
* some fixes to the svgfont2layers extension.Felipe Corr??a da Silva Sanches2011-06-021-18/+37
| | | | | It still needs some performance optimization, as it is very slow. For that reason the current code has an arbitrary restriction to import only the first 30 glyphs from an svgfont. (bzr r10251)
* Extensions. Voronoi extension modified for i18n and UI consistency.Nicolas Dufour2011-06-011-10/+10
| | | | | Translations. inkscape.pot, POTFILE and fr.po update. (bzr r10249)
* Voronoi extension. Improved handling of current layer (Bug 783922)Alvin Penner2011-05-311-8/+13
| | | (bzr r10248)
* extension to convert an svg font into glyph layersFelipe Corr??a da Silva Sanches2011-06-013-0/+141
| | | | | | | | | | | | | | ------------- This line and the following will be ignored -------------- added: share/extensions/svgfont2layers.inx share/extensions/svgfont2layers.py modified: share/extensions/Makefile.am unknown: share/extensions/layers2svgfont.py.itworks share/extensions/test_layers2svgfont.py (bzr r10247)
* Add shebang to voronoi.py. Install *.js extensions as non-executableAlex Valavanis2011-05-302-4/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/602005 (bzr r10245)
* Voronoi extension by Vincent Nivoliers (Bug 783922)Alvin Penner2011-05-294-1/+383
| | | | | | Fixed bugs: - https://launchpad.net/bugs/783922 (bzr r10243)
* Extensions to alternate layer visibility for glyph layers.Felipe Corr??a da Silva Sanches2011-05-275-0/+144
| | | | | These extensions are using the new "silent" option that I have introduced to the inx file sintax in the previous commit. (bzr r10241)
* typography extensions: Felipe Corr??a da Silva Sanches2011-05-271-0/+5
| | | | | In new_glyph_layer.py move selection to the newly created layer and set this layer to be initially not visible. (bzr r10239)
* Revert uninintentionally committed fileJosh Andler2011-05-271-2/+0
| | | (bzr r10236)
* Disable shadow on Typography Canvas templateJosh Andler2011-05-271-0/+2
| | | (bzr r10235)
* rename "set width" and "units per em" to "Em-size"Felipe Corr??a da Silva Sanches2011-05-263-17/+16
| | | (bzr r10233)
* set font-family attribute in generated svgfontFelipe Corr??a da Silva Sanches2011-05-261-0/+1
| | | (bzr r10230)
* fix layers2svgfont extension not to depend on side bearing guidesFelipe Corr??a da Silva Sanches2011-05-261-3/+0
| | | (bzr r10229)