summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/font-variants.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update Gtk button press handlingAlexander Valavanis2017-07-091-5/+5
|
* Show glyphs with alternative styles in "Feature Settings" section of ↵Tavmjong Bah2017-06-051-0/+34
| | | | | "Variants" tab of "Text and Font" dialog. (bzr r15731)
* Add list of OpenType tables available in selected font.Tavmjong Bah2017-06-031-24/+33
| | | (bzr r15725)
* Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah2016-08-151-1/+1
| | | (bzr r15059)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-9/+1
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+9
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-9/+1
| | | (bzr r15025)
* i18n. Strings disambiguation (thanks, Maren!).Nicolas Dufour2015-11-011-35/+35
| | | | | | Translation. Translation template update. Translation. French translation update. (bzr r14440)
* Set sensitivty of font-variant buttons according to available OpenType tables.Tavmjong Bah2015-06-251-2/+165
| | | (bzr r14215)
* Add simple GUI for 'font-feature-settings'.Tavmjong Bah2015-06-221-1/+45
| | | (bzr r14208)
* Font-variants widget: Enable 'Apply' button. Add more tooltips.Tavmjong Bah2015-05-201-27/+87
| | | (bzr r14163)
* Enable setting of 'font-variant-ligatures' (rendering waits on new Pango ↵Tavmjong Bah2015-05-181-5/+82
| | | | | library). (bzr r14162)
* Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ↵Tavmjong Bah2015-05-161-10/+111
| | | | | awaits Pango update. (bzr r14155)
* Enable setting of 'font-variant-ligatures' (rendering waits on new Pango ↵Tavmjong Bah2015-05-141-0/+28
| | | | | library). (bzr r14152)
* GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in ↵Tavmjong Bah2015-05-121-0/+246
progress. (bzr r14148)