summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-arena.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-8/+8
| | | (bzr r6839)
* whitespacebulia byak2008-06-241-18/+18
| | | (bzr r6053)
* no more creating and looping over extra buffers for rendering canvas arena, ↵bulia byak2008-06-241-123/+11
| | | | | draw to the canvas buf directly now that it's also 32bpp (bzr r6039)
* Remove warningsBob Jamison2008-05-041-1/+1
| | | (bzr r5604)
* lay groundwork for non-filter view modeMenTaLguY2008-03-311-2/+2
| | | (bzr r5265)
* Warning cleanup (including OFFSET_OF warning)Jon A. Cruz2007-12-011-1/+1
| | | (bzr r4150)
* Warning cleanupJon A. Cruz2007-10-261-2/+2
| | | (bzr r3962)
* noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs ↵Peter Moulder2007-09-291-337/+351
| | | | | for indentation. (bzr r3816)
* make arena remember its parent canvasarena, if any (so that an arenaitem can ↵bulia byak2007-03-191-0/+1
| | | | | get access to the canvas viewbox for picking optimization) (bzr r2712)
* blind fix for endianness, needs testing by someone on a big-endian machinebulia byak2007-03-021-0/+22
| | | (bzr r2506)
* create/destroy the cairo_t for all items to render into (currently used only ↵bulia byak2007-03-021-6/+19
| | | | | in outline mode) (bzr r2497)
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-4/+4
| | | (bzr r2472)
* more commentsbulia byak2007-02-271-3/+10
| | | (bzr r2458)
* more comments on cairo's and our own woesbulia byak2007-02-271-0/+10
| | | (bzr r2455)
* a bunch of cairo fixmes in anticipation of a more direct rendering with less ↵bulia byak2007-02-171-0/+2
| | | | | intermediate buffers and unpacked 32bit RGBA throughout (bzr r2385)
* 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)