summaryrefslogtreecommitdiffstats
path: root/src/display (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-05Add filter rendering improvements by cachingJabier Arraiza1-2/+6
2018-11-04Image HTTP supportThomas Holder2-4/+28
2018-10-19Finish to convert SPFilter and SPFilterPrimitive to proper classes.Emmanuel Gil Peyrot1-2/+2
2018-10-18Renamed "Outline thin strokes" to "visible hairlines" to make the intent clea...Rick Yorgason5-25/+26
2018-10-18New "Outline thin strokes" view mode which draws thin strokes in outline mode...Rick Yorgason6-2/+43
2018-10-07Fix crash when changing grid that was created with documentMarc Jeanmougin1-0/+3
2018-10-01Remove #include "config.h" wherever possibleEduard Braun22-59/+16
2018-09-24Remove #include "config.h" from header files where possibleEduard Braun13-16/+36
2018-09-21fix CTRL+button2 rotation directionThomas Holder1-0/+1
2018-09-13Fix DPI wrong code pointed by McJabiertxof2-8/+8
2018-09-13Add per embed/linked SVG a DPI valueJabiertxof2-8/+15
2018-09-12New option to invert y-axisThomas Holder2-14/+26
2018-09-11Support smooth scrolling (part 1)Eduard Braun1-0/+1
2018-09-11Several more typosluz.paz2-2/+2
2018-08-30Fix bug #167900Yuki Hoshino2-0/+2
2018-08-15Relative values for strokes:Tavmjong Bah1-1/+1
2018-08-13Fix 'stroke-dashoffset' with absolute units.Tavmjong Bah1-1/+1
2018-08-05Refactor with Tav helpJabier Arraiza1-1/+1
2018-08-05Revert changesJabier Arraiza1-24/+2
2018-08-05Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza1-2/+24
2018-06-20Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot2-10/+10
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot11-11/+11
2018-06-18Run clang-tidy’s modernize-use-noexcept pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot3-6/+6
2018-06-18Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot2-3/+5
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot8-9/+9
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot17-42/+26
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot41-343/+343
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot26-163/+163
2018-06-12Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot6-14/+14
2018-05-14Misc. typosluz.paz1-1/+1
2018-05-13Fix bug embeding SVG as PNGJabier Arraiza1-1/+47
2018-05-10Allow link a SVG as imageJabiertxo Arraiza Cenoz1-23/+73
2018-05-09Create stateless alignment selector and use it insteadGeoff Lankow2-10/+9
2018-05-09Add buttons to align grids to pageGeoff Lankow3-145/+53
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin48-134/+134
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin48-134/+134
2018-03-30Add lots of README's.Tavmjong Bah1-0/+17
2018-03-22Re-enable CanvasXYGrid::updateWidgets and CanvasAxonomGrid::updateWidgetsGeoff Lankow4-86/+113
2018-03-17Removing sample meson build files.Felipe Corrêa da Silva Sanches1-142/+0
2018-03-17[meson-build] displayFelipe Corrêa da Silva Sanches1-0/+142
2018-03-12Speed up removing items from SPCanvasGroupEduard Braun1-2/+5
2018-01-30Add error output when file loading fails.Tavmjong Bah1-3/+26
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah15-30/+29
2018-01-23Minor include file cleanup.Tavmjong Bah10-17/+8
2018-01-08Misc. typosluz.paz3-3/+3
2017-12-11Fix rendering of controls that don't invert color.Tavmjong Bah1-2/+3
2017-12-04Misc. typosluzpaz1-2/+2
2017-11-30Support device scale in filters.Tavmjong Bah12-40/+127
2017-11-30Store device-scale and propogate value where necessary.Tavmjong Bah4-34/+54