summaryrefslogtreecommitdiffstats
path: root/share (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* Increase precision of conversion factors to match that of doubles.Tavmjong Bah2014-11-251-8/+8
| | | | | Fix incorrect gradian/degree factor. (bzr r13756)
* 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)
* i18n. Fix for Bug #1388916 (There seem to be untranslatable strings in ↵Masato HASHIMOTO2014-11-231-0/+5
| | | | | | | | | | MapSymbolsNPS.svg) by Masato HASHIMOTO." Translation. PO template and French translation update. Fixed bugs: - https://launchpad.net/bugs/1388916 (bzr r13749)
* Runner up from 0.91 About Screen Contest for trunk until 0.92Josh Andler2014-11-171-6098/+6683
| | | (bzr r13724)
* Remove invalid attributes.Tavmjong Bah2014-11-161-15/+15
| | | (bzr r13717)
* Really add new text-decoration properties.Tavmjong Bah2014-11-121-0/+10
| | | (bzr r13707)
* Add new text decoration properties.Tavmjong Bah2014-11-121-0/+26
| | | (bzr r13706)
* 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)
* Symbols. Fix for bug #1388910 (There is an unnecessary character in ↵Masato Hashimoto2014-11-051-2/+2
| | | | | MapSymbolsNPS.svg) (bzr r13671)
* update Python extensions from 90 to 96 dpi.Alvin Penner2014-11-0217-46/+46
| | | (bzr r13659)
* improve precision of viewBox in templates (Bug 1385521)Alvin Penner2014-11-012-3/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1385521 (bzr r13649)
* Fix units.xmlLiam P. White2014-10-311-0/+14
| | | (bzr r13648)
* 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)
| * use double precision Quantity::convert for units conversion in viewBox, ↵Alvin Penner2014-10-221-3/+3
| | | | | | | | | | instead of single-precision SVGLength.computed. (bzr r13632)
| * Fix a bug in stroke joins in symbolic icons miter toogled with bevelJabier Arraiza Cenoz2014-10-191-6/+4
| | | | | | (bzr r13629)
| * Typo. Fixing typos in translatable strings.Nicolas Dufour2014-10-192-4/+4
| | | | | | | | | | Translations. POT file and Italian translation update (by Firas Hanife). (bzr r13626)
| * Merged hatch rendering codeTomasz Boczkowski2014-10-141-0/+14
| | | | | | (bzr r13611.1.8)
| * improve precision of viewBox in mmAlvin Penner2014-10-121-3/+3
| | | | | | (bzr r13605)
| * 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)
* | Fix a bug in stroke joins in symbolic icons mitter toogled whith bevelJabier Arraiza Cenoz2014-10-191-6/+4
| | | | | | (bzr r13341.1.282)
* | Add seamless patern generator to a extension and to a procedural templateJabier Arraiza Cenoz2014-10-194-0/+343
| | | | | | (bzr r13341.1.281)
* | Removal of templates replaced by procedural templates.Tavmjong Bah2014-10-1030-1587/+0
| | | | | | | | | | Removal of redundant fontforge_glyph.svg. (bzr r13341.1.270)
* | Minor changes.Tavmjong Bah2014-10-101-10/+8
| | | | | | (bzr r13341.1.269)
* | Updated READMETavmjong Bah2014-10-101-15/+22
| | | | | | (bzr r13341.1.268)
* | 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)
* | Small adjustements for 96px per inch.Tavmjong Bah2014-10-082-8/+8
| | | | | | (bzr r13341.1.260)
* | Fixed 'viewBox', added 'inkscape:cx' and 'inkscape:cy'.Tavmjong Bah2014-10-081-30/+47
| | | | | | (bzr r13341.1.259)
* | Some template cleanup...Tavmjong Bah2014-10-064-343/+50
| | | | | | (bzr r13341.1.257)
* | Updated CD_label_120x120.svg for 96px per inch. Also simplified file.Tavmjong Bah2014-10-061-49/+16
| | | | | | (bzr r13341.1.256)
* | Update to trunk r13580Liam P. White2014-10-0611-20/+13
|\| | | | | (bzr r13341.1.255)