| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make `make clean` actually clean something | 2018-01-28 | 1 | -1/+1 | |
| | | | | | Whoops. | ||||
| * | Use rm --force at cleanup | 2017-06-26 | 1 | -1/+1 | |
| | | | | | | Avoids errors when nothing is there to be cleaned up: that's a successful cleanup too. | ||||
| * | Remove .PHONY make target | 2017-06-26 | 1 | -3/+0 | |
| | | | | | | I think this is a remnant from some time ago when output executable wasn't called "xkbcat", but it is now, so the .PHONY is unnecessary. | ||||
| * | Compile to C99 instead of GNU11 | 2016-04-22 | 1 | -1/+1 | |
| | | | | | Simpler, now that we don't need the time structs anymore. | ||||
| * | Use XInput2 raw master device instead of polling | 2016-04-22 | 1 | -1/+1 | |
| | | | | | Neater implementation, better performance. | ||||
| * | Convert `compile` script to makefile | 2014-07-30 | 1 | -0/+7 | |
| More standard this way. | |||||
