summaryrefslogtreecommitdiffstats
path: root/src/svg/svg-length.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot1-0/+1
2018-11-08Clarify licensesMax Gaukler1-6/+7
2018-10-07SVGLength::read handle infThomas Holder1-4/+4
2018-10-07Fix for NaN checkingMarc Jeanmougin1-0/+4
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-6/+6
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-01-08Misc. typosluz.paz1-2/+2
2016-03-22Add line-height unit selector to text toolbar.Tavmjong Bah1-20/+0
2015-12-05Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.Tavmjong Bah1-1/+1
2015-03-14Partial fix for bug 1430873. Rectangles should behave properly with % values.Tavmjong Bah1-0/+52
2014-11-25Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to m...Tavmjong Bah1-1/+4
2014-08-18Code cleanup.Liam P. White1-10/+3
2013-10-27fix warning and add comments about fixing codeJohan B. C. Engelen1-0/+3
2013-10-05Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski1-0/+2
2013-09-26Further refactored SPEllipse.Markus Engel1-0/+8
2013-09-12Forgot check in last commit.Matthew Petroff1-1/+1
2013-09-12Fix handling of SVG lengths with spaces between value and unit (hopefully wit...Matthew Petroff1-0/+2
2013-09-11partially revert 12471, this fixes bug 1215575, but undoes the fix for the le...Johan B. C. Engelen1-8/+10
2013-08-25Use real world units for page sizes.Matthew Petroff1-6/+6
2013-08-03Fix handling of SVG lengths with spaces [Bug #1208002].Matthew Petroff1-0/+2
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-7/+7
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-10-02Warning cleanup.Jon A. Cruz1-0/+2
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2009-12-20Warning cleanupJon A. Cruz1-0/+1
2009-10-08Fixed signed/unsigned problem with precision calc. Fixes bug #399604.Jon A. Cruz1-18/+18
2008-08-02Todo is done.Jon A. Cruz1-1/+0
2008-08-01Added to tests for SVG units, and fixed warning of missing caseJon A. Cruz1-0/+1
2008-07-18Fix for PathString to prevent it from getting into a very, very long copying ...Jasper van de Gronde1-34/+54
2008-07-04Mark a missing case statementJon A. Cruz1-0/+1
2008-02-03Make units pc (pica) and ft (feet) work correctly. Closes: LP #167943.Maximilian Albert1-1/+9
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+3
2006-10-31fix off-by-one error: setting tprec to 6 was actually writing 7 digitsbulia byak1-1/+1
2006-04-25limit the smallest exponent in transforms; anything smaller is written as 0bulia byak1-6/+10