summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add filter rendering improvements by cachingJabier Arraiza2018-11-051-2/+6
* Image HTTP supportThomas Holder2018-11-042-4/+28
* Finish to convert SPFilter and SPFilterPrimitive to proper classes.Emmanuel Gil Peyrot2018-10-191-2/+2
* Renamed "Outline thin strokes" to "visible hairlines" to make the intent clea...Rick Yorgason2018-10-185-25/+26
* New "Outline thin strokes" view mode which draws thin strokes in outline mode...Rick Yorgason2018-10-186-2/+43
* Fix crash when changing grid that was created with documentMarc Jeanmougin2018-10-071-0/+3
* Remove #include "config.h" wherever possibleEduard Braun2018-10-0122-59/+16
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-2413-16/+36
* fix CTRL+button2 rotation directionThomas Holder2018-09-211-0/+1
* Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-09-132-2/+2
|\
| * Several more typosluz.paz2018-09-112-2/+2
* | Fix DPI wrong code pointed by McJabiertxof2018-09-132-8/+8
* | Add per embed/linked SVG a DPI valueJabiertxof2018-09-132-8/+15
* | New option to invert y-axisThomas Holder2018-09-122-14/+26
* | Support smooth scrolling (part 1)Eduard Braun2018-09-111-0/+1
|/
* Fix bug #167900Yuki Hoshino2018-08-302-0/+2
* Relative values for strokes:Tavmjong Bah2018-08-151-1/+1
* Fix 'stroke-dashoffset' with absolute units.Tavmjong Bah2018-08-131-1/+1
* Refactor with Tav helpJabier Arraiza2018-08-051-1/+1
* Revert changesJabier Arraiza2018-08-051-24/+2
* Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza2018-08-051-2/+24
* Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot2018-06-202-10/+10
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-1911-11/+11
* Run clang-tidy’s modernize-use-noexcept pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-183-6/+6
* Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot2018-06-182-3/+5
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-188-9/+9
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-1817-42/+26
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-1841-343/+343
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-1826-163/+163
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-126-14/+14
* Misc. typosluz.paz2018-05-141-1/+1
* Fix bug embeding SVG as PNGJabier Arraiza2018-05-131-1/+47
* Allow link a SVG as imageJabiertxo Arraiza Cenoz2018-05-101-23/+73
* Create stateless alignment selector and use it insteadGeoff Lankow2018-05-092-10/+9
* Add buttons to align grids to pageGeoff Lankow2018-05-093-145/+53
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-0448-134/+134
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-2948-134/+134
* Merge branch 'updategridwidgets' of gitlab.com:darktrojan/inkscapeMarc Jeanmougin2018-04-104-86/+113
|\
| * Re-enable CanvasXYGrid::updateWidgets and CanvasAxonomGrid::updateWidgetsGeoff Lankow2018-03-224-86/+113
* | Add lots of README's.Tavmjong Bah2018-03-301-0/+17
|/
* Removing sample meson build files.Felipe Corrêa da Silva Sanches2018-03-171-142/+0
* [meson-build] displayFelipe Corrêa da Silva Sanches2018-03-171-0/+142
* Speed up removing items from SPCanvasGroupEduard Braun2018-03-121-2/+5
* Add error output when file loading fails.Tavmjong Bah2018-01-301-3/+26
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-3015-30/+29
* Minor include file cleanup.Tavmjong Bah2018-01-2310-17/+8
* Misc. typosluz.paz2018-01-083-3/+3
* Merge branch 'hidpi_canvas'Tavmjong Bah2017-12-1119-230/+472
|\
| * Fix rendering of controls that don't invert color.Tavmjong Bah2017-12-111-2/+3