X11DRV_DIB_SetImageBits_RLE8: break image lines.
[wine] / loader /
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.
2000-05-05  Stephane LussierIf we do not find a resource for both (primary lang...
2000-05-03  Alexandre JulliardPE_LoadImage: removed version parameter, set last error...
2000-05-01  Alexandre JulliardRewrote Unix process launching to allow passing startup...
2000-04-29  Alexandre JulliardClear the remainder of the page when mapping a section...
2000-04-28  Alexandre JulliardAuthors: Gavriel State <gavriels@corel.com>, Ulrich...
2000-04-25  Patrik StridvallAdded new configuration file option for selecting graph...
2000-04-18  Alexandre JulliardMoved PE header definitions to winnt.h where they belong.
2000-04-16  Richard CohenWrap an exception handler around FindResource.
2000-04-16  Alexandre JulliardSave the registry on server exit without client interve...
2000-04-15  Alexandre JulliardRewrote command-line parsing of CreateProcessA to be...
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-04-13  Eric PouechLet CreateProcess launch unix executable without a...
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-26  Hidenori TakeshimaFixes for i18n.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-25  Alexandre JulliardFixed a couple of file descriptor leaks.
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
2000-03-19  Alexandre JulliardHack: always try builtin module before elf or elfdll...
2000-03-19  Dimitrie O. PaunRemoved most calls to xmalloc/xrealloc.
2000-03-19  Eric PouechNow attaching imported DLLs of a winelib executable.
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.
2000-03-18  Alexandre JulliardMisc small cleanups.
2000-03-18  Alexandre JulliardAvoid calling the *Rect USER functions from inside...
2000-03-18  Alexandre JulliardMoved command-line option handling out of the X11 driver.
2000-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-03-08  Ulrich Czekallawm->modname might be invalid at the end of FreeLibrary.
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-03-08  Alexandre JulliardRemoved PDB32_DEBUGGED flag and send all debug events...
2000-03-07  Andreas MohrFixed second instance DGROUP loading.
2000-03-07  Andreas MohrSeveral fixes to MakeProcInstance.
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-20  Andreas MohrIt seems to be GetModuleFileName16 that checks exe...
2000-02-19  Alexandre JulliardHard-coded DllPairs configuration; there is no need...
2000-02-18  Alexandre JulliardStore the handle of the process exe file in the server.
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-03  Alexandre JulliardRemoved resource.h.
2000-02-03  Ulrich WeigandAdded .spec keyword 'mode' to allow creating built...
2000-02-03  Ove KaavenCleanup VGA refresh when terminating.
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-30  Ulrich WeigandMark initial process as 32-bit for WineLib apps.
2000-01-30  Ove Kaavendosmod protocol revision 3, featuring MPROTECT and...
next