summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-arena.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert r11370. Fix crash with grid in default templateAlex Valavanis2012-05-191-7/+12
* Drop some GtkObject usageAlex Valavanis2012-05-161-12/+7
* Replace deprecated GTK_TYPE macrosAlex Valavanis2012-02-261-1/+1
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-4/+4
* More GSEAL issuesAlex Valavanis2012-01-041-1/+1
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-1/+0
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-5/+3
* Reduce default rendering cache size to 64 MiBKrzysztof Kosi??ski2011-08-251-8/+13
* Add user preference for rendering cache sizeKrzysztof Kosi??ski2011-08-161-0/+19
* Initial autocache workKrzysztof Kosi??ski2011-08-091-1/+1
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-44/+38
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-51/+44
* Per-item render cache.Krzysztof Kosi??ski2011-07-281-115/+10
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-30/+31
* Clean up some commented-out codeKrzysztof Kosi??ski2011-07-181-8/+1
* Add SPCanvasArena caching layer. Currently breaks for clipped groupsKrzysztof Kosi??ski2011-07-091-19/+135
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
* Switch to GObjectAlex Valavanis2011-06-241-10/+12
* Merge from trunkKrzysztof Kosi??ski2011-06-191-5/+6
|\
| * Replace deprecated GtkSignalAlex Valavanis2011-06-131-4/+5
| * Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...Jon A. Cruz2011-06-041-1/+1
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-4/+2
|\|
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
| * Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz2010-12-231-3/+0
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\|
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski2010-08-151-1/+4
* | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-141-13/+4
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-1/+1
* | Remove some cruftKrzysztof Kosi??ski2010-07-041-11/+1
* | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-23/+8
* | Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski2010-06-221-6/+19
|/
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-1/+1
* Cmake: Corrections for mistakesJoshua L. Blocher2009-01-091-1/+1
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-8/+8
* whitespacebulia byak2008-06-241-18/+18
* no more creating and looping over extra buffers for rendering canvas arena, d...bulia byak2008-06-241-123/+11
* Remove warningsBob Jamison2008-05-041-1/+1
* lay groundwork for non-filter view modeMenTaLguY2008-03-311-2/+2
* Warning cleanup (including OFFSET_OF warning)Jon A. Cruz2007-12-011-1/+1
* Warning cleanupJon A. Cruz2007-10-261-2/+2
* noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...Peter Moulder2007-09-291-337/+351
* make arena remember its parent canvasarena, if any (so that an arenaitem can ...bulia byak2007-03-191-0/+1
* blind fix for endianness, needs testing by someone on a big-endian machinebulia byak2007-03-021-0/+22
* create/destroy the cairo_t for all items to render into (currently used only ...bulia byak2007-03-021-6/+19
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-4/+4
* more commentsbulia byak2007-02-271-3/+10
* more comments on cairo's and our own woesbulia byak2007-02-271-0/+10
* a bunch of cairo fixmes in anticipation of a more direct rendering with less ...bulia byak2007-02-171-0/+2
* purge fred's arena item tile cache (has been disabled for quite some time any...bulia byak2006-10-171-11/+0