2001-09-11 |
Patrik Stridvall | Cleanup code that is strange or difficult to parse. |
tree | commitdiff |
2001-08-21 |
Francois Gouget | Documentation updates (mainly thru vs. through). |
tree | commitdiff |
2001-08-15 |
Uwe Bonnes | Don't call Dosvm functions when Dosvm isn't initialized. |
tree | commitdiff |
2001-07-25 |
Alexandre Julliard | Removed unnecessary inclusion of heap.h. |
tree | commitdiff |
2001-07-24 |
Alexandre Julliard | Removed HEAP_strdupA. |
tree | commitdiff |
2001-07-18 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
tree | commitdiff |
2001-07-14 |
Uwe Bonnes | Don't claim the parport for exclusive access and releas... |
tree | commitdiff |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-06-28 |
Patrik Stridvall | Documentation name fixes. |
tree | commitdiff |
2001-06-26 |
Uwe Bonnes | Added /dev/parport support for direct port access. |
tree | commitdiff |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-06-19 |
Marcus Meissner | Made DOS VGA display again with last months DDRAW updates. |
tree | commitdiff |
2001-05-14 |
Marcus Meissner | Implemented 64bit file size handling. |
tree | commitdiff |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
tree | commitdiff |
2001-04-04 |
Alexandre Julliard | Added TASK_GetPtr/TASK_GetCurrent functions to get... |
tree | commitdiff |
2001-04-04 |
Alexandre Julliard | Don't call strtok twice if it failed the first time. |
tree | commitdiff |
2001-02-12 |
Andreas Mohr | Implemented the int21 LFN rename file function. |
tree | commitdiff |
2001-01-26 |
James Juran | Add <string.h> to files that needed it. |
tree | commitdiff |
2001-01-15 |
Alexandre Julliard | Removed some direct accesses to the 16-bit task structure. |
tree | commitdiff |
2001-01-06 |
François Gouget | Fixed some HFILE vs. HANDLE mismatches. |
tree | commitdiff |
2001-01-05 |
François Gouget | We must cast the return value of GetProcAddress. |
tree | commitdiff |
2001-01-04 |
Alexandre Julliard | Authors: Andrew Lewycky <andrew@transgaming.com>, Gavri... |
tree | commitdiff |
2000-12-26 |
Ove Kaaven | Separated the MZ loader and core DOS VM into dlls/winedos. |
tree | commitdiff |
2000-12-19 |
François Gouget | winuser.h now requires that we include winbase.h first. |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Use getpagesize() instead of VIRTUAL_GetPageSize(). |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
tree | commitdiff |
2000-12-12 |
Alexandre Julliard | Use the DRIVE_* API constants instead of the DRIVETYPE... |
tree | commitdiff |
2000-12-11 |
Alexandre Julliard | Moved all Wine internal definitions out of process.h. |
tree | commitdiff |
2000-12-02 |
Francois Gouget | Fixed miscellaneous typos, syntactic and grammatical... |
tree | commitdiff |
2000-12-01 |
Patrik Stridvall | Added/modified documentation for function arguments. |
tree | commitdiff |
2000-12-01 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2000-12-01 |
Alexandre Julliard | Moved the few remaining functions in wprocs.dll to... |
tree | commitdiff |
2000-11-30 |
Patrik Stridvall | Don't include windows.h internally. |
tree | commitdiff |
2000-11-29 |
Alexandre Julliard | Renamed CallTo16* functions to wine_call_to_16* and... |
tree | commitdiff |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
tree | commitdiff |
2000-11-27 |
Alexandre Julliard | Implemented DosFileHandleToWin32Handle, Win32HandleToDo... |
tree | commitdiff |
2000-11-26 |
Alexandre Julliard | Moved wsprintf functions to dlls/user. |
tree | commitdiff |
2000-11-25 |
Andreas Mohr | Cosmetics. |
tree | commitdiff |
2000-11-25 |
Dimitrie O. Paun | Include config.h in files that test for constants defin... |
tree | commitdiff |
2000-11-14 |
Alexandre Julliard | Moved LDT handling to libwine.so. Changed the interface... |
tree | commitdiff |
2000-11-13 |
Ove Kaaven | When a Win16 app sets a selector base to low DOS memory... |
tree | commitdiff |
2000-11-13 |
Ove Kaaven | Use the virtual real-mode interrupt table if low DOS... |
tree | commitdiff |
2000-11-13 |
Ove Kaaven | Reorganized DOS memory remapping slightly, so that... |
tree | commitdiff |
2000-11-05 |
Gerald Pfeifer | Added missing #include <sys/types.h>. |
tree | commitdiff |
2000-11-01 |
Alexandre Julliard | Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie... |
tree | commitdiff |
2000-10-23 |
Andreas Mohr | Always open/close the CD-ROM device for every Windows... |
tree | commitdiff |
2000-10-22 |
Joerg Mayer | Reduce the number of warnings about missing initializers. |
tree | commitdiff |
2000-10-17 |
Ove Kaaven | Implemented DOS INT21 AH=4B (EXEC). |
tree | commitdiff |
2000-10-15 |
Alexandre Julliard | Set selector 0000H base to 0xf0000 until the first... |
tree | commitdiff |
2000-10-13 |
Peter Hawkins | Added DOS int 21h function 4452h support (DR-DOS versio... |
tree | commitdiff |
2000-10-13 |
Mike McCormack | Moved comm.c into kernel32. |
tree | commitdiff |
2000-10-12 |
Mike McCormack | Removed dependency on globals LPT[] and COM{}. |
tree | commitdiff |
2000-10-12 |
Andreas Mohr | Replace null bytes by spaces in WriteConsoleOutputA... |
tree | commitdiff |
2000-09-29 |
Alexandre Julliard | Moved $(MODULE).o rule out of Make.rules into the indiv... |
tree | commitdiff |
2000-09-27 |
Alexandre Julliard | Fixed a few non portable zero-size array declarations. |
tree | commitdiff |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Removed some of the XXX_reg macros now that we are... |
tree | commitdiff |
2000-09-24 |
Alexandre Julliard | Moved most global data out of the LPDOSTASK structure. |
tree | commitdiff |
2000-09-18 |
Alexandre Julliard | Misc cleanups. |
tree | commitdiff |
2000-08-28 |
James Abbatiello | Stub support for int2f/ax=1684/bx=0027 (VXDLDR). |
tree | commitdiff |
2000-08-25 |
Andreas Mohr | Minor cosmetic changes. |
tree | commitdiff |
2000-08-22 |
James Abbatiello | Fixes for reading latched values with ports 0x40-0x43. |
tree | commitdiff |
2000-08-20 |
Chris Morgan | Stubbed INT 15 function 84h. |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Moved CharUpper* and CharLower* functions to dlls/user. |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Replaced global Callbacks structure by appropriate... |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Removed some unnecessary #includes and dll dependencies. |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock. |
tree | commitdiff |
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 |
next |