| 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 | -121/+0 |
| | | |||||
| * | Extensions: Add 'appearance="url"' to desccription parameters. | Eduard Braun | 2017-02-13 | 1 | -3/+3 |
| | | | | | | | | | It allows to create and add a clickable plain text link to extensions The description parameter's text is escaped and converted to a URL as-is preventing potential security issues The Scour extension shows a first example implementation (bzr r15519) | ||||
| * | Extensions: Fix for r15483 | Eduard Braun | 2017-02-10 | 1 | -2/+2 |
| | | | | | | (accidentally commited the wrong file version of scour.inx) (bzr r15499) | ||||
| * | Extensions: Add a version check for Scour | Eduard Braun | 2017-02-05 | 1 | -0/+8 |
| | | | | | | If an older version of Scour is installed on the system notify the user that not all options in the extensions Window might be available (can optionally be turned off) (bzr r15483) | ||||
| * | Extensions: Add about screen for Scour extension (aka "optimized SVG output") | Eduard Braun | 2017-02-05 | 1 | -0/+8 |
| | | | | (bzr r15482) | ||||
| * | Update Scour extension | Eduard Braun | 2016-01-12 | 1 | -48/+85 |
| | | | | | | | | | | | | | | | | | | | | * Update the Scour extension (scour.inkscape.py) to work with recent versions of the scour module (0.30 and later) (https://github.com/codedread/scour/) * Strip the Scour module from Inkscape source code and use an external copy of instead (i.e. make it a requirement). This avoids any potential license issues with the Scour module's Apache license 2.0 * Update Scour extension dialog (scour.inx) - add new settings added in Scour versions 0.29-0.31 - attempt to arrange/group settings intuitively - convert "help" tabs to individual tooltips for each setting This also fixes bug #748639 since the overall height of the dialog is reduced by splitting settings across three tabs and removing the "Help" tabs (they caused the increased dialog height since they contained a huge amount of text) Fixed bugs: - https://launchpad.net/bugs/1411149 - https://launchpad.net/bugs/748639 (bzr r14574.1.1) | ||||
| * | Extensions. Fix for Bug #760429 (Scour extension files organization). | Nicolas Dufour | 2015-07-06 | 1 | -4/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/760429 (bzr r14234) | ||||
| * | i18n. Fix for Bug #380522 (strings that need to be fixed for translation). | Nicolas Dufour | 2014-10-02 | 1 | -1/+1 |
| | | | | | | | | | Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576) | ||||
| * | Translations. Fix for Bug #837962 (Untranslatable and not localized strings). | Nicolas Dufour | 2013-03-25 | 1 | -5/+5 |
| | | | | | | Translations. PO template and French translation update. (bzr r12242) | ||||
| * | Extensions. Fix for bug #837962 (Untranslatable and not localized strings in ↵ | Nicolas Dufour | 2011-08-31 | 1 | -2/+2 |
| | | | | | | | | trunk-r10607). Translations. Greek (by Dimitris Spingos) and French translations update. (bzr r10609) | ||||
| * | UI uniformisation / addition of mnemonics (Bug #170765) | Kris De Gussem | 2011-07-28 | 1 | -2/+2 |
| | | | | | | Removed unnecessary command in path effects (bzr r10515) | ||||
| * | Translations. Invalid markup in the scour extension. | Nicolas Dufour | 2011-04-21 | 1 | -1/+1 |
| | | | | (bzr r10188) | ||||
| * | Extensions. Optimized SVG export update (scour r210 + custom inx file). | Nicolas Dufour | 2011-04-18 | 1 | -15/+35 |
| | | | | (bzr r10180) | ||||
| * | i18n, extensions. Fix untranslatable XML elements when the value contains ↵ | Nicolas Dufour | 2010-05-13 | 1 | -1/+1 |
| | | | | | | | | | entities (Bug #570740). Fixed bugs: - https://launchpad.net/bugs/570740 (bzr r9409) | ||||
| * | Spelling correction in Optimized SVG extension. | Nicolas Dufour | 2010-04-14 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/562784 (bzr r9330) | ||||
| * | scour extension update (v0.23) | Nicolas Dufour | 2010-01-19 | 1 | -0/+2 |
| | | | | (bzr r8998) | ||||
| * | Scour extension update | Nicolas Dufour | 2009-11-29 | 1 | -0/+29 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/453737 (bzr r8847) | ||||
| * | Update to scour 0.20 extension | Jeff Schiller | 2009-09-10 | 1 | -0/+1 |
| | | | | (bzr r8574) | ||||
| * | string change: Scoured SVG -> Optimized SVG | Ivan Mas??r | 2009-08-18 | 1 | -2/+2 |
| | | | | (bzr r8504) | ||||
| * | Checkin for Bug 409004: Add Scour as an output option | Jeff Schiller | 2009-08-04 | 1 | -0/+16 |
| (bzr r8402) | |||||
