2002-10-23 |
Patrik Stridvall | Don't use wine/unicode.h in the header files, include... |
tree | commitdiff |
2002-10-15 |
David Hammerton | Get descriptor should return correct segment limit. |
tree | commitdiff |
2002-10-10 |
Michael Stefaniuc | - change the internal functions in windows/cursoricon... |
tree | commitdiff |
2002-10-08 |
Jukka Heinonen | Add support for interrupts in 32-bit code. |
tree | commitdiff |
2002-09-13 |
Alexandre Julliard | Removed references to advapi32 registry functions from... |
tree | commitdiff |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
tree | commitdiff |
2002-09-04 |
Alexandre Julliard | Added DPMI segments structure and related function... |
tree | commitdiff |
2002-08-31 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-31 |
Alexandre Julliard | Moved internal context macros out of winnt.h. |
tree | commitdiff |
2002-08-30 |
Alexandre Julliard | Fixed some dll separation issues. |
tree | commitdiff |
2002-08-28 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-27 |
Dmitry Timoshkov | Convert most of the file APIs to Unicode. |
tree | commitdiff |
2002-08-26 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
tree | commitdiff |
2002-08-13 |
Marcus Meissner | Fixed the ppdev.h present but not direct io access... |
tree | commitdiff |
2002-08-09 |
Alexandre Julliard | Implemented the RtlImage* functions, and use them to... |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Fixed some handle type mismatches and added a few casts... |
tree | commitdiff |
2002-07-20 |
Andreas Mohr | Change BIOSDATA's rows on screen minus 1 from 23 to 24. |
tree | commitdiff |
2002-07-10 |
Admiral Coeyman | Added support for FPU emulation interrupts. |
tree | commitdiff |
2002-07-05 |
Gregg Mattinson | - Forte C does not support nameless structures or unions |
tree | commitdiff |
2002-07-03 |
Andreas Mohr | Call Sleep for int 0x2f function 0x1680 (IDLE CALL). |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-28 |
Christian Costa | The SVGA block code was not accessible (AH and AL inver... |
tree | commitdiff |
2002-05-24 |
James Juran | Add missing \n to output messages. |
tree | commitdiff |
2002-05-23 |
Alexandre Julliard | Removed most inclusions of options.h. |
tree | commitdiff |
2002-05-22 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Specify the complete source file list for a dll inside... |
tree | commitdiff |
2002-05-11 |
Jukka Heinonen | RawModeSwitch can now be used to return DPMI applicatio... |
tree | commitdiff |
2002-05-07 |
Jukka Heinonen | Added support for DPMI RawModeSwitch. |
tree | commitdiff |
2002-04-21 |
Mike McCormack | Moved int13 support to the VWIN32_DIOC_DOS_INT13 ioctl. |
tree | commitdiff |
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 |
next |