summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce memory leak on editing text, etc.Nathan Lee2019-10-1110-24/+55
* Remove warnings of unhandled items on Mac check menu items, thanks to Nathan ...Jabier Arraiza2019-10-111-3/+17
* Fix issue on lagging space panning and resizing canvas pointed br @ede123 in ...Jabier Arraiza2019-10-114-24/+58
* Canvas profiling improvements. Also changed to a non deprecated measuring tim...Jabier Arraiza2019-10-112-40/+85
* Fix https://gitlab.com/inkscape/inbox/issues/546.Some checkboxes in menu item...Jabier Arraiza2019-10-112-4/+189
* Fix minor typosYuri Chornoivan2019-10-101-1/+1
* Fix minor typosMarc Jeanmougin2019-10-101-2/+2
* Fix uninitialized valueMarc Jeanmougin2019-10-101-0/+1
* Fix GC warningsMarc Jeanmougin2019-10-102-1/+4
* Actualizarsrc/ui/dialog/inkscape-preferences.cppJabier Arraiza2019-10-101-1/+1
* Improve node tool not limiting the time to make the renderingJabier Arraiza2019-10-101-6/+8
* Change color entry widget UXNathan Lee2019-10-092-20/+65
* Backup prefs instead of deletingMarc Jeanmougin2019-10-091-3/+15
* Fix memory leaks in color wheelNathan Lee2019-10-091-1/+4
* Minimise artefacts on edge of color wheelNathan Lee2019-10-091-10/+65
* Allow acces to user themes folder from themes tab along on system tabJabier Arraiza2019-10-092-0/+3
* Make sure old calls to insert behaves the sameNathan Lee2019-10-092-7/+9
* Speed up multi-node (de)selectionNathan Lee2019-10-092-21/+36
* 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
* Fix segfault in reading in meshes when xml:space="preserve".Tavmjong Bah2019-10-091-6/+4
* Improve node selection ~x3 removing unneded updateNow() called in non necesar...Jabier Arraiza2019-10-094-13/+41
* Last string change to this file moved today from skip files to translate fil...Jabier Arraiza2019-10-091-1/+1
* Move LPE's into 3 groups normal, experimental y testing. Testing is only usab...Jabier Arraiza2019-10-082-65/+65
* Move imported files to position of mouse pointer when droppedPatrick Storz2019-10-071-1/+4
* 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, m...Jabier Arraiza2019-10-071-3/+14
* Fix leak in path simplifyMarc Jeanmougin2019-10-071-18/+19
* Fix rendering cache logic, broken in commit b92592ab9ee056f0d1dc60727524d6f07...Tavmjong Bah2019-10-071-1/+1
* 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
* 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
* Add minor comments to file.Tavmjong Bah2019-10-041-0/+3
* Fix comparison between char and value outside range for char in check for gzi...Tavmjong Bah2019-10-031-1/+2
* Add support for extended Unicode planes in Unicode (Glyphs) dialog (includes ...Tavmjong Bah2019-10-031-4/+21
* 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
* Fix SVG in OpenType decoding bug.Tavmjong Bah2019-10-021-1/+1
* Better fix to previous commitJabiertxof2019-10-011-2/+9
* Fix a crash bug on new documentsJabiertxof2019-10-011-13/+15