summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/text-edit.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue https://gitlab.com/inkscape/inbox/issues/841 Crash on selecting ↵Jabiertxof2019-09-111-1/+1
| | | | certain fonts
* Load GPOS table only when selecting font features tab to speedup font usageJabier Arraiza2019-09-091-1/+16
|
* Add line height UX improvementsJabier Arraiza2019-09-071-5/+15
|
* Remove line height code and ficx coding styleJabiertxof2019-08-021-15/+5
|
* Fix coding styleJabiertxof2019-08-021-6/+6
|
* Working stateJabiertxof2019-08-021-2/+2
|
* Stop worinig with units switch to px. Keep discussion opengit add .git add .Jabiertxof2019-08-021-9/+4
|
* Adding font size scaleJabiertxof2019-08-021-3/+18
|
* Tidy various dialog UIsNathan Lee2019-04-021-2/+4
|
* Header cleanup.Tavmjong Bah2019-02-121-1/+0
|
* Remove unused header file.Tavmjong Bah2019-01-081-2/+0
|
* Clarify licensesMax Gaukler2018-11-081-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 possibleEduard Braun2018-10-011-1/+1
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-2/+2
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-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/inkscapeMarc Jeanmougin2018-06-141-1/+5
|\
| * In font list, don't change selection if current font is already selected; ↵Geoff Lankow2018-05-311-1/+5
| | | | | | | | other minor fixes
* | Keep Features tab in sync with font in Font tab.Tavmjong Bah2018-06-031-0/+1
| |
* | Add preview to Font Features tab of Text and Font dialog.Tavmjong Bah2018-06-021-30/+35
|/
* Rename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ↵Tavmjong Bah2018-05-031-3/+3
| | | | | | it does. Minor UI tweaks and bug fixes.
* More progress on variable fonts support.Tavmjong Bah2018-04-281-2/+0
|
* Add start of 'font-variations' widget.Tavmjong Bah2018-04-261-0/+3
| | | | Some code cleanup.
* Implement FontSelectorToolbar.Tavmjong Bah2018-04-251-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 Bah2018-04-131-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 Bah2018-04-071-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 Bah2018-01-301-16/+23
| | | | A lot of header clean-up.
* panel: Remove the unused "title" labelStefano Facchini2018-01-161-1/+1
|
* Escape font name when setting preview textGeoff Lankow2017-12-311-1/+2
|
* Limit size of font preview to 100ptGeoff Lankow2017-12-181-0/+1
|
* Gtkmm deprecation fixesAlexander Valavanis2017-07-061-2/+0
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-25/+1
|
* Rm more deprecated Gtk::StockAlex Valavanis2016-12-271-3/+2
| | | (bzr r15367)
* Comment out line-height setting code in Text and Font dialog as it does not ↵Tavmjong Bah2016-09-011-3/+7
| | | | | yet handle absolute units. (bzr r15098)
* Don't write out sodipodi:line-spacing. Don't read if 'line-height' already set.Tavmjong Bah2016-08-291-12/+3
| | | | | Partial fix for #1590141. (bzr r15085)
* Merged trunkAdrian Boguszewski2016-08-091-24/+1
|\ | | | | (bzr r14954.1.30)
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-24/+1
| |\ | | | | | | (bzr r15038)
| | * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-24/+1
| | | | | | | | | (bzr r15023.2.7)
* | | Merged trunkAdrian Boguszewski2016-08-031-7/+0
|\| | | | | | | | (bzr r14954.1.29)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-7/+0
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+8
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-8/+0
| |/ | | | | (bzr r15025)
* | Added items as a range functionAdrian Boguszewski2016-07-031-6/+6
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-3/+3
|/ | | (bzr r14954.1.10)
* Clarify meaning of line spacing.Tavmjong Bah2016-02-201-2/+2
| | | (bzr r14661)
* static code analysisKris De Gussem2015-11-051-3/+3
| | | (bzr r14446)
* add gtk3 experimental support in CMakeShlomi Fish2015-10-261-0/+14
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1509969 (bzr r14430)
* Set sensitivty of font-variant buttons according to available OpenType tables.Tavmjong Bah2015-06-251-1/+1
| | | (bzr r14215)
* Add simple GUI for 'font-feature-settings'.Tavmjong Bah2015-06-221-1/+3
| | | (bzr r14208)
* Font-variants widget: Enable 'Apply' button. Add more tooltips.Tavmjong Bah2015-05-201-0/+15
| | | (bzr r14163)
* Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ↵Tavmjong Bah2015-05-161-1/+1
| | | | | awaits Pango update. (bzr r14155)