Commits on Source (2)
-
All usages of printf were migrated to SDL_Log functions. This allows the log verbosity to be controlled centrally and the -v flag is only used once for setting the global priority threshold. Closes: #107
-
This makes the following things configurable via the config: * keyboard background * keyboard font size * keycap text color * keycap background (letters, return, other) * text input background Color selections were tweaked from the previous defaults to offer more contrast, taking inspiration from common color patterns on iOS and Android keyboards. Hex string parsing was moved into the config class since it is now required in a lot more places. Closes: #96
Showing
- osk.conf 8 additions, 1 deletionosk.conf
- src/config.cpp 53 additions, 5 deletionssrc/config.cpp
- src/config.h 23 additions, 3 deletionssrc/config.h
- src/keyboard.cpp 25 additions, 33 deletionssrc/keyboard.cpp
- src/keyboard.h 2 additions, 17 deletionssrc/keyboard.h
- src/luksdevice.cpp 4 additions, 4 deletionssrc/luksdevice.cpp
- src/main.cpp 27 additions, 39 deletionssrc/main.cpp
- src/tooltip.cpp 2 additions, 2 deletionssrc/tooltip.cpp
- src/util.cpp 5 additions, 17 deletionssrc/util.cpp