summaryrefslogtreecommitdiffstats
path: root/src/display/nr-light.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-3/+3
This replaces empty constructors and destructors with the default keyword.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-3/+3
A lot of header clean-up.
2017-11-30Support device scale in filters.Tavmjong Bah1-11/+11
2014-09-27Update to experimental r13565Liam P. White1-4/+4
(bzr r13341.5.16)
2014-09-07Update to experimental r13543Liam P. White1-4/+4
(bzr r13090.1.108)
2014-09-06More header cleanupLiam P. White1-4/+4
(bzr r13341.1.198)
2011-07-02Removed outdated and undesired "I'm in this cpp, so change your behavior" ↵Jon A. Cruz1-2/+0
macros. (bzr r10400)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-2/+2
(bzr r10025)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-08-14Completely remove NRPixBlockKrzysztof Kosi??ski1-10/+10
(bzr r9508.1.67)
2009-01-02Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen1-17/+19
(bzr r7058)
2008-11-21Merge from fe-movedTed Gould1-3/+3
(bzr r6891)
2007-07-20Patch from Jean-René Reinhard: support for feDiffuseLighting andNiko Kiirala1-0/+119
feSpecularLighting filter primitives (bzr r3269)