Difference between revisions of "ChangeLog-0.1.1"

From ReactOS Wiki
Jump to: navigation, search
(Lowercasing)
(Add links to people)
Line 1: Line 1:
 
== Kernel ==
 
== Kernel ==
  
* IO improvements (Eric Kohl)  
+
* IO improvements ([[Eric Kohl]])
* Registry: Added hive flushing, key deletion, hize syncing (Eric Kohl)  
+
* Registry: Added hive flushing, key deletion, hize syncing ([[Eric Kohl]])
* Flushing cache at shutdown (Hartmut Birr, Eric Kohl)  
+
* Flushing cache at shutdown ([[Hartmut Birr]], [[Eric Kohl]])
* Improved HalExamineMBR() to detect disk managers (Eric Kohl)  
+
* Improved HalExamineMBR() to detect disk managers ([[Eric Kohl]])
* Initial work on I/O completion (Gunnar André Dalsnes)  
+
* Initial work on I/O completion (Gunnar André Dalsnes)
* Improved ioctl requests and direct access input buffers (Hartmut Birr)  
+
* Improved ioctl requests and direct access input buffers ([[Hartmut Birr]])
* Improved NtQuerySystemInformation (Aleksey Bragin)  
+
* Improved NtQuerySystemInformation ([[Aleksey Bragin]])
* 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 ([[Gé van Geldorp]])
* Win32k: VGA Driver loaded from registry key (Ge van Geldorp)  
+
* Win32k: VGA Driver loaded from registry key ([[Gé van Geldorp]])
* Win32k: Support for MS VGA driver under VMware (Ge van Geldorp)  
+
* Win32k: Support for MS VGA driver under VMware ([[Gé van Geldorp]])
* Win32k: Add support for 8-bit and 32-bit displays (Ge van Geldorp)  
+
* Win32k: Add support for 8-bit and 32-bit displays ([[Gé van Geldorp]])
* Win32k: Switch back to the command prompt when pressing Close button (Ge van Geldorp)  
+
* Win32k: Switch back to the command prompt when pressing Close button ([[Gé van Geldorp]])
* Win32k: Implemented several window positioning functions (Richard Campbell)  
+
* Win32k: Implemented several window positioning functions (Richard Campbell)
* Win32k: InvalidateRgn, InvalidateRect, PolyLine (Tim Jobling)  
+
* Win32k: InvalidateRgn, InvalidateRect, PolyLine (Tim Jobling)
* Win32k: Added support for allocating a DCE for each window (Richard Campbell)  
+
* Win32k: Added support for allocating a DCE for each window (Richard Campbell)
* Csrss: More Console functions implemented, others improved (Hartmut Birr)  
+
* Csrss: More Console functions implemented, others improved ([[Hartmut Birr]])
* Usetup: Inf-parser based on Alexandre Julliard's setupapi inf-parser (Eric Kohl)  
+
* Usetup: Inf-parser based on Alexandre Julliard's setupapi inf-parser ([[Eric Kohl]])
* Usetup: Implemented InfGetXxxField() functions. (Eric Kohl)  
+
* Usetup: Implemented InfGetXxxField() functions. ([[Eric Kohl]])
* Usetup: Import of default registry settings from .inf files (Eric Kohl)  
+
* Usetup: Import of default registry settings from .inf files ([[Eric Kohl]])
* 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)
* User32: GetClientRect implementation (Tim Jobling)  
+
* User32: GetClientRect implementation (Tim Jobling)
* User32: Added Polygon (Mark Tempel)  
+
* User32: Added Polygon (Mark Tempel)
* Kernel32: Improved process management (Eric Kohl)  
+
* Kernel32: Improved process management (Eric Kohl)
* Kernel32: Support images with native subsystem ID (Casper Hornstroup)  
+
* Kernel32: Support images with native subsystem ID ([[Casper Hornstrup]])
* 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 ([[Gé van Geldorp]])
* Psaux: Improved mouse button handling (Jason Filby)
+
* Psaux: Improved mouse button handling ([[Jason Filby]])

Revision as of 08:19, 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 (Gé van Geldorp)
  • Win32k: VGA Driver loaded from registry key (Gé van Geldorp)
  • Win32k: Support for MS VGA driver under VMware (Gé van Geldorp)
  • Win32k: Add support for 8-bit and 32-bit displays (Gé van Geldorp)
  • Win32k: Switch back to the command prompt when pressing Close button (Gé 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 Hornstrup)
  • Msvcrt: Implemented _spawnlp (Hartmut Birr)

Drivers

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