| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Bug #1538277] Translations in inkex.py fail unless extension script itself i... | Nicolas Dufour | 2016-05-26 | 1 | -1/+1 |
| * | Improve documentation | Raphaël Bournhonesque | 2016-03-25 | 1 | -3/+11 |
| * | Switch too broad Exception exceptions to more specific ones (IOError, ImportE... | Raphaël Bournhonesque | 2016-03-25 | 1 | -4/+4 |
| * | Cosmetics to make inkex.py pep8 compliant | Raphaël Bournhonesque | 2016-03-25 | 1 | -7/+8 |
| * | Remove deprecated has_key method in inkex.py | Raphaël Bournhonesque | 2016-03-25 | 1 | -1/+1 |
| * | inkex.py code simplification (more compact if conditions, unreachable code) | Raphaël Bournhonesque | 2016-03-22 | 1 | -5/+1 |
| * | [Bug #1559679] Make inkex.py PEP8 compliant. | raphael0202 | 2016-03-20 | 1 | -43/+55 |
| * | [Bug #1545726] Incorrect FSF address in many extension files. | Nicolas Dufour | 2016-03-16 | 1 | -1/+1 |
| * | Allow python extensions to get the list of selected nodes | Marc Jeanmougin | 2016-02-09 | 1 | -0/+3 |
| * | Extensions. Revert r14240 and r14241 (obsoleted by r14564) | su_v | 2016-01-07 | 1 | -17/+14 |
| * | Fault tolerance for lazily defined SVG | Aurélio A. Heckert | 2016-01-06 | 1 | -4/+28 |
| * | Extensions. Fix for Bug #1461346 (getposinlayer fails if height attribute is ... | su_v | 2015-07-11 | 1 | -13/+16 |
| * | Extensions. Fix for Bug #1463623 (Error trying to save Optimized SVG (no 'wid... | su_v | 2015-07-11 | 1 | -1/+1 |
| * | Units, inkex.py: viewbox width is defined by the 3rd number of the viewbox sp... | Johan B. C. Engelen | 2014-11-25 | 1 | -1/+1 |
| * | Extensions: try to calculate the SVG unit | Johan B. C. Engelen | 2014-11-23 | 1 | -7/+55 |
| * | Merge from trunk 13472 | Liam P. White | 2014-07-27 | 1 | -1/+1 |
| |\ |
|
| | * | inkex: Clarify a dupe error msg, for easier debugging | Bryce Harrington | 2014-07-23 | 1 | -1/+1 |
| * | | Convert from 90px to inch to 96px to inch per SVG (CSS) specification. | Tavmjong Bah | 2014-05-26 | 1 | -2/+2 |
| |/ |
|
| * | extensions. fix typo in unittouu conversion (Bug 1307691) | Alvin Penner | 2014-04-14 | 1 | -2/+2 |
| * | various optimizations, move extension to 'Export' submenu | Sebastian Wüst | 2014-02-16 | 1 | -0/+7 |
| * | Merge in patch from bug #1267842 to fix Inkex module open order. | Martin Owens | 2014-01-14 | 1 | -6/+22 |
| * | adhere to Python "convention" of using double underscore to indicate class pr... | Johan B. C. Engelen | 2013-11-17 | 1 | -5/+5 |
| * | extensions: fix calculation of window center | Johan B. C. Engelen | 2013-10-25 | 1 | -0/+3 |
| * | fix unit handling of all python extensions. did not test with all extensions | Johan B. C. Engelen | 2013-10-25 | 1 | -28/+36 |
| * | Fix for Bug #1217602 (Measure Path fails with XML too deep error) by dave m. | Nicolas Dufour | 2013-09-17 | 1 | -1/+2 |
| * | Extensions. Fix for old Bug #166697 (Effects dirty document even when they do... | Nicolas Dufour | 2013-03-23 | 1 | -1/+6 |
| * | Bug #425202 (Script messages not translated) fixed on OSX, patch from ~suv. | Nicolas Dufour | 2012-10-09 | 1 | -0/+10 |
| * | Translations. Fix for Bug #425202 (Script messages not translated). | Nicolas Dufour | 2012-10-07 | 1 | -27/+32 |
| * | Fix for Bug #425202 (Script messages not translated). | Nicolas Dufour | 2012-07-16 | 1 | -2/+8 |
| * | Fix for bug #1024325 (DXF output, Python script error: No translation file fo... | Nicolas Dufour | 2012-07-13 | 1 | -1/+1 |
| * | Translations. Fix for Bug #425202 (Script messages not translated). | Nicolas Dufour | 2012-07-12 | 1 | -7/+18 |
| * | Extensions. PEP8, error handling and various extension fixes. | Nicolas Dufour | 2012-02-09 | 1 | -1/+4 |
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| * | Added UTF-8 encoding declaration for inkex.py. | Chris Morgan | 2010-11-17 | 1 | -0/+1 |
| * | listing contributors on inkex.py | Aur??lio A. Heckert | 2010-11-16 | 1 | -1/+7 |
| * | makes i18n to work on python extensions | Aur??lio A. Heckert | 2010-11-14 | 1 | -1/+5 |
| * | Extensions. Fix misleading message in inkex.py (Bug #602041) | Nicolas Dufour | 2010-08-12 | 1 | -2/+3 |
| * | Added getParentNode() to Effect class in inkex.py | Aurélio A. Heckert (a) | 2010-03-05 | 1 | -0/+7 |
| * | Embedimage extension fix and stderr Unicode support in inkex.py | Nicolas Dufour | 2009-12-16 | 1 | -1/+1 |
| * | New conversion factors added to inkex.py (ft, yd, m and km). | Nicolas Dufour | 2009-12-03 | 1 | -1/+2 |
| * | giving svg_file property to Effect class. Make more readable code. | Aur??lio A. Heckert | 2009-09-09 | 1 | -1/+2 |
| * | adding getElementById() to inkex | Aur??lio A. Heckert | 2009-08-26 | 1 | -0/+8 |
| * | correcting namespaces in inkex.py | Aur??lio A. Heckert | 2009-03-13 | 1 | -1/+2 |
| * | share/extensions/inkex.py (class Effect): Remove id_characters instance var, ... | Peter Moulder | 2009-02-27 | 1 | -3/+2 |
| * | share/extensions/inkex.py: Fix a couple of issues reported by pychecker. | Peter Moulder | 2009-02-27 | 1 | -4/+4 |
| * | added getNamedView and createGuide methods | Aur??lio A. Heckert | 2009-02-16 | 1 | -0/+24 |
| * | force string argument to sys.stderr.write in method errormsg of inkex.py | Aur??lio A. Heckert | 2009-01-22 | 1 | -1/+1 |
| * | little change to meke extensions more testables | Aur??lio A. Heckert | 2009-01-09 | 1 | -3/+3 |
| * | replaceing the cut-marks extension by the printing-marks | Aur??lio A. Heckert | 2008-12-01 | 1 | -0/+3 |
| * | Allow inkex.errormsg() to handle non-ASCII characters. Fixes bug 246931. | Stephen Silver | 2008-07-10 | 1 | -1/+1 |