summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-arena.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-23UI. Fix for Bug #1072007 (Mouse scroll zoom depends on if the cursor is over ...Nicolas Dufour1-2/+6
2012-10-14Fix for 657463 : Mousewheel zooming by two steps, not oneJohn Smith1-0/+8
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-14/+8
2012-05-19Revert r11370. Fix crash with grid in default templateAlex Valavanis1-7/+12
2012-05-16Drop some GtkObject usageAlex Valavanis1-12/+7
2012-02-26Replace deprecated GTK_TYPE macrosAlex Valavanis1-1/+1
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-4/+4
2012-01-04More GSEAL issuesAlex Valavanis1-1/+1
2011-10-04Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz1-1/+0
2011-08-27Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski1-5/+3
2011-08-25Reduce default rendering cache size to 64 MiBKrzysztof Kosi??ski1-8/+13
2011-08-16Add user preference for rendering cache sizeKrzysztof Kosi??ski1-0/+19
2011-08-09Initial autocache workKrzysztof Kosi??ski1-1/+1
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-44/+38
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-51/+44
2011-07-28Per-item render cache.Krzysztof Kosi??ski1-115/+10
2011-07-22Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski1-30/+31
2011-07-18Clean up some commented-out codeKrzysztof Kosi??ski1-8/+1
2011-07-09Add SPCanvasArena caching layer. Currently breaks for clipped groupsKrzysztof Kosi??ski1-19/+135
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-1/+1
2011-06-24Switch to GObjectAlex Valavanis1-10/+12
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-4/+5
2011-02-02update to latest 2geom !Johan B. C. Engelen1-2/+2
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz1-3/+0
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-15Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski1-1/+4
2010-08-14Completely remove NRPixBlockKrzysztof Kosi??ski1-13/+4
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-1/+1
2010-07-04Remove some cruftKrzysztof Kosi??ski1-11/+1
2010-06-29Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski1-23/+8
2010-06-22Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski1-6/+19
2009-01-13Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski1-1/+1
2009-01-09Cmake: Corrections for mistakesJoshua L. Blocher1-1/+1
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-8/+8
2008-06-24whitespacebulia byak1-18/+18
2008-06-24no more creating and looping over extra buffers for rendering canvas arena, d...bulia byak1-123/+11
2008-05-04Remove warningsBob Jamison1-1/+1
2008-03-31lay groundwork for non-filter view modeMenTaLguY1-2/+2
2007-12-01Warning cleanup (including OFFSET_OF warning)Jon A. Cruz1-1/+1
2007-10-26Warning cleanupJon A. Cruz1-2/+2
2007-09-29noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...Peter Moulder1-337/+351
2007-03-19make arena remember its parent canvasarena, if any (so that an arenaitem can ...bulia byak1-0/+1
2007-03-02blind fix for endianness, needs testing by someone on a big-endian machinebulia byak1-0/+22
2007-03-02create/destroy the cairo_t for all items to render into (currently used only ...bulia byak1-6/+19
2007-03-01API change: render methods now take a cairo_t (not yet used)bulia byak1-4/+4
2007-02-27more commentsbulia byak1-3/+10
2007-02-27more comments on cairo's and our own woesbulia byak1-0/+10
2007-02-17a bunch of cairo fixmes in anticipation of a more direct rendering with less ...bulia byak1-0/+2
2006-10-17purge fred's arena item tile cache (has been disabled for quite some time any...bulia byak1-11/+0
2006-10-14deal with the possible failure to create pixblock due to insufficient memorybulia byak1-2/+4