summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/font-variants.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Eliminate SPIString::value_defaultThomas Holder2019-11-031-2/+3
| | | | | | - eliminate value_default - make value private (-> _value) - add value() method
* Show correct selected font feature for large listsNathan Lee2019-06-181-1/+1
|
* Use a flowbox when there are more than two options for font feature settings.Tavmjong Bah2019-06-051-40/+55
| | | | Improves display of options.
* Prevent dialog from becoming super-wide.Tavmjong Bah2019-05-141-8/+10
|
* Tidy various dialog UIsNathan Lee2019-04-021-9/+54
|
* Minor style fixesMarc Jeanmougin2019-01-011-2/+2
|
* Clarify licensesMax Gaukler2018-11-081-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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* cppcheck: fix Same expression in font-variantsJulien Nabet2018-09-241-1/+1
| | | | [ui/widget/font-variants.cpp:899]: (style) Same expression on both sides of '||'
* Create at least two radio buttons for a table.Tavmjong Bah2018-06-141-0/+7
| | | | | Calculation of number of radio buttons to create could be "wrong" due to script and language tags of tables.
* Limit style alternatives label width.Tavmjong Bah2018-06-141-0/+7
|
* Add radio buttons for font style alternates.Tavmjong Bah2018-06-141-63/+156
|
* Improvements to the Font Features dialog. Better OpenType coverage.Tavmjong Bah2018-06-111-55/+147
|
* Add GUI support for 'font-variant-east-asian' property.Tavmjong Bah2018-06-071-1/+245
|
* Remove tables that should not be exposed to user from OpenType table list.Tavmjong Bah2018-06-051-0/+19
|
* Use all available space for Ordinal label.Tavmjong Bah2018-06-051-1/+1
|
* Prevent widget from getting too big.Tavmjong Bah2018-06-051-12/+39
|
* Keep Features tab in sync with font in Font tab.Tavmjong Bah2018-06-031-0/+6
|
* Add preview to Font Features tab of Text and Font dialog.Tavmjong Bah2018-06-021-6/+68
|
* Add preview for numeric OpenType features.Tavmjong Bah2018-05-131-50/+106
|
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Small bug fixes to font-variations files.Tavmjong Bah2018-05-031-2/+3
|
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Extract and display ligatures in a font.Tavmjong Bah2018-04-051-7/+37
|
* a few more fixes to build warnings related to libnrtypeFelipe Corrêa da Silva Sanches2018-03-271-8/+10
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+2
| | | | A lot of header clean-up.
* Keep entries compact in Font Variant dialog.Tavmjong Bah2018-01-151-37/+37
|
* Misc. typosUnknown2017-11-071-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 ```
* 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)