summaryrefslogtreecommitdiffstats
path: root/src/display/grayscale.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-10-22Remove redundant bool variable and else before a returnWilfredo Rodriguez1-2/+2
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-08Misc. typosluz.paz1-1/+1
Found via `codespell`
2014-09-27Update to experimental r13565Liam P. White1-2/+2
(bzr r13341.5.16)
2014-09-07Update to experimental r13543Liam P. White1-2/+2
(bzr r13090.1.108)
2014-09-06More header cleanupLiam P. White1-2/+2
(bzr r13341.1.198)
2011-10-02Removing redundant doxygen @brief tag.Jon A. Cruz1-1/+2
(bzr r10656)
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-1/+1
(bzr r10347.1.21)
2011-03-07add a check for null desktopJohan B. C. Engelen1-2/+6
Fixed bugs: - https://launchpad.net/bugs/723446 (bzr r10082)
2011-02-21NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen1-0/+91
(bzr r10065)