summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/text-edit.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-11Fix issue https://gitlab.com/inkscape/inbox/issues/841 Crash on selecting cer...Jabiertxof1-1/+1
2019-09-09Load GPOS table only when selecting font features tab to speedup font usageJabier Arraiza1-1/+16
2019-09-07Add line height UX improvementsJabier Arraiza1-5/+15
2019-08-02Remove line height code and ficx coding styleJabiertxof1-15/+5
2019-08-02Fix coding styleJabiertxof1-6/+6
2019-08-02Working stateJabiertxof1-2/+2
2019-08-02Stop worinig with units switch to px. Keep discussion opengit add .git add .Jabiertxof1-9/+4
2019-08-02Adding font size scaleJabiertxof1-3/+18
2019-04-02Tidy various dialog UIsNathan Lee1-2/+4
2019-02-12Header cleanup.Tavmjong Bah1-1/+0
2019-01-08Remove unused header file.Tavmjong Bah1-2/+0
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+1
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
2018-06-03Keep Features tab in sync with font in Font tab.Tavmjong Bah1-0/+1
2018-06-02Add preview to Font Features tab of Text and Font dialog.Tavmjong Bah1-30/+35
2018-05-31In font list, don't change selection if current font is already selected; oth...Geoff Lankow1-1/+5
2018-05-03Rename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ...Tavmjong Bah1-3/+3
2018-04-28More progress on variable fonts support.Tavmjong Bah1-2/+0
2018-04-26Add start of 'font-variations' widget.Tavmjong Bah1-0/+3
2018-04-25Implement FontSelectorToolbar.Tavmjong Bah1-4/+4
2018-04-13Replace C FontSelector by C++ FontSelector.Tavmjong Bah1-42/+37
2018-04-07Cleanup Text and Font dialog.Tavmjong Bah1-230/+48
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-16/+23
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-1/+1
2017-12-31Escape font name when setting preview textGeoff Lankow1-1/+2
2017-12-18Limit size of font preview to 100ptGeoff Lankow1-0/+1
2017-07-06Gtkmm deprecation fixesAlexander Valavanis1-2/+0
2017-06-29Remove old icon handling codeAlexander Valavanis1-25/+1
2016-12-27Rm more deprecated Gtk::StockAlex Valavanis1-3/+2
2016-09-01Comment out line-height setting code in Text and Font dialog as it does not y...Tavmjong Bah1-3/+7
2016-08-29Don't write out sodipodi:line-spacing. Don't read if 'line-height' already set.Tavmjong Bah1-12/+3
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-7/+0
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-24/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+8
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-8/+0
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-3/+3
2016-02-20Clarify meaning of line spacing.Tavmjong Bah1-2/+2
2015-11-05static code analysisKris De Gussem1-3/+3
2015-10-26add gtk3 experimental support in CMakeShlomi Fish1-0/+14
2015-06-25Set sensitivty of font-variant buttons according to available OpenType tables.Tavmjong Bah1-1/+1
2015-06-22Add simple GUI for 'font-feature-settings'.Tavmjong Bah1-1/+3
2015-05-20Font-variants widget: Enable 'Apply' button. Add more tooltips.Tavmjong Bah1-0/+15
2015-05-16Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ...Tavmjong Bah1-1/+1
2015-05-14Enable setting of 'font-variant-ligatures' (rendering waits on new Pango libr...Tavmjong Bah1-1/+4
2015-05-12GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in p...Tavmjong Bah1-1/+8
2015-02-27more cast cleanupMarc Jeanmougin1-1/+1
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-6/+6