reactos/base/applications/osk
Bișoc George f681bad246 [OSK] Make the buttons themed
Our On-Screen Keyboard has a manifest and the buttons (the ones with BS_ICON styles) aren't rendered with the specific theme as it should be but instead it takes the classic theme.

The code relies on NM_CUSTOMDRAW notification, which is more intuitive and efficient than doing owner-drawn operations as NM_CUSTOMDRAW allows the controls to use styles whereas you cannot do it on owner-drawn controls.

CORE-15965
2019-04-29 21:31:29 +02:00
..
lang [TRANSLATION] Polish translation update 2019-04-05 10:34:10 +02:00
res [OSK] Implement "Use Click Sound" feature 2019-03-01 00:13:47 +01:00
CMakeLists.txt [OSK] Make the buttons themed 2019-04-29 21:31:29 +02:00
main.c [OSK] Make the buttons themed 2019-04-29 21:31:29 +02:00
main.h [OSK] Restore the previous window coordination 2019-03-23 16:34:48 +01:00
osk.h [OSK] Make the buttons themed 2019-04-29 21:31:29 +02:00
osk_res.h [OSK] Implement "Use Click Sound" feature 2019-03-01 00:13:47 +01:00
rsrc.rc [OSK] Implement "Use Click Sound" feature 2019-03-01 00:13:47 +01:00
settings.c [OSK] Restore the previous window coordination 2019-03-23 16:34:48 +01:00
settings.h [OSK] Implement the welcome box (#1007) 2018-11-17 21:27:33 +01:00