| 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 | -414/+0 |
| | | |||||
| * | [Bug #1538277] Translations in inkex.py fail unless extension script itself ↵ | Nicolas Dufour | 2016-05-26 | 1 | -1/+1 |
| | | | | | | | | | initalizes gettext. Fixed bugs: - https://launchpad.net/bugs/1538277 (bzr r14918) | ||||
| * | Improve documentation | Raphaël Bournhonesque | 2016-03-25 | 1 | -3/+11 |
| | | | | (bzr r14745) | ||||
| * | Switch too broad Exception exceptions to more specific ones (IOError, ↵ | Raphaël Bournhonesque | 2016-03-25 | 1 | -4/+4 |
| | | | | | | ImportError) (bzr r14744) | ||||
| * | Cosmetics to make inkex.py pep8 compliant | Raphaël Bournhonesque | 2016-03-25 | 1 | -7/+8 |
| | | | | (bzr r14743) | ||||
| * | Remove deprecated has_key method in inkex.py | Raphaël Bournhonesque | 2016-03-25 | 1 | -1/+1 |
| | | | | (bzr r14742) | ||||
| * | inkex.py code simplification (more compact if conditions, unreachable code) | Raphaël Bournhonesque | 2016-03-22 | 1 | -5/+1 |
| | | | | (bzr r14734) | ||||
| * | [Bug #1559679] Make inkex.py PEP8 compliant. | raphael0202 | 2016-03-20 | 1 | -43/+55 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1559679 (bzr r14726) | ||||
| * | [Bug #1545726] Incorrect FSF address in many extension files. | Nicolas Dufour | 2016-03-16 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1545726 (bzr r14712) | ||||
| * | Allow python extensions to get the list of selected nodes | Marc Jeanmougin | 2016-02-09 | 1 | -0/+3 |
| | | | | | | | | | | format : --selected-nodes=id:subpath:position cf https://bugs.launchpad.net/inkscape/+bug/171640 for a debug test extension Fixed bugs: - https://launchpad.net/bugs/171640 (bzr r14641) | ||||
| * | Extensions. Revert r14240 and r14241 (obsoleted by r14564) | su_v | 2016-01-07 | 1 | -17/+14 |
| | | | | (bzr r14565) | ||||
| * | Fault tolerance for lazily defined SVG | Aurélio A. Heckert | 2016-01-06 | 1 | -4/+28 |
| | | | | | | Some tools are writing svg without width and height definition (named Illustrator). This causes some extensions to fail. (bzr r14564) | ||||
| * | Extensions. Fix for Bug #1461346 (getposinlayer fails if height attribute is ↵ | su_v | 2015-07-11 | 1 | -13/+16 |
| | | | | | | missing) (bzr r14241) | ||||
| * | Extensions. Fix for Bug #1463623 (Error trying to save Optimized SVG (no ↵ | su_v | 2015-07-11 | 1 | -1/+1 |
| | | | | | | 'width' attribute for SVGRoot)) (bzr r14240) | ||||
| * | Units, inkex.py: viewbox width is defined by the 3rd number of the viewbox ↵ | Johan B. C. Engelen | 2014-11-25 | 1 | -1/+1 |
| | | | | | | spec. (fix calculation) (bzr r13759) | ||||
| * | Extensions: try to calculate the SVG unit | Johan B. C. Engelen | 2014-11-23 | 1 | -7/+55 |
| | | | | | | | | | We cannot use inkscape:document-unit for the SVG unit, because it specifies the UI display unit in Inkscape and is unrelated to the units used for SVG values. Instead, the real units of the SVG values is defined by document height/width and the viewbox. The calculation assumes isotropic units (give me a break!) and only looks at the width. It tries to match that with a list of known units. If no match found: assume 'px' units. Finds 'px' units for legacy Inkscape documents without viewbox. (bzr r13750) | ||||
| * | Merge from trunk 13472 | Liam P. White | 2014-07-27 | 1 | -1/+1 |
| |\ | | | | | (bzr r13341.1.102) | ||||
| | * | inkex: Clarify a dupe error msg, for easier debugging | Bryce Harrington | 2014-07-23 | 1 | -1/+1 |
| | | | | | | | (bzr r13463) | ||||
| * | | Convert from 90px to inch to 96px to inch per SVG (CSS) specification. | Tavmjong Bah | 2014-05-26 | 1 | -2/+2 |
| |/ | | | (bzr r13341.1.39) | ||||
| * | extensions. fix typo in unittouu conversion (Bug 1307691) | Alvin Penner | 2014-04-14 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1307691 (bzr r13288) | ||||
| * | various optimizations, move extension to 'Export' submenu | Sebastian Wüst | 2014-02-16 | 1 | -0/+7 |
| | | | | (bzr r13032) | ||||
| * | Merge in patch from bug #1267842 to fix Inkex module open order. | Martin Owens | 2014-01-14 | 1 | -6/+22 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1267842 (bzr r12925) | ||||
| * | adhere to Python "convention" of using double underscore to indicate class ↵ | Johan B. C. Engelen | 2013-11-17 | 1 | -5/+5 |
| | | | | | | private members (bzr r12819) | ||||
| * | extensions: fix calculation of window center | Johan B. C. Engelen | 2013-10-25 | 1 | -0/+3 |
| | | | | (bzr r12723) | ||||
| * | fix unit handling of all python extensions. did not test with all extensions | Johan B. C. Engelen | 2013-10-25 | 1 | -28/+36 |
| | | | | (bzr r12722) | ||||
| * | Fix for Bug #1217602 (Measure Path fails with XML too deep error) by dave m. | Nicolas Dufour | 2013-09-17 | 1 | -1/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1217602 (bzr r12526) | ||||
| * | Extensions. Fix for old Bug #166697 (Effects dirty document even when they ↵ | Nicolas Dufour | 2013-03-23 | 1 | -1/+6 |
| | | | | | | do nothing). (bzr r12236) | ||||
| * | Bug #425202 (Script messages not translated) fixed on OSX, patch from ~suv. | Nicolas Dufour | 2012-10-09 | 1 | -0/+10 |
| | | | | (bzr r11767) | ||||
| * | Translations. Fix for Bug #425202 (Script messages not translated). | Nicolas Dufour | 2012-10-07 | 1 | -27/+32 |
| | | | | (bzr r11749) | ||||
| * | Fix for Bug #425202 (Script messages not translated). | Nicolas Dufour | 2012-07-16 | 1 | -2/+8 |
| | | | | (bzr r11551) | ||||
| * | Fix for bug #1024325 (DXF output, Python script error: No translation file ↵ | Nicolas Dufour | 2012-07-13 | 1 | -1/+1 |
| | | | | | | found for domain: inkscape). (bzr r11548) | ||||
| * | Translations. Fix for Bug #425202 (Script messages not translated). | Nicolas Dufour | 2012-07-12 | 1 | -7/+18 |
| | | | | (bzr r11546) | ||||
| * | Extensions. PEP8, error handling and various extension fixes. | Nicolas Dufour | 2012-02-09 | 1 | -1/+4 |
| | | | | (bzr r10954) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
