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