summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/text-edit.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-11Fix issue https://gitlab.com/inkscape/inbox/issues/841 Crash on selecting ↵Jabiertxof1-1/+1
certain fonts
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
- 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-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
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
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; ↵Geoff Lankow1-1/+5
other minor fixes
2018-05-03Rename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ↵Tavmjong Bah1-3/+3
it does. Minor UI tweaks and bug fixes.
2018-04-28More progress on variable fonts support.Tavmjong Bah1-2/+0
2018-04-26Add start of 'font-variations' widget.Tavmjong Bah1-0/+3
Some code cleanup.
2018-04-25Implement FontSelectorToolbar.Tavmjong Bah1-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.
2018-04-13Replace C FontSelector by C++ FontSelector.Tavmjong Bah1-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.
2018-04-07Cleanup Text and Font dialog.Tavmjong Bah1-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.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-16/+23
A lot of header clean-up.
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
(bzr r15367)
2016-09-01Comment out line-height setting code in Text and Font dialog as it does not ↵Tavmjong Bah1-3/+7
yet handle absolute units. (bzr r15098)
2016-08-29Don't write out sodipodi:line-spacing. Don't read if 'line-height' already set.Tavmjong Bah1-12/+3
Partial fix for #1590141. (bzr r15085)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-7/+0
(bzr r15034)
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-24/+1
(bzr r15023.2.7)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+8
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-8/+0
(bzr r15025)
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-3/+3
(bzr r14954.1.10)
2016-02-20Clarify meaning of line spacing.Tavmjong Bah1-2/+2
(bzr r14661)
2015-11-05static code analysisKris De Gussem1-3/+3
(bzr r14446)
2015-10-26add gtk3 experimental support in CMakeShlomi Fish1-0/+14
Fixed bugs: - https://launchpad.net/bugs/1509969 (bzr r14430)
2015-06-25Set sensitivty of font-variant buttons according to available OpenType tables.Tavmjong Bah1-1/+1
(bzr r14215)
2015-06-22Add simple GUI for 'font-feature-settings'.Tavmjong Bah1-1/+3
(bzr r14208)
2015-05-20Font-variants widget: Enable 'Apply' button. Add more tooltips.Tavmjong Bah1-0/+15
(bzr r14163)
2015-05-16Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ↵Tavmjong Bah1-1/+1
awaits Pango update. (bzr r14155)
2015-05-14Enable setting of 'font-variant-ligatures' (rendering waits on new Pango ↵Tavmjong Bah1-1/+4
library). (bzr r14152)
2015-05-12GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in ↵Tavmjong Bah1-1/+8
progress. (bzr r14148)
2015-02-27more cast cleanupMarc Jeanmougin1-1/+1
(bzr r13922.1.11)
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
(bzr r13922.1.10)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-6/+6
(bzr r13922.1.5)