summaryrefslogtreecommitdiffstats
path: root/share/extensions (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Documentation. Updating K&M reference links to the new version.Nicolas Dufour2015-01-251-1/+1
| | | (bzr r13871)
* UI: usage of colon in front of editboxKris De Gussem2015-01-031-4/+4
| | | (bzr r13833)
* UI messages typoKris De Gussem2014-12-281-2/+2
| | | (bzr r13828)
* extensions: Also install extensions written in perl, shell, and rubyBryce Harrington2014-12-051-1/+5
| | | (bzr r13788)
* Extensions. Fix for Bug #1192746 (e key does not start export on firefox ↵Hannes Hochreiner2014-12-011-12/+1
| | | | | | | | [JessyInk]) Fixed bugs: - https://launchpad.net/bugs/1192746 (bzr r13781)
* I remove this extension because maybe isnt the best way to handle the ↵Jabier Arraiza Cenoz2014-11-302-265/+0
| | | | | problem. I attch it in the bug report https://bugs.launchpad.net/inkscape/+bug/1389723 (bzr r13780)
* allow use of units identifier for width, height in measure.py (Bug 1395567)Alvin Penner2014-11-291-3/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1395567 (bzr r13778)
* Units, inkex.py: viewbox width is defined by the 3rd number of the viewbox ↵Johan B. C. Engelen2014-11-251-1/+1
| | | | | spec. (fix calculation) (bzr r13759)
* Extensions: try to calculate the SVG unitJohan B. C. Engelen2014-11-231-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)
* Add a extra info page pointed by suv in bug pageJabier Arraiza Cenoz2014-11-102-19/+61
| | | (bzr r13701)
* improve regex from DPI SwitcherJabier Arraiza Cenoz2014-11-091-15/+15
| | | (bzr r13696)
* Allow shorteners transforms in DPI switcher.A bit of refactor.Jabier Arraiza Cenoz2014-11-091-27/+46
| | | (bzr r13695)
* fixed a bug pointed by su_v about transformationsJabier Arraiza Cenoz2014-11-091-0/+20
| | | (bzr r13694)
* From bug #1389723Jabier Arraiza Cenoz2014-11-091-29/+44
| | | | | | | | | | | | | | | | | | Roadmap for 0.92: (this bug) ================= TODO Non-pixel units are allowed but everything in a document should use the same units including guides and grids. TODO (Guides and grids need code to do this.) DONE An extension that saves a document in pixels should be added to allow backwards compatability with 0.91. It should be possible to avoid overwriting Inkscape version until any necessary conversion is done. If a conversion appears to be needed, a pop-up can ask the author if it should be done. Roadmap for 0.91: (bug #1387864) ================= TODO: Everything should use only pixels as is (mostly) done in 0.48 (including templates). TODO: The ability to switch document units should be disabled (it's broken in several ways). TODO: Font size should be stored in pixels. DONE: Some templates in 0.48 templates do use 'mm' so there does need to be a script to convert files based on those templates to 96dpi. (bzr r13693)
* add option to read dxf input scale from file (Bug 1388851)Alvin Penner2014-11-092-7/+21
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1388851 (bzr r13692)
* Fix a bug pointed by su_v in IRC aboutr shapesJabier Arraiza Cenoz2014-11-082-21/+42
| | | (bzr r13682)
* This fix a bug https://bugs.launchpad.net/inkscape/+bug/1389723 on comment ↵Jabier Arraiza Cenoz2014-11-081-6/+6
| | | | | #15 by Alvin Penner. (bzr r13680)
* a little retouch to extension dpiswitcherJabier Arraiza Cenoz2014-11-081-2/+1
| | | (bzr r13678)
* This extension is a DPI switcher from 90 to 96 and from 96 to 90.Jabier Arraiza Cenoz2014-11-082-0/+149
| | | (bzr r13677)
* Fixing typos found by Firas Hanife.Nicolas Dufour2014-11-051-1/+1
| | | (bzr r13673)
* update Python extensions from 90 to 96 dpi.Alvin Penner2014-11-0217-46/+46
| | | (bzr r13659)
* Templates. Fix typo in procedural template 'Business Card'su_v2014-10-301-2/+2
| | | (bzr r13646)
* Little tweaks to seamless pattern procedural templateJabier Arraiza Cenoz2014-10-261-2/+2
| | | (bzr r13341.1.287)
* Update to trunk r13638Liam P. White2014-10-251-2/+2
|\ | | | | (bzr r13341.1.286)
| * Typo. Fixing typos in translatable strings.Nicolas Dufour2014-10-191-2/+2
| | | | | | | | | | Translations. POT file and Italian translation update (by Firas Hanife). (bzr r13626)
| * Add proper 'viewBox', set 'inkscape:document-units',Tavmjong Bah2014-10-092-5/+12
| | | | | | | | | | set maximum em-size to 2048 as is typical in TrueType. (bzr r13585)
| * Fix 'viewBox' and 'inkscape:document-units', add 'inkscape:cx' and ↵Tavmjong Bah2014-10-091-30/+47
| | | | | | | | | | 'inkscape:cy'. (bzr r13584)
* | Some style changes to seamles pattern extensionJabier Arraiza Cenoz2014-10-202-12/+24
| | | | | | (bzr r13341.1.284)
* | Fix a bug getting a template file in the seamless extension, also upgrade ↵Jabier Arraiza Cenoz2014-10-203-271/+207
| | | | | | | | | | this extension to a newer version (bzr r13341.1.283)
* | Add seamless patern generator to a extension and to a procedural templateJabier Arraiza Cenoz2014-10-194-0/+343
| | | | | | (bzr r13341.1.281)
* | New procedural templates.Tavmjong Bah2014-10-1012-0/+527
| | | | | | (bzr r13341.1.267)
* | Added background and no border options.Tavmjong Bah2014-10-102-7/+40
| | | | | | (bzr r13341.1.266)
* | Add proper 'viewBox', set 'inkscape:document-units',Tavmjong Bah2014-10-082-5/+12
| | | | | | | | | | increased maximum emsize to 2048 (typical of TrueType). (bzr r13341.1.261)
* | Fixed 'viewBox', added 'inkscape:cx' and 'inkscape:cy'.Tavmjong Bah2014-10-081-30/+47
| | | | | | (bzr r13341.1.259)
* | Update to trunk r13580Liam P. White2014-10-0610-13/+13
|\| | | | | (bzr r13341.1.255)
| * i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour2014-10-0210-13/+13
| | | | | | | | | | | | | | | | Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576)
* | Update to trunk r13525Liam P. White2014-08-172-15/+19
|\| | | | | (bzr r13341.1.142)
| * Export. Fix for Bug #1350817 (XAML export omits fractional stroke widths) by ↵Nicolas Dufour2014-08-101-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 Dufour2014-08-102-4/+11
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1166184 (bzr r13505)
* | Update to trunk r13489Liam P. White2014-08-041-2/+2
|\| | | | | (bzr r13341.1.116)
| * Exporting. Fix for bug #1350897 (XAML export formats numbers in the ↵Nicolas Dufour2014-08-041-2/+2
| | | | | | | | | | | | | | | | top-level TranslateTransform in the user's locale). Fixed bugs: - https://launchpad.net/bugs/1350897 (bzr r13488)
* | Merge from trunk 13472Liam P. White2014-07-272-2/+2
|\| | | | | (bzr r13341.1.102)
| * inkex: Clarify a dupe error msg, for easier debuggingBryce Harrington2014-07-231-1/+1
| | | | | | (bzr r13463)
| * Extensions. Fix for Bug #1332461 (Datamatrix 22x22 is always incorrect).Nicolas Dufour2014-06-251-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1332461 (bzr r13440)
| * Add new named color 'rebeccapurple' (CSS4 Color).Tavmjong Bah2014-06-213-0/+3
| | | | | | (bzr r13435)
* | Add new named color 'rebeccapurple' (CSS4 Color).Tavmjong Bah2014-06-213-0/+3
| | | | | | (bzr r13341.1.65)
* | Update to latest tip (trunk r13432)Liam P. White2014-06-1930-452/+465
|\| | | | | (bzr r13341.1.62)
| * inkscape.pre0 build failures for win32 nsisAdib Taraben2014-06-031-1/+2
| | | | | | (bzr r13407)
| * Extensions. Fix for Bug #1318348 (Extension dialogs inconsistency).Nicolas Dufour2014-05-244-175/+173
| | | | | | | | | | Translations. PO template and French translation update. (bzr r13398)
| * extensions: scour is now dual-licensed Apache2 and GPL2Bryce Harrington2014-05-183-9/+18
| | | | | | | | | | Ref. http://bazaar.launchpad.net/~scouring/scour/trunk/revision/222 (bzr r13395)