Difference between revisions of "ChangeLog-0.1.3"
(Add links to people) |
|||
Line 1: | Line 1: | ||
== Win32k.sys == | == Win32k.sys == | ||
− | * Improved windowing routines (James Tabor) | + | * Improved windowing routines ([[James Tabor]]) |
− | * Additional region paiting routines (James Tabor) | + | * Additional region paiting routines ([[James Tabor]]) |
− | * Implementation of unplugged DC code (James Tabor) | + | * Implementation of unplugged DC code ([[James Tabor]]) |
− | * Initial keyboard support (Casper Hornstrup, James Tabor) | + | * Initial keyboard support ([[Casper Hornstrup]], [[James Tabor]]) |
− | * Clipping of lines (Gé van Geldorp) | + | * Clipping of lines ([[Gé van Geldorp]]) |
− | * Changes for multiple window support (Gé van Geldorp) | + | * Changes for multiple window support ([[Gé van Geldorp]]) |
− | * Support for DCX_EXCLUDERGN and DCX_INTERSECTRGN (Gé van Geldorp) | + | * Support for DCX_EXCLUDERGN and DCX_INTERSECTRGN ([[Gé van Geldorp]]) |
* Implementation of DC coordinate functions (Mike Nordell) | * Implementation of DC coordinate functions (Mike Nordell) | ||
− | * Additional messaging routines (Art Yerkes) | + | * Additional messaging routines ([[Art Yerkes]]) |
* Improved process/thread code (Gunner Dalsnes) | * Improved process/thread code (Gunner Dalsnes) | ||
− | * Implementation of window enumeration (Royce Mitchell III) | + | * Implementation of window enumeration ([[Royce Mitchell III]]) |
− | * Start on implementation of window moving (David Welch) | + | * Start on implementation of window moving ([[David Welch]]) |
− | * Partial implementation of window activation (David Welch) | + | * Partial implementation of window activation ([[David Welch]]) |
− | * Partly implemented menu management (Thomas Weidenmueller) | + | * Partly implemented menu management ([[Thomas Weidenmueller]]) |
− | * Emulation of all ROPs for 4BPP bitmaps (David Welch) | + | * Emulation of all ROPs for 4BPP bitmaps ([[David Welch]]) |
* Work on class routines (Jonathan Wilson) | * Work on class routines (Jonathan Wilson) | ||
− | * Improved ROP support (Gé van Geldorp) | + | * Improved ROP support ([[Gé van Geldorp]]) |
− | * Implementation of the Eng*Semaphore suite of functions (Royce Mitchell III, David Welch, Gé van Geldorp, Mike Nordell & Vizzini) | + | * Implementation of the Eng*Semaphore suite of functions ([[Royce Mitchell III]], [[David Welch]], [[Gé van Geldorp]], Mike Nordell & [[Vizzini]]) |
− | * Solitaire now works partially (Filip Navara) | + | * Solitaire now works partially ([[Filip Navara]]) |
== Explorer.exe == | == Explorer.exe == | ||
− | * Explorer bar (Alexander Ciobanu, Martin Fuchs) | + | * Explorer bar (Alexander Ciobanu, [[Martin Fuchs]]) |
− | * File Management by provided by winefile merge (Martin Fuchs) | + | * File Management by provided by winefile merge ([[Martin Fuchs]]) |
− | * Everything else (Martin Fuchs) | + | * Everything else ([[Martin Fuchs]]) |
== Kernel32.dll == | == Kernel32.dll == | ||
− | * FLS support for threads (KJK) | + | * FLS support for threads ([[KJK::Hyperion]]) |
− | * Control Dispatcher (James Tabor, KJK, Hartmut Birr) | + | * Control Dispatcher ([[James Tabor]], [[KJK::Hyperion]], [[Hartmut Birr]]) |
== User32.dll == | == User32.dll == | ||
− | * Implementation of user32 side of accelerator table functions (KJK) | + | * Implementation of user32 side of accelerator table functions ([[KJK::Hyperion]]) |
− | * Dialog code ported from WINE (Thomas Weidenmueller) | + | * Dialog code ported from WINE ([[Thomas Weidenmueller]]) |
− | * Messagebox code ported from WINE (Thomas Weidenmueller) | + | * Messagebox code ported from WINE ([[Thomas Weidenmueller]]) |
* Work on keyboard messaging (Gunnar Dalsnes) | * Work on keyboard messaging (Gunnar Dalsnes) | ||
* User32 control work (Andrew Greenwood, Jonathan Wilson) | * User32 control work (Andrew Greenwood, Jonathan Wilson) | ||
* DrawCaption (Andrew Greenwood) | * DrawCaption (Andrew Greenwood) | ||
− | * Fixes to Polygon (Royce Mitchell III) | + | * Fixes to Polygon ([[Royce Mitchell III]]) |
== Advapi32.dll == | == Advapi32.dll == | ||
− | * Implementation of audit routines (Eric Kohl) | + | * Implementation of audit routines ([[Eric Kohl]]) |
== Vga.sys == | == Vga.sys == | ||
− | * Performance enhancements (David Welch, Royce Mitchell III, Gé van Geldorp) | + | * Performance enhancements ([[David Welch]], [[Royce Mitchell III]], [[Gé van Geldorp]]) |
== Class2.sys == | == Class2.sys == | ||
− | * Implementation ScsiClassModeSense (Eric Kohl) | + | * Implementation ScsiClassModeSense ([[Eric Kohl]]) |
== Cdrom.sys == | == Cdrom.sys == | ||
− | * Check for XA disk formats (Eric Kohl) | + | * Check for XA disk formats ([[Eric Kohl]]) |
− | * Process read requests asynchronously (Eric Kohl) | + | * Process read requests asynchronously ([[Eric Kohl]]) |
== Ndis.sys == | == Ndis.sys == | ||
− | * Partial implementation of NdisImmediateReadPciSlotInformation and NdisReadPciSlotInformation (Eric Kohl) | + | * Partial implementation of NdisImmediateReadPciSlotInformation and NdisReadPciSlotInformation ([[Eric Kohl]]) |
− | * Implementation of Ndis configuration API (Vizzini) | + | * Implementation of Ndis configuration API ([[Vizzini]]) |
− | * Began addition of NDIS4 support to ndis.sys (Vizzini) | + | * Began addition of NDIS4 support to ndis.sys ([[Vizzini]]) |
− | == | + | == Ne2000.sys == |
− | * Adapted ne2000 to use registry support (Vizzini) | + | * Adapted ne2000 to use registry support ([[Vizzini]]) |
== Ntoskrnl.exe == | == Ntoskrnl.exe == | ||
− | * Bootscreen (programming: Casper Hornstrup, graphics: Steve Cockeram) | + | * Bootscreen (programming: [[Casper Hornstrup]], graphics: Steve Cockeram) |
− | * Crash dumps to disk (David Welch) | + | * Crash dumps to disk ([[David Welch]]) |
− | * Addition of CacheAligned to PagedPool (Royce Mitchell III) | + | * Addition of CacheAligned to PagedPool ([[Royce Mitchell III]]) |
− | * Redzone violation detection (Royce Mitchell III) | + | * Redzone violation detection ([[Royce Mitchell III]]) |
== Usetup.exe == | == Usetup.exe == | ||
− | * Format/partitioning support vastly improved (Eric Kohl) | + | * Format/partitioning support vastly improved ([[Eric Kohl]]) |
− | * Cabinet support (Casper Hornstrup) | + | * Cabinet support ([[Casper Hornstrup]]) |
== Twain_32.dll == | == Twain_32.dll == | ||
− | * Ported from WINE (Steven Edwards) | + | * Ported from WINE ([[Steven Edwards]]) |
== Lzexpand.exe == | == Lzexpand.exe == | ||
− | * Ported from WINE (Steven Edwards) | + | * Ported from WINE ([[Steven Edwards]]) |
== Expand.exe == | == Expand.exe == | ||
− | * Ported from WINE (Steven Edwards) | + | * Ported from WINE ([[Steven Edwards]]) |
== Sermouse.sys == | == Sermouse.sys == | ||
− | * Middle mouse button support (Filip Navara) | + | * Middle mouse button support ([[Filip Navara]]) |
− | * Autodetection from both COM ports (Filip Navara) | + | * Autodetection from both COM ports ([[Filip Navara]]) |
Revision as of 08:15, 7 February 2005
Contents
Win32k.sys
- Improved windowing routines (James Tabor)
- Additional region paiting routines (James Tabor)
- Implementation of unplugged DC code (James Tabor)
- Initial keyboard support (Casper Hornstrup, James Tabor)
- Clipping of lines (Gé van Geldorp)
- Changes for multiple window support (Gé van Geldorp)
- Support for DCX_EXCLUDERGN and DCX_INTERSECTRGN (Gé van Geldorp)
- Implementation of DC coordinate functions (Mike Nordell)
- Additional messaging routines (Art Yerkes)
- Improved process/thread code (Gunner Dalsnes)
- Implementation of window enumeration (Royce Mitchell III)
- Start on implementation of window moving (David Welch)
- Partial implementation of window activation (David Welch)
- Partly implemented menu management (Thomas Weidenmueller)
- Emulation of all ROPs for 4BPP bitmaps (David Welch)
- Work on class routines (Jonathan Wilson)
- Improved ROP support (Gé van Geldorp)
- Implementation of the Eng*Semaphore suite of functions (Royce Mitchell III, David Welch, Gé van Geldorp, Mike Nordell & Vizzini)
- Solitaire now works partially (Filip Navara)
Explorer.exe
- Explorer bar (Alexander Ciobanu, Martin Fuchs)
- File Management by provided by winefile merge (Martin Fuchs)
- Everything else (Martin Fuchs)
Kernel32.dll
- FLS support for threads (KJK::Hyperion)
- Control Dispatcher (James Tabor, KJK::Hyperion, Hartmut Birr)
User32.dll
- Implementation of user32 side of accelerator table functions (KJK::Hyperion)
- Dialog code ported from WINE (Thomas Weidenmueller)
- Messagebox code ported from WINE (Thomas Weidenmueller)
- Work on keyboard messaging (Gunnar Dalsnes)
- User32 control work (Andrew Greenwood, Jonathan Wilson)
- DrawCaption (Andrew Greenwood)
- Fixes to Polygon (Royce Mitchell III)
Advapi32.dll
- Implementation of audit routines (Eric Kohl)
Vga.sys
- Performance enhancements (David Welch, Royce Mitchell III, Gé van Geldorp)
Class2.sys
- Implementation ScsiClassModeSense (Eric Kohl)
Cdrom.sys
Ndis.sys
- Partial implementation of NdisImmediateReadPciSlotInformation and NdisReadPciSlotInformation (Eric Kohl)
- Implementation of Ndis configuration API (Vizzini)
- Began addition of NDIS4 support to ndis.sys (Vizzini)
Ne2000.sys
- Adapted ne2000 to use registry support (Vizzini)
Ntoskrnl.exe
- Bootscreen (programming: Casper Hornstrup, graphics: Steve Cockeram)
- Crash dumps to disk (David Welch)
- Addition of CacheAligned to PagedPool (Royce Mitchell III)
- Redzone violation detection (Royce Mitchell III)
Usetup.exe
- Format/partitioning support vastly improved (Eric Kohl)
- Cabinet support (Casper Hornstrup)
Twain_32.dll
- Ported from WINE (Steven Edwards)
Lzexpand.exe
- Ported from WINE (Steven Edwards)
Expand.exe
- Ported from WINE (Steven Edwards)
Sermouse.sys
- Middle mouse button support (Filip Navara)
- Autodetection from both COM ports (Filip Navara)