summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/unit-tracker.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add prependUnit functionMartin Owens2016-03-221-0/+10
| | | (bzr r14737)
* Reverting 14701.Tavmjong Bah2016-03-181-10/+0
| | | (bzr r14716.1.2)
* Add a units box to line height and wire in the style units, plus some cleanupMartin Owens2016-03-121-0/+10
| | | (bzr r14701)
* Move GtkAction subclasses to widgets/Liam P. White2014-10-051-1/+1
| | | (bzr r13341.1.249)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-13/+14
| | | | | 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-051-4/+4
| | | (bzr r12661)
* cppcheck: performanceKris De Gussem2013-09-261-1/+1
| | | (bzr r12598)
* Switched to global UnitTable.Matthew Petroff2013-08-041-5/+7
| | | (bzr r12380.1.62)
* Fix UnitTracker percentage bug.Matthew Petroff2013-08-011-1/+1
| | | (bzr r12380.1.59)
* Added percent support back to select toolbar.Matthew Petroff2013-07-311-1/+8
| | | (bzr r12380.1.53)
* Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-181-4/+3
| | | (bzr r12380.1.28)
* Fixed conversion factors and missed unit include removal.Matthew Petroff2013-07-171-1/+1
| | | (bzr r12380.1.12)
* Added new UnitTracker class.Matthew Petroff2013-07-171-0/+255
(bzr r12380.1.9)