summaryrefslogtreecommitdiffstats
path: root/src/util/signal-blocker.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Reconnect correctly as documents are replaced.Jon A. Cruz2014-03-081-0/+70
Removed hardcoding to only a single panel. (bzr r13127)