kernel32: Implement IsValidLocaleName (with tests).
[wine] / dlls / kernel32 / console.c
2012-06-05  Austin Englishkernel32: Add a stub for SetConsoleIcon.
2012-02-20  Eric Pouechkernel32: Enhance bare fd check by checking that the...
2012-01-25  Austin Englishkernel32: Add a stub for AddConsoleAliasA/W.
2012-01-23  Austin Englishkernel32: Add stubs for ExpungeConsoleCommandHistoryA/W.
2012-01-23  Austin Englishkernel32: Add stubs for GetConsoleAliasesLengthA/W.
2012-01-23  Austin Englishkernel32: Add stubs for GetConsoleCommandHistoryLengthA/W.
2012-01-19  Austin Englishkernel32: Add stubs for GetConsoleCommandHistoryLengthA/W.
2012-01-03  Pierre Schweitzerkernel32: Fix handle leak.
2011-12-16  Francois Gougetkernel32: Avoid hardcoding the Unicode string literal...
2011-10-24  Marcus Meissnerkernel32: Avoid shadowing "ret" variable.
2011-08-04  Francois Gougetkernel32: Fix writing to a pipe in WriteConsoleW().
2011-08-02  Frédéric Delanoydlls: Assorted spelling fixes.
2011-01-25  Eric Pouechkernel32: Properly manage UTF-8 (and any wcs) input...
2011-01-19  Eric Pouechkernel32: Correctly parse the input strings for advance...
2011-01-19  Eric Pouechkernel32: Move the input character to INPUT_RECORD...
2011-01-19  Eric Pouechkernel32: Added support for terminfo/termcap in console...
2011-01-11  Andrew Nguyenkernel32: Improve parameter validation for ReadConsoleO...
2011-01-11  Andrew Nguyenkernel32: Improve parameter validation for ReadConsoleO...
2011-01-11  Andrew Nguyenkernel32: Improve parameter validation for ReadConsoleO...
2011-01-04  Andrew Nguyenkernel32: Improve parameter validation for FillConsoleO...
2011-01-04  Andrew Nguyenkernel32: Improve parameter validation for FillConsoleO...
2011-01-04  Andrew Nguyenkernel32: Improve parameter validation for WriteConsole...
2011-01-04  Andrew Nguyenkernel32: Improve parameter validation for WriteConsole...
2011-01-04  Andrew Nguyenkernel32: Improve parameter validation for WriteConsole...
2011-01-04  Andrew Nguyenkernel32: Improve parameter validation for WriteConsole...
2011-01-04  Andrew Nguyenkernel32: Improve parameter validation for WriteConsole...
2011-01-04  Andrew Nguyenkernel32: Fail with an invalid output parameter in...
2010-12-13  Eric Pouechkernel32: When reading chars out of a bare console...
2010-11-12  Eric Pouechkernel32: Fixed regression with echoing input characters.
2010-11-08  Eric Pouechserver: Removed the no longer used bare parameter out...
2010-11-08  Eric Pouechkernel32: Use fd availability for testing whether a...
2010-09-27  Eric Pouechkernel32: Only reset the console mode when it has been...
2010-09-23  Peter Oberndorferkernel32: VerifyConsoleIoHandle does not set last error...
2010-09-20  Luca Bennatikernel32: Remove dead assignments.
2010-09-13  Eric Pouechkernel32: Fixed a couple of cases where the console...
2010-09-01  Eric Pouechkernel32: Remove old bare-console code.
2010-09-01  Eric Pouechkernel32: Modify editline logic so that it also work...
2010-09-01  Eric Pouechkernel32: Properly handle bare console on input.
2010-09-01  Eric Pouechntdll: Allocate a console (without renderer) when start...
2010-09-01  Eric Pouechserver: Allow a screen buffer to be attached to a given...
2010-04-01  Andrew Nguyenkernel32: Don't set last error on success in OpenConsoleW.
2010-04-01  Andrew Nguyenkernel32: Improve parameter validation in OpenConsoleW.
2010-01-18  Alexandre Julliardntdll: Fix the NtCreateEvent prototype.
2010-01-05  Paul Vrienskernel32: Add a stubbed GetConsoleProcessList().
2009-12-30  Alexandre Julliardkernel32: Do not include 16-bit headers in 32-bit files.
2009-08-29  Eric Pouechkernel32: Handle the case where wineconsole isn't prope...
2009-06-15  Austin Englishkernel32: GetConsoleAliasW is a stub, make sure it...
2009-03-11  Michael Stefaniuckernel32: Remove superfluous pointer casts.
2009-01-19  Andrew Nguyenkernel32: Ensure that WriteConsoleW succeeds with an...
2008-12-15  Alexander Nicolays... kernel32: Add stub for GetConsoleAliasW.
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-10-28  Dmitry Timoshkovkernel32: Don't ignore extended keys.
2008-06-27  Kirill K. Smirnovkernel32: Add stubs for [G|S]etConsoleDisplayMode.
2008-06-24  Paul Vrienskernel32: Fix return values of GetConsoleCursorInfo.
2008-04-23  Austin EnglishSpelling fixes.
2008-02-18  Rob Shearmankernel32: Fix handle leak in start_console_renderer_helper.
2008-02-16  Rob ShearmanDon't use GetExceptionCode and GetExceptionInformation...
2008-01-04  Kirill K. Smirnovkernel32: Convert newborn wineserver handle to kernel32...
2007-12-21  Kirill K. Smirnovkernel32: Invalidate local copy of console input event...
2007-12-18  Kirill K. Smirnovkernel32: ReadConsoleW should wait for at least one...
2007-12-10  Hans Leidekkerkernel32: GetConsoleInputExeNameW returns TRUE even...
2007-12-03  Hans Leidekkerkernel32: Implement and test {G, S}etConsoleInputExeNam...
2007-11-13  EA Durbinkernel32: Add stub for GetConsoleKeyboardLayoutNameW.
2007-11-13  EA Durbinkernel32: Add stub implementation of GetConsoleKeyboard...
2007-11-13  EA Durbinkernel32: Add stub implementation of GetConsoleInputExe...
2007-11-13  EA Durbinkernel32: Add stub implementation of GetConsoleInputExe...
2007-08-24  Kirill K. Smirnovwineconsole: Implement GetConsoleWindow.
2007-08-08  Kirill K. Smirnovkernel32: Do not append empty lines to the console...
2007-05-11  Kirill K. Smirnovserver: Move console codepages to the server.
2007-03-23  Louis Lenderskernel32: Add stub for AttachConsole.
2007-01-23  Anatoly Lyutinkernel32: Add comment for GetConsoleWindow.
2007-01-15  Alexandre Julliardkernel32: Use the proper codepage for console functions.
2006-10-13  Michael Stefaniuckernel32: Win64 printf format warning fixes.
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.