aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Added debug modeAlexis Maiquez Murcia2019-02-206-8/+167
| | | | | | | | | This allows the user to display the screen names, the sensors activated and the status of those sensors: red -> waiting for mouse to enter yellow -> waiting for delay timer to reach 0 green -> fired the command Signed-off-by: Alexis Maiquez Murcia <almamu@almamu.com>
* Keep compatibility with old versions of the ini file to prevent breaking ↵Alexis Maiquez Murcia2019-02-191-1/+2
| | | | | | user's workflow Signed-off-by: Alexis Maiquez Murcia <almamu@almamu.com>
* Added support for sensor leaving events with delay supportAlexis Maiquez Murcia2019-02-193-30/+98
| | | | | | Here delay means the time the mouse has to be in the sensor for the leave event to trigger the action Signed-off-by: Alexis Maiquez Murcia <almamu@almamu.com>
* - Removed the loop as that was uselessAlexis Maiquez Murcia2019-02-191-22/+22
| | | | Signed-off-by: Alexis Maiquez Murcia <almamu@almamu.com>
* ~ Simplified sensor's configuration load to make the ini more configurable ↵Alexis Maiquez Murcia2019-02-191-27/+23
| | | | | | and re-usable across screens Signed-off-by: Alexis Maiquez Murcia <almamu@almamu.com>
* Implement basic delay supportMageJohn2019-02-183-16/+62
| | | | | | | The ini file now has two entries for each corner, one for the action to be performed and one for the interval after which it will be performed if the mouse doesn't leave the hot corner/edge. This is a little inelegant, and I'd like to make the ini file nicer at some point.
* Fixed support for multiple-monitors setup, now the sensors should be drawn ↵Alexis Maiquez2018-03-071-8/+10
| | | | | | on the correct positions Signed-off-by: Alexis Maiquez <almamu@almamu.com>
* changed namespacena2017-01-265-26/+48
|
* namechangena2017-01-265-26/+11
|
* xna2017-01-231-1/+0
|
* rbuildna2017-01-231-0/+1
|
* changed namespacena2017-01-215-12/+12
|
* initna2017-01-205-0/+383