summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-arena.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* More header cleanupLiam P. White2014-09-061-6/+2
| | | (bzr r13341.1.198)
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-1/+8
| | | (bzr r10666)
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-1/+1
| | | (bzr r10582.1.3)
* Reduce default rendering cache size to 64 MiBKrzysztof Kosi??ski2011-08-251-2/+2
| | | (bzr r10347.1.39)
* Add user preference for rendering cache sizeKrzysztof Kosi??ski2011-08-161-0/+2
| | | (bzr r10347.1.34)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-2/+2
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-7/+8
| | | (bzr r10347.1.21)
* Per-item render cache.Krzysztof Kosi??ski2011-07-281-4/+0
| | | | | Cache some offscreen data to facilitate smoother navigation. (bzr r10347.1.20)
* Add SPCanvasArena caching layer. Currently breaks for clipped groupsKrzysztof Kosi??ski2011-07-091-0/+4
| | | | | that contain filtered objects (Cairo clipping bug?) (bzr r10347.1.6)
* Switch to GObjectAlex Valavanis2011-06-241-1/+1
| | | (bzr r10350.1.3)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-4/+4
|\ | | | | (bzr r9508.1.89)
| * Remove deprecated glib macro wrappersAlex Valavanis2011-06-141-4/+4
| | | | | | (bzr r10302.1.1)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-0/+1
|\| | | | | (bzr r9508.1.73)
| * Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-1/+1
| | | | | | | | | | header. (bzr r9978.1.1)
* | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-141-3/+5
|/ | | (bzr r9508.1.67)
* From trunkTed Gould2008-10-271-1/+1
| | | (bzr r6885)
* Warning cleanup (including OFFSET_OF warning)Jon A. Cruz2007-12-011-9/+13
| | | (bzr r4150)
* Oops, don't use tabs! (replace tabs by 4 spaces)Diederik van Lierop2007-11-031-13/+13
| | | (bzr r4020)
* 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)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+58
(bzr r1)