reactos/win32ss/user/winsrv/consrv
Hermès Bélusca-Maïto 0b6b0b0021
[CONCFG:FONT] Convert the TT_FONT_ENTRY structure to one similar to MS Terminal's _TT_FONT_LIST. (#4337)
See the definition of struct _TT_FONT_LIST
in https://github.com/microsoft/terminal/blob/main/dep/Console/winconp.h

Add Doxygen documentation.

[CONSOLE.CPL][CONSRV] "fonts cache" -> "font cache".
2022-02-08 15:59:08 +01:00
..
condrv [CONSRV] Introduce a CON_SET_OUTPUT_CP() macro to simplify setting the console's output CP + associated changes. Simplify ConDrvSetConsoleCP() as well. 2022-02-04 21:35:15 +01:00
frontends [CONCFG:FONT] Convert the TT_FONT_ENTRY structure to one similar to MS Terminal's _TT_FONT_LIST. (#4337) 2022-02-08 15:59:08 +01:00
include [CONSRV] Introduce a CON_SET_OUTPUT_CP() macro to simplify setting the console's output CP + associated changes. Simplify ConDrvSetConsoleCP() as well. 2022-02-04 21:35:15 +01:00
lang [TRANSLATION] Update Chinese Traditional (zh-TW) translation (#4154) 2022-01-14 20:22:46 +03:00
alias.c [CONSRV] Fix uninitialized variables warnings detected by Clang. (#3619) 2021-05-05 17:24:12 +02:00
alias.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
api.h [CONSRV] Introduce a set of macros CON_API / CON_API_NOCONSOLE for wrapping around the repetitive prologue/epilogue of every console CSR API entrypoint. 2020-04-12 16:09:36 +02:00
coninput.c [CONSRV] Introduce a set of macros CON_API / CON_API_NOCONSOLE for wrapping around the repetitive prologue/epilogue of every console CSR API entrypoint. 2020-04-12 16:09:36 +02:00
coninput.h [CONSRV] Convenience fixes. 2020-04-13 16:22:53 +02:00
conoutput.c [CONSRV] Introduce a set of macros CON_API / CON_API_NOCONSOLE for wrapping around the repetitive prologue/epilogue of every console CSR API entrypoint. 2020-04-12 16:09:36 +02:00
conoutput.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
console.c [KERNEL32][CONSRV] Retrieve the best-suited language ID corresponding to the active console output code page. (#4301) 2022-02-08 15:58:02 +01:00
console.h [WINSRV] consrv: Implement terminating console processes on shutdown 2019-01-04 13:29:26 +02:00
consrv.h Fix build. 2020-04-13 18:13:42 +02:00
consrv.rc [TRANSLATION] Add Hong Kong Chinese (zh-HK) translation - Part 1 (#3941) 2021-12-30 00:40:57 +03:00
frontendctl.c [CONSRV] Introduce a set of macros CON_API / CON_API_NOCONSOLE for wrapping around the repetitive prologue/epilogue of every console CSR API entrypoint. 2020-04-12 16:09:36 +02:00
handle.c [CONSRV] Move process-initialization-specific functions from handle.c into console.c . 2020-04-14 01:19:48 +02:00
handle.h [CONSRV] Move process-initialization-specific functions from handle.c into console.c . 2020-04-14 01:19:48 +02:00
heap.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
history.c [CONSRV] Introduce a set of macros CON_API / CON_API_NOCONSOLE for wrapping around the repetitive prologue/epilogue of every console CSR API entrypoint. 2020-04-12 16:09:36 +02:00
history.h [CONSRV] Tidy up lineinput.c by moving the History* helper prototypes to a suitable header file. 2020-03-02 01:08:39 +01:00
init.c [CONSRV] Move process-initialization-specific functions from handle.c into console.c . 2020-04-14 01:19:48 +02:00
lineinput.c [CONSRV] Tidy up lineinput.c by moving the History* helper prototypes to a suitable header file. 2020-03-02 01:08:39 +01:00
lineinput.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
popup.c [CONSRV] Miscellaneous console fixes for CJK support and screenbuffer iteration. (#2278) 2020-02-22 19:50:17 +01:00
popup.h [CONSRV] Minor code cleanup. 2019-05-26 00:00:39 +02:00
procinit.h [CONSRV] Move process-initialization-specific functions from handle.c into console.c . 2020-04-14 01:19:48 +02:00
resource.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
settings.c [CONSRV] Introduce a CON_SET_OUTPUT_CP() macro to simplify setting the console's output CP + associated changes. Simplify ConDrvSetConsoleCP() as well. 2022-02-04 21:35:15 +01:00
shutdown.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
subsysreg.c [CONSRV] Introduce a set of macros CON_API / CON_API_NOCONSOLE for wrapping around the repetitive prologue/epilogue of every console CSR API entrypoint. 2020-04-12 16:09:36 +02:00