summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/font-selector-toolbar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|
* Implement FontSelectorToolbar.Tavmjong Bah2018-04-251-0/+303
A version of FontSelector designed for the text toolbar. This is meant as a replacement for Ink_ComboBoxEntry_Action. It is not ready for use. Also includes some code cleanup.