Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed
[wine] / loader /
1999-04-01  Ove KaavenMade DOSVM_GetTimer survive EAGAIN errors...
1999-04-01  Ulrich WeigandAdded USER32.UserSignalProc to Callout table.
1999-04-01  Ulrich WeigandImplemented PROCESS_CallUserSignalProc().
1999-04-01  Marcus Meissner"foo" was not translated to "foo.so" in elf loader.
1999-04-01  Ulrich WeigandAllow NULL NE resource handler; call the default handle...
1999-03-28  Jess HaasFixed CreateProcessA so it can handle commandlines...
1999-03-28  Jess HaasFixed GetModuleHandle16.
1999-03-28  Marcus MeissnerEmpty DOSVM_QueueEvent for !MZ_SUPPORTED.
1999-03-27  Ulrich WeigandFixed sequence of DLL_PROCESS_DETACH notification calls.
1999-03-27  Ulrich WeigandAllow UserYield16 to be called from 32-bit thread.
1999-03-25  Stephane LussierMade the timer code thread safe.
1999-03-25  Ove KaavenAdded infrastructure and definitions for general-purpos...
1999-03-25  Ove KaavenAdded handling of SIGUSR2 for the new event interruptio...
1999-03-22  Ulrich WeigandBugfix: cope with quoted arguments for CreateProcess().
1999-03-22  Ulrich WeigandFixed typo in SizeofResource().
1999-03-22  Andreas MohrCosmetics.
1999-03-22  Sergey TurchanovImplementation for FreeLibraryAndExitThread.
1999-03-22  Ulrich WeigandRun Win32 processes in their own threads.
1999-03-21  Alexandre JulliardChanged process initialisation to use the new server...
1999-03-21  Andreas MohrFixed typo.
1999-03-18  Marcus MeissnerLots of warning fixed, one missing WINAPI in ddraw...
1999-03-16  Ulrich WeigandPass CreateProcess() SECURITY_ATTRIBUTES through to...
1999-03-16  Ulrich WeigandFix compiler warnings.
1999-03-15  Marcus MeissnerUse MESSAGE_RESOURCE_* defines from SDK headers, update...
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-14  Theodore S. HetkeAdded tracing for delayed imports and removed the fixme.
1999-03-14  Uwe BonnesMake GetModuleHandle16 only look for module names,...
1999-03-13  Peter GantenFix CreateProcess to handle lpCommandline better.
1999-03-13  Marcus MeissnerMask out the upper 12 bits from the resourceid, just...
1999-03-10  Ulrich WeigandDeleted NE_FreePEResource().
1999-03-10  Ulrich WeigandAdapted to cursor/icon handling changes.
1999-03-10  Ulrich WeigandAllow accessing both NE and PE resources with both...
1999-03-10  Ulrich WeigandBugfix: Allow lpCommandLine == NULL in CreateProcess().
1999-03-09  Juergen SchmiedFix use of wrong prototype from ntdll.h.
1999-02-28  Marcus MeissnerFixed a lot of warnings using WINE_UNUSED, casts, comme...
1999-02-28  Andreas MohrAdded support for quoted file names in CreateProcess().
1999-02-28  Alexandre JulliardUse server handles directly for Win32 handles. Removed...
1999-02-28  David Luyer- fixed missing stdlib.h and string.h includes everywhere
1999-02-28  Alexandre JulliardProcess and thread id now use the server-side id instea...
1999-02-28  Ulrich WeigandAdapted to CreateProcess changes.
1999-02-28  Ulrich WeigandNE modules adapted to CreateProcess changes.
1999-02-28  Ulrich WeigandProcess creation sequence reorganized:
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-25  Pavel RoskinMade message "Resource not found" WARN.
1999-02-24  Ulrich WeigandModified process creation sequence: call PE_CreateModul...
1999-02-24  Marcus MeissnerOptimized away more includes, readded some #includes...
1999-02-21  Michael Veksler- Fix headers to include less or smaller header files.
1999-02-21  Marcus MeissnerChange "g" (general regs) into "r" (hardregs) in clone...
1999-02-21  Stephane LussierFix problem where you need mouse activity to unlock...
1999-02-19  Uwe BonnesOnly append .dll if no extension yet.
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-14  Joseph PranevichMoved initialization until later. Also moved around...
1999-02-13  Marcus MeissnerMoved the if1632/signal.c stuff into loader/signal...
1999-01-31  Alexandre JulliardAdded input queue to server-side console object,
1999-01-31  Ulrich WeigandModify NE_FindTypeSection and NE_FindResourceFromType...
1999-01-31  Ulrich WeigandAdded GetResDirEntryA for use by the VERSION code.
1999-01-28  Marcus MeissnerFixed a lot of warnings for possible problems.
1999-01-24  Ove KaavenMoved DOS handle allocation slightly, to fix potential...
1999-01-24  Andreas MohrImplemented Int 0x15/0xc0: BIOS - GET CONFIG and some...
1999-01-23  Andreas MohrImplemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
1999-01-23  Marcus MeissnerDOS programs use handles 0-4 without opening/closing...
1999-01-22  Marcus MeissnerFixed accelerator handling. ACCEL16 used internal,...
1999-01-20  Ulrich WeigandAllow passing task handles to GetThreadQueue() and...
1999-01-20  Ulrich WeigandCheck module name length in ModuleNext().
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Joseph PranevichSet console video mode when loading DOS app. (Eventuall...
1999-01-03  Alexandre JulliardImplemented file sharing checks in the server.
1999-01-01  Michael VekslerMoves more stuff from windows.h.
1999-01-01  Alexandre JulliardUse Win32 file handles instead of Unix ones.
1999-01-01  Alexandre JulliardTake into account handle inheritance flag.
1998-12-31  Alexandre JulliardRemoved client-side wait functions; all waiting is...
1998-12-27  Alexandre JulliardAdded beginnings of server-side file handling.
1998-12-25  Joseph PranevichAdd support for selection of console mode drivers to...
1998-12-24  Ove KaavenAdded some new dosmod communication possibilities,...
1998-12-24  Ulrich WeigandDesktop window queue handling adapted.
1998-12-24  Ulrich WeigandUse Callout table instead of direct GetProcAddress.
1998-12-24  Ulrich WeigandHandle non-hardware X events correctly with native...
1998-12-18  Ulrich WeigandReorganized PE module loading to prepare for elf-dll...
1998-12-14  Marcus MeissnerMade async IO (SIGIO) stuff from WINSOCK generic useable.
1998-12-14  Ove KaavenMoved DPMI wrapper allocation code to dosmem.c to REALL...
1998-12-11  Andreas MohrFixed a bunch of compiler warnings.
1998-12-10  Ulrich WeigandAdapted to CreateSystemTimer interface change.
1998-12-10  Marcus MeissnerWarn if two .exes conflict with each other and the...
1998-12-10  Ulrich WeigandLoadModule32/WinExec32 should return 16-bit hInstance...
1998-12-09  Marcus MeissnerEnhanced Win32 Console (XTERM)
1998-12-09  Marcus MeissnerSome unnecessary #include and messages removed.
1998-12-08  Marcus MeissnerWarn about invalid entrypoints (created by viruses...
1998-12-08  Marcus MeissnerMove TWEAK_Init from USER to GDIInit.
1998-12-07  Ove KaavenFixed DPMI_CallRMProc (I think).
1998-12-07  Andreas MohrNE_MODULE.stack_size was set to a ridiculously small...
1998-12-07  Andreas Mohr- Several kernel.spec return type mismatch fixes
1998-12-02  Joseph PranevichAdded console support.
1998-12-02  Huw D M DaviesMove OEM resources to the x11drv.
1998-11-26  Marcus MeissnerRemove unnecessary check for entrypoint address (test...
1998-11-26  Ulrich WeigandImplemented KERNEL.602 and stub for KERNEL.490.
1998-11-25  Ulrich WeigandMoved ...Resource16 routines to loader/resource.c.
1998-11-25  Ulrich WeigandImplementation of PE->NE resource conversion routines...
1998-11-24  Ulrich WeigandBugfix: Call InitThreadInput in GetFastQueue with corre...
next