reactos/base/shell
Katayama Hirofumi MZ c536664666
[EXPLORER][COMCTL32] Fix wrong title on taskbar if it has '&' in it (#7073)
The ampersand (&) a.k.a. prefix of
DrawText are specially treated for
adding underscores.
We have to fix drawing on toolbar
button with BTNS_NOPREFIX style.
JIRA issue: CORE-11619

- Delete DT flags hack in taskswnd.cpp.
- Add TOOLBAR_GetButtonDTFlags
  helper function.
- Extend TOOLBAR_DrawString
  parameters for the button info.
- Fix DrawText flags for drawing
  when the button has
  BTNS_NOPREFIX style.
2024-07-06 10:38:04 +09:00
..
cmd [CMD][BOOTDATA] Minor improvements (#5745) 2024-05-09 10:03:43 -06:00
explorer [EXPLORER][COMCTL32] Fix wrong title on taskbar if it has '&' in it (#7073) 2024-07-06 10:38:04 +09:00
filebrowser
progman [REACTOS] Fix LoadCursorW() incorrect usage cases (#7053) 2024-07-01 18:05:46 +02:00
rshell [SHELL32] Handle the Progman Folder options message and tab switching support (#5574) 2024-04-04 18:53:57 -07:00
CMakeLists.txt