| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: Eliminate SPIString::value_default | Thomas Holder | 2019-11-03 | 1 | -2/+3 |
| | | | | | | | - eliminate value_default - make value private (-> _value) - add value() method | ||||
| * | Show correct selected font feature for large lists | Nathan Lee | 2019-06-18 | 1 | -1/+1 |
| | | |||||
| * | Use a flowbox when there are more than two options for font feature settings. | Tavmjong Bah | 2019-06-05 | 1 | -40/+55 |
| | | | | | Improves display of options. | ||||
| * | Prevent dialog from becoming super-wide. | Tavmjong Bah | 2019-05-14 | 1 | -8/+10 |
| | | |||||
| * | Tidy various dialog UIs | Nathan Lee | 2019-04-02 | 1 | -9/+54 |
| | | |||||
| * | Minor style fixes | Marc Jeanmougin | 2019-01-01 | 1 | -2/+2 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | cppcheck: fix Same expression in font-variants | Julien Nabet | 2018-09-24 | 1 | -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 Bah | 2018-06-14 | 1 | -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 Bah | 2018-06-14 | 1 | -0/+7 |
| | | |||||
| * | Add radio buttons for font style alternates. | Tavmjong Bah | 2018-06-14 | 1 | -63/+156 |
| | | |||||
| * | Improvements to the Font Features dialog. Better OpenType coverage. | Tavmjong Bah | 2018-06-11 | 1 | -55/+147 |
| | | |||||
| * | Add GUI support for 'font-variant-east-asian' property. | Tavmjong Bah | 2018-06-07 | 1 | -1/+245 |
| | | |||||
| * | Remove tables that should not be exposed to user from OpenType table list. | Tavmjong Bah | 2018-06-05 | 1 | -0/+19 |
| | | |||||
| * | Use all available space for Ordinal label. | Tavmjong Bah | 2018-06-05 | 1 | -1/+1 |
| | | |||||
| * | Prevent widget from getting too big. | Tavmjong Bah | 2018-06-05 | 1 | -12/+39 |
| | | |||||
| * | Keep Features tab in sync with font in Font tab. | Tavmjong Bah | 2018-06-03 | 1 | -0/+6 |
| | | |||||
| * | Add preview to Font Features tab of Text and Font dialog. | Tavmjong Bah | 2018-06-02 | 1 | -6/+68 |
| | | |||||
| * | Add preview for numeric OpenType features. | Tavmjong Bah | 2018-05-13 | 1 | -50/+106 |
| | | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Small bug fixes to font-variations files. | Tavmjong Bah | 2018-05-03 | 1 | -2/+3 |
| | | |||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Extract and display ligatures in a font. | Tavmjong Bah | 2018-04-05 | 1 | -7/+37 |
| | | |||||
| * | a few more fixes to build warnings related to libnrtype | Felipe Corrêa da Silva Sanches | 2018-03-27 | 1 | -8/+10 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -1/+2 |
| | | | | | A lot of header clean-up. | ||||
| * | Keep entries compact in Font Variant dialog. | Tavmjong Bah | 2018-01-15 | 1 | -37/+37 |
| | | |||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -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 handling | Alexander Valavanis | 2017-07-09 | 1 | -5/+5 |
| | | |||||
| * | Show glyphs with alternative styles in "Feature Settings" section of ↵ | Tavmjong Bah | 2017-06-05 | 1 | -0/+34 |
| | | | | | | "Variants" tab of "Text and Font" dialog. (bzr r15731) | ||||
| * | Add list of OpenType tables available in selected font. | Tavmjong Bah | 2017-06-03 | 1 | -24/+33 |
| | | | | (bzr r15725) | ||||
| * | Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/ | Tavmjong Bah | 2016-08-15 | 1 | -1/+1 |
| | | | | (bzr r15059) | ||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -9/+1 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+9 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -9/+1 |
| | | | | (bzr r15025) | ||||
| * | i18n. Strings disambiguation (thanks, Maren!). | Nicolas Dufour | 2015-11-01 | 1 | -35/+35 |
| | | | | | | | Translation. Translation template update. Translation. French translation update. (bzr r14440) | ||||
| * | Set sensitivty of font-variant buttons according to available OpenType tables. | Tavmjong Bah | 2015-06-25 | 1 | -2/+165 |
| | | | | (bzr r14215) | ||||
| * | Add simple GUI for 'font-feature-settings'. | Tavmjong Bah | 2015-06-22 | 1 | -1/+45 |
| | | | | (bzr r14208) | ||||
| * | Font-variants widget: Enable 'Apply' button. Add more tooltips. | Tavmjong Bah | 2015-05-20 | 1 | -27/+87 |
| | | | | (bzr r14163) | ||||
| * | Enable setting of 'font-variant-ligatures' (rendering waits on new Pango ↵ | Tavmjong Bah | 2015-05-18 | 1 | -5/+82 |
| | | | | | | library). (bzr r14162) | ||||
| * | Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ↵ | Tavmjong Bah | 2015-05-16 | 1 | -10/+111 |
| | | | | | | awaits Pango update. (bzr r14155) | ||||
| * | Enable setting of 'font-variant-ligatures' (rendering waits on new Pango ↵ | Tavmjong Bah | 2015-05-14 | 1 | -0/+28 |
| | | | | | | library). (bzr r14152) | ||||
| * | GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in ↵ | Tavmjong Bah | 2015-05-12 | 1 | -0/+246 |
| progress. (bzr r14148) | |||||
