summaryrefslogtreecommitdiffstats
path: root/src/svg/svg-length.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Warning cleanup.Jon A. Cruz2011-10-021-0/+2
| | | (bzr r10655)
* 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)
* Warning cleanupJon A. Cruz2009-12-201-0/+1
| | | (bzr r8895)
* Fixed signed/unsigned problem with precision calc. Fixes bug #399604.Jon A. Cruz2009-10-081-18/+18
| | | (bzr r8742)
* Todo is done.Jon A. Cruz2008-08-021-1/+0
| | | (bzr r6520)
* Added to tests for SVG units, and fixed warning of missing caseJon A. Cruz2008-08-011-0/+1
| | | (bzr r6498)
* Fix for PathString to prevent it from getting into a very, very long copying ↵Jasper van de Gronde2008-07-181-34/+54
| | | | | run and make it use minimumexponent. Plus some extra tests. (bzr r6355)
* Mark a missing case statementJon A. Cruz2008-07-041-0/+1
| | | (bzr r6142)
* Make units pc (pica) and ft (feet) work correctly. Closes: LP #167943.Maximilian Albert2008-02-031-1/+9
| | | (bzr r4639)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+3
| | | (bzr r4629)
* fix off-by-one error: setting tprec to 6 was actually writing 7 digitsbulia byak2006-10-311-1/+1
| | | (bzr r1876)
* limit the smallest exponent in transforms; anything smaller is written as 0bulia byak2006-04-251-6/+10
| | | (bzr r583)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+515
(bzr r1)