- c678b41 Change BIOSDATA's rows on screen minus 1 from 23 to 24. by Andreas Mohr · 23 years ago
- 9cb2b21 Added support for FPU emulation interrupts. by Admiral Coeyman · 23 years ago
- 81cbb28 - Forte C does not support nameless structures or unions by Gregg Mattinson · 23 years ago
- 2a354d6 Call Sleep for int 0x2f function 0x1680 (IDLE CALL). by Andreas Mohr · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- cc208a1 The SVGA block code was not accessible (AH and AL inverted). Fixed. by Christian Costa · 23 years ago
- 32886f6 Add missing \n to output messages. by James Juran · 23 years ago
- 55e845d Removed most inclusions of options.h. by Alexandre Julliard · 23 years ago
- 5e6943f Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
- 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
- e929a20 RawModeSwitch can now be used to return DPMI application back to protected mode. by Jukka Heinonen · 23 years ago
- 800dbf2 Added support for DPMI RawModeSwitch. by Jukka Heinonen · 23 years ago
- 88dadae Moved int13 support to the VWIN32_DIOC_DOS_INT13 ioctl. by Mike McCormack · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 8bc7f16 Spelling/alignment fixes. by Andreas Mohr · 23 years ago
- 693cca5 Make FIXMEs more grep-able. by Dimitrie O. Paun · 23 years ago
- f65c7d5 Now using the NT CD interface. by Eric Pouech · 23 years ago
- 4895768 Link to the curses library only for the dlls that need it. by Alexandre Julliard · 23 years ago
- 9fcd89a Removed unnecessary includes. by Alexandre Julliard · 23 years ago
- 8cd55d0 Moved most of the real-mode stuff to dlls/winedos. by Alexandre Julliard · 23 years ago
- 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
- 6b6596a Fixed packing and layout of many system structures. by Dmitry Timoshkov · 23 years ago
- 9cef2d0 - fix wrong hexadecimal GetLastError() output by Andreas Mohr · 23 years ago
- e2c477b Moved the int 9 (keyboard) handler to dlls/winedos. by Ove Kaaven · 23 years ago
- cc4c23c Added a few default palette entries for the VGA/MCGA 256-color mode. by Ove Kaaven · 23 years ago
- cf6f12f Added RunInThread callout to winedos. by Ove Kaaven · 23 years ago
- 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
- fe5bf6e Implemented a dynamic table of DOS interrupt handlers. by Ove Kaaven · 23 years ago
- 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
- e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
- 7bed696 Updates and error message improvements. by Andreas Mohr · 24 years ago
- 3c0211f Cleanup code that is strange or difficult to parse. by Patrik Stridvall · 24 years ago
- 588ff37 Documentation updates (mainly thru vs. through). by Francois Gouget · 24 years ago
- 23fbf4a Don't call Dosvm functions when Dosvm isn't initialized. by Uwe Bonnes · 24 years ago
- 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
- 5f728ca Removed HEAP_strdupA. by Alexandre Julliard · 24 years ago
- 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
- cf735f7 Don't claim the parport for exclusive access and release the port by Uwe Bonnes · 24 years ago
- 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
- 17fd4e3 Documentation name fixes. by Patrik Stridvall · 24 years ago
- 6509fa9 Added /dev/parport support for direct port access. by Uwe Bonnes · 24 years ago
- 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- da1a284 Made DOS VGA display again with last months DDRAW updates. by Marcus Meissner · 24 years ago
- 3f1ed52 Implemented 64bit file size handling. by Marcus Meissner · 24 years ago
- e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
- 2ec34e4 Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task handle. by Alexandre Julliard · 24 years ago
- 1af1c67 Don't call strtok twice if it failed the first time. by Alexandre Julliard · 24 years ago
- 82b517d Implemented the int21 LFN rename file function. by Andreas Mohr · 24 years ago
- f4d5fef Add <string.h> to files that needed it. by James Juran · 24 years ago
- 7d5bc5c Removed some direct accesses to the 16-bit task structure. by Alexandre Julliard · 24 years ago
- da2b6a9 Fixed some HFILE vs. HANDLE mismatches. by François Gouget · 24 years ago
- c583b68 We must cast the return value of GetProcAddress. by François Gouget · 24 years ago
- d6c0f9f Authors: Andrew Lewycky <andrew@transgaming.com>, Gavriel State <gav@transgaming.com>, Ove Kaaven <ovek@transgaming.com> by Alexandre Julliard · 24 years ago
- e5557b3 Separated the MZ loader and core DOS VM into dlls/winedos. by Ove Kaaven · 24 years ago
- 44a1822 winuser.h now requires that we include winbase.h first. by François Gouget · 24 years ago
- db0747d Removed some unnecessary includes. Got rid of ldt.h. by Alexandre Julliard · 24 years ago
- 6c8edaa Use getpagesize() instead of VIRTUAL_GetPageSize(). by Alexandre Julliard · 24 years ago
- 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
- bf67259 Use the DRIVE_* API constants instead of the DRIVETYPE enum. by Alexandre Julliard · 24 years ago
- becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
- 519346a Fixed miscellaneous typos, syntactic and grammatical errors. by Francois Gouget · 24 years ago
- 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
- ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
- 7afce0e Moved the few remaining functions in wprocs.dll to kernel.dll. by Alexandre Julliard · 24 years ago
- 1ed5577 Don't include windows.h internally. by Patrik Stridvall · 24 years ago
- e296bf3 Renamed CallTo16* functions to wine_call_to_16* and export them from by Alexandre Julliard · 24 years ago
- 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
- 5ce902b Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and by Alexandre Julliard · 24 years ago
- 5b971f0 Moved wsprintf functions to dlls/user. by Alexandre Julliard · 24 years ago
- a59324d Cosmetics. by Andreas Mohr · 24 years ago
- 0b7a7bb Include config.h in files that test for constants defined in it. by Dimitrie O. Paun · 24 years ago
- 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
- 693c531 When a Win16 app sets a selector base to low DOS memory, make sure low by Ove Kaaven · 24 years ago
- f39a69a Use the virtual real-mode interrupt table if low DOS memory isn't mapped. by Ove Kaaven · 24 years ago
- b27ee9b Reorganized DOS memory remapping slightly, so that the real-mode by Ove Kaaven · 24 years ago
- eff75a3 Added missing #include <sys/types.h>. by Gerald Pfeifer · 24 years ago
- 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
- 588ee35 Always open/close the CD-ROM device for every Windows API CD-ROM access. by Andreas Mohr · 24 years ago
- 959d73e Reduce the number of warnings about missing initializers. by Joerg Mayer · 24 years ago
- 7c4bee5 Implemented DOS INT21 AH=4B (EXEC). by Ove Kaaven · 24 years ago
- 80fc23a Set selector 0000H base to 0xf0000 until the first 64K are unprotected. by Alexandre Julliard · 24 years ago
- 866c588 Added DOS int 21h function 4452h support (DR-DOS version check). by Peter Hawkins · 24 years ago
- 11776c1 Moved comm.c into kernel32. by Mike McCormack · 24 years ago
- 97b9009 Removed dependency on globals LPT[] and COM{}. by Mike McCormack · 24 years ago
- 744134e Replace null bytes by spaces in WriteConsoleOutputA call. by Andreas Mohr · 24 years ago
- 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 24 years ago
- ab170a9 Fixed a few non portable zero-size array declarations. by Alexandre Julliard · 24 years ago
- 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 24 years ago
- d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 24 years ago
- 770eb51 Moved most global data out of the LPDOSTASK structure. by Alexandre Julliard · 24 years ago
- 9edc7d0 Misc cleanups. by Alexandre Julliard · 25 years ago
- 5f150ba Stub support for int2f/ax=1684/bx=0027 (VXDLDR). by James Abbatiello · 25 years ago
- 217a682 Minor cosmetic changes. by Andreas Mohr · 25 years ago
- 9ad9e65 Fixes for reading latched values with ports 0x40-0x43. by James Abbatiello · 25 years ago
- c0b2b9e Stubbed INT 15 function 84h. by Chris Morgan · 25 years ago
- dcd247e Moved CharUpper* and CharLower* functions to dlls/user. by Alexandre Julliard · 25 years ago
- 198746d Replaced global Callbacks structure by appropriate glue code by Alexandre Julliard · 25 years ago
- 5ab9d86 Removed some unnecessary #includes and dll dependencies. by Alexandre Julliard · 25 years ago
- 4fef2f1 Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock. by Alexandre Julliard · 25 years ago
- 09ddb59 Make USER and GDI separate dlls. by Alexandre Julliard · 25 years ago