OleMetaFilePictFromIconAndLabel16: slightly broken, use LPOLESTR16.
[wine] / loader /
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Dave PicklesEnsure that the command-line passed to the various...
1999-06-26  Uwe BonnesNE_LoadFileModule: Free module when NE_LoadDLLs fails.
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-18  Alexandre JulliardUse exceptions instead of ctx_debug_call.
1999-06-18  Alexandre JulliardMoved signal handling to exception.c, generate exceptio...
1999-06-18  Ulrich WeigandFix compiler warning.
1999-06-13  Marcus MeissnerFixed ambigous else/brace problem, moved "name" computa...
1999-06-13  Ulrich WeigandRemoved broken hack to support shared DLLs (e.g. USER32...
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-12  Patrik StridvallAdded missing/wrong includes.
1999-06-12  Patrik StridvallRemoved direct references to CLASS internals.
1999-06-12  Guy AlbertelliAdd new "walk" command options to list processes and...
1999-06-12  Eric PouechMade the service thread instanciable in every process.
1999-06-12  Ove KaavenVarious DPMI fixes and preliminary DPMI raw mode switch...
1999-06-12  Ulrich WeigandRelease Win16Lock during PROCESS_Create.
1999-06-07  Marcus MeissnerTrying to fix sigaltstack() problem reported by Debian...
1999-06-07  Ulrich WeigandConsult ne.operating_system field for NE files in GetBi...
1999-06-06  Ulrich Weigand16-bit scheduler reorganized: run all tasks in their...
1999-06-06  Ulrich WeigandRemoved SERVICE_Exit().
1999-06-06  Guy AlbertelliUse SearchPath to test for existance of programs in...
1999-05-29  Alexandre JulliardGot rid of THREAD_InitDone.
1999-05-29  Gerald PfeiferFixed compilation erros on non-Linux systems.
1999-05-24  Alexandre JulliardRemoved process argument to PROCESS_CallUserSignalProc.
1999-05-24  Ulrich WeigandMoved WINSOCK network IO event handling to special...
1999-05-23  Alexandre JulliardUse the new debug functions to send debug events at...
1999-05-22  Ulrich WeigandAdded UserRepaintDisable16().
1999-05-22  Ulrich WeigandAdapted to event synchronization changes.
1999-05-22  Ove KaavenFixed silly EINTR bug with starting dosmod.
1999-05-22  Ulrich WeigandAdded ExitKernel16 (replacing USER_ExitWindows), ExitPr...
1999-05-22  Bertho StultiensBugfix: Prevent null-pointer dereference in TRACE argum...
1999-05-22  Bertho StultiensFixed wrong NE module registration so that resources...
1999-05-22  Ulrich WeigandFix swapped FreeLibary return values. Handle FreeLibrar...
1999-05-22  Ove KaavenAdded MZ_Current() (returns current LPDOSTASK) and...
1999-05-17  Marcus Meissnerglide2x loadorder is "so,native".
1999-05-17  Ulrich WeigandRelease Win16Lock when calling LoadLibrary32 from 16...
1999-05-13  Alexandre JulliardAdapted for new register functions support (ESP_reg...
1999-05-12  Alexandre JulliardChanged some error handling a bit.
1999-05-09  Alexandre JulliardUse OpenFile() to test for file existence, so that...
1999-05-08  Uwe BonnesFixed extension handling in LoadLibrary16.
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-08  Ulrich CzekallaBugfix: get_sobasename was off by one pointer increment.
1999-05-08  Ulrich WeigandRemoved TIMER_SwitchQueue.
1999-05-08  Marcus MeissnerStop winelib programs on fault instead of endless fault...
1999-05-08  Ulrich WeigandSome initialization sequence bugfixes:
1999-05-08  Ulrich WeigandBugfix: all PE modules were marked 'internal'.
1999-05-08  Ulrich WeigandInitialize WIN_CritSection earlier.
1999-05-04  Ulrich WeigandFixed various stupid bugs in services thread routines.
1999-05-03  Ulrich WeigandBugfix: release Win16Lock in WinExec16, CallProc[Ex...
1999-05-03  Ulrich WeigandLoad system DLLs into WineLib applications.
1999-05-03  Alexandre JulliardBug fixes.
1999-05-02  Alexandre JulliardDon't initialise the stacks for 32-bit processes.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-02  Eric Pouech- got rid of all the internal MM tweaks to load builtin MCI
1999-05-02  Guy AlbertelliFix CreateProcessA to implement correct actions on...
1999-05-02  Bertho StultiensOnly try to append ".dll" if a library is loaded implic...
1999-04-26  Bertho StultiensThe load order parser should not always complain about...
1999-04-26  Eric PouechFixed loading of native NE dlls.
1999-04-25  Bertho StultiensBuilt-in dlls now have resources attached via the PE...
1999-04-25  Patrik Stridvall#pragma pack(?) changed to #include "*pack*.h"
1999-04-25  Eric Pouechwine.conf should not overrule content of burned in...
1999-04-25  Marcus Meissnerdebug.h must be last in list of includes.
1999-04-25  Ulrich WeigandReturn 32-bit module in GetModuleHandle16() if appropriate.
1999-04-25  Marcus MeissnerUse DllOverrides from wine.ini as defaults also in
1999-04-24  Marcus Meissnerautoconf fixes and cleanups (check for dlopen() in...
1999-04-22  Gerald Pfeifer#else branch compile fix.
1999-04-22  Bertho StultiensChange wine's dlopen search-patch strategy not using...
1999-04-22  Bertho StultiensDo not increment module refCount if self is loaded...
1999-04-21  Bertho StultiensReimplementation of GetModuleHandle16 according to...
1999-04-19  Bertho StultiensRemoved non-portable hacks and replaced them with more...
1999-04-19  Bertho StultiensAttach notifications must be send after all recursive...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Alexandre JulliardRemoved extra call to TASK_StartTask.
1999-04-18  Eric PouechFixed memory freeing.
1999-04-18  Alexandre JulliardFixed toolhelp routines usage in GetModuleFromPath...
1999-04-18  Bertho StultiensReorganization of the loader to correctly load and...
1999-04-18  Bertho StultiensNew files to support load order and partial stubs for...
1999-04-18  Kevin HolbrookFix ambiguous else warning.
1999-04-18  Marcus MeissnerDisable AC bit on receiving alignment exceptions.
1999-04-16  Andreas Mohr- Implemented proper ("real", compressed) Win16 entry...
1999-04-15  Marcus MeissnerFreeBSD 3 multithreading final fix. Do not use libc_r...
1999-04-15  Ulrich WeigandBugfix: Always release the Win16Lock in TASK_Reschedule.
1999-04-11  Marcus Meissner- Started multithreading for FreeBSD (incomplete, but...
1999-04-11  Ulrich WeigandImplemented 'kernel services thread'.
1999-04-11  Bertho StultiensFreeLibrary partial implementation.
1999-04-11  Ulrich WeigandSend USIG_PROCESS_CREATE signal.
1999-04-10  Bertho StultiensGetModuleFromPath now checks for loaded modules via...
1999-04-03  Marcus MeissnerAdded some SetLastError()s in GetProcAddress() and...
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.
next