Move include/bitmaps/*.xpm where they belong.
[wine] / dlls / winedos /
2003-12-02  Alexandre JulliardUse wine_server_release_fd() instead of close() everywh...
2003-12-01  Jukka HeinonenAdd upper limit for the number of pending timer interrupts.
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-26  Steven EdwardsPorting fixes.
2003-11-25  Uwe BonnesINT21_GetFreeDiskSpace(): The drive parameter is found...
2003-11-25  Eric PouechGot rid of DRIVE_OpenDevice, and replaced it with Win32...
2003-11-25  Alexandre JulliardRemoved task.h.
2003-11-18  Alexandre JulliardUse the wine_ldt_* functions directly in winedos instea...
2003-11-17  Alexandre JulliardMoved toolhelp.h to dlls/kernel.
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-11-17  Alexandre JulliardAdded wine_ldt_is_system() to replace the IS_SELECTOR_S...
2003-11-15  Alexandre JulliardMoved a number of DOS definitions out of the global...
2003-11-14  Alexandre JulliardRepaired INT21_FindFirst/FindNext.
2003-11-14  Eric Pouech- moved the remaining of int21 calls to dlls/winedos
2003-11-11  Jukka HeinonenFix race in real mode event handling.
2003-11-05  Alexandre JulliardSet %fs and %gs in the register context to their curren...
2003-11-03  Jukka HeinonenImplement fat32 extended free space function.
2003-10-27  Jukka HeinonenClean up mouse driver implementation.
2003-10-27  Jukka HeinonenMoved drive parameter block (DPB) routines to winedos.
2003-10-16  Rolf KalbermatterUse INVALID_FILE_ATTRIBUTES to test for failure of
2003-10-14  Jukka HeinonenRemove races from DPMI async event handling.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-09  Oleg ProkhorovAvoid HeapReAlloc of a NULL pointer.
2003-10-08  Mike McCormackDon't share some protected mode interrupts in winedos.
2003-10-07  Jukka HeinonenUse correct pointer when accessing real mode interrupt...
2003-10-04  Jukka HeinonenReboot (int19) under DOS now does ExitProcess.
2003-09-30  Jukka HeinonenUse correct linear pointer when accessing BIOS data...
2003-09-22  Michael StefaniucSilence the FIXME produced by an install check of MVSOU...
2003-09-22  Michael StefaniucSilence the FIXME's produced by a check for a dos32...
2003-09-22  Jukka HeinonenWhen entering protected mode, V86 flag must be clear.
2003-09-17  Alexandre JulliardMoved I/O port handling to dlls/winedos.
2003-09-17  Alexandre JulliardUse WOWCallback16Ex to switch to vm86 mode so that...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Sylvain PetreolleChanged some functions to reset CFLAG on success.
2003-09-02  Michael Stefaniucint33 21h is identical to int33 00h.
2003-09-02  Jukka HeinonenMake DOS process exit using ExitProcess instead of...
2003-09-01  Jukka HeinonenAdd support for specific EOI PIC command.
2003-08-29  Jukka HeinonenWorkaround implemented for passing faked mickeys to...
2003-08-29  Jukka HeinonenAllow application to use VGA window that overlaps frame...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-27  Alexandre JulliardAvoid including stackframe.h if it's not needed.
2003-08-25  Jukka HeinonenMake all users of DOSVM_Enter explicitly set V86 flag.
2003-08-25  Alexandre JulliardFixed copy/paste error in WOWCallback16Ex call (spotted...
2003-08-25  Jukka HeinonenReplace some magic numbers with symbols.
2003-08-23  Alexandre JulliardExtended WOWCallback16Ex to support register functions...
2003-08-20  Jukka HeinonenMake FPU emulation use CS:IP when determining location...
2003-08-20  Jukka HeinonenRemove unnecessary __wine_call_from_16_regs call frame...
2003-08-19  Jukka HeinonenWhen forcing call to DOS relay from protected mode...
2003-08-18  Alexandre JulliardAdded missing \n in TRACE calls.
2003-08-18  Jukka HeinonenFix CPU flag handling when internal interrupts are...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-07-15  Jukka HeinonenMake int1a BIOS ticks be equal to BIOS segment ticks.
2003-07-08  Jukka HeinonenReal mode context should always have V86 flag turned on.
2003-07-03  Marcus MeissnerDPMI exceptions only happen on i386.
2003-07-01  Jukka HeinonenStart processing asynchronous DOS events in DPMI mode.
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-06-30  Alexandre JulliardReplace calls to WaitForMultipleObjects with a 0 count...
2003-06-30  Jukka HeinonenMake timer IRQ handler regular builtin interrupt handle...
2003-06-27  Gerald PfeiferEnable all of DllMain(), even if if not MZ_SUPPORTED.
2003-06-27  Sylvain PetreolleDisplay the interrupt number in hexadecimal.
2003-06-24  Gerald PfeiferExpose part of DOSVM_SendQueuedEvents() also for platfo...
2003-06-23  Francois GougetO_RDONLY==0 but it's cleaner to pass it to DRIVE_OpenDe...
2003-06-23  Jukka HeinonenAdd IRQ acknowledge handler for internal IRQs.
2003-06-20  Jukka HeinonenAdd int31 VIF manipulation functions.
2003-06-16  Jukka HeinonenMigrate create/open file functions to winedos.
2003-06-16  Jukka HeinonenMake DOSVM_Wait work in protected mode.
2003-06-13  Sylvain PetreolleTrace which real mode interrupt is emulated.
2003-06-13  Jukka HeinonenMove get current directory and set current directory...
2003-06-13  Jukka HeinonenSplit timer code into separate source file.
2003-06-06  Jukka HeinonenPending timer interrupts no longer deadlock DOSVM_Wait.
2003-06-04  Jukka HeinonenMigrate most int21 ioctl routines to winedos.
2003-05-20  Jukka HeinonenAdded some long filename functions.
2003-05-19  Jukka HeinonenMove get current drive int21 function to winedos.
2003-05-15  Alexandre JulliardMoved vxd support to winedos.
2003-05-15  Alexandre JulliardThomas Mertes <thomas.mertes_at_gmx.at>
2003-05-11  Jukka HeinonenMake read from stdin use buffered input code and redire...
2003-05-07  Jukka HeinonenAdd scrolling support for VGA text mode.
2003-05-06  Jukka HeinonenReport errors to applications when illegal dates are...
2003-05-04  Marcus MeissnerFixed non-x86 DOSVM_Wait prototype.
2003-05-02  Jukka HeinonenRemove obsolete code from DOSVM_Wait.
2003-05-02  Jukka HeinonenReport correct IRQ bases to DPMI applications.
2003-05-02  Jukka HeinonenFix argument passing to DOS program from winevdm.
2003-04-27  Alexandre JulliardFixed non-MZ case broken by previous patch.
2003-04-27  Alexandre JulliardMoved the functionality of starting Win16 and DOS progr...
2003-04-21  Jukka HeinonenMoved dosconf.c to winedos.
2003-04-13  Jukka HeinonenInterrupt handling now prints more trace information.
2003-04-08  Jukka HeinonenReturn correct segment for VESA information.
2003-04-01  Alexandre JulliardPortability fixes.
2003-03-30  Jukka HeinonenAdd prototype for GetCompressedFileSize. Move some...
2003-03-22  Alexandre JulliardChanged the SET_AX etc. macros to not return a value.
2003-03-04  Jukka HeinonenMove real mode interrupt emulation code to file interru...
2003-03-04  Jukka HeinonenMove decoding of long file name functions to winedos.
2003-02-26  Alexandre JulliardMoved LDT selector allocation routines to libwine.
2003-02-26  Sylvain PetreolleImplemented DSP Version command.
2003-02-26  Jukka HeinonenMove controller info and state/functionality info initi...
2003-02-24  Michael StefaniucRemove some unreachable code.
2003-02-24  Gerald PfeiferFix TRACE format string.
2003-02-19  Jukka HeinonenIgnore get shadow buffer function.
2003-02-19  Jukka HeinonenMove resize memory block to winedos and make it resize...
next