Use the same color conversion algorithm as the DIB code (and Windows),
[wine] / loader /
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...
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-26  Dmitry TimoshkovAvoid crashes if 16-bit module handle was passed to...
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-24  Alexandre JulliardMoved most global data out of the LPDOSTASK structure.
2000-09-22  Andreas MohrFixed WinExec16 to handle quoted filenames correctly.
2000-09-13  Ulrich WeigandModified CallTo16Register routines to update register...
2000-09-10  Andreas MohrFixed NE_LoadExeHeader error handling.
2000-09-10  Eric PouechFixed loader - broken search for already loaded modules.
2000-09-04  Patrik StridvallFixed some issues found by winapi_check.
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-28  Peter Ganten- Always store the full path name of 32bit modules...
2000-08-26  Alexandre JulliardRemoved calls to ConvertToGlobalHandle and MakeCritical...
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-08-21  Andreas MohrTransform every ERR() to WARN() in MakeProcInstance.
2000-08-20  Dusan LackoPass the type/name as a C string instead of an
2000-08-16  Niclas Karlsson... WATCOM compiled programs leave VirtualSize to zero...
2000-08-16  Alexandre JulliardAvoid going past the end of the relocation section...
2000-08-14  Alexandre JulliardImplemented SEC_IMAGE mappings and shared PE sections...
2000-08-14  Alexandre JulliardMoved CharUpper* and CharLower* functions to dlls/user.
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-08-11  Dmitry TimoshkovMake FindResource and FindResourceEx fully windows...
2000-08-09  Alexandre JulliardMake PDB, ENVDB and STARTUPINFO global variables.
2000-08-09  Alexandre JulliardRemoved the DOS handles table from the PDB and made...
2000-08-07  Alexandre JulliardFixed resource functions to work with 32-bit modules...
2000-08-07  Peter GantenSet up exe_modref before loading implicitly linked...
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-04  Alexandre JulliardMoved a bunch of functions out of libwine/kernel/gdi...
2000-08-01  Peter GantenWinExec16 should not split quoted filenames with spaces.
2000-08-01  Ove KaavenFixed another non-Linux build failure.
2000-07-31  Alexandre JulliardSkip quoted program name when building command line.
2000-07-31  Alexandre JulliardBacked out FindResource language patch.
2000-07-31  Ove KaavenFixed a few problems.
2000-07-31  Ove KaavenConvert DOS (MZ) binary loader to the new DOS process...
2000-07-30  Alexandre JulliardCleaned up a few USER dependencies.
2000-07-30  Ove KaavenRemoved hModule parameter from MZ_AllocDPMITask(),...
2000-07-30  Ove KaavenRemoved usage of obsolete pModule->lpDosTask.
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-29  Alexandre JulliardRemoved a few external dependencies from ntdll.
2000-07-29  Ove KaavenAdded support for the Win32 Console interface to the...
2000-07-29  Ove KaavenLet Int09 routines remember a keystroke's ASCII code...
2000-07-29  Dmitry TimoshkovFindResourceExA/W should search for the specified langu...
2000-07-28  Ove KaavenRemoved the hModule parameter from various DOSMEM routi...
2000-07-26  Alexandre JulliardReturn the proper error code when a 16-bit task failed...
2000-07-26  Andreas MohrAdded detection code for very old Windows (1.1, 2.0...
2000-07-25  Dave PicklesImproved FormatMessage:
2000-07-25  Alexandre JulliardPerform NE_InitProcess in the context of the new task.
2000-07-23  Ove KaavenChange the V86BASE macro to call DOSMEM_MemoryBase...
2000-07-16  Alexandre JulliardGet full path of argv[0] before we change directories.
2000-07-16  Andreas MohrSpelling fixes.
2000-07-16  Andreas MohrDoc and trace updates.
2000-07-16  Marcus MeissnerTransmit current directory settings to newly created...
2000-07-15  Huw D M DaviesCreate rpcrt4.dll.
2000-07-15  Peter GantenFixed a file descriptor leak in the PE loader.
2000-07-15  Andreas MohrAdded ws2_32 loadorder.
2000-07-15  Gerard PatelAdd a warning when the normal load address for a win32...
2000-07-15  Andreas MohrAdded loadorder entry for the Linux glide3x library.
2000-07-08  Andreas MohrRename MODULE_InitDll to MODULE_InitDLL for the sake...
2000-06-24  Alexandre JulliardMake sure the cmdline passed to CreateProcessA is write...
2000-06-23  Dave HawkesGlobalFree16 returns NULL on success, but DestroyAccele...
2000-06-18  Dmitry TimoshkovUse GetSystemDefaultLangID() instead of WINE_LanguageId.
2000-06-18  Ove KaavenMake the base relocation message a WARN, not a FIXME.
2000-06-15  Dmitry TimoshkovOptimized implementation of LoadStringA.
2000-06-13  Juergen Schmied- new dll shfolder.dll
2000-06-13  Alexandre JulliardUse the Unicode string functions from wine/unicode...
2000-06-10  Alexandre JulliardMake sure GetModuleFileName16 does not return garbage...
2000-06-08  Alexandre JulliardRemoved a few unnecessary includes.
2000-06-08  Alexandre JulliardUse FILE_SHARE_READ to open the file in GetBinaryTypeA.
2000-06-08  Alexandre JulliardSend full path name and debug information in load_dll...
2000-06-04  Ulrich WeigandMoved stack switch handling (large stack) to sysdeps.c
2000-06-03  Alexandre JulliardMoved kernel initialization to kernel_main.c
2000-06-03  Alexandre JulliardMerged display.dll into USER.
2000-06-01  Juergen SchmiedGive a error message if a forwarded export is not resolved.
2000-05-30  Dimitrie O. PaunSeparate wineps out of Wine's core.
2000-05-30  Alexandre JulliardMake sure initial task is not marked as 32-bit.
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-19  Ulrich WeigandFixed initialization of INSTANCEDATA in InitTask().
2000-05-12  Lionel UlmerAdded support for OpenGL.
2000-05-11  Bernd HerdMake sure hInstance is a proper global handle and not...
2000-05-07  Alexandre JulliardMoved Load/FreeLibrary16 definition to winbase16.h.
next