summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/font-variants.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-03refactor: Eliminate SPIString::value_defaultThomas Holder1-2/+3
- eliminate value_default - make value private (-> _value) - add value() method
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
Improves display of options.
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
- 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-09-24cppcheck: fix Same expression in font-variantsJulien Nabet1-1/+1
[ui/widget/font-variants.cpp:899]: (style) Same expression on both sides of '||'
2018-06-14Create at least two radio buttons for a table.Tavmjong Bah1-0/+7
Calculation of number of radio buttons to create could be "wrong" due to script and language tags of tables.
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
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
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
A lot of header clean-up.
2018-01-15Keep entries compact in Font Variant dialog.Tavmjong Bah1-37/+37
2017-11-07Misc. typosUnknown1-1/+1
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
2017-07-09Update Gtk button press handlingAlexander Valavanis1-5/+5
2017-06-05Show glyphs with alternative styles in "Feature Settings" section of ↵Tavmjong Bah1-0/+34
"Variants" tab of "Text and Font" dialog. (bzr r15731)
2017-06-05Show glyphs with alternative styles in "Feature Settings" section of ↵Tavmjong Bah1-0/+34
"Variants" tab of "Text and Font" dialog. (bzr r15703.1.28)
2017-06-03Add list of OpenType tables available in selected font.Tavmjong Bah1-24/+33
(bzr r15725)
2017-06-03Add list of OpenType tables available in selected font.Tavmjong Bah1-24/+33
(bzr r15703.1.22)
2016-08-15Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah1-1/+1
(bzr r15059)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-9/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+9
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-9/+1
(bzr r15025)
2015-11-01i18n. Strings disambiguation (thanks, Maren!).Nicolas Dufour1-35/+35
Translation. Translation template update. Translation. French translation update. (bzr r14440)
2015-06-25Set sensitivty of font-variant buttons according to available OpenType tables.Tavmjong Bah1-2/+165
(bzr r14215)
2015-06-22Add simple GUI for 'font-feature-settings'.Tavmjong Bah1-1/+45
(bzr r14208)
2015-05-20Font-variants widget: Enable 'Apply' button. Add more tooltips.Tavmjong Bah1-27/+87
(bzr r14163)
2015-05-18Enable setting of 'font-variant-ligatures' (rendering waits on new Pango ↵Tavmjong Bah1-5/+82
library). (bzr r14162)
2015-05-16Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ↵Tavmjong Bah1-10/+111
awaits Pango update. (bzr r14155)
2015-05-14Enable setting of 'font-variant-ligatures' (rendering waits on new Pango ↵Tavmjong Bah1-0/+28
library). (bzr r14152)
2015-05-12GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in ↵Tavmjong Bah1-0/+246
progress. (bzr r14148)