summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/font-variants.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-03refactor: Eliminate SPIString::value_defaultThomas Holder1-2/+3
2019-06-18Show correct selected font feature for large listsNathan Lee1-1/+1
2019-06-05Use a flowbox when there are more than two options for font feature settings.Tavmjong Bah1-40/+55
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-30/+6
2019-05-14Prevent dialog from becoming super-wide.Tavmjong Bah1-8/+10
2019-04-02Tidy various dialog UIsNathan Lee1-9/+54
2019-01-01Minor style fixesMarc Jeanmougin1-2/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-09-24cppcheck: fix Same expression in font-variantsJulien Nabet1-1/+1
2018-06-14Create at least two radio buttons for a table.Tavmjong Bah1-0/+7
2018-06-14Limit style alternatives label width.Tavmjong Bah1-0/+7
2018-06-14Add radio buttons for font style alternates.Tavmjong Bah1-63/+156
2018-06-11Improvements to the Font Features dialog. Better OpenType coverage.Tavmjong Bah1-55/+147
2018-06-07Add GUI support for 'font-variant-east-asian' property.Tavmjong Bah1-1/+245
2018-06-05Remove tables that should not be exposed to user from OpenType table list.Tavmjong Bah1-0/+19
2018-06-05Use all available space for Ordinal label.Tavmjong Bah1-1/+1
2018-06-05Prevent widget from getting too big.Tavmjong Bah1-12/+39
2018-06-03Keep Features tab in sync with font in Font tab.Tavmjong Bah1-0/+6
2018-06-02Add preview to Font Features tab of Text and Font dialog.Tavmjong Bah1-6/+68
2018-05-13Add preview for numeric OpenType features.Tavmjong Bah1-50/+106
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-05-03Small bug fixes to font-variations files.Tavmjong Bah1-2/+3
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-04-05Extract and display ligatures in a font.Tavmjong Bah1-7/+37
2018-03-27a few more fixes to build warnings related to libnrtypeFelipe CorrĂȘa da Silva Sanches1-8/+10
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+2
2018-01-15Keep entries compact in Font Variant dialog.Tavmjong Bah1-37/+37
2017-11-07Misc. typosUnknown1-1/+1
2017-07-09Update Gtk button press handlingAlexander Valavanis1-5/+5
2017-06-05Show glyphs with alternative styles in "Feature Settings" section of "Variant...Tavmjong Bah1-0/+34
2017-06-05Show glyphs with alternative styles in "Feature Settings" section of "Variant...Tavmjong Bah1-0/+34
2017-06-03Add list of OpenType tables available in selected font.Tavmjong Bah1-24/+33
2017-06-03Add list of OpenType tables available in selected font.Tavmjong Bah1-24/+33
2016-08-15Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-9/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+9
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-9/+1
2015-11-01i18n. Strings disambiguation (thanks, Maren!).Nicolas Dufour1-35/+35
2015-06-25Set sensitivty of font-variant buttons according to available OpenType tables.Tavmjong Bah1-2/+165
2015-06-22Add simple GUI for 'font-feature-settings'.Tavmjong Bah1-1/+45
2015-05-20Font-variants widget: Enable 'Apply' button. Add more tooltips.Tavmjong Bah1-27/+87
2015-05-18Enable setting of 'font-variant-ligatures' (rendering waits on new Pango libr...Tavmjong Bah1-5/+82
2015-05-16Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ...Tavmjong Bah1-10/+111
2015-05-14Enable setting of 'font-variant-ligatures' (rendering waits on new Pango libr...Tavmjong Bah1-0/+28
2015-05-12GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in p...Tavmjong Bah1-0/+246