summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/unit-tracker.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-07Last improvements to line heightJabier Arraiza1-4/+10
2019-09-07Add line height UX improvementsJabier Arraiza1-0/+6
2019-08-02Remove line height code and ficx coding styleJabiertxof1-12/+0
2019-08-02Fix coding styleJabiertxof1-2/+2
2019-08-02Add font size units and Adam UX sugestionJabiertxof1-0/+12
2019-05-28Hackfest2019: Get rid of deprecated InkSelectOneActionAlexander Valavanis1-52/+5
2019-04-30Make display unit change roll out to toolbarsNathan Lee1-0/+2
2019-02-03UnitTracker: Create tool item without using GtkActionAlexander Valavanis1-1/+19
2019-01-02modernize loopsMarc Jeanmougin1-2/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-06Misc. typosluz.paz1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
2018-02-04Convert UnitTracker to use ink-select-one-action.Tavmjong Bah1-71/+110
2018-02-03Relink GtkAdjustments that use same UnitTracker.Tavmjong Bah1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+2
2017-10-01Removed all GSList occurences in .h filesMarc Jeanmougin1-28/+23
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