summaryrefslogtreecommitdiffstats
path: root/src/display/grayscale.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of gitlab.com:wilfredor2/inkscapeMarc Jeanmougin2018-12-201-2/+2
|\
| * Remove redundant bool variable and else before a returnWilfredo Rodriguez2018-10-221-2/+2
| |
* | Clarify licensesMax Gaukler2018-11-081-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
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* More header cleanupLiam P. White2014-09-061-2/+2
| | | (bzr r13341.1.198)
* Removing redundant doxygen @brief tag.Jon A. Cruz2011-10-021-1/+2
| | | (bzr r10656)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-1/+1
| | | (bzr r10347.1.21)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-3/+11
| | | (bzr r9508.1.89)
* add a check for null desktopJohan B. C. Engelen2011-03-071-2/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/723446 (bzr r10082)
* NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-0/+91
(bzr r10065)