- Fix handling of text color.
[wine] / loader /
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-12  Alexandre JulliardDon't call SNOOP_RegisterDLL on builtins.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-27  Alexandre JulliardPut AC_DEFINE symbols definitions directly in the confi...
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-06-07  Alexandre JulliardRemoved unneeded inclusion of queue.h.
2001-06-06  Alexandre JulliardSet low-order bit of module handle for LOAD_LIBRARY_AS_...
2001-05-24  Andreas MohrSpelling fixes.
2001-05-24  Andreas MohrMake snoop code take ordinal base into account.
2001-05-18  Alexandre JulliardRemoved THREAD_IsWin16.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-05-10  Alexandre JulliardReally free the memory on dll unload.
2001-05-08  Francois GougetPrint the tid in the first column when +tid is specified.
2001-05-02  Alexandre JulliardUncommented the VirtualFree call on dll unload.
2001-04-16  Ove KaavenLet LOAD_LIBRARY_AS_DATAFILE load the builtin dll if...
2001-04-04  Alexandre JulliardAdded TASK_GetPtr/TASK_GetCurrent functions to get...
2001-04-04  Alexandre JulliardUnified 16-bit and 32-bit scheduling a bit more.
2001-03-28  Alexandre JulliardDon't load user32 too early on for 16-bit apps, so...
2001-03-21  Alexandre JulliardAdded "*" wildcard entry to DllOverrides to replace...
2001-03-21  Alexandre JulliardDisable DONT_RESOLVE_DLL_REFERENCES for builtin dlls.
2001-03-21  Dmitry TimoshkovAllow loading of built-in dlls with LOAD_LIBRARY_AS_DAT...
2001-03-20  Alexandre Julliard- Added support for app-specific dll overrides using
2001-03-10  Francois GougetFixed spelling/typos in comments.
2001-02-28  Alexandre JulliardUse the standard CreateThread routine to create 16...
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-20  Alexandre JulliardRemoved a few Callout functions by doing a GetProcAddre...
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-21  Gerard PatelFix the cmdline argument passed to NE_CreateThread...
2001-01-20  Alexandre JulliardDisplay the importing dll in the 0xdeadbeef message.
2001-01-15  Ulrich WeigandDon't call a NE DLL's DllEntryPoint twice during one...
2001-01-15  Alexandre JulliardReplaced GLOBAL_Alloc by GlobalAlloc16 where possible.
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.
2001-01-10  Gerard PatelAdded a specific debug channel for dll loading (builtin...
2001-01-06  Alexandre JulliardUse the exe name and file handle we got from the server...
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2001-01-06  Eric PouechForced loading of msacm32 when msacm is loaded.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-29  Ulrich WeigandPrevent unaligned access to NE in-memory module data.
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.
2000-12-24  François GougetFixed a few type clashes in preparation for the switch...
2000-12-22  Alexandre JulliardNo longer try to load builtin library when loadorder...
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-20  Alexandre JulliardDo not call thread attach/detach routines during proces...
2000-12-19  François GougetDUMMYSTRUCTNAME2 creates a conflict when using anonymou...
2000-12-19  Ulrich WeigandFixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian...
2000-12-15  François GougetChanged the type of Function to PDWORD as on Windows.
2000-12-13  James AbbatielloWork around glibc 2.1.x dlopen bug (again).
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-12  Alexandre JulliardGot rid of main.h.
2000-12-12  Alexandre JulliardChanged LoadImage16 to take an LPCSTR instead of a...
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-09  Alexandre JulliardRemoved no longer used elfdll loader.
2000-12-05  Alexandre JulliardAlways pass lower-case filenames to wine_dll_load().
2000-12-05  Andreas MohrBetter error message for forwards.
2000-12-03  Aric StewartAdded ASCII-only version of toupper, tolower, strcasecm...
2000-12-02  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Patrik StridvallFixed Win16 documentation not fixed because of a bug...
2000-12-01  Patrik StridvallFixed some issues found by winapi_check.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-12-01  Alexandre JulliardMoved the few remaining functions in wprocs.dll to...
2000-11-30  Alexandre JulliardRemoved "elfdll" load order option and updated document...
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Alexandre JulliardDisplay the name of the function when import failed.
2000-11-27  Alexandre JulliardImplemented DosFileHandleToWin32Handle, Win32HandleToDo...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-27  Andreas MohrImplemented TerminateApp needed for DBase 5.0.
2000-11-26  Hidenori TakeshimaReplaced u_char/u_short/u_long by BYTE/WORD/DWORD for...
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-12  Alexandre JulliardRaise an exception for unimplemented 16-bit entry point...
2000-11-10  Francois GougetUse DUMMYxxxNAME for anonymous struct/unions.
2000-11-09  Alexandre JulliardDon't strip the library extension if it's not ".dll".
2000-11-08  Alexandre JulliardCheck all Callouts function pointers for NULL before...
2000-11-08  Alexandre JulliardMoved builtin dll registration to libwine.
2000-11-06  Andreas MohrGet ELF_LoadLibraryExA back into a working state.
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-29  Dimitrie O. PaunFixed a few compilation warnings
2000-10-25  Andreas MohrFree the Win16 dummy module and wm->deps.
2000-10-24  Alexandre JulliardRemoved GetResDirEntryA/W.
2000-10-24  Patrik StridvallExplicitly initialize structures.
2000-10-19  Uwe BonnesPass the correct hFile to PE_CreateModule.
2000-10-19  Alexandre JulliardUse a binary search to find entries in resource directo...
2000-10-19  Andreas MohrBack out my ELFDLL_dlopen patch and add a warning for...
2000-10-17  Ove KaavenImplemented DOS INT21 AH=4B (EXEC).
2000-10-15  Ove KaavenFixed a couple of recent bugs, and added some more...
2000-10-13  Andreas Mohr- stupid spelling fixes
2000-10-13  Ove KaavenMerged DOSVM_Int with DOSVM_SimulateInt, and made it...
2000-10-02  Andreas MohrMake sure that we skip tasks with missing hInstance.
2000-10-02  Andreas MohrBeautified the loadorder array (group DLLs according...
2000-09-29  Alexandre JulliardMoved a bunch of routines to kernel32.dll (with the...
next