summaryrefslogtreecommitdiffstats
path: root/src/svg/svg-length.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot2019-03-061-0/+1
* Clarify licensesMax Gaukler2018-11-081-6/+7
* SVGLength::read handle infThomas Holder2018-10-071-4/+4
* Fix for NaN checkingMarc Jeanmougin2018-10-071-0/+4
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-6/+6
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
* Misc. typosluz.paz2018-01-081-2/+2
* Add line-height unit selector to text toolbar.Tavmjong Bah2016-03-221-20/+0
* Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.Tavmjong Bah2015-12-051-1/+1
* Partial fix for bug 1430873. Rectangles should behave properly with % values.Tavmjong Bah2015-03-141-0/+52
* Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to m...Tavmjong Bah2014-11-251-1/+4
* Code cleanup.Liam P. White2014-08-181-10/+3
* fix warning and add comments about fixing codeJohan B. C. Engelen2013-10-271-0/+3
* Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski2013-10-051-0/+2
* Further refactored SPEllipse.Markus Engel2013-09-261-0/+8
* Forgot check in last commit.Matthew Petroff2013-09-121-1/+1
* Fix handling of SVG lengths with spaces between value and unit (hopefully wit...Matthew Petroff2013-09-121-0/+2
* partially revert 12471, this fixes bug 1215575, but undoes the fix for the le...Johan B. C. Engelen2013-09-111-8/+10
* Fix handling of SVG lengths with spaces [Bug #1208002].Matthew Petroff2013-08-031-0/+2
* Eliminate "unit-constants.h".Matthew Petroff2013-07-311-7/+7
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
* Warning cleanup.Jon A. Cruz2011-10-021-0/+2
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* Warning cleanupJon A. Cruz2009-12-201-0/+1
* Fixed signed/unsigned problem with precision calc. Fixes bug #399604.Jon A. Cruz2009-10-081-18/+18
* Todo is done.Jon A. Cruz2008-08-021-1/+0
* Added to tests for SVG units, and fixed warning of missing caseJon A. Cruz2008-08-011-0/+1
* Fix for PathString to prevent it from getting into a very, very long copying ...Jasper van de Gronde2008-07-181-34/+54
* Mark a missing case statementJon A. Cruz2008-07-041-0/+1
* Make units pc (pica) and ft (feet) work correctly. Closes: LP #167943.Maximilian Albert2008-02-031-1/+9
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+3
* fix off-by-one error: setting tprec to 6 was actually writing 7 digitsbulia byak2006-10-311-1/+1
* limit the smallest exponent in transforms; anything smaller is written as 0bulia byak2006-04-251-6/+10
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+515