summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/font-selector.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-12Fix unsetting variable font values giving wrong font name (Issue 842).Tavmjong Bah1-1/+2
2019-04-02Tidy various dialog UIsNathan Lee1-0/+2
2019-03-18Tweaks to allow one to reduce size of Text and Font dialog.Tavmjong Bah1-5/+8
Enabled/addded scrollbars and made style treeview columns resizable.
2019-03-18Keep font variations widget in sync with CSS style widget.Tavmjong Bah1-11/+23
2019-02-26Prevent text dialog to become too wide.Tavmjong Bah1-3/+6
This is probably not the optimal way to do this and should be studied further.
2019-01-02modernize loopsMarc Jeanmougin1-2/+2
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-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-05-31In font list, don't change selection if current font is already selected; ↵Geoff Lankow1-4/+7
other minor fixes
2018-05-31Fix three more instances of incorrectly escaped markupGeoff Lankow1-2/+3
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-05-03Rename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ↵Tavmjong Bah1-2/+4
it does. Minor UI tweaks and bug fixes.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-04-29Bug fixes for variable fonts, especially to support the Decovar font.Tavmjong Bah1-2/+7
2018-04-28More progress on variable fonts support.Tavmjong Bah1-3/+27
2018-04-25Implement FontSelectorToolbar.Tavmjong Bah1-43/+45
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.
2018-04-14Fix a couple of buglets in Font Selector widget...Tavmjong Bah1-3/+2
Use designer face name rather than CSS face name in second style column. Add label for second style column.
2018-04-13Replace C FontSelector by C++ FontSelector.Tavmjong Bah1-0/+385
Fix synchonization problems between users of FontLister (FontSelector/Text toolbar). Hide unused size widget in Glyphs dialog. Display style names in FontSelector using own style.
2016-07-29Remove font-Dialog and useGtk::FontSelector insteadJabier Arraiza Cenoz1-115/+0
(bzr r15017.1.13)
2016-07-28Finish linked path and add local number formatJabier Arraiza Cenoz1-4/+4
(bzr r15017.1.9)
2016-07-25Add gap,offset,insensitive transforms, and delete on lpe removeJabier Arraiza Cenoz1-1/+1
(bzr r15017.1.6)
2016-07-24Add Text tag and update widgets codeJabier Arraiza Cenoz1-0/+115
(bzr r15017.1.2)