Jacek Caban
|
627d31fcd9
wineconsole: Reimplement as AllocConsole wrapper.
|
4 years ago |
Jacek Caban
|
79cb33e192
server: Remove support for creating bare consoles.
|
4 years ago |
Jacek Caban
|
05628e169d
wineconsole: Remove curses backend.
|
4 years ago |
Jacek Caban
|
ca30fa5cb4
wineconsole: Make sure that console process is not attached to another console.
|
4 years ago |
Jacek Caban
|
fa2b372ec0
wineconsole: Use console in/out handles only in WINECON_Init.
|
4 years ago |
Jacek Caban
|
504d6eaa9a
wineconsole: Move WINECON_Spawn call to WINECON_Init.
|
4 years ago |
Jacek Caban
|
78831ae9d0
wineconsole: Use renderer handle instead of hConIn where possible.
|
4 years ago |
Jacek Caban
|
c37c9bf65a
server: Remove no longer needed CONSOLE_RENDERER_ACTIVE_SB_EVENT events.
|
4 years ago |
Jacek Caban
|
1f5a45e63e
wineconsole: Use renderer handle instead of hConOut where possible.
|
4 years ago |
Jacek Caban
|
ad1f09d574
wineconsole: Rename hSynchro to console.
|
4 years ago |
Jacek Caban
|
29d5c6c476
wineconsole: Use ReadConsoleOutputW in WINECON_FetchCells.
|
4 years ago |
Jacek Caban
|
928fffee8d
wineconsole: Ignore ERROR_IO_INCOMPLETE error in WINECON_GrabChanges.
|
4 years ago |
Jacek Caban
|
dc1483c179
wineconsole: Use IOCTL_CONDRV_SET_TITLE ioctl.
|
4 years ago |
Jacek Caban
|
2fc11e8952
wineconsole: Use IOCTL_CONDRV_SET_INPUT_INFO to set console window handle.
|
4 years ago |
Jacek Caban
|
96c5109a0f
wineconsole: Use IOCTL_CONDRV_SET_INPUT_INFO in WINECON_SetEditionMode.
|
4 years ago |
Jacek Caban
|
bd12ec5dff
wineconsole: Use IOCTL_CONDRV_SET_INPUT_INFO in WINECON_SetHistoryMode.
|
4 years ago |
Jacek Caban
|
abe5fda90d
wineconsole: Use IOCTL_CONDRV_SET_INPUT_INFO in WINECON_SetHistorySize.
|
4 years ago |
Jacek Caban
|
919a94aa95
wineconsole: Use NtCreateFile to create renderer object.
|
4 years ago |
Jacek Caban
|
ffa52880f2
wineconsole: Use IOCTL_CONDRV_GET_TITLE in WINECON_GetConsoleTitle.
|
4 years ago |
Jacek Caban
|
9c6d0f6eea
wineconsole: Use IOCTL_CONDRV_SET_OUTPUT_INFO in WINECON_SetColors.
|
4 years ago |
Jacek Caban
|
6695ca86a2
wineconsole: Use IOCTL_CONDRV_SET_OUTPUT_INFO in WINECON_SetConfig.
|
4 years ago |
Jacek Caban
|
56ee3a8ad1
wineconsole: Use IOCTL_CONDRV_GET_OUTPUT_INFO in WINECON_GetServerConfig.
|
4 years ago |
Jacek Caban
|
340a661723
wineconsole: Use OVERLAPPED to wait for console events.
|
4 years ago |
Jacek Caban
|
378ce9e6be
server: Remove no longer needed get_console_renderer_events request.
|
4 years ago |
Jacek Caban
|
a0d325333f
wineconsole: Use IOCTL_CONDRV_GET_RENDERER_EVENTS to fetch events.
|
4 years ago |
Jacek Caban
|
eff42369e9
wineconsole: Use IOCTL_CONDRV_GET_INPUT_INFO in WINECON_GetServerConfig.
|
4 years ago |
Roman Pišl
|
3d2277e04a
wineconsole: Don't allow recurrent resizing while grabbing changes.
|
4 years ago |
Gijs Vermeulen
|
228b9b7b52
wineconsole: Add registry support for font pitch&family.
|
5 years ago |
Gijs Vermeulen
|
6ca93646be
server: Add support for additional fields in set_console_output_info.
|
5 years ago |
Michael Stefaniuc
|
8969cf98cf
wineconsole: Use the ARRAY_SIZE() macro.
|
6 years ago |