summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Symbol dialog: Fix translation of symbol and symbol set namesPatrick Storz2019-09-202-18/+28
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/429
* Handle SVG in OpenType fonts where glyph viewboxes don't match design units.Tavmjong Bah2019-09-201-23/+73
|
* Handle SVG in OpenType fonts where glyphs have floating point numbers in ↵Tavmjong Bah2019-09-201-1/+1
| | | | 'viewBox'.
* Handle SVG in OpenType fonts with compressed glyphs.Tavmjong Bah2019-09-201-2/+26
|
* Crashfix: switch from active LPE tool (gitlab/420)Nathan Lee2019-09-191-1/+1
|
* XML Editor: Add msgctxt to history itemsPatrick Storz2019-09-191-27/+17
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/404
* Fix translating description on dialog add LPEJabier Arraiza2019-09-191-1/+2
|
* Fix initial state of List mode stored in prefs on start LPE dialogJabier Arraiza2019-09-191-0/+5
|
* Extensions/grid2: fix header file locationPatrick Storz2019-09-191-1/+2
|
* Inkview: Add summary and parameter string to help outputPatrick Storz2019-09-191-1/+6
|
* Improvements from NathanlJabier Arraiza2019-09-191-1/+1
|
* sink with master and cleanupJabier Arraiza2019-09-194-20/+19
|
* merge to master and cleanupJabier Arraiza2019-09-191-0/+4
|
* Fix operands in LPE boolJabier Arraiza2019-09-191-0/+4
|
* Add nathanl improvementsJabier Arraiza2019-09-191-6/+24
|
* Add @nathanl fixesJabier Arraiza2019-09-191-39/+11
|
* Fix remaining returnsJabier Arraiza2019-09-191-3/+0
|
* Fix issue in toggle menu items like display mode and color mode. Partialy ↵Jabier Arraiza2019-09-193-21/+76
| | | | fix https://gitlab.com/inkscape/inkscape/issues/157
* Fix partialy issue 425 (the highlight part not new line one) ↵Jabier Arraiza2019-09-191-5/+6
| | | | https://gitlab.com/inkscape/inkscape/issues/425
* Some styling to search barJabiertxof2019-09-181-1/+1
|
* Add multiview modes to LPE selector (styling)Jabiertxof2019-09-181-24/+17
|
* Add multiview modes to LPE selectorJabiertxof2019-09-182-62/+224
|
* Add prefs switcherJabier Arraiza2019-09-182-27/+124
|
* Lpe dialog listableJabiertxof2019-09-182-0/+18
|
* Process actions after new file created when Inkscape is opened.Tavmjong Bah2019-09-181-0/+3
| | | | Partial fix for https://gitlab.com/inkscape/inkscape/issues/398
* Fix cursor postion when text is laid out using 'x' and 'y' attributes.Tavmjong Bah2019-09-183-24/+77
| | | | Fix for https://gitlab.com/inkscape/inkscape/issues/257
* Allow transforms in rects with LPEJabiertxof2019-09-171-0/+3
|
* Actually fix overflowMarc Jeanmougin2019-09-161-3/+3
|
* Fix overflow in autotrace channel reductionMarc Jeanmougin2019-09-161-1/+1
|
* Improve casts from voids and fix a issue when fill/stroke is unset set ↵Jabier Arraiza2019-09-165-17/+20
| | | | desktop styles with it
* Fix operands in LPE boolJabier Arraiza2019-09-161-1/+1
|
* Active SVG2 Flow Text by defaultJabiertxof2019-09-165-5/+5
|
* Realy fix crash pasting and speed improvementsJabiertxof2019-09-162-20/+17
|
* Avoid crash when clipboard is pastred twice with the all content of the text ↵Jabiertxof2019-09-161-1/+5
| | | | input
* 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
|