Define macros for LPC limits:
[reactos.git] / reactos / include / csrss /
2004-01-06 Eric KohlMoved some Nt/Zw functions and types.
2003-12-18 Gé van GeldorpAllow launching of console apps from GUI apps
2003-12-07 Gé van GeldorpMove desktop window proc from WIN32K to CSRSS
2003-12-02 Gé van GeldorpCSRSS code reshuffle
2003-08-25 Steven EdwardsConverted some C++ comment to C style comments
2003-08-18 Hartmut Birr- Fixed the initializing of the initial console control...
2003-08-18 James TaborCommit Ctrl Event handler
2003-06-19 Emanuele AlibertiKERNEL32.GetConsoleWindow implemented
2003-03-09 Hartmut Birr- Added CsrDuplicateHandle.
2003-03-05 Eric KohlImplemented VerifyConsoleIoHandle().
2003-03-02 Marty DillBumped CSRSS_MAX_TITLE_LENGTH up to 80.
2003-02-24 Hartmut Birr- Implemented CsrGetInputHandle, CsrGetOutputHandle...
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 Eric KohlImplemented [Get/Set]ProcessShutdownParameters().
2002-10-20 Eric KohlImplemented RegisterServicesProcess() and ExitWindowsEx...
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...
2001-12-02 David WelchImplemented LPC sections
2001-11-25 David Welchinclude/csrss/csrss.h: Include a define for the size...
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-06-17 Emanuele AlibertiNTDLL/csr: some more stubs; code split;
2001-01-31 Phillip SusiHad to rearange some structure members
2001-01-24 Phillip SusiFixed broken console code
2001-01-21 Phillip SusiReworked console code to use frame buffers and input...
2000-07-11 Phillip SusiImplemented console modes
2000-06-29 David WelchMade header file usage more consistent
2000-05-26 Phillip Susibig work on the console front
2000-04-25 Emanuele AlibertiPartially implemented (handlers only)
2000-04-23 Phillip SusiAdded a event handle to reply struct
2000-04-03 David WelchCorrect LPC implementation
2000-03-22 David WelchUpdated the minix driver
2000-02-27 Eric KohlImproved csrss (doesn't crash any more)
1999-12-30 David WelchAdded some additional csrss work
1999-12-26 David WelchAdded some security functions
1999-12-22 David WelchCorrected additional object manager issues pointed...