summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix split and xray changes not always toggledJabier Arraiza2019-10-091-14/+8
* Improve node selection ~x3 removing unneded updateNow() called in non necesar...Jabier Arraiza2019-10-091-7/+26
* 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 rendering cache logic, broken in commit b92592ab9ee056f0d1dc60727524d6f07...Tavmjong Bah2019-10-071-1/+1
* 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
* Fixing shifts for sub-byte PNG packing orderMarc Jeanmougin2019-10-011-2/+3
* 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
* Reduce memory leak when dragging selectionNathan Lee2019-09-301-1/+1
* Reduce memory leaks when dragging shapesNathan Lee2019-09-301-0/+2
* Try to improve match of image-rendering values to cairo filtersPatrick Storz2019-09-221-14/+13
* fix crash in CanvasXYGrid::updateWidgetsThomas Holder2019-09-131-13/+13
* Fix crash when font dont have X glyph. Solve this https://gitlab.com/inkscape...Jabiertxof2019-09-111-3/+6
* improve text selectionJabiertxof2019-09-101-3/+4
* Eliminate clang warningsThomas Holder2019-08-231-2/+0
* fix #371 guides label upside downThomas Holder2019-08-141-1/+1
* Remove line height code and ficx coding styleJabiertxof2019-08-021-2/+2
* Allow tools sensitive when overflow canvas area also fix a bug i couldent rem...Jabiertxof2019-08-022-3/+11
* Fix a rendering issue I introduce in previous mergeJabiertxof2019-07-281-2/+0
* Fix some issues with inverse coordinates pointed by MarenJabier Arraiza2019-07-281-1/+6
* Fix coding styleJabier Arraiza2019-07-281-2/+2
* Add verbs update checkbuttons in menu. Also do improvements requested in http...Jabier Arraiza2019-07-281-7/+10
* Make doc2dt a document propertyThomas Holder2019-07-271-3/+1
* Crashfix when importing/selecting large pngNathan Lee2019-07-022-3/+3
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-263-43/+13
* Fix formatting and trailing space.Shlomi Fish2019-05-221-5/+5
* Fix alignment of ruler ticksDiederik van Lierop2019-05-201-6/+2
* Fix pixel alignment of box selection cueDiederik van Lierop2019-05-201-9/+4
* Small fixDiederik van Lierop2019-05-201-2/+2
* Change the data type of size/width/height of the controls to unsigned intDiederik van Lierop2019-05-204-11/+11
* More pixel-level alignment fixes for various controls, by making all controls...Diederik van Lierop2019-05-203-26/+12
* Another pixel alignment fixDiederik van Lierop2019-05-201-7/+17
* Fix the alignment of the guideline origin (and other controls), such that it ...Diederik van Lierop2019-05-204-43/+58
* Remove support for LCMS 1Karl Cheng2019-05-125-10/+10
* Add some documentation (Harfbuzz, OpenType SVG).Tavmjong Bah2019-05-071-2/+2
* Add basic SVG in OpenType support.Tavmjong Bah2019-05-061-1/+28
* Fix GdkMotionEvents under WaylandDiederik van Lierop2019-05-041-1/+1
* Merge branch 'master' of gitlab.com:inkscape/inkscapeDiederik van Lierop2019-04-302-21/+21
|\
| * Keep Document Grid spacing on change and saveNathan Lee2019-04-242-21/+21
* | Fix disappearing and antialiasing of grid linesDiederik van Lierop2019-04-302-7/+14
|/
* Replace IS_FINITE with std::isfinite (exists since C++11)Patrick Storz2019-04-022-3/+3
* Update CMakeLists.txtshaharyaar2019-04-021-1/+1
* Tidy various dialog UIsNathan Lee2019-04-021-0/+1
* Document Properties: General UI cleanupPatrick Storz2019-03-222-32/+52
* Misc. typos and whitespace fixesluz.paz2019-03-211-5/+5
* Disable GTK3's motion event compression which was making drawing lag.yale2019-03-201-0/+1