summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot2018-06-183-7/+10
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-185-5/+5
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-1820-34/+24
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-1845-227/+227
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-1842-184/+184
* Move toolbars to ui/toolbarAlexander Valavanis2018-06-171-1/+1
* Merge branch 'clang-tidy-delete-pass' of gitlab.com:linkmauve/inkscapeMarc Jeanmougin2018-06-145-9/+9
|\
| * Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-125-9/+9
* | Merge branch 'gdkmm' of gitlab.com:linkmauve/inkscapeMarc Jeanmougin2018-06-141-1/+2
|\ \
| * | Replace all deprecated gdk_keymap_get_default() with Gdk::Display::get_defaul...Emmanuel Gil Peyrot2018-06-121-1/+2
| |/
* | 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; oth...Geoff Lankow2018-05-311-4/+7
* | | Merge branch 'fontmarkup' of gitlab.com:darktrojan/inkscapeMarc Jeanmougin2018-06-141-2/+3
|\ \ \
| * | | Fix three more instances of incorrectly escaped markupGeoff Lankow2018-05-311-2/+3
| |/ /
* | | Create at least two radio buttons for a table.Tavmjong Bah2018-06-141-0/+7
* | | Limit style alternatives label width.Tavmjong Bah2018-06-141-0/+7
* | | Add radio buttons for font style alternates.Tavmjong Bah2018-06-142-63/+163
* | | Improvements to the Font Features dialog. Better OpenType coverage.Tavmjong Bah2018-06-111-55/+147
| |/ |/|
* | Add GUI support for 'font-variant-east-asian' property.Tavmjong Bah2018-06-072-2/+270
* | Remove tables that should not be exposed to user from OpenType table list.Tavmjong Bah2018-06-051-0/+19
* | Use all available space for Ordinal label.Tavmjong Bah2018-06-051-1/+1
* | Prevent widget from getting too big.Tavmjong Bah2018-06-052-14/+41
* | Keep Features tab in sync with font in Font tab.Tavmjong Bah2018-06-032-0/+11
* | Add preview to Font Features tab of Text and Font dialog.Tavmjong Bah2018-06-022-7/+74
|/
* colorspace::Component: Fix undefined references without lcmsPatrick McDermott2018-05-201-9/+9
* Misc. typosluz.paz2018-05-143-3/+3
* Add preview for numeric OpenType features.Tavmjong Bah2018-05-132-61/+128
* Create stateless alignment selector and use it insteadGeoff Lankow2018-05-092-0/+133
* Create and use LabelledColorPicker widgetGeoff Lankow2018-05-093-9/+31
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-0431-60/+60
* Rename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ...Tavmjong Bah2018-05-032-11/+5
* Small bug fixes to font-variations files.Tavmjong Bah2018-05-032-5/+6
* Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2018-04-292-5/+17
|\
| * Bug fixes for variable fonts, especially to support the Decovar font.Tavmjong Bah2018-04-292-5/+17
* | Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-2931-60/+60
|/
* More progress on variable fonts support.Tavmjong Bah2018-04-284-21/+111
* Add start of 'font-variations' widget.Tavmjong Bah2018-04-262-0/+234
* Implement FontSelectorToolbar.Tavmjong Bah2018-04-254-50/+469
* Fix a couple of buglets in Font Selector widget...Tavmjong Bah2018-04-141-3/+2
* Replace C FontSelector by C++ FontSelector.Tavmjong Bah2018-04-132-0/+550
* Extract and display ligatures in a font.Tavmjong Bah2018-04-052-9/+44
* a few more fixes to build warnings related to libnrtypeFelipe Corrêa da Silva Sanches2018-03-271-8/+10
* Minor cleanup of warnings. No functional change.Felipe Corrêa da Silva Sanches2018-03-273-11/+4
* Base LPE refactorJabier Arraiza2018-03-261-1/+1
* Avoid crash when confirming new value in InkSpinScale with KeyboardEduard Braun2018-03-131-1/+1
* Use upward pointing arrow cursor in InkSpinScaleEduard Braun2018-03-121-1/+1
* Allow to constrain InkSpinScale slider values by pressing Ctrl keyEduard Braun2018-03-122-5/+25
* Allow to constrain color slider values by pressing Ctrl keyEduard Braun2018-03-123-5/+18
* Fix for Bug #1643260, Step size changed to 0.1% for Blur and Opacity Spin But...hellozee2018-03-061-2/+2
* Convert UnitTracker to use ink-select-one-action.Tavmjong Bah2018-02-044-78/+140