summaryrefslogtreecommitdiffstats
path: root/src/svg/svg-length.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Revert changesJabier Arraiza2018-08-051-7/+0
|
* Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza2018-08-051-0/+7
| | | | pref optional to scale dashes on stroke scale
* add missing headerMarc Jeanmougin2017-02-051-0/+2
| | | (bzr r15480)
* Add line-height unit selector to text toolbar.Tavmjong Bah2016-03-221-2/+0
| | | | | Remove 'm' and 'ft' non-CSS lengths. (bzr r14716.1.3)
* Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.Tavmjong Bah2015-12-051-1/+1
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1522478 - https://launchpad.net/bugs/262528 - https://launchpad.net/bugs/168845 (bzr r14505)
* Partial fix for bug 1430873. Rectangles should behave properly with % values.Tavmjong Bah2015-03-141-2/+6
| | | (bzr r14004)
* Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to ↵Tavmjong Bah2014-11-251-0/+1
| | | | | match handling of 'ft'. (bzr r13758)
* Code cleanup.Liam P. White2014-08-181-14/+10
| | | (bzr r13341.1.145)
* Further refactored SPEllipse.Markus Engel2013-09-261-0/+1
| | | (bzr r12601)
* various little changesMarkus Engel2013-04-101-0/+7
| | | (bzr r11608.1.93)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* Added to tests for SVG units, and fixed warning of missing caseJon A. Cruz2008-08-011-17/+18
| | | (bzr r6498)
* svg/svg-length.h: Supply missing #includes/declarations so that we don't ↵Peter Moulder2008-07-051-1/+4
| | | | | depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6187)
* Make units pc (pica) and ft (feet) work correctly. Closes: LP #167943.Maximilian Albert2008-02-031-0/+1
| | | (bzr r4639)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+66
(bzr r1)