Difference between revisions of "ChangeLog-0.1.1"

From ReactOS Wiki
Jump to: navigation, search
 
(Lowercasing)
Line 1: Line 1:
== KERNEL ==
+
== Kernel ==
  
 
* IO improvements (Eric Kohl)  
 
* IO improvements (Eric Kohl)  
Line 10: Line 10:
 
* Added support for the Ontrack Disk Manager (Eric Kohl)  
 
* Added support for the Ontrack Disk Manager (Eric Kohl)  
  
== SUBSYSTEMS ==
+
== Subsystems ==
  
 
* Win32k: Support for VMware video drivers (Ge van Geldorp)  
 
* Win32k: Support for VMware video drivers (Ge van Geldorp)  
Line 26: Line 26:
 
* Shell: Changed default shell to cmd.exe (Richard Campbell)  
 
* Shell: Changed default shell to cmd.exe (Richard Campbell)  
  
== LIBRARIES ==
+
== Libraries ==
  
 
* User32: Win 95/NT/4/5 Window look (Richard Campbell)  
 
* User32: Win 95/NT/4/5 Window look (Richard Campbell)  
Line 35: Line 35:
 
* Msvcrt: Implemented _spawnlp (Hartmut Birr)  
 
* Msvcrt: Implemented _spawnlp (Hartmut Birr)  
  
== DRIVERS ==
+
== Drivers ==
  
 
* Floppy: Fix boot problems with driver and make it work under VMware (Ge van Geldorp)  
 
* Floppy: Fix boot problems with driver and make it work under VMware (Ge van Geldorp)  
 
* Psaux: Improved mouse button handling (Jason Filby)
 
* Psaux: Improved mouse button handling (Jason Filby)

Revision as of 00:40, 7 February 2005

Kernel

  • IO improvements (Eric Kohl)
  • Registry: Added hive flushing, key deletion, hize syncing (Eric Kohl)
  • Flushing cache at shutdown (Hartmut Birr, Eric Kohl)
  • Improved HalExamineMBR() to detect disk managers (Eric Kohl)
  • Initial work on I/O completion (Gunnar André Dalsnes)
  • Improved ioctl requests and direct access input buffers (Hartmut Birr)
  • Improved NtQuerySystemInformation (Aleksey Bragin)
  • Added support for the Ontrack Disk Manager (Eric Kohl)

Subsystems

  • Win32k: Support for VMware video drivers (Ge van Geldorp)
  • Win32k: VGA Driver loaded from registry key (Ge van Geldorp)
  • Win32k: Support for MS VGA driver under VMware (Ge van Geldorp)
  • Win32k: Add support for 8-bit and 32-bit displays (Ge van Geldorp)
  • Win32k: Switch back to the command prompt when pressing Close button (Ge van Geldorp)
  • Win32k: Implemented several window positioning functions (Richard Campbell)
  • Win32k: InvalidateRgn, InvalidateRect, PolyLine (Tim Jobling)
  • Win32k: Added support for allocating a DCE for each window (Richard Campbell)
  • Csrss: More Console functions implemented, others improved (Hartmut Birr)
  • Usetup: Inf-parser based on Alexandre Julliard's setupapi inf-parser (Eric Kohl)
  • Usetup: Implemented InfGetXxxField() functions. (Eric Kohl)
  • Usetup: Import of default registry settings from .inf files (Eric Kohl)
  • Shell: Changed default shell to cmd.exe (Richard Campbell)

Libraries

  • User32: Win 95/NT/4/5 Window look (Richard Campbell)
  • User32: GetClientRect implementation (Tim Jobling)
  • User32: Added Polygon (Mark Tempel)
  • Kernel32: Improved process management (Eric Kohl)
  • Kernel32: Support images with native subsystem ID (Casper Hornstroup)
  • Msvcrt: Implemented _spawnlp (Hartmut Birr)

Drivers

  • Floppy: Fix boot problems with driver and make it work under VMware (Ge van Geldorp)
  • Psaux: Improved mouse button handling (Jason Filby)