Sweden-Number/programs/conhost
Hugh McMaster da854c537d conhost: Reimplement font dialog handling.
Much of the existing font dialog code is overly complicated and difficult
to follow. There are also bugs in the code, which cannot be fixed with
minimal changes due to the complexity of the existing source. For example,
changing the font face via the listbox unexpectedly changes the font size.
It is also unnecessary to recreate the list of available font sizes
each font face selection if the font type remains unchanged.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-03-11 21:42:43 +01:00
..
tests conhost/tests: Add tests for ReadConsoleW with control. 2022-03-01 22:41:15 +01:00
Makefile.in conhost: Enable compilation with long types. 2022-02-04 11:20:33 +01:00
conhost.c kernelbase: Return key state in ReadConsoleW with control. 2022-03-01 22:41:15 +01:00
conhost.h kernelbase: Return key state in ReadConsoleW with control. 2022-03-01 22:41:15 +01:00
conhost.rc conhost: Import config dialog from wineconsole. 2020-10-09 17:38:33 +02:00
window.c conhost: Reimplement font dialog handling. 2022-03-11 21:42:43 +01:00