| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-11-19 | Speedup filtering and panning | Jabier Arraiza | 6 | -56/+80 | |
| 2019-11-18 | Selectively disable motion event compression for specific tools | Patrick Storz | 1 | -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. | |||||
| 2019-11-18 | remove hex color defaults from pref skeleton | Thomas Holder | 3 | -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 | |||||
| 2019-11-17 | fix #515 axonometric grid snapping w/ y-axis down | Thomas Holder | 1 | -5/+12 | |
| 2019-11-07 | Fix crash using split canvas with multiple monitors | Jabier Arraiza | 1 | -56/+61 | |
| 2019-10-30 | Remove _drawbox deps pointed by Thomas | Jabiertxof | 1 | -1/+1 | |
| 2019-10-30 | Improve picking selecton on text | Jabiertxof | 4 | -16/+22 | |
| 2019-10-28 | Fix a blending issue | Jabiertxof | 1 | -1/+2 | |
| 2019-10-28 | Fix some blurs iddle large loops | Jabiertxof | 1 | -4/+4 | |
| 2019-10-28 | sized style enums | Thomas Holder | 1 | -3/+4 | |
| Reduces memory usage by 2% in a simple test | |||||
| 2019-10-28 | refactor SPIEnum: more type safety | Thomas Holder | 4 | -13/+16 | |
| fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext | |||||
| 2019-10-27 | Remove delay on desktop switch | Jabier Arraiza | 2 | -25/+9 | |
| 2019-10-27 | Fix XRay memory problem by no end iddle | Jabiertxof | 2 | -4/+15 | |
| 2019-10-24 | Allow select text elements by bounding box | Jabier Arraiza | 1 | -0/+9 | |
| 2019-10-23 | Revert "Try to fix tests" | Jabier Arraiza | 1 | -5/+1 | |
| This reverts commit 9d7575e11d86c2a1544690ea7f680c7d27d7d22d | |||||
| 2019-10-23 | Try to fix tests | Jabier Arraiza | 1 | -1/+5 | |
| 2019-10-23 | Fix isolation issues | Jabier Arraiza | 2 | -26/+18 | |
| 2019-10-22 | Fix wrong interpretation on how works canvas rendering | Jabier Arraiza | 1 | -11/+3 | |
| 2019-10-21 | Better fix to handle cache on drawing items | Jabiertxof | 2 | -15/+17 | |
| 2019-10-21 | Remove isolate check. Need to find a way to isolate all containers | Jabier Arraiza | 1 | -5/+13 | |
| 2019-10-20 | Improvements to blending and tooltip | Jabier Arraiza | 1 | -3/+3 | |
| 2019-10-20 | Improve isolation | Jabier Arraiza | 2 | -6/+5 | |
| 2019-10-19 | Improve function readibility in previous blend commit | Jabier Arraiza | 1 | -54/+30 | |
| 2019-10-19 | Add export/import PDF blend modes and add isolation modifier | Jabier Arraiza | 7 | -96/+209 | |
| 2019-10-14 | Re-Add blending modes UI using CSS instead filters | Jabier Arraiza | 1 | -0/+3 | |
| 2019-10-12 | Move from deprecated GTimeVal to g_get_monotonic_time() | Jabier Arraiza | 3 | -56/+23 | |
| 2019-10-11 | Actualizarsrc/display/sp-canvas.cpp | Jabier Arraiza | 1 | -0/+1 | |
| 2019-10-11 | Fix issue on lagging space panning and resizing canvas pointed br @ede123 in ↵ | Jabier Arraiza | 2 | -16/+42 | |
| RC. Also fix a bug rendering filters with superfast scroll and node tool | |||||
| 2019-10-11 | Canvas profiling improvements. Also changed to a non deprecated measuring ↵ | Jabier Arraiza | 2 | -40/+85 | |
| time pointed by @ede123 in IRC | |||||
| 2019-10-09 | Fix split and xray changes not always toggled | Jabier Arraiza | 1 | -14/+8 | |
| 2019-10-09 | Improve node selection ~x3 removing unneded updateNow() called in non ↵ | Jabier Arraiza | 1 | -7/+26 | |
| necesary places. Also ensure canvas is always redraw | |||||
| 2019-10-07 | Fix remaining # | Jabier Arraiza | 1 | -1/+1 | |
| 2019-10-07 | Add improvements to rendering | Jabier Arraiza | 1 | -5/+7 | |
| 2019-10-07 | Fix issue 931 and also improve a lor rendering on canvas on multiselection, ↵ | Jabier Arraiza | 1 | -3/+14 | |
| maybe in single selection | |||||
| 2019-10-07 | Fix rendering cache logic, broken in commit ↵ | Tavmjong Bah | 1 | -1/+1 | |
| b92592ab9ee056f0d1dc60727524d6f07f152f2d | |||||
| 2019-10-04 | Allow know total process timmed in multiple operations on canvas rendering | Jabiertxof | 1 | -8/+16 | |
| 2019-10-04 | Fix rendering of hatches when hatching "overflow" tile. | Tavmjong Bah | 2 | -16/+42 | |
| Fix for https://gitlab.com/inkscape/inkscape/issues/309 | |||||
| 2019-10-04 | Add minor comments to file. | Tavmjong Bah | 1 | -0/+3 | |
| 2019-10-01 | Fixing shifts for sub-byte PNG packing order | Marc Jeanmougin | 1 | -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 | |||||
| 2019-10-01 | Fix issues pointed by Mc | Jabiertxof | 2 | -10/+11 | |
| 2019-10-01 | Add DEBUG_PERFORMANCE flag to canvas to meassure iddle time and splits procesed | Jabiertxof | 2 | -0/+28 | |
| 2019-09-30 | Reduce memory leak when dragging selection | Nathan Lee | 1 | -1/+1 | |
| 2019-09-30 | Reduce memory leaks when dragging shapes | Nathan Lee | 1 | -0/+2 | |
| Remove unnecessary copy per Thomas' suggestion | |||||
| 2019-09-22 | Try to improve match of image-rendering values to cairo filters | Patrick Storz | 1 | -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. | |||||
| 2019-09-13 | fix crash in CanvasXYGrid::updateWidgets | Thomas Holder | 1 | -13/+13 | |
| _rcb_visible was uninitialized | |||||
| 2019-09-11 | Fix crash when font dont have X glyph. Solve this ↵ | Jabiertxof | 1 | -3/+6 | |
| https://gitlab.com/inkscape/inbox/issues/841 | |||||
| 2019-09-10 | improve text selection | Jabiertxof | 1 | -3/+4 | |
| 2019-08-23 | Eliminate clang warnings | Thomas Holder | 1 | -2/+0 | |
| -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some) | |||||
| 2019-08-14 | fix #371 guides label upside down | Thomas Holder | 1 | -1/+1 | |
| 2019-08-02 | Remove line height code and ficx coding style | Jabiertxof | 1 | -2/+2 | |
