reactos/base
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
..
applications [OSK] Make the buttons themed 2019-04-29 21:31:29 +02:00
services [DHCPCSVC] Eliminate unused code and associated parameters 2019-04-07 18:32:28 +02:00
setup [TREELIST] Fix 64 bit warnings 2019-04-13 14:07:50 +02:00
shell [EXPLORER] Minor cleanup/comment fixes. 2019-04-22 21:25:41 +02:00
system [REACTOS] Replace remnant legacy SPIF_SENDWININICHANGE by SPIF_SENDCHANGE (#1526) 2019-04-28 21:19:42 +02:00
CMakeLists.txt