summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/unit-tracker.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-07Last improvements to line heightJabier Arraiza1-1/+1
2019-09-07Add line height UX improvementsJabier Arraiza1-0/+1
2019-08-02Remove line height code and ficx coding styleJabiertxof1-1/+0
2019-08-02Add font size units and Adam UX sugestionJabiertxof1-0/+1
2019-05-28Hackfest2019: Get rid of deprecated InkSelectOneActionAlexander Valavanis1-11/+0
2019-02-03UnitTracker: Create tool item without using GtkActionAlexander Valavanis1-1/+5
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-02-04Convert UnitTracker to use ink-select-one-action.Tavmjong Bah1-5/+16
Additional code clean up.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+3
A lot of header clean-up.
2017-10-01Removed all GSList occurences in .h filesMarc Jeanmougin1-3/+3
2016-03-22Add prependUnit functionMartin Owens1-0/+1
(bzr r14737)
2016-03-18Reverting 14701.Tavmjong Bah1-1/+0
(bzr r14716.1.2)
2016-03-12Add a units box to line height and wire in the style units, plus some cleanupMartin Owens1-0/+1
(bzr r14701)
2014-08-30Reduce header bloatAlex Valavanis1-2/+5
(bzr r13341.1.184)
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen1-4/+4
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)
2013-08-04Switched to global UnitTable.Matthew Petroff1-2/+0
(bzr r12380.1.62)
2013-07-31Added percent support back to select toolbar.Matthew Petroff1-0/+1
(bzr r12380.1.53)
2013-07-17Added new UnitTracker class.Matthew Petroff1-0/+75
(bzr r12380.1.9)