summaryrefslogtreecommitdiffstats
path: root/src/ui/toolbar/text-toolbar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove line height code and ficx coding styleJabiertxof2019-08-021-476/+581
|
* Fix coding styleJabiertxof2019-08-021-119/+119
|
* Add font size units and Adam UX sugestionJabiertxof2019-08-021-16/+53
|
* Working stateJabiertxof2019-08-021-29/+111
|
* Removing absolute unitsJabiertxof2019-08-021-104/+27
|
* Stop worinig with units switch to px. Keep discussion opengit add .git add .Jabiertxof2019-08-021-386/+215
|
* Adding font size scaleJabiertxof2019-08-021-131/+259
|
* improved fontsize changedJabiertxof2019-08-021-22/+34
|
* Remove legacy hamburger codeJabiertxof2019-08-021-4/+31
|
* Improving things poiner in rocketrr chat to line heigt in a new branchJabiertxof2019-08-021-557/+90
|
* Fix coding styleJabier Arraiza2019-08-021-70/+72
|
* Add lineheight proposalJabier Arraiza2019-08-021-121/+240
|
* fix a toggle of unit selectionJabier Arraiza2019-08-021-2/+2
|
* Fix coding styleJabier Arraiza2019-08-021-17/+18
|
* Add proposal 2 of line heightJabier Arraiza2019-08-021-97/+156
|
* Add subselections improvementsJabier Arraiza2019-08-021-7/+81
|
* add hamburger line height menuJabier Arraiza2019-08-021-61/+105
|
* moving hamburger to only line height partJabier Arraiza2019-08-021-22/+25
|
* addpopover to textmenuJabier Arraiza2019-08-021-46/+68
|
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
|
* Fix rounding error issues with 'pt' line-height values that prvent using ↵Tavmjong Bah2019-06-171-4/+8
| | | | | | mouse-scroll to change values. Does not fix problem with other units (which include non-integer values in drop-down menu.
* Stop crash when Text > Outermost element is activeNathan Lee2019-06-081-1/+4
| | | | Fix https://gitlab.com/inkscape/inkscape/issues/289
* 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