2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-27 |
Andreas Mohr | Spelling/alignment fixes. |
tree | commitdiff |
2002-01-29 |
Dimitrie O. Paun | Make FIXMEs more grep-able. |
tree | commitdiff |
2002-01-13 |
Eric Pouech | Now using the NT CD interface. |
tree | commitdiff |
2001-12-26 |
Alexandre Julliard | Link to the curses library only for the dlls that need it. |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Removed unnecessary includes. |
tree | commitdiff |
2001-12-04 |
Alexandre Julliard | Moved most of the real-mode stuff to dlls/winedos. |
tree | commitdiff |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
tree | commitdiff |
2001-11-23 |
Dmitry Timoshkov | Fixed packing and layout of many system structures. |
tree | commitdiff |
2001-11-19 |
Andreas Mohr | - fix wrong hexadecimal GetLastError() output |
tree | commitdiff |
2001-11-08 |
Ove Kaaven | Moved the int 9 (keyboard) handler to dlls/winedos. |
tree | commitdiff |
2001-11-07 |
Ove Kaaven | Added a few default palette entries for the VGA/MCGA... |
tree | commitdiff |
2001-11-07 |
Ove Kaaven | Added RunInThread callout to winedos. |
tree | commitdiff |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
tree | commitdiff |
2001-11-05 |
Ove Kaaven | Implemented a dynamic table of DOS interrupt handlers. |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including 'wine/port.h', include it first. |
tree | commitdiff |
2001-10-14 |
Francois Gouget | When including config.h, include it first. |
tree | commitdiff |
2001-09-19 |
Andreas Mohr | Updates and error message improvements. |
tree | commitdiff |
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 |
next |