summaryrefslogtreecommitdiffstats
path: root/src/display/sp-canvas.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+1
2018-09-11Support smooth scrolling (part 1)Eduard Braun1-0/+1
2018-09-11Several more typosluz.paz1-1/+1
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-69/+69
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-12/+12
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-12/+12
2018-03-12Speed up removing items from SPCanvasGroupEduard Braun1-2/+5
2017-11-30Store device-scale and propogate value where necessary.Tavmjong Bah1-21/+26
2017-11-24Remove debugging code and other cleanup.Tavmjong Bah1-105/+21
2017-11-24Fix repainting.Tavmjong Bah1-3/+21
2017-11-23First attempt at supporting HiDPI on canvas.Tavmjong Bah1-17/+152
2017-11-04Remove need to restart Inkscape when changing tile multiplier.Tavmjong Bah1-5/+2
2017-07-04Fix crash in "New from template" dialogChristophe Lebras1-19/+26
2017-07-01SPCanvas::paintSingleBuffer: Draw directly to _backing_storeUli Schlachter1-12/+18
2017-07-01SPCanvas: Use a similar image for _backing_storeUli Schlachter1-4/+47
2017-07-01Fix a small memory leak in SPCanvas::paintUli Schlachter1-0/+3
2017-03-30Add preference that allows user to increase the canvas tile size.Tavmjong Bah1-1/+7
2017-03-30Add canvas-rotate for rapid previewing canvas rotation.Tavmjong Bah1-4/+5
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-290/+1
2017-03-13Replace rectangle based zooming by affine based zooming.Tavmjong Bah1-1/+7
2017-02-26sp-canvas: Migrate to seat_grabAlex Valavanis1-5/+12
2017-02-07Fix Gdk deprecationsAlex Valavanis1-2/+25
2017-02-07Fix some new Gdk deprecationsAlex Valavanis1-1/+1
2016-12-25sp-canvas: Gtkmmify to squash a few warningsAlex Valavanis1-14/+17
2016-11-01Fix angle constrain, thanks to vlada, Mc and LiamWJabier Arraiza Cenoz1-1/+1
2016-10-26Add fadding from temporary rotate draw to real onesJabier Arraiza Cenoz1-11/+20
2016-10-25Some bug fixes and improvementsJabier Arraiza Cenoz1-12/+0
2016-10-23Add right click rotation panning, some fixesJabier Arraiza Cenoz1-53/+60
2016-10-23Add right click rotation panningJabier Arraiza Cenoz1-8/+11
2016-10-23Add right click attemptJabier Arraiza Cenoz1-5/+63
2016-10-19Styling rotateJabier Arraiza Cenoz1-4/+49
2016-10-19Working with rotate previewJabier Arraiza Cenoz1-3/+166
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-90/+10
2016-07-25Revert the canvas widget changes, which cause performance regressionsKrzysztof Kosi??ski1-176/+200
2016-05-08Clarify license.Krzysztof Kosi??ski1-1/+4
2016-04-15Priority is so high it blocks blitting the canvasLiam P. White1-1/+1
2016-04-14Change idle priority back to highLiam P. White1-1/+1
2016-04-13Remove unused variable in sp-canvas.cppKrzysztof Kosi??ski1-2/+0
2016-04-13Fix artifacts at the border when panning the canvas. #Hackfest2016Krzysztof Kosi??ski1-16/+13
2016-04-13Fix canvas flicker while dragging objects. #Hackfest2016Krzysztof Kosi??ski1-33/+11
2016-04-13Fix redraw problems when shrinking and then enlarging the SPCanvas widget.Krzysztof Kosi??ski1-4/+6
2016-04-13Move background drawing to SPCanvas to avoid temporarily drawing an incorrectKrzysztof Kosi??ski1-22/+63
2016-04-13Simplify SPCanvas by tracking the clean region instead of the dirty region.Krzysztof Kosi??ski1-73/+40
2016-04-12sp-canvas: Disable deprecated double-buffering #Hackfest2016Alex Valavanis1-6/+1
2016-04-12Update copyright notices on display/sp-canvas.(h|cpp)Krzysztof Kosi??ski1-0/+2
2016-04-12Hackfest 2016: Fix SPCanvas to comply with GTK3 rendering model.Krzysztof Kosi??ski1-143/+136
2016-04-12Hackfest 2016: un-obfuscate the SPCanvas widget.Krzysztof Kosi??ski1-545/+353
2016-04-02Fix node size regression and add ctrlResize property for multiple use.Martin Owens1-0/+1
2016-02-29type in commit r14664Kris De Gussem1-1/+1