Avoid using uninitialized variables
[reactos.git] / reactos / subsys / csrss / win32csr /
2005-12-04 Gé van GeldorpLimit selection to window border
2005-12-04 Gé van GeldorpMake sure that WM_NCPAINT messages are generated by...
2005-12-01 Thomas Bluemelfixed difference in signedness warnings
2005-12-01 Gé van GeldorpSend proper messages/events to processes during logoff...
2005-11-28 Thomas Bluemelalso scroll the selection
2005-11-28 Thomas Bluemelscroll the console properly instead of repainting it
2005-11-27 Thomas Bluemelmore light-weight gui consoles that don't double-buffer...
2005-11-22 Alex Ionescu- Don't use STATIC
2005-10-19 Alex Ionescu- NDK fix: don't undef a million status codes, instead...
2005-09-09 Gé van GeldorpDon't assume UNICODE_STRINGs are nul terminated
2005-09-09 Gé van GeldorpConvert title from UNICODE_STRING to nul-terminated
2005-09-08 Gé van GeldorpUnlock console on alternate return paths. Fixes bug...
2005-08-28 Hartmut Birr- Allocate the csrss request buffer from heap if the...
2005-08-26 Hartmut Birr- Moved all members with variable length in CSRSS_XXX...
2005-08-16 Alex IonescuRemove all non-official LPC structures/defines/hardcode...
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structure (PORT_...
2005-08-07 Thomas Bluemeluse the correct pointer to free the string. Thx to...
2005-08-07 Thomas Bluemelfixed uninitialized variable warning
2005-08-07 Hartmut BirrAllocated a converting buffer for WideCharToMultiByte...
2005-07-31 Thomas Bluemelfixed some warnings when compiling with -O3
2005-07-31 Hartmut Birr- Implemented CsrDuplicateHandleTable.
2005-07-31 Alex Ionescu- Silence some debug messages
2005-07-29 Emanuele AlibertiVarious fixex to make HEAD compile.
2005-07-28 Emanuele AlibertiFix compilation (as hinted by Alex).
2005-07-28 Alex Ionescu - Start of fixing CreateProcess's problems. Implemente...
2005-07-24 Martin Fuchsset eol-style for most xml files
2005-07-20 Alex Ionescu - Created include/libs and moved all library headers...
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-07-01 Alex IonescuPCH for csrss and win32csr, and remove rosrtl usage
2005-07-01 Alex IonescuKill large parts of rosrtl. devmode conversion implente...
2005-06-22 Alex IonescuLarge change to modify NTDLL'S CSR Functions to be...
2005-06-20 Filip NavaraCompile CSRSS and WIN32CSR with NDK headers.
2005-06-17 Magnus OlsenNew icon from mf. same as cmd icon
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Casper HornstrupGenerate proxy makefiles
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-12 Casper HornstrupMerge 12736:14980 from trunk
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-18 Alex IonescuFix remaining System Process information structure...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-04 Casper HornstrupInstall generated files
2005-04-03 Hartmut BirrRemoved some calls to NtOpenProcess. They aren't necess...
2005-04-03 Hartmut BirrSince a process id is only unique if the associated...
2005-03-21 Filip NavaraSpecify correct access rights in NtOpenProcess when...
2005-03-20 Emanuele AlibertiSM: init system reading the registry
2005-03-05 Casper HornstrupCopy msiexec from trunk
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
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-05 Casper Hornstrup* Build csrss and win32csr
2005-02-05 Thomas Bluemelimplemented GetConsoleProcessList()
2005-01-26 Thomas Bluemel1. fixed NtCreateProcess to do some buffer checks and...
2005-01-19 Alex IonescuBug fixes against uninitizlied variables and support...
2005-01-08 Gé van GeldorpChange console class name for Windows compatibility.
2005-01-06 Gé van GeldorpDon't return characters is key is up
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-03 Alex IonescuRewrite ROS Critical Section implementation, which...
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-25 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-24 Thomas Bluemelrevert my temporary class hacks and remove my desktop...
2004-12-23 Gé van GeldorpFree process data when LPC port is closed, not when...
2004-12-21 Thomas Bluemel- initialize system window classes when creating window...
2004-12-18 Gé van GeldorpHandle failures better (i.e. without crashing)
2004-12-05 Filip Navara- Don't delete the "first bitmap" of memory DC. It...
2004-12-04 Filip Navara- Don't try to delete stock font.
2004-12-01 Thomas Bluemelremoved unused definitions
2004-11-20 Thomas Bluemel1. removed window station/desktop hacks from ntoskrnl
2004-11-14 Hartmut Birr- Implemented waitable console handles.
2004-11-02 Thomas Bluemel1. Implemented WriteConsoleW(), ReadConsoleW(), FillCon...
2004-10-16 Gé van Geldorp- Centralize definition of version resource
2004-09-26 Thomas Bluemeluse Get/SetWindowLongPtr() where appropriate in favor...
2004-09-24 Filip Navara- Don't validate parents after sending the WM_ERASEBKGN...
2004-09-16 Gé van GeldorpGet rid of .edf files
2004-09-10 Gé van GeldorpSend CTRL_CLOSE_EVENT to processes attached to a consol...
2004-08-25 Hartmut Birr- Fixed the back-space-handling in ConioWriteConsole.
2004-08-24 Filip Navara- Always use non-antialiased font for consoles.
2004-08-22 Filip Navara- Implement ReadConsoleInputW, PeekConsoleInputW, ReadC...
2004-08-17 Thomas Bluemeluse WM_NOTIFY messages to communicate with the desktop...
2004-07-29 Thomas Bluemeldon't change selection if not capturing the console...
2004-07-29 Thomas Bluemelfixed calculation of selected cells
2004-07-28 Thomas Bluemelallow selecting text with the mouse in gui consoles
2004-07-20 Filip Navara- Fix handling of METHOD_IN_DIRECT IRPs.
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-07-12 Gé van GeldorpShutdown step 1: inform winlogon
2004-07-04 Filip Navara- Fixed NumLock, CapsLock and ScrollLock handling in...
2004-07-03 Hartmut Birr- Implemented GuiConsoleHandleClose.
next