Emanuele Aliberti <ea@reactos.com>
[reactos.git] / reactos / lib / kernel32 / misc / console.c
2004-09-14 Hartmut Birr- Fixed the length calculation in WriteConsoleOutputAtt...
2004-09-10 Gé van GeldorpSend CTRL_CLOSE_EVENT to processes attached to a consol...
2004-08-28 Filip Navara- RtlReAllocateHeap shouldn't allocate memory if ptr...
2004-08-24 Filip Navara- Implementation of GetCPFileNameFromRegistry, GetNlsSe...
2004-08-22 Filip Navara- Implement ReadConsoleInputW, PeekConsoleInputW, ReadC...
2004-06-13 Filip Navara- Compile kernel32 using w32api.
2004-05-28 Thomas Bluemel1. properly check parameters in SetFilePointer(Ex)()
2004-03-14 Thomas Bluemelimplemented SetConsoleIcon()
2004-01-23 Eric KohlMove kernekl32-internal declarations from global includ...
2004-01-23 Eric KohlCleanup: Replace WINBOOL by BOOL
2003-12-18 Gé van GeldorpAllow launching of console apps from GUI apps
2003-12-02 Gé van GeldorpCSRSS code reshuffle
2003-09-12 Vizzininew patch for more stubs and misc changes
2003-08-18 Hartmut Birr- Fixed the initializing of the initial console control...
2003-08-18 James TaborCommit Ctrl Event handler
2003-08-17 Andrew Greenwood* Ported listbox conrtol from WINE - it doesn't work...
2003-08-16 James TaborCommit Ctrl Event handler more changes are pending.
2003-08-13 James TaborStill working on Ctrl Events
2003-08-09 James TaborImplement a Default Console Handler for Console Apps.
2003-08-07 James TaborStart implementing GenerateConsoleCtrlEven.
2003-07-29 Royce Mitchell IIIfix compiler bug warning by casting to void*
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-07-09 Eric KohlImplemented WriteConsoleOutputCharacterW().
2003-06-19 Emanuele AlibertiKERNEL32.GetConsoleWindow implemented
2003-05-16 Emanuele AlibertiKERNEL32.OpenConsoleW interface changed a proposed...
2003-05-05 Emanuele AlibertiKERNEL32.OpenConsoleW() implemented.
2003-03-09 Hartmut Birr- Implemented DuplicateConsoleHandle.
2003-03-05 Eric KohlImplemented VerifyConsoleIoHandle().
2003-03-02 Marty DillFixed up Get/SetConsoleTitleAW().
2003-02-24 Hartmut Birr- Improved CloseConsoleHandle.
2003-01-18 Marty DillFixed a few memory leaks. Minor cleanup.
2003-01-15 Casper Hornstrup2003-01-15 Casper S. Hornstrup <chorns@users.sourcefo...
2002-12-06 Eric KohlFixed a typo.
2002-11-12 Marty DillImplemented ReadConsoleOutputA() and WriteConsoleInputA().
2002-11-03 Casper Hornstrup2002-11-03 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-29 Marty DillImplemented PeekConsoleInputA().
2002-10-20 Casper Hornstrup2002-10-20 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-20 Marty Dill-Implemented GetNumberOfConsoleInputEvents and ReadCons...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-22 Eric Kohl-Implemented ReadConsoleOutputCharacterA and CsrReadCon...
2002-05-07 Hartmut BirrFixed return value in CloseConsoleHandle.
2001-12-20 David WelchFixed fast mutex implementation (they are NOT recursive)
2001-12-02 David WelchImplemented LPC sections
2001-11-25 David Welchinclude/csrss/csrss.h: Include a define for the size...
2001-11-20 David WelchFixed zsh crash bug, it still doesn't work however
2001-09-01 Casper HornstrupImplemented many console & registry functions to get...
2001-08-14 Emanuele AlibertiCSR.GetTitle implemented.
2001-06-22 Phillip SusiImplemented support for console titles
2001-04-04 David WelchFix longstanding bug in keyboard driver
2001-03-31 David WelchCheck for failed allocation
2001-02-10 Eric KohlPreparations for use of forwarded exports
2001-01-31 Phillip SusiA few bug fixes
2001-01-25 Phillip SusiA few more console fixes
2001-01-24 Phillip SusiFixed broken console code
2001-01-21 Phillip SusiNew console client support
2000-07-11 Phillip SusiImplemented console modes
2000-07-01 Emanuele AlibertiMinor changes.
2000-05-26 Phillip Susibig work on the console front
2000-05-08 Eric KohlImplemented IOCTL to draw screen buffer
2000-04-24 Phillip SusiDo not set std handles when AllocConsole() fails, I...
2000-04-23 Phillip SusiPatched up console code a bit
2000-04-03 David WelchCorrect LPC implementation
2000-03-26 David WelchCorrected the handle generation algorithm in the kernel...
2000-03-24 David WelchConnected standard input/output to the console
2000-03-22 David WelchUpdated the minix driver
1999-12-26 David WelchAdded some security functions
1999-10-07 Eric KohlFixed header inclusion order.
1999-05-29 David WelchLots of changes to the kernel
1999-05-08 Eric KohlFixed KEY_EVENT_RECORD.
1999-04-14 Eric Kohlfixed bug in FreeConsole()
1999-04-14 David Welch*** empty log message ***
1999-04-11 Eric Kohlconsole update
1999-03-30 Eric Kohlimproved bluescreen driver
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-03-06 Emanuele Alibertistubs
1999-02-07 David WelchFixed bugs in lib/kernel32/file/curdir.c and
1999-02-06 David WelchFixed bug in lib/kernel32/misc/console.c
1999-02-05 Rex JolliffIncorporated changed from Boudewijn
1999-01-17 David WelchBug fixes
1999-01-16 Rex JolliffBoudewjin's massive work on kernel32 and crtdll and...