summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-arena.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* purge fred's arena item tile cache (has been disabled for quite some time ↵bulia byak2006-10-171-11/+0
| | | | | anyway, bitrotting; enabling it gives no measureable advantage) (bzr r1807)
* deal with the possible failure to create pixblock due to insufficient memorybulia byak2006-10-141-2/+4
| | | (bzr r1800)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-191-0/+2
| | | | | complex (multi-node) paths. Optimisation focus - eliminating cubicTo and LineTo nodes outside of visible area, so no unneeded calculations is needed and less memory is consumed (this avoids crashes which were occurring previously if zooming into a complex drawing) (bzr r541)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+451
(bzr r1)