Fixed X11DRV_DIB_SetImageBits when called for RLE encoded dibs.
[wine] / loader /
1999-10-13  Marcus MeissnerSmall hack to check if we need to relocate the TLS...
1999-10-13  Ulrich WeigandBugfix: *Don't* resolve PE imports if asked not to ...
1999-10-13  Ulrich WeigandBugfix: When loading an executable module fails, don...
1999-09-29  Ulrich WeigandBugfix: Don't call GetVersionExA too early, to avoid...
1999-09-28  Uwe BonnesRemember the allocated string to free it.
1999-09-27  Ulrich CzekallaFix integer based resource id assumption.
1999-09-27  Alexandre JulliardMoved all signal support to a new platform-specific...
1999-09-22  Alexandre JulliardFixed memory allocation bug.
1999-09-20  Ulrich WeigandDon't create thunk for task signal proc, call it directly.
1999-09-20  Ulrich WeigandSet 'expected_version' of built-in and dummy modules...
1999-09-20  Ulrich WeigandMake CallTo16 return stub segment owned by KERNEL.
1999-09-20  Ulrich WeigandBugfix: Improved GetCodeHandle16 / GetCodeInfo16.
1999-09-05  Alexandre JulliardRemoved __winelib flag.
1999-09-04  Pierre MageauChanged CopyImage to accept desiredX, desiredY and...
1999-09-04  Huw D M Davieswinspool -> winspool.drv
1999-09-03  Eric PouechDo not remove .drv from filenames.
1999-08-18  Ulrich WeigandMoved implementation of WOW routines to single file.
1999-08-18  Ulrich WeigandBugfix: restore STACK16FRAME fields in SwitchStackBack16.
1999-08-15  Juergen SchmiedNew internal dll, exporting already existing path funct...
1999-08-15  Michael KarcherMake sure we have a dgroup before patching prologs.
1999-08-15  Ulrich WeigandAdapted to new-style Wine thunks.
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-08-04  Alexandre JulliardGot rid of dsprintf and related macros.
1999-08-01  Alexandre JulliardRemoved IP_reg, SP_reg and FL_reg definitions to avoid...
1999-08-01  Alexandre JulliardRemoved SIGNAL_MaskAsyncEvents and cleaned up signal...
1999-08-01  Alexandre JulliardMade stack manipulation macros into inline functions.
1999-08-01  Alexandre JulliardChanged INSTR_EmulateInstruction to use a CONTEXT86...
1999-07-31  Ulrich WeigandImplemented KERNEL.447 (WIN32_OldYield16).
1999-07-31  Andreas MohrFixed the DSEG value in the SEGTABLEENTRY struct.
1999-07-30  Huw D M DaviesStrip .drv extensions to MODULE_GetLoadOrder.
1999-07-30  Ulrich WeigandBugfix: Install task-entry breakpoint *after* EXE modul...
1999-07-30  Ulrich WeigandGetModuleHandle16: treat Win32 modules correctly.
1999-07-25  Ulrich WeigandWork around 'local extern declaration with attribute...
1999-07-24  Ulrich WeigandUnify startup sequence for Wine and WineLib.
1999-07-24  Ulrich WeigandRemoved MODULE_GetWndProcEntry16().
1999-07-18  Eric PouechWork around gcc sig11 fault.
1999-07-15  Uwe BonnesAdd WINAPI for EntryAddrProc.
1999-07-15  Ulrich WeigandAdded support for 32-bit NE code segments.
1999-07-12  Eric PouechCompiler warnings fix.
1999-07-12  Ulrich WeigandFixed bugs introduced by 'register' and 'return' functi...
1999-07-11  Alexandre JulliardTake advantage of the new registers saved in the STACK1...
1999-07-11  Marcus MeissnerRemoved the old, historical and no longer working IPC...
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-07-10  Ulrich WeigandImproved behaviour of GetModuleHandle16 w.r.t dummy...
1999-07-10  Ulrich WeigandFix InitTask() to work if DGROUP was manually resized.
1999-07-10  Marcus MeissnerMade string compare case insensitive in GetModuleHandle...
1999-07-04  Joshua ThielenFixed DestroyAcceleratorTable and implemented CreateAcc...
1999-07-04  Marcus MeissnerWhen enumerating resource, only use the lower 31 bit...
1999-07-03  Marcus Meissnersome small include fixes, some checks for NULL ptrs,
1999-07-03  Ulrich WeigandBugfix: TASK_CallToStart didn't pass correct hInstance...
1999-07-03  Ulrich WeigandOn NE process creation, move major part of NE EXE modul...
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.
next