summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/font-selector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix unsetting variable font values giving wrong font name (Issue 842).Tavmjong Bah2019-09-121-1/+2
|
* Tidy various dialog UIsNathan Lee2019-04-021-0/+2
|
* Tweaks to allow one to reduce size of Text and Font dialog.Tavmjong Bah2019-03-181-5/+8
| | | | Enabled/addded scrollbars and made style treeview columns resizable.
* Keep font variations widget in sync with CSS style widget.Tavmjong Bah2019-03-181-11/+23
|
* Prevent text dialog to become too wide.Tavmjong Bah2019-02-261-3/+6
| | | | This is probably not the optimal way to do this and should be studied further.
* modernize loopsMarc Jeanmougin2019-01-021-2/+2
|
* 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-4/+0
|
* Merge branch 'fontselection' of gitlab.com:darktrojan/inkscapeMarc Jeanmougin2018-06-141-4/+7
|\
| * In font list, don't change selection if current font is already selected; ↵Geoff Lankow2018-05-311-4/+7
| | | | | | | | other minor fixes
* | Fix three more instances of incorrectly escaped markupGeoff Lankow2018-05-311-2/+3
|/
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Rename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ↵Tavmjong Bah2018-05-031-2/+4
| | | | | | it does. Minor UI tweaks and bug fixes.
* Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2018-04-291-2/+7
|\
| * Bug fixes for variable fonts, especially to support the Decovar font.Tavmjong Bah2018-04-291-2/+7
| |
* | Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|/
* More progress on variable fonts support.Tavmjong Bah2018-04-281-3/+27
|
* Implement FontSelectorToolbar.Tavmjong Bah2018-04-251-43/+45
| | | | | | | 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.
* Fix a couple of buglets in Font Selector widget...Tavmjong Bah2018-04-141-3/+2
| | | | | Use designer face name rather than CSS face name in second style column. Add label for second style column.
* Replace C FontSelector by C++ FontSelector.Tavmjong Bah2018-04-131-0/+385
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.