summaryrefslogtreecommitdiffstats
path: root/src/ui/toolbar/text-toolbar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* TextToolbar: Fix superscript/subscript handlingAlexander Valavanis2019-06-071-1/+1
|
* Finish TextToolbar migrationAlexander Valavanis2019-06-051-40/+31
|
* TextToolbar: Migrate FontStyle widgetAlexander Valavanis2019-06-051-26/+22
|
* TextToolbar: Migrate FontSize widgetAlexander Valavanis2019-06-051-43/+42
|
* ComboBoxToolItem: Rebase on ToolItemAlexander Valavanis2019-06-041-3/+3
|
* Hackfest 2019: C++ify ComboBoxEntryActionAlexander Valavanis2019-05-291-16/+19
|
* Hackfest2019: Get rid of deprecated InkSelectOneActionAlexander Valavanis2019-05-281-2/+1
|
* Hackfest2019: Drop unused EgeAdjustmentActionAlexander Valavanis2019-05-281-1/+0
|
* Hackfest2019: TextToolbar: Start GtkAction migrationAlexander Valavanis2019-05-281-374/+289
|
* Strip out all content from TextToolbarAlexander Valavanis2019-05-271-7/+9
|
* Make display unit change roll out to toolbarsNathan Lee2019-04-301-1/+1
| | | | | | | Add exception for measure tool, which uses preferences Fixes https://gitlab.com/inkscape/inbox/issues/393 Partial fix: https://gitlab.com/inkscape/inkscape/issues/208
* Don't rebuild font list is only selection changed.Tavmjong Bah2019-03-181-1/+0
| | | | (Rebuilding causes font family row to be unselected.)
* Tidy up toolbox utilitiesAlexander Valavanis2019-01-221-1/+0
|
* Tidy up toolbox codeAlexander Valavanis2019-01-221-6/+6
|
* Cleanup unused toolbar codeAlexander Valavanis2019-01-211-12/+0
|
* derive all toolbars from Inkscape::ToolbarAlexander Valavanis2019-01-191-1108/+1066
|
* 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
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-32/+32
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Move toolbars to ui/toolbarAlexander Valavanis2018-06-171-0/+2603