summaryrefslogtreecommitdiffstats
path: root/src/util (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-07-17Fixed botched merge.Matthew Petroff2-13/+2
2013-07-17Added copyright header and name to AUTHORS.Matthew Petroff2-0/+22
2013-07-13Minor C++ish refactoring pass.Jon A. Cruz2-99/+158
2013-07-13Whitespace cleanup.Jon A. Cruz1-79/+79
2013-07-09Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2-0/+22
2013-07-06Switch setWidth and setHeight to use Quantity and switch to forward declarati...Matthew Petroff2-3/+3
2013-07-02Renamed Length class to Quantity class, fixed bugs, and added functions.Matthew Petroff2-28/+75
2013-06-25Added length class.Matthew Petroff2-1/+50
2012-11-20code cleanup: quiet warnings with gcc.Campbell Barton1-1/+1
2012-03-22UI. Patch for Bug #666370 (Not all units in the Object Transform dialog are t...Nicolas Dufour1-0/+2
2012-02-15Fix remaining glib deprecation and define compiler macrosAlex Valavanis1-2/+1
2012-02-04cppcheck tells us: scanf without field width limits can crash with huge input...Kris De Gussem1-13/+20
2012-02-02rv some issues with previous commitKris De Gussem1-18/+7
2012-02-02cppcheck tells us: scanf without field width limits can crash with huge input...Kris De Gussem1-7/+18
2012-01-22Fix missing header in units.cppAlex Valavanis1-0/+1
2012-01-22memleak / header stuff / unused variable.Kris De Gussem1-1/+0