| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update extensions | Patrick Storz | 2019-10-20 | 1 | -0/+0 |
| | | | | | | now at https://gitlab.com/inkscape/extensions/commit/efd48ee07ef0a0cfc43e60745bf519b53350cc11 | ||||
| * | Update Extensions | Marc Jeanmougin | 2019-10-10 | 1 | -0/+0 |
| | | |||||
| * | update extension submodule | Marc Jeanmougin | 2019-09-07 | 1 | -0/+0 |
| | | |||||
| * | Update extensions to the latest versions | Martin Owens | 2019-08-08 | 1 | -0/+0 |
| | | |||||
| * | Resync extensions with embed images fix | Martin Owens | 2019-07-02 | 1 | -0/+0 |
| | | |||||
| * | Sync the extensions up to the latest fixes (21st June 2019) | Martin Owens | 2019-06-22 | 1 | -0/+0 |
| | | |||||
| * | Update extensions to latest master branch, see inbox ↵ | Martin Owens | 2019-06-17 | 1 | -0/+0 |
| | | | | | https://gitlab.com/inkscape/inbox/issues/584 | ||||
| * | Pull in fix for stdout issues | Martin Owens | 2019-04-21 | 1 | -0/+0 |
| | | |||||
| * | Push extensions up to new known good state | Martin Owens | 2019-04-21 | 1 | -0/+0 |
| | | |||||
| * | Update extensions submodule | Patrick Storz | 2019-03-23 | 1 | -0/+0 |
| | | | | | (avoid deprecation warning spawning for *every* extension) | ||||
| * | Update extensions and fix inkscape.pot | Patrick Storz | 2019-03-22 | 1 | -0/+0 |
| | | |||||
| * | Updat extensions to latest version | Martin Owens | 2019-03-03 | 1 | -0/+0 |
| | | |||||
| * | update extensions submodule | Thomas Holder | 2018-10-10 | 1 | -0/+0 |
| | | |||||
| * | Extensions: Update to 616c3c16c22e483dd44d235854acfbf1b9615431 | Eduard Braun | 2018-09-11 | 1 | -0/+0 |
| | | |||||
| * | Update extensions | Martin Owens | 2018-09-10 | 1 | -0/+0 |
| | | |||||
| * | Add extensions as a submodule | Martin Owens | 2018-09-09 | 1 | -0/+0 |
| | | |||||
| * | Move extensions to git inkscape-extensions repository | Martin Owens | 2018-09-09 | 1 | -2987/+0 |
| | | |||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | ||||
| * | [Bug #1695016] Xaml export misses some radialGradients. | mgth | 2017-06-05 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1695016 (bzr r15730) | ||||
| * | XAML. Fix for Bug #1521686 (Exported Xaml mistaken due to wrong format ↵ | Nicolas Dufour | 2015-12-02 | 1 | -1/+1 |
| | | | | | | | | | number (locale)). Fixed bugs: - https://launchpad.net/bugs/1521686 (bzr r14497) | ||||
| * | Clean up the executable bits for extensions | Krzysztof Kosi??ski | 2015-09-13 | 1 | -0/+0 |
| | | | | (bzr r14361) | ||||
| * | XAML. Fix for bug #1457891 (FillRule property values are case sensitive). | Nicolas Dufour | 2015-06-25 | 1 | -12/+15 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1457891 (bzr r14214) | ||||
| * | XAML export. Fix for Bug #1423216 (Clipping grouped objects not exported to ↵ | Nicolas Dufour | 2015-03-06 | 1 | -5/+21 |
| | | | | | | | | | | | xaml). XAML export. Adding a placeholder for future rotation center tests. Fixed bugs: - https://launchpad.net/bugs/1423216 (bzr r13967) | ||||
| * | update Python extensions from 90 to 96 dpi. | Alvin Penner | 2014-11-02 | 1 | -6/+6 |
| | | | | (bzr r13659) | ||||
| * | Export. Fix for Bug #1350817 (XAML export omits fractional stroke widths) by ↵ | Nicolas Dufour | 2014-08-10 | 1 | -11/+8 |
| | | | | | | | | | Johannes Rössel. Fixed bugs: - https://launchpad.net/bugs/1350817 (bzr r13507) | ||||
| * | Export. Fix for Bug #1166184 (XAML export not compatible with Silverlight). | Nicolas Dufour | 2014-08-10 | 1 | -4/+10 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1166184 (bzr r13505) | ||||
| * | Exporting. Fix for bug #1350897 (XAML export formats numbers in the ↵ | Nicolas Dufour | 2014-08-04 | 1 | -2/+2 |
| | | | | | | | | | top-level TranslateTransform in the user's locale). Fixed bugs: - https://launchpad.net/bugs/1350897 (bzr r13488) | ||||
| * | Fix for Bug #1243394 (XAML exporter doesn't remove unnecessary filters ↵ | Nicolas Dufour | 2013-11-03 | 1 | -0/+16 |
| | | | | | | | | | attributes) Fixed bugs: - https://launchpad.net/bugs/1243394 (bzr r12764) | ||||
| * | XAML. Fix for Bug #999059 (radial gradients don't get properly exported to ↵ | Nicolas Dufour | 2012-05-14 | 1 | -1/+1 |
| | | | | | | XAML) by Oxidative. (bzr r11362) | ||||
| * | 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) | ||||
| * | 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) | ||||
| * | Extensions. XAML export improvements (gradients, clipping) and minor fixes. | Nicolas Dufour | 2011-01-27 | 1 | -70/+304 |
| | | | | (bzr r10018) | ||||
| * | Extensions. XAML export improvements (flowRoot, text decoration, baseline ↵ | Nicolas Dufour | 2011-01-24 | 1 | -97/+134 |
| | | | | | | alignement, use, and object opacity support.) (bzr r10016) | ||||
| * | Extensions. XAML export improvements. | Nicolas Dufour | 2011-01-21 | 1 | -14/+94 |
| | | | | (bzr r10010) | ||||
| * | Extensions. Text support improvement in XAML and FXG export. | Nicolas Dufour | 2011-01-14 | 1 | -554/+1669 |
| | | | | (bzr r10004) | ||||
| * | Extensions. Color Markers extension improvements (Bug #692582, Color markers ↵ | Nicolas Dufour | 2010-12-23 | 1 | -1/+1 |
| | | | | | | | | to match stroke extension does not copy the fill mode). Extensions. FXG export extension improvements and clean-up (Bug #625140, Support export to FXG). (bzr r9982) | ||||
| * | Extensions. Fix EOL inconsistencies (Bug #314381). | Nicolas Dufour | 2010-08-30 | 1 | -1483/+1483 |
| | | | | (bzr r9733) | ||||
| * | Extensions. Tiny blur bug in XAML export (Bug #572965). | Nicolas Dufour | 2010-05-14 | 1 | -1/+0 |
| | | | | (bzr r9415) | ||||
| * | Extensions. XAML blur now works with all shapes and path (Bug #572965) | Nicolas Dufour | 2010-05-14 | 1 | -6/+7 |
| | | | | (bzr r9413) | ||||
| * | Extensions. XAML export. Blur support (Bug #572965), minor fixes and lots of ↵ | Nicolas Dufour | 2010-05-10 | 1 | -317/+519 |
| | | | | | | | | | new comments. Fixed bugs: - https://launchpad.net/bugs/572965 (bzr r9407) | ||||
| * | Extensions. Fix for XAML export objects properties and layer visibility (Bug ↵ | Nicolas Dufour | 2010-05-06 | 1 | -2/+43 |
| | | | | | | | | | #516462 and Bug #572906). Fixed bugs: - https://launchpad.net/bugs/516462 (bzr r9401) | ||||
| * | Extensions. Units are now converted to pixels in XAML export (Bug #220711). | Nicolas Dufour | 2010-05-05 | 1 | -1163/+1237 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/220711 (bzr r9397) | ||||
| * | Extensions. XAML output now uses transforms correctly (Bug #573512). | Nicolas Dufour | 2010-05-04 | 1 | -1162/+1163 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/573512 (bzr r9396) | ||||
| * | Extensions. Fix for bug #569885 (No opacity value in XAML export) and ↵ | Nicolas Dufour | 2010-04-26 | 1 | -119/+117 |
| | | | | | | | | | whitespace cleanup. Fixed bugs: - https://launchpad.net/bugs/569885 (bzr r9378) | ||||
| * | Fix for rectangle RadiusY and RadiusX in XAML export. | Nicolas Dufour | 2010-01-28 | 1 | -1/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/412392 (bzr r9028) | ||||
| * | svg2xaml patch for Bug #380199 (Exporting to XAML doesn't use culture ↵ | Nicolas Dufour | 2009-06-10 | 1 | -8/+8 |
| | | | | | | independent decimal sign.) (bzr r8039) | ||||
| * | patch 234972 | bulia byak | 2008-06-12 | 1 | -0/+14 |
| | | | | (bzr r5895) | ||||
| * | r16526@tres: ted | 2007-09-11 22:19:01 -0700 | Ted Gould | 2007-09-12 | 1 | -39/+23 |
| | | | | | | Removing some " "s that were causing problems. (bzr r3730) | ||||
| * | r16523@tres: ted | 2007-09-11 20:47:18 -0700 | Ted Gould | 2007-09-12 | 1 | -0/+1167 |
| Adding in the svg2xaml and xaml2svg XSLT scripts. Also updating the aisvg.xslt to 1.0. (bzr r3727) | |||||
