aboutsummaryrefslogtreecommitdiff
path: root/src/indicator.h
Commit message (Collapse)AuthorAgeFilesLines
* src/indicator.h: Fix multiple definitions of header propertyRobert Tari2023-10-091-4/+4
|
* src/rotation-lock.cpp: Add tooltip, rename indicator title from 'Rotation' ↵Mike Gabriel2022-07-221-0/+1
| | | | to 'Display' on desktops.
* cppcheck: Add several missing override statements to make cppcheck happy ↵Mike Gabriel2021-08-041-3/+3
| | | | (which is one of our unit tests).
* add out-of-line virtual method definitions to Indicator to silence clang++ ↵Charles Kerr2016-03-081-7/+6
| | | | warnings
* fix warnings reported by flint++ -- explicit ctors, classes with virtual ↵Charles Kerr2014-10-061-0/+1
| | | | methods but no virtual dtor, #ifdef include guards
* add rotation lock indicatorCharles Kerr2014-08-201-0/+88