| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | DXF output: add support for clones and try to improve help text | Johan B. C. Engelen | 2011-08-12 | 2 | -7/+43 | |
| | | | | | | | (bzr r10539) | |||||
| * | | correct version number in DXF output extension description | Johan B. C. Engelen | 2011-08-12 | 1 | -2/+2 | |
| | | | | | | | (bzr r10538) | |||||
| * | | UI uniformisation / addition of mnemonics (Bug #170765) | Kris De Gussem | 2011-07-28 | 1 | -2/+2 | |
| | | | | | | | | | | | Removed unnecessary command in path effects (bzr r10515) | |||||
| * | | Filters. New Channel transparency and Cross blur custom predefined filters. | Nicolas Dufour | 2011-07-27 | 3 | -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 tag | Alvin Penner | 2011-07-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/813366 (bzr r10492) | |||||
| * | | Extensions. Text menu reorganization (see Bug #814681). | Nicolas Dufour | 2011-07-22 | 6 | -78/+90 | |
| | | | | | | | (bzr r10490) | |||||
| * | | Extensions. dxf_outlines.py. do not attempt to parse a url color reference ↵ | Alvin Penner | 2011-07-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | (Bug 810503) Fixed bugs: - https://launchpad.net/bugs/810503 (bzr r10485) | |||||
| * | | Extensions. Merging Alphabet soup fixes by Glyphobet. | Nicolas Dufour | 2011-07-18 | 32 | -51/+120 | |
| | | | | | | | (bzr r10473) | |||||
| * | | UI fixes for gcodetools extension | Kris De Gussem | 2011-07-13 | 4 | -6/+6 | |
| | | | | | | | (bzr r10449) | |||||
| * | | GUI uniformisation | Kris De Gussem | 2011-07-12 | 1 | -5/+5 | |
| | | | | | | | (bzr r10446) | |||||
| * | | String fixes in webslicer | Alex Valavanis | 2011-07-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/807861 (bzr r10428) | |||||
| * | | Fix build and clean makefile | Josh Andler | 2011-07-05 | 1 | -1/+3 | |
| | | | | | | | (bzr r10418) | |||||
| * | | Gcodetools have been upgraded to v. 1.7. | Nick Drobchenko | 2011-07-05 | 47 | -3754/+6010 | |
| | | | | | | | (bzr r10417) | |||||
| * | | Extensions. Perspective. use transform elements if present (Bug 168942) | Alvin Penner | 2011-07-04 | 1 | -5/+7 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/168942 (bzr r10416) | |||||
| * | | Extensions. Envelope. use transform elements if present (Bug 663667) | Alvin Penner | 2011-07-04 | 1 | -1/+7 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/663667 (bzr r10415) | |||||
| * | | Extensions. Measure Path. use transform elements and viewBox (Bug 803791) | Alvin Penner | 2011-07-03 | 2 | -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 Sanches | 2011-07-02 | 7 | -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 Penner | 2011-06-27 | 1 | -1/+4 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/518768 (bzr r10378) | |||||
| * | | Extensions. Function Plotter. message if nothing selected (Bug 800552) | Alvin Penner | 2011-06-26 | 1 | -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 Dufour | 2011-06-05 | 3 | -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 Sanches | 2011-06-02 | 1 | -13/+17 | |
| | | | | | | | (bzr r10252) | |||||
| * | | some fixes to the svgfont2layers extension. | Felipe Corr??a da Silva Sanches | 2011-06-02 | 1 | -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 Dufour | 2011-06-01 | 1 | -10/+10 | |
| | | | | | | | | | | | Translations. inkscape.pot, POTFILE and fr.po update. (bzr r10249) | |||||
| * | | Voronoi extension. Improved handling of current layer (Bug 783922) | Alvin Penner | 2011-05-31 | 1 | -8/+13 | |
| | | | | | | | (bzr r10248) | |||||
| * | | extension to convert an svg font into glyph layers | Felipe Corr??a da Silva Sanches | 2011-06-01 | 3 | -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-executable | Alex Valavanis | 2011-05-30 | 2 | -4/+5 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/602005 (bzr r10245) | |||||
| * | | Voronoi extension by Vincent Nivoliers (Bug 783922) | Alvin Penner | 2011-05-29 | 4 | -1/+383 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/783922 (bzr r10243) | |||||
| * | | Extensions to alternate layer visibility for glyph layers. | Felipe Corr??a da Silva Sanches | 2011-05-27 | 5 | -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 Sanches | 2011-05-27 | 1 | -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 file | Josh Andler | 2011-05-27 | 1 | -2/+0 | |
| | | | | | | | (bzr r10236) | |||||
| * | | Disable shadow on Typography Canvas template | Josh Andler | 2011-05-27 | 1 | -0/+2 | |
| | | | | | | | (bzr r10235) | |||||
| * | | rename "set width" and "units per em" to "Em-size" | Felipe Corr??a da Silva Sanches | 2011-05-26 | 3 | -17/+16 | |
| | | | | | | | (bzr r10233) | |||||
| * | | set font-family attribute in generated svgfont | Felipe Corr??a da Silva Sanches | 2011-05-26 | 1 | -0/+1 | |
| | | | | | | | (bzr r10230) | |||||
| * | | fix layers2svgfont extension not to depend on side bearing guides | Felipe Corr??a da Silva Sanches | 2011-05-26 | 1 | -3/+0 | |
| | | | | | | | (bzr r10229) | |||||
| * | | remove side bearing guides from "setup typography canvas" extension | Felipe Corr??a da Silva Sanches | 2011-05-26 | 2 | -14/+0 | |
| | | | | | | | (bzr r10228) | |||||
| * | | Adding numbers to the names of the typography related extensions so that ↵ | Felipe Corr??a da Silva Sanches | 2011-05-26 | 3 | -3/+3 | |
| | | | | | | | | | | | they are displayed in the extensions menu in the correct order that the users are supposed to use them. (bzr r10225) | |||||
| * | | Adding PathData.py extension module to parse/encode svg:path d attribute. I ↵ | Felipe Corr??a da Silva Sanches | 2011-05-26 | 1 | -0/+1 | |
| | | | | | | | | | | | forgot to properly add it to bzr a few commits ago. (bzr r10224) | |||||
| * | | Saving curve description in d attribute of svg:glyph instead of svg:path ↵ | Felipe Corr??a da Silva Sanches | 2011-05-26 | 1 | -5/+23 | |
| | | | | | | | | | | | elements as childnodes of svg:glyph because this is compatible with current fontforge svg loader (bzr r10223) | |||||
| * | | * extension module to parse and encode path descriptions | Felipe Corr??a da Silva Sanches | 2011-05-25 | 3 | -24/+155 | |
| | | | | | | | | | | | * flip y-axis when creating an SVG Font via python-code (bzr r10222) | |||||
| * | | actually fontforge flipping of y-axis for svgfont glyphs is compliant with ↵ | Felipe Corr??a da Silva Sanches | 2011-05-22 | 3 | -9/+26 | |
| | | | | | | | | | | | the svg spec. So we need to do it also. (bzr r10218) | |||||
| * | | Extension that generates an SVGFont from a set of layers with ↵ | Felipe Corr??a da Silva Sanches | 2011-05-20 | 3 | -0/+120 | |
| | | | | | | | | | | | id="GlyphLayer-<unicode char>" (bzr r10214) | |||||
| * | | extension to add a glyph layer. It is rather simple now, but may be more ↵ | Felipe Corr??a da Silva Sanches | 2011-05-19 | 3 | -0/+64 | |
| | | | | | | | | | | | usefull in the future. It is supposed to be used with a future extension that handles those layers with id="GlyphLayer-<unicode char>" and convert them into an svg font (bzr r10213) | |||||
| * | | Extension for setting up the document dimension according to font metrics ↵ | Felipe Corr??a da Silva Sanches | 2011-05-19 | 3 | -0/+120 | |
| |/ | | | | | provided by the user. It creates horizontal guidelines for baseline, ascender, descender, x-height, caps height and also vertical guidelines for left and right side bearings. (bzr r10212) | |||||
| * | dxf input. add adjustable origin | Alvin Penner | 2011-04-25 | 2 | -9/+16 | |
| | | | | (bzr r10192) | |||||
| * | Translations. Invalid markup in the scour extension. | Nicolas Dufour | 2011-04-21 | 1 | -1/+1 | |
| | | | | (bzr r10188) | |||||
| * | XAML. XAML export extension fix (see Bug #766971, SVG 2 XAML BlurEffect ↵ | Nicolas Dufour | 2011-04-21 | 1 | -9/+9 | |
| | | | | | | | | | wrongly placed). Fixed bugs: - https://launchpad.net/bugs/766971 (bzr r10185) | |||||
| * | dxf import. add support for longer cubic NURB (Bug 685707) | Alvin Penner | 2011-04-18 | 1 | -8/+31 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/685707 (bzr r10183) | |||||
| * | Extensions. Optimized SVG export update (scour r210 + custom inx file). | Nicolas Dufour | 2011-04-18 | 6 | -665/+1664 | |
| | | | | (bzr r10180) | |||||
| * | Extensions. SVG+media fix (see Bug #400356). | Nicolas Dufour | 2011-04-07 | 1 | -7/+8 | |
| | | | | (bzr r10146) | |||||
| * | Export. XAML export gradient fix (Bug #746290, SVG to XAML fails creating ↵ | Nicolas Dufour | 2011-03-31 | 1 | -2/+2 | |
| | | | | | | | | | valid doubles on German Windows 7 / 64) Fixed bugs: - https://launchpad.net/bugs/746290 (bzr r10137) | |||||
