summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/unit-tracker.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-22Add prependUnit functionMartin Owens1-0/+10
2016-03-18Reverting 14701.Tavmjong Bah1-10/+0
2016-03-12Add a units box to line height and wire in the style units, plus some cleanupMartin Owens1-0/+10
2014-10-05Move GtkAction subclasses to widgets/Liam P. White1-1/+1
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen1-13/+14
2013-10-05Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski1-4/+4
2013-09-26cppcheck: performanceKris De Gussem1-1/+1
2013-08-04Switched to global UnitTable.Matthew Petroff1-5/+7
2013-08-01Fix UnitTracker percentage bug.Matthew Petroff1-1/+1
2013-07-31Added percent support back to select toolbar.Matthew Petroff1-1/+8
2013-07-18Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff1-4/+3
2013-07-17Fixed conversion factors and missed unit include removal.Matthew Petroff1-1/+1
2013-07-17Added new UnitTracker class.Matthew Petroff1-0/+255