summaryrefslogtreecommitdiffstats
path: root/src/util (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* units: remove a remnant from old code. There should be only one UnitTable ↵Johan B. C. Engelen2014-11-191-1/+0
| | | | | instantiated. (bzr r13737)
* Fix grid jumping (bug #1342238).Matthew Petroff2014-08-171-1/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1342238 (bzr r13522)
* Update CMake FilesCampbell Barton2014-04-271-0/+2
| | | (bzr r13313)
* fix cmake build errors for changes in 2geomJohan B. C. Engelen2014-04-041-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1283174 (bzr r13267)
* Fix for Bug #1301869 (util/signal-blocker.h not included in tarbal) by Ryan ↵ryanlerch2014-04-031-0/+1
| | | | | | | | Lerch. Fixed bugs: - https://launchpad.net/bugs/1301869 (bzr r13255)
* End support for obsolete GNU hash. Supported either natively, through TR1 or ↵Alex Valavanis2014-03-301-31/+0
| | | | | | | | Boost now Fixed bugs: - https://launchpad.net/bugs/1269346 (bzr r13231)
* Reconnect correctly as documents are replaced.Jon A. Cruz2014-03-081-0/+70
| | | | | Removed hardcoding to only a single panel. (bzr r13127)
* Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens2014-02-263-0/+3600
| | | | | ziptool to utils. (bzr r13047.1.5)
* inspired by r13052, fix up the code to hopefully work when someone has ↵Johan B. C. Engelen2014-02-242-4/+17
| | | | | | | | different units for height and width of the page. Fixed bugs: - https://launchpad.net/bugs/1240308 (bzr r13053)
* fix warnings on compilers that provide unordered_setAlex Valavanis2014-01-141-1/+17
| | | (bzr r12929)
* saving units is not implemented yet, and noone should call the save methodJohan B. C. Engelen2013-10-292-5/+6
| | | (bzr r12750)
* "fix" some "unused parameter" warningsKris De Gussem2013-10-291-3/+3
| | | (bzr r12746)
* unit display: fix typoJohan B. C. Engelen2013-10-281-1/+1
| | | (bzr r12741)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-124-53/+57
| | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
* Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski2013-10-053-169/+248
| | | (bzr r12661)
* units: Catch FileError if no units.xml is in /usr/local/...Bryce Harrington2013-09-221-0/+3
| | | | | | | | | | Reproducible by building and running inkscape in-tree, without installation. #10 0x0000000000aa6873 in Inkscape::Util::UnitTable::UnitTable (this=0x11f75e0) at util/units.cpp:195 filename = 0x121e8f0 "/usr/local/share/inkscape/ui/units.xml" (bzr r12571)
* Comment clean up.Matthew Petroff2013-09-163-25/+22
| | | (bzr r12475.1.27)
* Add exponent to expression evaluator.Matthew Petroff2013-09-162-13/+32
| | | (bzr r12475.1.25)
* C++ify expression evaluator.Matthew Petroff2013-09-163-416/+318
| | | (bzr r12475.1.23)
* Merge from trunk.Matthew Petroff2013-09-121-2/+3
|\ | | | | (bzr r12475.1.16)
| * Fix grids with comma as decimal separator [Bug #1216306].Matthew Petroff2013-09-011-2/+3
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1216306 (bzr r12498)
* | Added Quantity comparison functions.Matthew Petroff2013-08-282-0/+26
| | | | | | (bzr r12475.1.7)
* | Use enum names instead of numbers.Matthew Petroff2013-08-282-21/+21
| | | | | | (bzr r12475.1.6)
* | Use real world units for page sizes.Matthew Petroff2013-08-252-0/+34
|/ | | (bzr r12475.1.1)
* Switched to global UnitTable.Matthew Petroff2013-08-043-9/+6
| | | (bzr r12380.1.62)
* Cleanup.Matthew Petroff2013-07-302-10/+12
| | | (bzr r12380.1.52)
* Merge from trunk.Matthew Petroff2013-07-302-157/+65
|\ | | | | (bzr r12380.1.51)
| * Remove unnecessary variable from the GMarkup-based unit parserKrzysztof Kosi??ski2013-07-241-8/+6
| | | | | | (bzr r12439)
| * Remove the "simple SAX" parser. Replace its only use (loading of unitKrzysztof Kosi??ski2013-07-242-156/+67
| | | | | | | | | | definitions in util/units.cpp) with Glib::Markup (bzr r12438)
* | Update unit extraction regular expressions.Matthew Petroff2013-07-301-2/+2
| | | | | | (bzr r12380.1.50)
* | Removed SPMetric.Matthew Petroff2013-07-222-23/+0
| | | | | | (bzr r12380.1.49)
* | Add string output functions for units.Matthew Petroff2013-07-202-0/+16
| | | | | | (bzr r12380.1.46)
* | Added percentage support to "Inkscape::Util::Quantity::convert".Matthew Petroff2013-07-201-0/+5
| | | | | | (bzr r12380.1.43)
* | Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-182-52/+62
| | | | | | (bzr r12380.1.28)
* | Added more more convientent unit functions.Matthew Petroff2013-07-182-1/+21
| | | | | | (bzr r12380.1.27)
* | Added more convienient unit conversion functions.Matthew Petroff2013-07-182-2/+30
| | | | | | (bzr r12380.1.26)
* | Added quantity string parsing.Matthew Petroff2013-07-182-12/+37
| | | | | | (bzr r12380.1.24)
* | Fixed botched merge.Matthew Petroff2013-07-172-13/+2
| | | | | | (bzr r12380.1.18)
* | Merge from trunk.Matthew Petroff2013-07-172-123/+194
|\| | | | | (bzr r12380.1.17)
| * Minor C++ish refactoring pass.Jon A. Cruz2013-07-132-99/+158
| | | | | | (bzr r12419)
| * Whitespace cleanup.Jon A. Cruz2013-07-131-79/+79
| | | | | | (bzr r12418)
* | Added copyright header and name to AUTHORS.Matthew Petroff2013-07-172-0/+22
| | | | | | (bzr r12380.1.13)
* | Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-092-0/+22
| | | | | | (bzr r12380.1.8)
* | Switch setWidth and setHeight to use Quantity and switch to forward ↵Matthew Petroff2013-07-062-3/+3
| | | | | | | | | | declaration of Inkscape::Util::Quantity in document.h. (bzr r12380.1.7)
* | Renamed Length class to Quantity class, fixed bugs, and added functions.Matthew Petroff2013-07-022-28/+75
| | | | | | (bzr r12380.1.3)
* | Added length class.Matthew Petroff2013-06-252-1/+50
|/ | | (bzr r12380.1.1)
* code cleanup: quiet warnings with gcc.Campbell Barton2012-11-201-1/+1
| | | (bzr r11888)
* UI. Patch for Bug #666370 (Not all units in the Object Transform dialog are ↵Nicolas Dufour2012-03-221-0/+2
| | | | | | | | translatable) by Fernando Lucchesi. Fixed bugs: - https://launchpad.net/bugs/666370 (bzr r11116)
* Fix remaining glib deprecation and define compiler macrosAlex Valavanis2012-02-151-2/+1
| | | (bzr r10983)
* cppcheck tells us: scanf without field width limits can crash with huge ↵Kris De Gussem2012-02-041-13/+20
| | | | | input data. (bzr r10934)