summaryrefslogtreecommitdiffstats
path: root/src/display/sp-canvas.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Working on split controllerJabiertxof2018-12-011-20/+150
* Improve spliter and add outline mode functionalityJabier Arraiza2018-12-011-45/+63
* Adding line to move outlineJabier Arraiza2018-12-011-33/+115
* Improbements to eventsJabiertxof2018-12-011-27/+32
* working on eventsJabiertxof2018-12-011-9/+76
* Allow to redraw on dragJabier Arraiza2018-12-011-5/+4
* Handling cursor for dragin splitJabier Arraiza2018-12-011-5/+7
* Working with canvas to splitJabiertxof2018-12-011-22/+34
* Adding draggin areaJabier Arraiza2018-12-011-2/+31
* Adding minor fixesJabier Arraiza2018-12-011-4/+4
* Initial commit of split canvasJabiertxof2018-12-011-4/+52
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
* Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-09-131-1/+1
|\
| * Several more typosluz.paz2018-09-111-1/+1
* | Support smooth scrolling (part 1)Eduard Braun2018-09-111-0/+1
|/
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-69/+69
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-12/+12
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-12/+12
* Speed up removing items from SPCanvasGroupEduard Braun2018-03-121-2/+5
* Store device-scale and propogate value where necessary.Tavmjong Bah2017-11-301-21/+26
* Remove debugging code and other cleanup.Tavmjong Bah2017-11-241-105/+21
* Fix repainting.Tavmjong Bah2017-11-241-3/+21
* First attempt at supporting HiDPI on canvas.Tavmjong Bah2017-11-231-17/+152
* Remove need to restart Inkscape when changing tile multiplier.Tavmjong Bah2017-11-041-5/+2
* Fix crash in "New from template" dialogChristophe Lebras2017-07-041-19/+26
* SPCanvas::paintSingleBuffer: Draw directly to _backing_storeUli Schlachter2017-07-011-12/+18
* SPCanvas: Use a similar image for _backing_storeUli Schlachter2017-07-011-4/+47
* Fix a small memory leak in SPCanvas::paintUli Schlachter2017-07-011-0/+3
* Add preference that allows user to increase the canvas tile size.Tavmjong Bah2017-03-301-1/+7
* Add canvas-rotate for rapid previewing canvas rotation.Tavmjong Bah2017-03-301-4/+5
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-290/+1
* Replace rectangle based zooming by affine based zooming.Tavmjong Bah2017-03-131-1/+7
* sp-canvas: Migrate to seat_grabAlex Valavanis2017-02-261-5/+12
* Fix Gdk deprecationsAlex Valavanis2017-02-071-2/+25
* Fix some new Gdk deprecationsAlex Valavanis2017-02-071-1/+1
* fixing to new trunkJabiertxof2017-01-241-14/+17
|\
| * sp-canvas: Gtkmmify to squash a few warningsAlex Valavanis2016-12-251-14/+17
* | Fix angle constrain, thanks to vlada, Mc and LiamWJabier Arraiza Cenoz2016-11-011-1/+1
* | Add some Vlava improvements from mailing listJabier Arraiza Cenoz2016-11-011-5/+13
|\|
* | Add fadding from temporary rotate draw to real onesJabier Arraiza Cenoz2016-10-261-11/+20
* | Some bug fixes and improvementsJabier Arraiza Cenoz2016-10-251-12/+0
* | Add right click rotation panning, some fixesJabier Arraiza Cenoz2016-10-231-53/+60
* | Add right click rotation panningJabier Arraiza Cenoz2016-10-231-8/+11
* | Add doc rotate with panningJabier Arraiza Cenoz2016-10-231-10/+18
|\|
* | Add right click attemptJabier Arraiza Cenoz2016-10-231-5/+63
* | Styling rotateJabier Arraiza Cenoz2016-10-191-4/+49
* | Working with rotate previewJabier Arraiza Cenoz2016-10-191-3/+166
|/
* Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-90/+10