summaryrefslogtreecommitdiffstats
path: root/src/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated build checks.Elliott Sales de Andrade2017-06-151-2/+0
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-49/+0
* Use C++11 unordered containersAlex Valavanis2016-08-041-41/+5
* [Bug #1587311] Entering + into stroke width dialog crashes Inkscape.rafael-g2016-06-051-2/+5
* [Bug #1550178] Inkscape crashed with segfault in ExpressionEvaluator on OpenBSD.rafael-g2016-06-051-1/+3
* Un-revert: Allow Unit object to do conversions, pipe Quality class method via...Martin Owens2016-03-222-12/+30
* Reverting 14701.Tavmjong Bah2016-03-182-64/+14
* Add a units box to line height and wire in the style units, plus some cleanupMartin Owens2016-03-122-14/+64
* Remove unused header file.Tavmjong Bah2015-12-093-239/+0
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+1
* Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-262-2/+2
* Collect util/ into a static libraryLiam P. White2015-02-253-90/+10
* Isolate components of libgcLiam P. White2015-02-252-2/+2
* Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to m...Tavmjong Bah2014-11-251-0/+3
* Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen2014-11-242-0/+27
* units: remove a remnant from old code. There should be only one UnitTable ins...Johan B. C. Engelen2014-11-191-1/+0
* Fix grid jumping (bug #1342238).Matthew Petroff2014-08-171-1/+5
* Update CMake FilesCampbell Barton2014-04-271-0/+2
* fix cmake build errors for changes in 2geomJohan B. C. Engelen2014-04-041-0/+1
* Fix for Bug #1301869 (util/signal-blocker.h not included in tarbal) by Ryan L...ryanlerch2014-04-031-0/+1
* End support for obsolete GNU hash. Supported either natively, through TR1 or ...Alex Valavanis2014-03-301-31/+0
* Reconnect correctly as documents are replaced.Jon A. Cruz2014-03-081-0/+70
* Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ...Martin Owens2014-02-263-0/+3600
* inspired by r13052, fix up the code to hopefully work when someone has differ...Johan B. C. Engelen2014-02-242-4/+17
* fix warnings on compilers that provide unordered_setAlex Valavanis2014-01-141-1/+17
* saving units is not implemented yet, and noone should call the save methodJohan B. C. Engelen2013-10-292-5/+6
* "fix" some "unused parameter" warningsKris De Gussem2013-10-291-3/+3
* unit display: fix typoJohan B. C. Engelen2013-10-281-1/+1
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen2013-10-124-53/+57
* Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski2013-10-053-169/+248
* units: Catch FileError if no units.xml is in /usr/local/...Bryce Harrington2013-09-221-0/+3
* Comment clean up.Matthew Petroff2013-09-163-25/+22
* Add exponent to expression evaluator.Matthew Petroff2013-09-162-13/+32
* C++ify expression evaluator.Matthew Petroff2013-09-163-416/+318
* Merge from trunk.Matthew Petroff2013-09-121-2/+3
|\
| * Fix grids with comma as decimal separator [Bug #1216306].Matthew Petroff2013-09-011-2/+3
* | Added Quantity comparison functions.Matthew Petroff2013-08-282-0/+26
* | Use enum names instead of numbers.Matthew Petroff2013-08-282-21/+21
* | Use real world units for page sizes.Matthew Petroff2013-08-252-0/+34
|/
* Switched to global UnitTable.Matthew Petroff2013-08-043-9/+6
* Cleanup.Matthew Petroff2013-07-302-10/+12
* Merge from trunk.Matthew Petroff2013-07-302-157/+65
|\
| * Remove unnecessary variable from the GMarkup-based unit parserKrzysztof Kosi??ski2013-07-241-8/+6
| * Remove the "simple SAX" parser. Replace its only use (loading of unitKrzysztof Kosi??ski2013-07-242-156/+67
* | Update unit extraction regular expressions.Matthew Petroff2013-07-301-2/+2
* | Removed SPMetric.Matthew Petroff2013-07-222-23/+0
* | Add string output functions for units.Matthew Petroff2013-07-202-0/+16
* | Added percentage support to "Inkscape::Util::Quantity::convert".Matthew Petroff2013-07-201-0/+5
* | Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-182-52/+62
* | Added more more convientent unit functions.Matthew Petroff2013-07-182-1/+21