summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Boolean LPE dialog: delete unnecessary colon marks from checkbox labelGyuris Gellért2019-10-091-3/+3
|
* Improve the name of fillet/chamfer LPE to be more undertandableJabier Arraiza2019-10-091-2/+2
|
* Deselect nodes on tool chande. Fixing style.Jabier Arraiza2019-10-091-1/+2
|
* Actualizarsrc/ui/tools/node-tool.h, src/ui/tools/node-tool.cpp archivosJabier Arraiza2019-10-092-0/+7
|
* Fix split and xray changes not always toggledJabier Arraiza2019-10-092-28/+27
|
* Reduce spacing between entries in Unicode Character dialog. Bump up font-size.Tavmjong Bah2019-10-091-2/+6
| | | | Partial fix for https://gitlab.com/inkscape/inkscape/issues/436
* Fix segfault in reading in meshes when xml:space="preserve".Tavmjong Bah2019-10-091-6/+4
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/172
* Improve node selection ~x3 removing unneded updateNow() called in non ↵Jabier Arraiza2019-10-094-13/+41
| | | | necesary places. Also ensure canvas is always redraw
* Last string change to this file moved today from skip files to translate ↵Jabier Arraiza2019-10-091-1/+1
| | | | files in po directory. No spected be translated
* Move LPE's into 3 groups normal, experimental y testing. Testing is only ↵Jabier Arraiza2019-10-082-65/+65
| | | | usable by setting up a flag. Must set off for release. I think also for LPETool
* Move imported files to position of mouse pointer when droppedPatrick Storz2019-10-071-1/+4
| | | | | | We only considered the position of the mouse pointer *after* clicking through possible import dialogs, so we usually imported at the position of the "OK" button of the import dialog.
* Fix remaining #Jabier Arraiza2019-10-071-1/+1
|
* Add improvements to renderingJabier Arraiza2019-10-071-5/+7
|
* Fix issue 931 and also improve a lor rendering on canvas on multiselection, ↵Jabier Arraiza2019-10-071-3/+14
| | | | maybe in single selection
* Fix leak in path simplifyMarc Jeanmougin2019-10-071-18/+19
|
* Fix rendering cache logic, broken in commit ↵Tavmjong Bah2019-10-071-1/+1
| | | | b92592ab9ee056f0d1dc60727524d6f07f152f2d
* Fix various minor code problemsMarc Jeanmougin2019-10-0511-19/+17
|
* Match default for star tool and star toolbarNathan Lee2019-10-051-1/+1
|
* fix leak in _bsplineHandlePositionMarc Jeanmougin2019-10-051-1/+1
|
* Fix some memory leaks found by scan-buildMarc Jeanmougin2019-10-0516-38/+41
|
* Fix segfault with bad SVG file.Tavmjong Bah2019-10-051-1/+5
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/416
* Fix typosMarc Jeanmougin2019-10-043-4/+4
|
* Allow know total process timmed in multiple operations on canvas renderingJabiertxof2019-10-041-8/+16
|
* Fix rendering of hatches when hatching "overflow" tile.Tavmjong Bah2019-10-042-16/+42
| | | | Fix for https://gitlab.com/inkscape/inkscape/issues/309
* Add minor comments to file.Tavmjong Bah2019-10-041-0/+3
|
* Fix comparison between char and value outside range for char in check for ↵Tavmjong Bah2019-10-031-1/+2
| | | | gzipped data.
* Add support for extended Unicode planes in Unicode (Glyphs) dialog (includes ↵Tavmjong Bah2019-10-031-4/+21
| | | | emoji).
* Update language list in Glyphs dialog.Tavmjong Bah2019-10-031-0/+77
|
* Show glyphs using selected font in Glyphs dialog.Tavmjong Bah2019-10-031-3/+5
| | | | Changed due to Maren's comment in https://gitlab.com/inkscape/inkscape/issues/436
* Fix SVG in OpenType decoding bug.Tavmjong Bah2019-10-021-1/+1
| | | | Fixes https://gitlab.com/inkscape/inbox/issues/953
* Better fix to previous commitJabiertxof2019-10-011-2/+9
|
* Fix a crash bug on new documentsJabiertxof2019-10-011-13/+15
|
* Fixing shifts for sub-byte PNG packing orderMarc Jeanmougin2019-10-011-2/+3
| | | | | | In PNG, pixels are stored left to right with msb first, so the shift of the nth color should be 8-size-n and not n Fixes https://gitlab.com/inkscape/inkscape/issues/444
* Fix issues pointed by McJabiertxof2019-10-012-10/+11
|
* Add DEBUG_PERFORMANCE flag to canvas to meassure iddle time and splits procesedJabiertxof2019-10-012-0/+28
|
* Add tooltip showing larger version of glyph in Glyph dialog.Tavmjong Bah2019-10-011-0/+4
| | | | Partially addresses https://gitlab.com/inkscape/inkscape/issues/436
* Make funtion that add classes to top level windows in diallogs callable from ↵Jabier Arraiza2019-10-013-14/+24
| | | | non dialogs windows
* Support "lang" and "xml:lang" attributes.Tavmjong Bah2019-10-016-2/+41
| | | | Partial fix for https://gitlab.com/inkscape/inbox/issues/951
* Use two bounding box caches instead of oneNathan Lee2019-10-012-7/+16
| | | | | gitlab.com/inkscape/inbox/issues/943 gitlab.com/inkscape/inkscape/issues/339
* Allow duplication of objects with empty idsNathan Lee2019-10-011-8/+4
| | | | .
* Reduce memory leak when dragging selectionNathan Lee2019-09-301-1/+1
|
* Reduce memory leaks when dragging shapesNathan Lee2019-09-302-1/+4
| | | | Remove unnecessary copy per Thomas' suggestion
* Don't create empty text node when reading in "textPath".Tavmjong Bah2019-09-301-16/+0
| | | | Fix for https://gitlab.com/inkscape/inbox/issues/512
* Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to ↵Jabier Arraiza2019-09-3011-55/+39
| | | | LPE->document. It also remove a boring check and allow to preview on file explorer some Items blocked.
* Fix issue 872. LPE on rects is not rendering in browsersJabier Arraiza2019-09-293-7/+53
|
* fix compiling issuesJabiertxof2019-09-291-0/+2
|
* Comment dead code not used currentlyJabiertxof2019-09-293-3/+5
|
* Remove unused codeJabiertxof2019-09-291-6/+0
|
* Fixes pointed by ThomasJabiertxof2019-09-293-14/+18
|
* fix a hard to reproduce crash on textool when the CSS comapared is nullptrJabier Arraiza2019-09-291-0/+6
|