summaryrefslogtreecommitdiffstats
path: root/src/display/sp-canvas.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Iron out some rounding errors in the displaying of the rulers and of guidesDiederik van Lierop2008-02-051-0/+1
| | | (bzr r4662)
* Warning cleanup (including OFFSET_OF warning)Jon A. Cruz2007-12-011-6/+11
| | | (bzr r4150)
* Display CMS adjustment per-desktop viewJon A. Cruz2007-11-201-20/+27
| | | (bzr r4114)
* third patch from Dennis Lin (with my tweaks) - great simplification and ↵bulia byak2007-08-231-5/+1
| | | | | optimization of sp-canvas (bzr r3576)
* move a global to a class property; reduce the use of is_scrolling to prevent ↵bulia byak2007-02-251-1/+3
| | | | | the lack-of-redraw issues (bzr r2430)
* extend the semantics of sp_canvas_force_full_redraw_after_interruptions to ↵bulia byak2006-10-261-2/+2
| | | | | allow passing 0 to it, meaning no interruptions at all until the next sp_canvas_end_forced_full_redraws (bzr r1865)
* Initial reworking of forced redraw to work better with interruptible displayJohn Bintz2006-09-061-3/+4
| | | (bzr r1696)
* Add ability to force canvas to perform a full, non-interruptible redrawJohn Bintz2006-09-041-0/+4
| | | (bzr r1678)
* interruptible redrawbulia byak2006-08-031-0/+4
| | | (bzr r1551)
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-191-0/+1
| | | | | 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)
* * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:mjwybrow2006-02-141-0/+8
| | | | | | | | Revert a previous change that generated enter events for canvas items other than the current one when mouse buttons were depressed. These events are now only generated in the connector context, where they are required. (bzr r142)
* revert to using inttypes.h instead of stdint.hRalf Stephan2006-02-061-1/+12
| | | (bzr r94)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+186
(bzr r1)