summaryrefslogtreecommitdiffstats
path: root/src/util (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-15Remove duplicated build checks.Elliott Sales de Andrade1-2/+0
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-49/+0
2016-08-04Use C++11 unordered containersAlex Valavanis1-41/+5
2016-06-05[Bug #1587311] Entering + into stroke width dialog crashes Inkscape.rafael-g1-2/+5
2016-06-05[Bug #1550178] Inkscape crashed with segfault in ExpressionEvaluator on OpenBSD.rafael-g1-1/+3
2016-03-22Un-revert: Allow Unit object to do conversions, pipe Quality class method via...Martin Owens2-12/+30
2016-03-18Reverting 14701.Tavmjong Bah2-64/+14
2016-03-12Add a units box to line height and wire in the style units, plus some cleanupMartin Owens2-14/+64
2015-12-09Remove unused header file.Tavmjong Bah3-239/+0
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-1/+1
2015-02-26Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2-2/+2
2015-02-25Collect util/ into a static libraryLiam P. White3-90/+10
2015-02-25Isolate components of libgcLiam P. White2-2/+2
2014-11-25Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to m...Tavmjong Bah1-0/+3
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen2-0/+27
2014-11-19units: remove a remnant from old code. There should be only one UnitTable ins...Johan B. C. Engelen1-1/+0
2014-08-17Fix grid jumping (bug #1342238).Matthew Petroff1-1/+5
2014-04-27Update CMake FilesCampbell Barton1-0/+2
2014-04-04fix cmake build errors for changes in 2geomJohan B. C. Engelen1-0/+1
2014-04-03Fix for Bug #1301869 (util/signal-blocker.h not included in tarbal) by Ryan L...ryanlerch1-0/+1
2014-03-30End support for obsolete GNU hash. Supported either natively, through TR1 or ...Alex Valavanis1-31/+0
2014-03-08Reconnect correctly as documents are replaced.Jon A. Cruz1-0/+70
2014-02-26Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ...Martin Owens3-0/+3600
2014-02-24inspired by r13052, fix up the code to hopefully work when someone has differ...Johan B. C. Engelen2-4/+17
2014-01-14fix warnings on compilers that provide unordered_setAlex Valavanis1-1/+17
2013-10-29saving units is not implemented yet, and noone should call the save methodJohan B. C. Engelen2-5/+6
2013-10-29"fix" some "unused parameter" warningsKris De Gussem1-3/+3
2013-10-28unit display: fix typoJohan B. C. Engelen1-1/+1
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen4-53/+57
2013-10-05Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski3-169/+248
2013-09-22units: Catch FileError if no units.xml is in /usr/local/...Bryce Harrington1-0/+3
2013-09-16Comment clean up.Matthew Petroff3-25/+22
2013-09-16Add exponent to expression evaluator.Matthew Petroff2-13/+32
2013-09-16C++ify expression evaluator.Matthew Petroff3-416/+318
2013-09-01Fix grids with comma as decimal separator [Bug #1216306].Matthew Petroff1-2/+3
2013-08-28Added Quantity comparison functions.Matthew Petroff2-0/+26
2013-08-28Use enum names instead of numbers.Matthew Petroff2-21/+21
2013-08-25Use real world units for page sizes.Matthew Petroff2-0/+34
2013-08-04Switched to global UnitTable.Matthew Petroff3-9/+6
2013-07-30Cleanup.Matthew Petroff2-10/+12
2013-07-30Update unit extraction regular expressions.Matthew Petroff1-2/+2
2013-07-24Remove unnecessary variable from the GMarkup-based unit parserKrzysztof Kosi??ski1-8/+6
2013-07-24Remove the "simple SAX" parser. Replace its only use (loading of unitKrzysztof Kosi??ski2-156/+67
2013-07-22Removed SPMetric.Matthew Petroff2-23/+0
2013-07-20Add string output functions for units.Matthew Petroff2-0/+16
2013-07-20Added percentage support to "Inkscape::Util::Quantity::convert".Matthew Petroff1-0/+5
2013-07-18Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2-52/+62
2013-07-18Added more more convientent unit functions.Matthew Petroff2-1/+21
2013-07-18Added more convienient unit conversion functions.Matthew Petroff2-2/+30
2013-07-18Added quantity string parsing.Matthew Petroff2-12/+37