summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* Misc. typosluzpaz2017-12-041-2/+2
* Merge branch 'luzpaz/inkscape-typos' (!119)Eduard Braun2017-11-0711-18/+18
|\
| * Misc. typosUnknown2017-11-0711-18/+18
* | Fix FilterUnits::get_matrix_units2pb() for bounding box case.Tavmjong Bah2017-11-042-30/+7
* | Remove need to restart Inkscape when changing tile multiplier.Tavmjong Bah2017-11-041-5/+2
|/
* Set primitive filter area in feComposite and feMerge. Needed for tiling.Tavmjong Bah2017-11-032-0/+6
* Don't use infinite rectangle for tile area as this leads to overflow/underflo...Tavmjong Bah2017-11-031-2/+5
* Give each filter primitive a name to help in debugging.Tavmjong Bah2017-11-0317-0/+38
* Merge branch 'smartpointer_refactor' of gitlab.com:jali/inkscapeMarc Jeanmougin2017-10-201-1/+0
|\
| * Replace boost::shared_ptrJan Lingscheid2017-10-171-1/+0
* | Remove all unused makefile.inStefano Facchini2017-10-191-17/+0
|/
* Refactoring: avoid duplicate code.Shlomi Fish2017-10-061-53/+42
* Refactoring.Shlomi Fish2017-10-061-7/+2
* Optimize and remove trailing space.Shlomi Fish2017-10-062-16/+21
* remove trailing spaceShlomi Fish2017-10-061-14/+13
* refactoringShlomi Fish2017-10-061-5/+1
* update a comment and remove trail spaceShlomi Fish2017-10-061-5/+2
* update a comment and remove trail spaceShlomi Fish2017-10-061-3/+3
* Extract an expr + trailing spaceShlomi Fish2017-10-061-23/+24
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-015-32/+30
* 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-012-4/+51
* Fix a small memory leak in SPCanvas::paintUli Schlachter2017-07-011-0/+3
* Update for CSS 3 'image-rendering'.Tavmjong Bah2017-05-291-2/+8
* 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-308-7/+499
* Add canvas flip. No GUI. Can be bound to keys via preferences.Tavmjong Bah2017-03-222-6/+12
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-203-295/+2
* Modify CanvasXYGrid to work with rotated canvas.Tavmjong Bah2017-03-182-104/+147
* Modifiy CtrlRect to work with rotated canvas.Tavmjong Bah2017-03-172-145/+127
* Fix rendering when canvas rotated. General code clean-up and documentation.Tavmjong Bah2017-03-151-60/+44
* Replace rectangle based zooming by affine based zooming.Tavmjong Bah2017-03-133-4/+12
* 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
* Remove some unneeded < C++11 fallback codeAlex Valavanis2017-02-064-20/+0
* fixing to new trunkJabiertxof2017-01-2420-34/+197
|\
| * Use GStatBuf where appropriate to ensure usage of the correct typeEduard Braun2017-01-121-1/+1
| * Fix snapping tooltips and highlighting of snapped bounding boxes (both of whi...Diederik van Lierop2017-01-111-2/+2
| * antialiasing options on exportMarc Jeanmougin2017-01-045-10/+28
| * Fix logic error (non-scaling stroke on text).Tavmjong Bah2017-01-031-1/+1
| * Fix a few Gtkmm deprecationsAlex Valavanis2016-12-262-0/+10
| * sp-canvas: Gtkmmify to squash a few warningsAlex Valavanis2016-12-251-14/+17
| * Fixes for measure LPE and speed path based LPE operationsJabiertxof2016-12-062-0/+15
| * Add triangle knot.Jabier Arraiza Cenoz2016-12-032-3/+73
| * Remove unneeded "#include <arpa/inet.h>" in "cairo-utils.cpp"Eduard Braun2016-11-271-1/+0
| * Provide a way to update a legacy document to account for the 90 to 96 dpi cha...Tavmjong Bah2016-11-252-2/+42
| * Select mesh nodes by clicking on control lines.Tavmjong Bah2016-11-234-0/+8
* | Update to trunkJabier Arraiza Cenoz2016-11-053-2/+15
|\|