summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-arena.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-2/+2
2018-12-03Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView.Tavmjong Bah1-1/+3
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-7/+7
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2016-04-13Hopefully fix "invalid state when picking" warnings. #Hackfest2016Krzysztof Kosi??ski1-2/+4
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-1/+1
2014-08-24More GObject boilerplate reductionAlex Valavanis1-28/+5
2014-08-18Fix build (not pretty).Liam P. White1-1/+1
2014-05-03Fix bounding box cache issues in general, and prevent the selector tool from ...Diederik van Lierop1-1/+1
2014-02-08DrawingContext: change variable names ct to dc (bug #1272073)David Mathog1-4/+4
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