summaryrefslogtreecommitdiffstats
path: root/src/ui/toolbar/text-toolbar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Eliminate SPIString::value_defaultThomas Holder2019-11-031-2/+2
| | | | | | - eliminate value_default - make value private (-> _value) - add value() method
* Fix wrong valueJabier Arraiza2019-10-111-1/+1
|
* Fix justify on shape inside textJabier Arraiza2019-10-111-1/+1
|
* Fix buildPatrick Storz2019-10-111-2/+0
| | | | (reverts a small part of 157ea34ce87b49756f0fe2f6ba81c5a09c42c0f9)
* Initialize some uninitialized variablesMarc Jeanmougin2019-10-111-0/+2
|
* Fix slowdown from switching Text tool a lotNathan Lee2019-10-111-13/+17
|
* Reduce memory leak on editing text, etc.Nathan Lee2019-10-111-1/+5
|
* fix issue 426. Object to Path on text causes crashJabier Arraiza2019-09-261-18/+16
|
* Allow paste preserving new lines into a flowtext elementJabiertxof2019-09-161-0/+6
|
* Allow to paste paragraphs in SVG2 Flow then paste overflow the shapeJabiertxof2019-09-131-16/+3
|
* Refactor of prepare inner and some commentsJabiertxof2019-09-131-155/+128
|
* Fix blocking bugs in text for Beta (stiling)Jabiertxof2019-09-121-8/+6
|
* Line height fixesJabiertxof2019-09-121-29/+95
|
* Fix non changing value on combobox. This can also be used in other toolbarsJabier Arraiza2019-09-121-3/+9
|
* fix a subselection issueJabiertxof2019-09-101-9/+7
|
* Fix blocking bugs in text for BetaJabiertxof2019-09-091-17/+14
|
* More issues fixesJabier Arraiza2019-09-071-9/+26
|
* Fix bugs appliing in fallback elementsJabier Arraiza2019-09-071-4/+11
|
* Prepared for beta. Fixed blocking bugJabiertxof2019-09-071-74/+155
|
* More improvements to line height.Jabier Arraiza2019-09-071-78/+45
|
* Prepare for betaJabiertxof2019-09-071-1/+143
|
* fixx flowbox on SVG2 mode using tspansJabiertxof2019-09-071-32/+4
|
* Add Text direction iconsJabiertxof2019-09-071-7/+8
|
* Improved selection on lines over paragraphsJabiertxof2019-09-071-45/+47
|
* fix cursor font sizeJabier Arraiza2019-09-071-5/+7
|
* Last improvements to line heightJabier Arraiza2019-09-071-38/+46
|
* Add fixes pointer in the MR by @speleo3Jabier Arraiza2019-09-071-40/+1
|
* Add line height UX improvementsJabier Arraiza2019-09-071-581/+476
|
* 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