- Various Microsoft DDK/PSDK compatibility fixes and some MSVC stuff too.
[reactos.git] / reactos / lib / kernel32 / misc / console.c
2005-07-26 Alex Ionescu- Various Microsoft DDK/PSDK compatibility fixes and...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-07-11 Hartmut BirrCheck for a valid console handle in SetConsoleMode.
2005-07-09 Thomas Bluemelfixed the prototypes of GetConsoleAlias, GetConsoleAlia...
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-06-22 Alex IonescuLarge change to modify NTDLL'S CSR Functions to be...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-02-10 Thomas Bluemelremoved obsolete typecast in AllocConsole()
2005-02-05 Thomas Bluemelimplemented GetConsoleProcessList()
2005-01-26 Thomas Bluemel1. fixed NtCreateProcess to do some buffer checks and...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-03 Alex IonescuRewrite ROS Critical Section implementation, which...
2004-12-24 Thomas Bluemelrevert my temporary class hacks and remove my desktop...
2004-12-21 Thomas Bluemel- initialize system window classes when creating window...
2004-12-18 Thomas Bluemelguard SetConsoleInputExeNameW() with SEH to properly...
2004-12-18 Thomas Bluemelimplemented undocumented GetConsoleInputExeNameA/W...
2004-12-18 Gunnar DalsnesIntReadConsole: in case of unicode read, not all chars...
2004-12-17 Gunnar DalsnesIntReadConsole: don't tell we failed just because we...
2004-11-14 Hartmut Birr- Implemented waitable console handles.
2004-11-02 Thomas Bluemel1. Implemented WriteConsoleW(), ReadConsoleW(), FillCon...
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-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
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-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
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.
next