summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Selectively disable motion event compression for specific toolsPatrick Storz2019-11-181-1/+0
| | | | | | | | It was globally disabled in ab71599ea1af1ea5042e35502e9aa722cc4ab51e However most of the time we do not care for intermediate motion events, and forcing to process them only causes unnecessary performance overhead.
* remove hex color defaults from pref skeletonThomas Holder2019-11-183-4/+7
| | | | | | | | | | | | | /options/grids/axonom/color /options/grids/axonom/empcolor /options/grids/xy/color /options/grids/xy/empcolor /options/wireframecolors/onlight /options/wireframecolors/ondark /options/wireframecolors/images /options/wireframecolors/clips /options/wireframecolors/masks /tools/nodes/highlight_color
* fix #515 axonometric grid snapping w/ y-axis downThomas Holder2019-11-171-5/+12
|
* Fix crash using split canvas with multiple monitorsJabier Arraiza2019-11-071-56/+61
|
* Remove _drawbox deps pointed by ThomasJabiertxof2019-10-301-1/+1
|
* Improve picking selecton on textJabiertxof2019-10-304-16/+22
|
* Fix a blending issueJabiertxof2019-10-281-1/+2
|
* Fix some blurs iddle large loopsJabiertxof2019-10-281-4/+4
|
* sized style enumsThomas Holder2019-10-281-3/+4
| | | | Reduces memory usage by 2% in a simple test
* refactor SPIEnum: more type safetyThomas Holder2019-10-284-13/+16
| | | | | | fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext
* Remove delay on desktop switchJabier Arraiza2019-10-272-25/+9
|
* Fix XRay memory problem by no end iddleJabiertxof2019-10-272-4/+15
|
* Allow select text elements by bounding boxJabier Arraiza2019-10-241-0/+9
|
* Revert "Try to fix tests"Jabier Arraiza2019-10-231-5/+1
| | | This reverts commit 9d7575e11d86c2a1544690ea7f680c7d27d7d22d
* Try to fix testsJabier Arraiza2019-10-231-1/+5
|
* Fix isolation issuesJabier Arraiza2019-10-232-26/+18
|
* Fix wrong interpretation on how works canvas renderingJabier Arraiza2019-10-221-11/+3
|
* Better fix to handle cache on drawing itemsJabiertxof2019-10-212-15/+17
|
* Remove isolate check. Need to find a way to isolate all containersJabier Arraiza2019-10-211-5/+13
|
* Improvements to blending and tooltipJabier Arraiza2019-10-201-3/+3
|
* Improve isolationJabier Arraiza2019-10-202-6/+5
|
* Improve function readibility in previous blend commitJabier Arraiza2019-10-191-54/+30
|
* Add export/import PDF blend modes and add isolation modifierJabier Arraiza2019-10-197-96/+209
|
* Re-Add blending modes UI using CSS instead filtersJabier Arraiza2019-10-141-0/+3
|
* Move from deprecated GTimeVal to g_get_monotonic_time()Jabier Arraiza2019-10-123-56/+23
|
* Actualizarsrc/display/sp-canvas.cppJabier Arraiza2019-10-111-0/+1
|
* Fix issue on lagging space panning and resizing canvas pointed br @ede123 in ↵Jabier Arraiza2019-10-112-16/+42
| | | | RC. Also fix a bug rendering filters with superfast scroll and node tool
* Canvas profiling improvements. Also changed to a non deprecated measuring ↵Jabier Arraiza2019-10-112-40/+85
| | | | time pointed by @ede123 in IRC
* Fix split and xray changes not always toggledJabier Arraiza2019-10-091-14/+8
|
* Improve node selection ~x3 removing unneded updateNow() called in non ↵Jabier Arraiza2019-10-091-7/+26
| | | | necesary places. Also ensure canvas is always redraw
* 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 rendering cache logic, broken in commit ↵Tavmjong Bah2019-10-071-1/+1
| | | | b92592ab9ee056f0d1dc60727524d6f07f152f2d
* 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
|
* 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
|
* Reduce memory leak when dragging selectionNathan Lee2019-09-301-1/+1
|
* Reduce memory leaks when dragging shapesNathan Lee2019-09-301-0/+2
| | | | Remove unnecessary copy per Thomas' suggestion
* Try to improve match of image-rendering values to cairo filtersPatrick Storz2019-09-221-14/+13
| | | | | | | | Specifically image-rendering="crisp-edges" should use a scaling algorithm that does *not* blur edges. Unfortunately this only leaves CAIRO_FILTER_NEAREST, but seems to be the most suitable choice.
* fix crash in CanvasXYGrid::updateWidgetsThomas Holder2019-09-131-13/+13
| | | | _rcb_visible was uninitialized
* Fix crash when font dont have X glyph. Solve this ↵Jabiertxof2019-09-111-3/+6
| | | | https://gitlab.com/inkscape/inbox/issues/841
* improve text selectionJabiertxof2019-09-101-3/+4
|
* Eliminate clang warningsThomas Holder2019-08-231-2/+0
| | | | | | | | | | -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some)
* 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 ↵Jabiertxof2019-08-022-3/+11
| | | | remember about ruberband selection