summaryrefslogtreecommitdiffstats
path: root/src/display/canvas-arena.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-2/+2
* Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView.Tavmjong Bah2018-12-031-1/+3
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-7/+7
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-4/+4
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
* Hopefully fix "invalid state when picking" warnings. #Hackfest2016Krzysztof Kosi??ski2016-04-131-2/+4
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+1
* More GObject boilerplate reductionAlex Valavanis2014-08-241-28/+5
* Fix build (not pretty).Liam P. White2014-08-181-1/+1
* Fix bounding box cache issues in general, and prevent the selector tool from ...Diederik van Lierop2014-05-031-1/+1
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-4/+4
* UI. Fix for Bug #1072007 (Mouse scroll zoom depends on if the cursor is over ...Nicolas Dufour2012-11-231-2/+6
* Fix for 657463 : Mousewheel zooming by two steps, not oneJohn Smith2012-10-141-0/+8
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-14/+8
* 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