Moved scrollbar tracking code to scroll.c.
[wine] / msdos /
2000-05-24  Marcus MeissnerCommented out broken __asm__, added comments where...
2000-05-23  Ove KaavenScale mouse coordinates to default width 640.
2000-04-29  Eric PouechFixed a few compilation warnings.
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-04  Ian SchmidtImplemented FAT32 function 7302 (Get Extended DPB).
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-08  David Elliott- Slightly reworked include files (less messy, more...
2000-02-29  Niels Kristian Bec... Removed superfluous #include statements for header...
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Alexandre JulliardRemoved extra includes from ole.h and wingdi.h.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-07  Andreas Mohr- implemented serial numbers for audio CDs and data CDs
2000-02-03  Ove KaavenAdded INT_Int16ReadChar and made int09 handle special...
2000-01-30  Ove KaavenMade int9 handler add keystroke to BIOS keyboard buffer.
2000-01-29  Andreas Mohr- support for reading labels and serial nums from device
1999-12-25  Eric PouechFixed first/last playable frame referencing.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-23  Robert 'Admiral... Report non-hercules video. Turned on int 2a.
1999-10-13  Marcus MeissnerReplicate CreateDirectory() LastError workaround for...
1999-09-29  Patrik StridvallModification due to problems with winapi-check.
1999-09-23  Alexandre JulliardImplemented uppercasing functions (based on a patch...
1999-09-19  Patrik StridvallAdded support for anonymous structs/unions on compilers...
1999-08-01  Alexandre JulliardRemoved IP_reg, SP_reg and FL_reg definitions to avoid...
1999-08-01  Alexandre JulliardMade stack manipulation macros into inline functions.
1999-07-31  Patrik StridvallVarious ANSI C compability fixes.
1999-06-27  Ulrich WeigandBugfix: missing WINAPIs added.
1999-06-26  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-12  Ove KaavenVarious DPMI fixes and preliminary DPMI raw mode switch...
1999-05-22  Ove KaavenAdded INT_Int16AddChar.
1999-05-22  Ove KaavenChanged global DOS_LOL into function DOSMEM_LOL() in...
1999-05-22  Juergen SchmiedSome stubs for pccard vxd to debug the native shell32.
1999-05-17  Ove KaavenImproved shortcuts - follows jumps in trying to avoid...
1999-05-12  Marcus MeissnerAdded missing WINAPI for the callback procs.
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-08  Ove KaavenMoved DOS List of Lists initialization, and added the...
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-25  Patrik StridvallFixed ANSI compabillity.
1999-04-25  Patrik Stridvall#pragma pack(?) changed to #include "*pack*.h"
1999-04-25  Eric PouechFixed crash when status was read with cd-rom tray open.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-16  Michael VekslerFixed warnings.
1999-04-15  Bertho StultiensAdded IOCTL function 0x440d/0x72.
1999-04-11  Andreas MohrFixed "Display Combination" call.
1999-04-03  Alexandre JulliardMask off unsupported attributes in _lcreat (bug reporte...
1999-04-01  Michael VekslerRemoved "implicit declaration" warnings.
1999-03-28  Jess HaasFixed a warning.
1999-03-28  Jess HaasAdded stub for int2f 4b.
1999-03-27  Andreas MohrFixed int25 & int26 error code.
1999-03-25  Andreas MohrImplemented Get Shift Flags function.
1999-03-25  Ove KaavenAdded port 0x60 for int 0x09, and port 0x20 for PIC...
1999-03-25  Ove KaavenAdded int 0x09 and int 0x33.
1999-03-25  Ove KaavenImplemented a int 0x33 handler, with a minimal implemen...
1999-03-25  Ove KaavenImplemented a int 0x09 handler, and a scancode queue...
1999-03-24  Jess HaasFixed a small bug in int10.
1999-03-22  Andreas MohrCosmetics.
1999-03-18  Marcus MeissnerLots of warning fixed, one missing WINAPI in ddraw...
1999-03-17  Jess HaasFixed/implemented various interrupt functions.
1999-03-17  Jess HaasAdded some stubs for int15 functions.
1999-03-15  Eric PouechVarious fixes for MSCDEX traps.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-14  Jess HaasAdded some more vga video modes.
1999-03-14  Ove KaavenFixed a couple of ugly warnings (caused by ugly errors).
1999-03-14  Andreas MohrBug fix.
1999-03-14  Ove KaavenFully implemented Direct Console Input.
1999-03-13  Andreas MohrImplemented mode setting things as well as VESA additio...
1999-03-09  Marcus Meissner__asm__ fix as suggested by <daniel@mat.utfsm.cl> Danie...
1999-02-28  Marcus MeissnerFixed a lot of warnings using WINE_UNUSED, casts, comme...
1999-02-28  Marcus MeissnerChanged CreateDirectory LastError returns to match...
1999-02-28  Jess HaasAdded some support and stubs for VESA to msdos/int10.c.
1999-02-28  Ulrich WeigandAdapted to CreateProcess changes.
1999-02-28  Ove KaavenFixed a couple of dosmem block resize bugs.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-25  Marcus MeissnerNeeds thread.h for non-Linux.
1999-02-24  Marcus MeissnerOptimized away more includes, readded some #includes...
1999-02-24   <smil@mechatronik... Added low-level Netware installation check.
1999-02-24  Joseph PranevichBugfixes for INT 10/0B (SetBackgroundColor) to work...
1999-02-20  Joseph PranevichFix *DUH* problem causing lots and lots of unnecessary...
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-14  Andreas MohrMoved VGA port access check at the beginning in order...
1999-02-14  Joseph PranevichAdded comments. Think I've fixed INT 10/08 (Get Charact...
1999-02-09  Michael VekslerAdded missing includes to avoid warnings/errors.
1999-02-04  Andreas MohrSome values of pBiosData added/fixed.
1999-02-02  Eric PouechRemoved references to obsolete msdos/cdrom.c file.
1999-01-31  Alexandre JulliardChanged DOS extended error handling to be based on...
1999-01-31  Ove KaavenAdded missing includes (the PSP handling was incorrect...
1999-01-30  Andreas MohrXMS fix.
1999-01-30  Andreas MohrSpelling fix.
1999-01-30  Andreas MohrSome interrupt enhancements.
1999-01-30  Andreas Mohrimplemented timer latching
1999-01-30  Marcus MeissnerSome more warnings and bugs fixed.
1999-01-30  Joseph PranevichPreliminary color console support.
1999-01-28  James JuranCommented out unused variables to prevent needless...
1999-01-28  Marcus MeissnerFixed a lot of warnings for possible problems.
next