reactos/dll
Hermès Bélusca-Maïto 22c9e139a1 [KERNEL32][CONSRV]
- Make kernel32 / winsrv console CSR structures Win2k3-compliant for Read/WriteConsole functions.
  An attentive code reader will see that there are structure members in CONSOLE_WRITECONSOLE that are
  indeed unused by kernel32 that can be used in ReactOS for undocumented extensions of WriteConsole...
  (for instance, adding a parameter for ANSI codes support, who knows!... :P)
- Fix a bit the support for the CONSOLE_READCONSOLE_CONTROL parameter in ReadConsole (for unicode only).
- Use the actual exe name for command history management, given via a hackish way by ReadConsole:
  the exe name is passed via the 80-byte-length limited static buffer, and is of course retrieved before
  actually using the static buffer (if needed).

[CONSRV]
- Fix writing input events in the console, but first preprocessing them for pausing commands (we treat them separately and remove them),
  then, in case we write many single events, we merge them in case they are mouse moves or repeated key down presses. This helps in not
  overflowing too quickly the input buffer, and that fixes all the remaining kernel32:console winetests!! (see CORE-8256)
- Use the actual exe name for command history management, given via a hackish way by ReadConsole (blame MS!)

Part 8/X

CORE-7931
CORE-8256 #resolve #comment Fixed in the condrv_restructure branch in revision .

svn path=/branches/condrv_restructure/; revision=63793
2014-08-01 18:08:29 +00:00
..
3rdparty Sync with trunk r63647. 2014-06-27 18:05:20 +00:00
cpl Sync with trunk r63743. 2014-07-27 20:52:13 +00:00
directx Sync with trunk r63647. 2014-06-27 18:05:20 +00:00
keyboard Sync with trunk r63647. 2014-06-27 18:05:20 +00:00
nls Create a branch for console restructuration work. 2014-05-02 14:13:40 +00:00
ntdll Sync with trunk r63743. 2014-07-27 20:52:13 +00:00
opengl Sync with trunk r63647. 2014-06-27 18:05:20 +00:00
shellext Sync with trunk r63743. 2014-07-27 20:52:13 +00:00
win32 [KERNEL32][CONSRV] 2014-08-01 18:08:29 +00:00
CMakeLists.txt Create a branch for console restructuration work. 2014-05-02 14:13:40 +00:00