summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Support device scale in filters.Tavmjong Bah2017-11-3012-40/+127
| * Store device-scale and propogate value where necessary.Tavmjong Bah2017-11-304-34/+54
| * Adapt control shapes for hi DPI displays.Tavmjong Bah2017-11-271-167/+182
| * Simple scaling of controls for high DPI screens (nodes, arrows, etc.).Tavmjong Bah2017-11-261-4/+23
| * Remove debugging code and other cleanup.Tavmjong Bah2017-11-243-128/+25
| * Fix repainting.Tavmjong Bah2017-11-241-3/+21
| * First attempt at supporting HiDPI on canvas.Tavmjong Bah2017-11-234-33/+218
* | 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