| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix issue https://gitlab.com/inkscape/inbox/issues/841 Crash on selecting ↵ | Jabiertxof | 2019-09-11 | 1 | -1/+1 |
| | | | | | certain fonts | ||||
| * | Load GPOS table only when selecting font features tab to speedup font usage | Jabier Arraiza | 2019-09-09 | 1 | -1/+16 |
| | | |||||
| * | Add line height UX improvements | Jabier Arraiza | 2019-09-07 | 1 | -5/+15 |
| | | |||||
| * | Remove line height code and ficx coding style | Jabiertxof | 2019-08-02 | 1 | -15/+5 |
| | | |||||
| * | Fix coding style | Jabiertxof | 2019-08-02 | 1 | -6/+6 |
| | | |||||
| * | Working state | Jabiertxof | 2019-08-02 | 1 | -2/+2 |
| | | |||||
| * | Stop worinig with units switch to px. Keep discussion opengit add .git add . | Jabiertxof | 2019-08-02 | 1 | -9/+4 |
| | | |||||
| * | Adding font size scale | Jabiertxof | 2019-08-02 | 1 | -3/+18 |
| | | |||||
| * | Tidy various dialog UIs | Nathan Lee | 2019-04-02 | 1 | -2/+4 |
| | | |||||
| * | Header cleanup. | Tavmjong Bah | 2019-02-12 | 1 | -1/+0 |
| | | |||||
| * | Remove unused header file. | Tavmjong Bah | 2019-01-08 | 1 | -2/+0 |
| | | |||||
| * | 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 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+4 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Merge branch 'fontselection' of gitlab.com:darktrojan/inkscape | Marc Jeanmougin | 2018-06-14 | 1 | -1/+5 |
| |\ | |||||
| | * | In font list, don't change selection if current font is already selected; ↵ | Geoff Lankow | 2018-05-31 | 1 | -1/+5 |
| | | | | | | | | | other minor fixes | ||||
| * | | Keep Features tab in sync with font in Font tab. | Tavmjong Bah | 2018-06-03 | 1 | -0/+1 |
| | | | |||||
| * | | Add preview to Font Features tab of Text and Font dialog. | Tavmjong Bah | 2018-06-02 | 1 | -30/+35 |
| |/ | |||||
| * | Rename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ↵ | Tavmjong Bah | 2018-05-03 | 1 | -3/+3 |
| | | | | | | | it does. Minor UI tweaks and bug fixes. | ||||
| * | More progress on variable fonts support. | Tavmjong Bah | 2018-04-28 | 1 | -2/+0 |
| | | |||||
| * | Add start of 'font-variations' widget. | Tavmjong Bah | 2018-04-26 | 1 | -0/+3 |
| | | | | | Some code cleanup. | ||||
| * | Implement FontSelectorToolbar. | Tavmjong Bah | 2018-04-25 | 1 | -4/+4 |
| | | | | | | | | A version of FontSelector designed for the text toolbar. This is meant as a replacement for Ink_ComboBoxEntry_Action. It is not ready for use. Also includes some code cleanup. | ||||
| * | Replace C FontSelector by C++ FontSelector. | Tavmjong Bah | 2018-04-13 | 1 | -42/+37 |
| | | | | | | | Fix synchonization problems between users of FontLister (FontSelector/Text toolbar). Hide unused size widget in Glyphs dialog. Display style names in FontSelector using own style. | ||||
| * | Cleanup Text and Font dialog. | Tavmjong Bah | 2018-04-07 | 1 | -230/+48 |
| | | | | | | | Includes removal of unused buttons. These buttons were redundant with those in the Text toolbar except for TextPath offset... which will need to be added to the toolbar. | ||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -16/+23 |
| | | | | | A lot of header clean-up. | ||||
| * | panel: Remove the unused "title" label | Stefano Facchini | 2018-01-16 | 1 | -1/+1 |
| | | |||||
| * | Escape font name when setting preview text | Geoff Lankow | 2017-12-31 | 1 | -1/+2 |
| | | |||||
| * | Limit size of font preview to 100pt | Geoff Lankow | 2017-12-18 | 1 | -0/+1 |
| | | |||||
| * | Gtkmm deprecation fixes | Alexander Valavanis | 2017-07-06 | 1 | -2/+0 |
| | | |||||
| * | Remove old icon handling code | Alexander Valavanis | 2017-06-29 | 1 | -25/+1 |
| | | |||||
| * | Rm more deprecated Gtk::Stock | Alex Valavanis | 2016-12-27 | 1 | -3/+2 |
| | | | | (bzr r15367) | ||||
| * | Comment out line-height setting code in Text and Font dialog as it does not ↵ | Tavmjong Bah | 2016-09-01 | 1 | -3/+7 |
| | | | | | | yet handle absolute units. (bzr r15098) | ||||
| * | Don't write out sodipodi:line-spacing. Don't read if 'line-height' already set. | Tavmjong Bah | 2016-08-29 | 1 | -12/+3 |
| | | | | | | Partial fix for #1590141. (bzr r15085) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -24/+1 |
| |\ | | | | | (bzr r14954.1.30) | ||||
| | * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -24/+1 |
| | |\ | | | | | | | (bzr r15038) | ||||
| | | * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -24/+1 |
| | | | | | | | | | | (bzr r15023.2.7) | ||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -7/+0 |
| |\| | | | | | | | | (bzr r14954.1.29) | ||||
| | * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -7/+0 |
| | | | | | | | | | | (bzr r15034) | ||||
| | * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+8 |
| | | | | | | | | | | (bzr r15027) | ||||
| | * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -8/+0 |
| | |/ | | | | | (bzr r15025) | ||||
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -6/+6 |
| |\| | | | | | (bzr r14954.1.13) | ||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -3/+3 |
| |/ | | | (bzr r14954.1.10) | ||||
| * | Clarify meaning of line spacing. | Tavmjong Bah | 2016-02-20 | 1 | -2/+2 |
| | | | | (bzr r14661) | ||||
| * | static code analysis | Kris De Gussem | 2015-11-05 | 1 | -3/+3 |
| | | | | (bzr r14446) | ||||
| * | add gtk3 experimental support in CMake | Shlomi Fish | 2015-10-26 | 1 | -0/+14 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1509969 (bzr r14430) | ||||
| * | Set sensitivty of font-variant buttons according to available OpenType tables. | Tavmjong Bah | 2015-06-25 | 1 | -1/+1 |
| | | | | (bzr r14215) | ||||
| * | Add simple GUI for 'font-feature-settings'. | Tavmjong Bah | 2015-06-22 | 1 | -1/+3 |
| | | | | (bzr r14208) | ||||
| * | Font-variants widget: Enable 'Apply' button. Add more tooltips. | Tavmjong Bah | 2015-05-20 | 1 | -0/+15 |
| | | | | (bzr r14163) | ||||
| * | Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ↵ | Tavmjong Bah | 2015-05-16 | 1 | -1/+1 |
| | | | | | | awaits Pango update. (bzr r14155) | ||||
