2000-08-03 |
Alexandre Julliard | Make USER and GDI separate dlls. |
tree | commitdiff |
2000-08-01 |
Alexandre Julliard | Moved MulDiv() and VGA routines out of GDI. |
tree | commitdiff |
2000-07-31 |
Ove Kaaven | Removed DOS task fields from the NE_MODULE structure. |
tree | commitdiff |
2000-07-31 |
Ove Kaaven | Fixed a few problems. |
tree | commitdiff |
2000-07-31 |
Ove Kaaven | Use MZ_Current() instead of pModule->lpDosTask. Cleaned... |
tree | commitdiff |
2000-07-30 |
Ove Kaaven | Removed hModule parameter from MZ_AllocDPMITask(),... |
tree | commitdiff |
2000-07-30 |
Ove Kaaven | Made DOSMEM_Init() take a BOOL parameter instead of... |
tree | commitdiff |
2000-07-29 |
Ove Kaaven | Fill BIOS segments using pointers from DOSMEM_Bios... |
tree | commitdiff |
2000-07-29 |
Ove Kaaven | Make direct console input routines go through int16... |
tree | commitdiff |
2000-07-29 |
Ove Kaaven | Let Int09 routines remember a keystroke's ASCII code... |
tree | commitdiff |
2000-07-29 |
Ove Kaaven | Added some int33 function stubs. |
tree | commitdiff |
2000-07-29 |
Ove Kaaven | Changed a few core int10 routines to use the BIOS data... |
tree | commitdiff |
2000-07-28 |
Ove Kaaven | Removed the hModule parameter from various DOSMEM routi... |
tree | commitdiff |
2000-07-28 |
Ove Kaaven | Just get DOS task structure from MZ_Current(), instead... |
tree | commitdiff |
2000-07-28 |
Ove Kaaven | Make a global asm helper function to handle 32-bit... |
tree | commitdiff |
2000-07-26 |
Alexandre Julliard | Avoid clobbering %ebx. |
tree | commitdiff |
2000-07-25 |
Andreas Mohr | - fixed a gross bug in SetCurrentDirectoryA (where... |
tree | commitdiff |
2000-07-25 |
Ove Kaaven | Use lcall opcodes, so all gas-es understand it... |
tree | commitdiff |
2000-07-25 |
Ove Kaaven | Make int16 read from the BIOS keyboard buffer, not... |
tree | commitdiff |
2000-07-25 |
Ove Kaaven | Fixed broken assembler. Removed support for old protect... |
tree | commitdiff |
2000-07-23 |
Ove Kaaven | Change the V86BASE macro to call DOSMEM_MemoryBase... |
tree | commitdiff |
2000-06-18 |
Dmitry Timoshkov | Use GetSystemDefaultLangID() instead of WINE_LanguageId. |
tree | commitdiff |
2000-06-07 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-06-07 |
Ulrich Weigand | Removed mis-aligned accesses during BIOS/DOS data initi... |
tree | commitdiff |
2000-06-03 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-06-03 |
Alexandre Julliard | Delay loading of interrupt table functions until they... |
tree | commitdiff |
2000-06-03 |
Alexandre Julliard | Delay initialization of I/O permissions until they... |
tree | commitdiff |
2000-05-30 |
Andreas Mohr | Implemented int 0x21 long file name function 0x71a0... |
tree | commitdiff |
2000-05-29 |
Alexandre Julliard | Exec a separate wine binary for every win32 process... |
tree | commitdiff |
2000-05-24 |
Marcus Meissner | Commented out broken __asm__, added comments where... |
tree | commitdiff |
2000-05-23 |
Ove Kaaven | Scale mouse coordinates to default width 640. |
tree | commitdiff |
2000-04-29 |
Eric Pouech | Fixed a few compilation warnings. |
tree | commitdiff |
2000-04-06 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
tree | commitdiff |
2000-04-04 |
Ian Schmidt | Implemented FAT32 function 7302 (Get Extended DPB). |
tree | commitdiff |
2000-03-25 |
Francois Gouget | Use min/max instead of MIN/MAX. |
tree | commitdiff |
2000-03-08 |
David Elliott | - Slightly reworked include files (less messy, more... |
tree | commitdiff |
2000-02-29 |
Niels Kristian Bec... | Removed superfluous #include statements for header... |
tree | commitdiff |
2000-02-26 |
Alexandre Julliard | Improved the selector get/set functions. |
tree | commitdiff |
2000-02-10 |
Alexandre Julliard | Optimized debugging API to reduce code size. |
tree | commitdiff |
2000-02-10 |
Alexandre Julliard | Removed extra includes from ole.h and wingdi.h. |
tree | commitdiff |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
tree | commitdiff |
2000-02-07 |
Andreas Mohr | - implemented serial numbers for audio CDs and data CDs |
tree | commitdiff |
2000-02-03 |
Ove Kaaven | Added INT_Int16ReadChar and made int09 handle special... |
tree | commitdiff |
2000-01-30 |
Ove Kaaven | Made int9 handler add keystroke to BIOS keyboard buffer. |
tree | commitdiff |
2000-01-29 |
Andreas Mohr | - support for reading labels and serial nums from device |
tree | commitdiff |
1999-12-25 |
Eric Pouech | Fixed first/last playable frame referencing. |
tree | commitdiff |
1999-12-08 |
Dimitrie O. Paun | Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. |
tree | commitdiff |
1999-11-21 |
Niels Kristian Bec... | Removed extra #include statements. |
tree | commitdiff |
1999-10-24 |
Patrik Stridvall | - Added missing configuration #if:s and #includes:s. |
tree | commitdiff |
1999-10-23 |
Robert 'Admiral... | Report non-hercules video. Turned on int 2a. |
tree | commitdiff |
1999-10-13 |
Marcus Meissner | Replicate CreateDirectory() LastError workaround for... |
tree | commitdiff |
1999-09-29 |
Patrik Stridvall | Modification due to problems with winapi-check. |
tree | commitdiff |
1999-09-23 |
Alexandre Julliard | Implemented uppercasing functions (based on a patch... |
tree | commitdiff |
1999-09-19 |
Patrik Stridvall | Added support for anonymous structs/unions on compilers... |
tree | commitdiff |
1999-08-01 |
Alexandre Julliard | Removed IP_reg, SP_reg and FL_reg definitions to avoid... |
tree | commitdiff |
1999-08-01 |
Alexandre Julliard | Made stack manipulation macros into inline functions. |
tree | commitdiff |
1999-07-31 |
Patrik Stridvall | Various ANSI C compability fixes. |
tree | commitdiff |
1999-06-27 |
Ulrich Weigand | Bugfix: missing WINAPIs added. |
tree | commitdiff |
1999-06-26 |
Alexandre Julliard | Converted to the new debug interface, using script... |
tree | commitdiff |
1999-06-26 |
Alexandre Julliard | Changed CONTEXT into CONTEXT86 everywhere we really... |
tree | commitdiff |
1999-06-26 |
Patrik Stridvall | ANSI C fixes. |
tree | commitdiff |
1999-06-22 |
Alexandre Julliard | Merged THDB and TEB structures. |
tree | commitdiff |
1999-06-12 |
Ove Kaaven | Various DPMI fixes and preliminary DPMI raw mode switch... |
tree | commitdiff |
1999-05-22 |
Ove Kaaven | Added INT_Int16AddChar. |
tree | commitdiff |
1999-05-22 |
Ove Kaaven | Changed global DOS_LOL into function DOSMEM_LOL() in... |
tree | commitdiff |
1999-05-22 |
Juergen Schmied | Some stubs for pccard vxd to debug the native shell32. |
tree | commitdiff |
1999-05-17 |
Ove Kaaven | Improved shortcuts - follows jumps in trying to avoid... |
tree | commitdiff |
1999-05-12 |
Marcus Meissner | Added missing WINAPI for the callback procs. |
tree | commitdiff |
1999-05-08 |
Patrik Stridvall | ANSI C fixes. |
tree | commitdiff |
1999-05-08 |
Ove Kaaven | Moved DOS List of Lists initialization, and added the... |
tree | commitdiff |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
tree | commitdiff |
1999-04-25 |
Patrik Stridvall | Fixed ANSI compabillity. |
tree | commitdiff |
1999-04-25 |
Patrik Stridvall | #pragma pack(?) changed to #include "*pack*.h" |
tree | commitdiff |
1999-04-25 |
Eric Pouech | Fixed crash when status was read with cd-rom tray open. |
tree | commitdiff |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
tree | commitdiff |
1999-04-16 |
Michael Veksler | Fixed warnings. |
tree | commitdiff |
1999-04-15 |
Bertho Stultiens | Added IOCTL function 0x440d/0x72. |
tree | commitdiff |
1999-04-11 |
Andreas Mohr | Fixed "Display Combination" call. |
tree | commitdiff |
1999-04-03 |
Alexandre Julliard | Mask off unsupported attributes in _lcreat (bug reporte... |
tree | commitdiff |
1999-04-01 |
Michael Veksler | Removed "implicit declaration" warnings. |
tree | commitdiff |
1999-03-28 |
Jess Haas | Fixed a warning. |
tree | commitdiff |
1999-03-28 |
Jess Haas | Added stub for int2f 4b. |
tree | commitdiff |
1999-03-27 |
Andreas Mohr | Fixed int25 & int26 error code. |
tree | commitdiff |
1999-03-25 |
Andreas Mohr | Implemented Get Shift Flags function. |
tree | commitdiff |
1999-03-25 |
Ove Kaaven | Added port 0x60 for int 0x09, and port 0x20 for PIC... |
tree | commitdiff |
1999-03-25 |
Ove Kaaven | Added int 0x09 and int 0x33. |
tree | commitdiff |
1999-03-25 |
Ove Kaaven | Implemented a int 0x33 handler, with a minimal implemen... |
tree | commitdiff |
1999-03-25 |
Ove Kaaven | Implemented a int 0x09 handler, and a scancode queue... |
tree | commitdiff |
1999-03-24 |
Jess Haas | Fixed a small bug in int10. |
tree | commitdiff |
1999-03-22 |
Andreas Mohr | Cosmetics. |
tree | commitdiff |
1999-03-18 |
Marcus Meissner | Lots of warning fixed, one missing WINAPI in ddraw... |
tree | commitdiff |
1999-03-17 |
Jess Haas | Fixed/implemented various interrupt functions. |
tree | commitdiff |
1999-03-17 |
Jess Haas | Added some stubs for int15 functions. |
tree | commitdiff |
1999-03-15 |
Eric Pouech | Various fixes for MSCDEX traps. |
tree | commitdiff |
1999-03-14 |
Jim Aston | Renamed wintypes.h to windef.h. |
tree | commitdiff |
1999-03-14 |
Jess Haas | Added some more vga video modes. |
tree | commitdiff |
1999-03-14 |
Ove Kaaven | Fixed a couple of ugly warnings (caused by ugly errors). |
tree | commitdiff |
1999-03-14 |
Andreas Mohr | Bug fix. |
tree | commitdiff |
1999-03-14 |
Ove Kaaven | Fully implemented Direct Console Input. |
tree | commitdiff |
1999-03-13 |
Andreas Mohr | Implemented mode setting things as well as VESA additio... |
tree | commitdiff |
next |