summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow paste preserving new lines into a flowtext elementJabiertxof2019-09-166-4/+49
|
* Allow paste on flowbox at same sice of origin, also improve creation to get ↵Jabiertxof2019-09-163-9/+15
| | | | rid of transforms on origin
* Allow to paste paragraphs in SVG2 Flow then paste overflow the shapeJabiertxof2019-09-135-20/+55
|
* Refactor of prepare inner and some commentsJabiertxof2019-09-134-176/+128
|
* UX improvement for creating/modifying 'inline-size' text.Tavmjong Bah2019-09-131-4/+29
|
* A value of zero for 'inline-size' should act as if 'inline-size' is not set. ↵Tavmjong Bah2019-09-132-5/+6
| | | | Fixes #852.
* fix crash in CanvasXYGrid::updateWidgetsThomas Holder2019-09-131-13/+13
| | | | _rcb_visible was uninitialized
* Fix blocking bugs in text for Beta (stiling)Jabiertxof2019-09-124-11/+10
|
* Line height fixesJabiertxof2019-09-125-32/+145
|
* Fix unsetting variable font values giving wrong font name (Issue 842).Tavmjong Bah2019-09-121-1/+2
|
* Fix crash when overflowing flowed textMarc Jeanmougin2019-09-121-1/+1
|
* Fix non changing value on combobox. This can also be used in other toolbarsJabier Arraiza2019-09-127-9/+27
|
* Remove a lonly header noticed by MarenJabiertxof2019-09-111-6/+3
|
* Fix crash when font dont have X glyph. Solve this ↵Jabiertxof2019-09-111-3/+6
| | | | https://gitlab.com/inkscape/inbox/issues/841
* Fix issue https://gitlab.com/inkscape/inbox/issues/841 Crash on selecting ↵Jabiertxof2019-09-111-1/+1
| | | | certain fonts
* Fix a crash undoing creation of a SVG 2 FlowJabiertxof2019-09-101-8/+9
|
* Menubar: Fix translation of submenu namesPatrick Storz2019-09-101-10/+11
| | | | | | | * drop underscore from submenus' "name" attribute and extract for translation by default * avoid crash for submenus missing a name * fix ITS rules (only top-level menu names where extracted)
* Improve help string for CSS dialogPatrick Storz2019-09-101-1/+1
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/403
* improve text selectionJabiertxof2019-09-102-10/+10
|
* fix a subselection issueJabiertxof2019-09-101-9/+7
|
* Fix a focus issue pointed by TavJabiertxof2019-09-101-1/+5
|
* Fix blocking bugs in text for BetaJabiertxof2019-09-092-18/+15
|
* Load GPOS table only when selecting font features tab to speedup font usageJabier Arraiza2019-09-094-9/+33
|
* Inkview: show error message if there are no valid files and exitPatrick Storz2019-09-083-8/+20
|
* Inkview: show file chooser dialog if called without argumentsPatrick Storz2019-09-081-2/+23
|
* Remove donothing coutJabier Arraiza2019-09-071-1/+0
|
* More issues fixesJabier Arraiza2019-09-071-9/+26
|
* Fix bugs appliing in fallback elementsJabier Arraiza2019-09-074-6/+16
|
* Allow transforms in SVG2 flow elementsJabier Arraiza2019-09-071-0/+9
|
* Prepared for beta. Fixed blocking bugJabiertxof2019-09-077-81/+167
|
* More improvements to line height.Jabier Arraiza2019-09-073-82/+51
|
* Prepare for betaJabiertxof2019-09-073-5/+146
|
* fixx flowbox on SVG2 mode using tspansJabiertxof2019-09-073-34/+16
|
* Add Text direction iconsJabiertxof2019-09-072-9/+22
|
* Improved selection on lines over paragraphsJabiertxof2019-09-072-47/+50
|
* fix cursor font sizeJabier Arraiza2019-09-071-5/+7
|
* Last improvements to line heightJabier Arraiza2019-09-075-43/+62
|
* Improvements to style codingJabier Arraiza2019-09-071-10/+14
|
* Add fixes pointer in the MR by @speleo3Jabier Arraiza2019-09-071-40/+1
|
* Add line height UX improvementsJabier Arraiza2019-09-079-673/+590
|
* Add scrolled window to XMLDialog and CSS dialog to avoid auto growing when ↵Jabier Arraiza2019-09-072-4/+4
| | | | add new content II (formating)
* Add scrolled window to XMLDialog and CSS dialog to avoid auto growing when ↵Jabier Arraiza2019-09-072-4/+19
| | | | add new content
* Extensions: Handle optiongroup options without valuePatrick Storz2019-09-073-6/+12
| | | | | | | | | | We use the user visible GUI text as value in this case, which may or may not be translated. For backwards-compatibility with enum items use the untranslated value instead, if one of the deprecated tag-names is found. Fixes https://gitlab.com/inkscape/inkscape/issues/399
* Write out 'x' and 'y' attribute values to repr when some text property value ↵Tavmjong Bah2019-09-072-0/+12
| | | | | | | changes. Changes to property values may cause text to be relayed out, changing 'x' and 'y' attributes on tspans with sodipodi:role="line". Fix for issue 234.
* Update 2geomPatrick Storz2019-09-064-7/+14
| | | | | | | | | | Now at https://gitlab.com/inkscape/lib2geom/commit/5eb3544738724087f3b53e047df5a8ead3549e8b Fixes https://bugs.launchpad.net/inkscape/+bug/1525498 and possibly https://gitlab.com/inkscape/inkscape/issues/194
* Add listeners for when shapes used by text are changed.Tavmjong Bah2019-09-066-31/+121
|
* Fix issue https://gitlab.com/inkscape/inbox/issues/816 Stroke to Path ↵Jabier Arraiza2019-09-041-74/+34
| | | | conversion wrong on dashes w/ round caps
* 2geom: Use sincos function if availablePatrick Storz2019-09-021-0/+4
|
* Update internal extensions for latest .inx format changesPatrick Storz2019-09-0155-750/+750
|
* Add appearance="multiline" to parameters of type stringPatrick Storz2019-09-015-13/+102
| | | | | | | | | Renders a Gtk::TextView that automatically fills the available space in the extension's preferences dialog and can be used to accept longer multi-line strings. Newlines in the string value will be passed as "\\n" to the extension script (i.e. literal '\n' with the backspace escaped).