summaryrefslogtreecommitdiffstats
path: root/src/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix grids with comma as decimal separator [Bug #1216306].Matthew Petroff2013-09-011-2/+3
* 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
* | Added more convienient unit conversion functions.Matthew Petroff2013-07-182-2/+30
* | Added quantity string parsing.Matthew Petroff2013-07-182-12/+37
* | Fixed botched merge.Matthew Petroff2013-07-172-13/+2
* | Merge from trunk.Matthew Petroff2013-07-172-123/+194
|\|
| * Minor C++ish refactoring pass.Jon A. Cruz2013-07-132-99/+158
| * Whitespace cleanup.Jon A. Cruz2013-07-131-79/+79
* | Added copyright header and name to AUTHORS.Matthew Petroff2013-07-172-0/+22
* | Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-092-0/+22
* | Switch setWidth and setHeight to use Quantity and switch to forward declarati...Matthew Petroff2013-07-062-3/+3
* | Renamed Length class to Quantity class, fixed bugs, and added functions.Matthew Petroff2013-07-022-28/+75
* | Added length class.Matthew Petroff2013-06-252-1/+50
|/
* code cleanup: quiet warnings with gcc.Campbell Barton2012-11-201-1/+1
* UI. Patch for Bug #666370 (Not all units in the Object Transform dialog are t...Nicolas Dufour2012-03-221-0/+2
* Fix remaining glib deprecation and define compiler macrosAlex Valavanis2012-02-151-2/+1
* cppcheck tells us: scanf without field width limits can crash with huge input...Kris De Gussem2012-02-041-13/+20
* rv some issues with previous commitKris De Gussem2012-02-021-18/+7
* cppcheck tells us: scanf without field width limits can crash with huge input...Kris De Gussem2012-02-021-7/+18
* Fix missing header in units.cppAlex Valavanis2012-01-221-0/+1
* memleak / header stuff / unused variable.Kris De Gussem2012-01-221-1/+0
* ege-appear-time-tracker GSEALAlex Valavanis2012-01-151-4/+4
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-082-2/+2
* cppcheck: initialization / warning cleanupKris De Gussem2011-11-101-19/+18
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-272-43/+45
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-252-30/+35
* added missing headerCampbell Barton2011-07-021-0/+3
* Fix aliasing warnings in glib-list-iterators.h by adding G_GNUC_MAY_ALIASKrzysztof Kosi??ski2011-06-231-4/+4
* cmake:Campbell Barton2011-06-131-1/+31
* cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-1/+2
* cmake:Campbell Barton2011-06-131-2/+1
* cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...Campbell Barton2011-06-121-2/+2
* work in progress cmake commit:Campbell Barton2011-06-121-6/+10
* small tweaksJohan B. C. Engelen2011-04-141-3/+1
* add expression evaluator for spinbox input boxes. also knows a little about u...Johan B. C. Engelen2011-04-133-0/+653
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-273-0/+4
* Simple tracking of time to display dialogs and main window.Jon A. Cruz2010-12-183-0/+253
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-1724-24/+24
* - Constrained snap: proper implementation of the preference to snap the mouse...Diederik van Lierop2010-10-291-2/+2
* Adding in accumulators. We need them too.Ted Gould2010-03-261-0/+1