summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/unit-tracker.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Convert UnitTracker to use ink-select-one-action.Tavmjong Bah2018-02-041-71/+110
* Relink GtkAdjustments that use same UnitTracker.Tavmjong Bah2018-02-031-1/+1
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+2
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-28/+23
* Add prependUnit functionMartin Owens2016-03-221-0/+10
* Reverting 14701.Tavmjong Bah2016-03-181-10/+0
* Add a units box to line height and wire in the style units, plus some cleanupMartin Owens2016-03-121-0/+10
* Move GtkAction subclasses to widgets/Liam P. White2014-10-051-1/+1
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen2013-10-121-13/+14
* Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski2013-10-051-4/+4
* cppcheck: performanceKris De Gussem2013-09-261-1/+1
* Switched to global UnitTable.Matthew Petroff2013-08-041-5/+7
* Fix UnitTracker percentage bug.Matthew Petroff2013-08-011-1/+1
* Added percent support back to select toolbar.Matthew Petroff2013-07-311-1/+8
* Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-181-4/+3
* Fixed conversion factors and missed unit include removal.Matthew Petroff2013-07-171-1/+1
* Added new UnitTracker class.Matthew Petroff2013-07-171-0/+255