|
|
adb49ffa24
|
Cleanup: spelling in comments
|
2022-12-13 12:35:53 +11:00 |
|
|
|
a0dc062816
|
Cleanup: use function style casts for integer types in C++
|
2022-12-08 13:47:55 +11:00 |
|
|
|
198460f6a4
|
Cleanup: fix compiler warning about using %u with int value
`but->type` is an `enum`, which maps to `int`, so `%d` should be used for
printing its value with `printf()`.
|
2022-12-02 12:54:11 +01:00 |
|
|
|
6fdddae2b0
|
Fix T102804: Click & Drag on toggles no longer possible
Typo in 136ea84d9a
|
2022-11-28 16:29:37 -06:00 |
|
|
|
4ecc7cf14a
|
Cleanup: Move interface_intern.hh
The entire interface directory is now compiled as C++ files.
|
2022-11-26 10:12:58 -06:00 |
|
|
|
136ea84d9a
|
Cleanup: Move interface_handlers.c to C++
|
2022-11-26 10:12:58 -06:00 |
|