Updated INSTALL
[reactos.git] / reactos / subsys /
2003-03-19 Eric KohlReorganize registry initialization.
2003-03-18 Eric KohlImplemented the import of default registry settings...
2003-03-18 Gé van GeldorpPass NTSTATUS return code from NtUser functions and...
2003-03-18 Gé van GeldorpAdd #include to prevent warnings on MmCopyFrom/ToUser
2003-03-18 Gé van GeldorpPass PWINDOW_OBJECT instead of HANDLE in call to W32kGe...
2003-03-18 Richard CampbellImplemented RedrawWindow()
2003-03-16 Richard Campbell- Updated obm_close
2003-03-16 Hartmut Birr- Fixed the screen updating in CsrWriteConsoleOutputChar.
2003-03-15 Eric KohlImplemented InfGetXxxField() functions.
2003-03-14 Eugene IngermanAdded safe copy from user.
2003-03-13 Richard CampbellAdded some entries, changed some entries. This may...
2003-03-13 Eric KohlReplaced the current inf-parser by a robust state-machi...
2003-03-13 Eric KohlSeperated inf- and ini-file routines. The inf-file...
2003-03-12 Richard CampbellWindows are activated when created. This is actually...
2003-03-12 Richard CampbellSmall bugfix
2003-03-12 Richard CampbellImplemented MoveWindow()
2003-03-11 Gé van GeldorpGet mouse cursor working under VMware
2003-03-09 Hartmut Birr- Added CsrDuplicateHandle.
2003-03-09 Hartmut Birr- Added CsrCreateProcessData.
2003-03-09 Hartmut Birr- Check for a valid process data pointer in some functions.
2003-03-09 Hartmut Birr- Check for a valid process data pointer in some functions.
2003-03-09 Jason FilbyRefer to new ntddmou.h
2003-03-09 Jason FilbyImproved mouse button handling
2003-03-08 Eric KohlStart to fill-in the registry.
2003-03-08 Gé van Geldorp- Fix DC/Bitmap handling
2003-03-08 Gé van GeldorpRemove DCE from linked list on destroy
2003-03-08 Gé van GeldorpRemove debugging statements
2003-03-07 Richard CampbellImplemented MoveWindow and SetWindowPos, SetWindowPos...
2003-03-06 Gé van GeldorpSwitch back to the command prompt when you press the...
2003-03-06 Gé van GeldorpGetClientRect implementation by Tim Jobling
2003-03-06 Gé van GeldorpConvert between RGBQUAD and COLORREF when creating...
2003-03-06 Gé van GeldorpSilence some debug messages
2003-03-06 Gé van GeldorpConversion between bitfield and indexed no longer hardcoded
2003-03-05 Eric KohlImplemented VerifyConsoleIoHandle().
2003-03-04 Gé van Geldorp- Add support for 8-bit and 32-bit displays
2003-03-04 Richard CampbellImplemented GetWindowDC()
2003-03-03 Richard CampbellAdded GWL_ID to NtUserGetWindowLong. Not implemented...
2003-03-02 Gé van GeldorpFixed some compiler warnings
2003-03-02 Gé van GeldorpFixed several off-by-one errors and some compiler warnings
2003-03-02 Marty DillMinor fixes to CsrGetTitle and Console_Api to get title...
2003-02-27 Eric KohlFixed compiler warings.
2003-02-25 Gé van Geldorp- Move GDI drivers and win32k.sys from system32\drivers...
2003-02-24 Hartmut Birr- Implemented CsrGetInputHandle, CsrGetOutputHandle...
2003-02-24 Hartmut Birr- Fixed a dead look in CsrFlushInputBuffer.
2003-02-24 Steven EdwardsFix by Hartmut Birr
2003-02-15 Gé van GeldorpSupport for VMware video drivers
2003-02-08 Eric KohlCopy file dates of source file too.
2003-02-02 Gé van GeldorpMake starting of SERVICES.EXE dependent on registry key
2003-01-30 Eric KohlDistinguish between ini-files and inf/sif-files. Patch...
2003-01-30 Eric Kohl- Added error messages
2003-01-28 Eric KohlAdded bootsector installation and boot.ini manipulation.
2003-01-25 Eugene IngermanImplemented a couple of stubbed functions. Added severa...
2003-01-25 Eugene IngermanMinor changes to palette code.
2003-01-24 Eugene IngermanFixed: locking GDI objects twice when running wm_paint...
2003-01-24 Jason FilbyScrollbar improvements
2003-01-24 Eugene IngermanFixed a shameful bug. Color translation should work...
2003-01-23 Gé van GeldorpRetrieve startup shell from registry
2003-01-19 Eugene IngermanRemoved debug output.
2003-01-19 Eugene IngermanMade GDI object locking exclusive. Added functions...
2003-01-19 Eugene IngermanSome cleanup.
2003-01-18 Eugene IngermanMade GDI object locking exclusive. Added functions...
2003-01-18 Eugene IngermanFixed functions where GDI objects were locked but not...
2003-01-18 Eugene IngermanDon't compute absolute values after squaring.
2003-01-17 Eric KohlPrepared bootloader installation.
2003-01-15 Hartmut BirrFixed the corrupted screen after a console switching...
2003-01-12 Robert DickensonUpdates to the VDM support. Improvemnts to the new...
2003-01-11 Hartmut BirrReduced the size of the copy buffer.
2003-01-11 Hartmut BirrUsed a hash table for storing/searching of process...
2003-01-07 Robert DickensonChanged from target type 'program' to 'proglib' and...
2003-01-05 Robert DickensonTrivial update to trace message plus the usual housekee...
2002-12-27 Robert DickensonFirst draft of a ScmNamedPipeListenerThread implementation.
2002-12-22 Jason FilbyOops! Commented out offending line
2002-12-21 Jason FilbyScrollbar improvements
2002-12-06 Eric KohlAdded progress bar to file copy page.
2002-11-28 Eric KohlAdded driver name to the partition list
2002-11-26 Eric KohlUse a 'secret' registry value to tell ntoskrnl where...
2002-11-24 Jason FilbyFixes
2002-11-24 Jason FilbyInitial scrollbar code
2002-11-23 Eric KohlAdded some more files to the boot cd.
2002-11-17 Robert DickensonRelative include path fixed to absolute path.
2002-11-13 Eric Kohl* Added ini file suport (Thanks to Royce Mitchell!)
2002-11-12 Marty DillImplemented ReadConsoleOutputA() and WriteConsoleInputA().
2002-11-10 Casper Hornstrup2002-11-10 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-03 Casper Hornstrup2002-11-03 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-02 Eric KohlDisplay drive letters in partition list.
2002-11-01 David WelchDon't crash when a mouse message doesn't fall inside...
2002-10-31 Eric KohlFixed warnings.
2002-10-31 David WelchImplemented mouse messages.
2002-10-29 Eric KohlVarious improvements and hardcoded directory creation.
2002-10-29 Marty DillImplemented PeekConsoleInputA().
2002-10-28 Robert DickensonFound the problem, local copy of win32k.c required...
2002-10-28 Robert DickensonRevert one of the makefile changes.
2002-10-28 Robert DickensonAdded some exports required by csrss to get things...
2002-10-28 Robert DickensonUpdated with fix for missing win32k.lib imports
2002-10-28 Robert DickensonStarting something for VDM support.
2002-10-25 Casper Hornstrup2002-10-26 Casper S. Hornstrup <chorns@users.sourcefo...
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-10-18 Eric KohlImplemented selection of install partition and directory.
next