wine
1998-12-18  Ulrich WeigandReorganized PE module loading to prepare for elf-dll...
1998-12-18  Eric PouechChanged error values MCI_INTERNAL to their correct...
1998-12-18  Eric PouechRemoved warning.
1998-12-18  Eric PouechNo longer sending directly messages to DriverProc but...
1998-12-18  Eric PouechRemoved incorrect patch for MCI_OPEN anc MCI_CLOSE...
1998-12-18  Juergen SchmiedSmall fixes.
1998-12-18  Juergen SchmiedStub Control_FillCache_RunDLL.
1998-12-18  Juergen SchmiedSHGetFileInfo32A: get SHGFI_SYSICONINDEX implemented.
1998-12-18  Juergen SchmiedILAppend seems to work now.
1998-12-18  Juergen SchmiedStubs for WaitNamedPipe[A|W].
1998-12-15  Huw D M DaviesFix GetTempPath32 if count=0.
1998-12-15  Todd Vierling- add -lossaudio if needed, and a check for <soundcard...
1998-12-15  Dirk ThierbachSet the class hints for managed windows.
1998-12-15  Juergen SchmiedBugfix: GetFullPathName sets lpFilePart only when the...
1998-12-15  Paul QuinnLots of new defines and stubs.
1998-12-15  Todd VierlingThese patches add support for --enable-dll on NetBSD...
1998-12-15  Todd VierlingGlobal constructors using `.section .ctors' are bogus...
1998-12-15  Todd VierlingUndefined CHAR_MAX and CHAR_MIN (#defined by NetBSD...
1998-12-15  Marcus MeissnerCheck for MAXFLOAT if FLT_MAX isn't there.
1998-12-15  Todd Vierlinggraphics/psdrv forgets to pull in @DLLFLAGS@, and so...
1998-12-15  Veksler MichaelMove declarations from windows.h to wingdi.h and winuser.h.
1998-12-14  Marcus MeissnerMade async IO (SIGIO) stuff from WINSOCK generic useable.
1998-12-14  Stephen LangasekPrevent segfault in setsockopt when optname is SO_LINGE...
1998-12-14  Juergen SchmiedSome cleanup.
1998-12-14  Juergen SchmiedSHMapPIDLToSystemImageListIndex try's to determine...
1998-12-14  Juergen SchmiedNew HCR_GetDefaultIcon (internal).
1998-12-14  Ove KaavenMoved DPMI wrapper allocation code to dosmem.c to REALL...
1998-12-14  Ian PilcherAdded ability to specify X fonts used for Helv and...
1998-12-14  Bertho Stultiens- Added a global label for elf-dll linking and a long...
1998-12-14  Juergen SchmiedAdds the IPersistFile Interface to IShellLink[W] and...
1998-12-14  Marcus Meissner(ReadConsole32A): small and stupid bug fixed
1998-12-14  Marcus Meissner_ultoa implemented.
1998-12-14  Marcus MeissnerSmall hack to get rid of annoying err:resource: message for
1998-12-14  Ian SchmidtFix off-by-1 error in DirectSound ordinals. Thanks...
1998-12-14  Stephen CrowleySave the original video mode before going fullscreen...
1998-12-14  Joseph PranevichMade more cross-platform by changing ->_fileno to fileno().
1998-12-14  NF StevensFix the Z-order of maximized/minimized child windows.
1998-12-14  Huw D M DaviesXLFDs should be well-formed (14 hyphens) to match scala...
1998-12-14  Marcus Meissner(FOCUS_SwitchFocus) check for pFocusTo == NULL instead...
1998-12-14  Huw D M DaviesHack OLE_GetFormat* to return something if datelen...
1998-12-11  Alexandre JulliardRelease 981211. wine-981211
1998-12-11  Patrick SpinlerImplemented CreateToolhelp32Snapshot, including two...
1998-12-11  Justin BradfordMost of the currency variant conversion functions imple...
1998-12-11  Alexandre JulliardAdded Makefile.
1998-12-11  Marcus MeissnerAdded RasEnumConnections stub.
1998-12-11  Juergen SchmiedBugfix in PathCombine32[A|W].
1998-12-11  Juergen SchmiedImplemented ILGetDisplayName.
1998-12-11  Juergen SchmiedStarted implementation of ShellExecuteEx32A.
1998-12-11  Juergen SchmiedMoved menu resources to rc-file.
1998-12-11  Marcus MeissnerTwo debug messages clarified, one useless prototype...
1998-12-11  Marcus Meissner294 missing WINAPI added.
1998-12-11  Marcus MeissnerKill swapped out (wine) processes too and truncate...
1998-12-11  Juergen SchmiedFixed SetLastError with wrong value.
1998-12-11  Huw D M DaviesImplement AbortDoc16, move AbortDoc32 and StartDoc32W to
1998-12-11  Andreas MohrFixed a bunch of compiler warnings.
1998-12-11  Marcus MeissnerAdded Win32 synchro to FILEs (useful only for terminal...
1998-12-10  Alexandre JulliardRemoved extra output.
1998-12-10  Alexandre JulliardAuthors: Francis Beaudet <francis@macadamian.com>,...
1998-12-10  Alexandre JulliardAdded a few authors.
1998-12-10  Ulrich WeigandLet the System_Time_Selector clock tick.
1998-12-10  Ulrich WeigandAdapted to CreateSystemTimer interface change.
1998-12-10  Ulrich WeigandCleaned up CreateSystemTimer interface for use with...
1998-12-10  NF Stevens- Handle WM_MDIRESTORE by calling WM_SYSCOMMAND for
1998-12-10  Jean-Claude... Added implementation of the VARIANT APIs.
1998-12-10  Uwe BonnesFixed DRIVE_GetFreeSpace to handle space > 4 GByte.
1998-12-10  Alex Priem* handle TVIF_TEXT by TREEVIEW_SetItem according to...
1998-12-10  Marcus MeissnerWarn if two .exes conflict with each other and the...
1998-12-10  Uwe BonnesFixed GetFileTitle32A not filling up lpTitle if lpFile...
1998-12-10  Stephen CrowleyFixed a potential crash if a usable video mode is not...
1998-12-10  Alexandre JulliardScript to generate authors files
1998-12-10  Robert RiggsStubs for IDirectInputEffect and IDirectInputDevice2A...
1998-12-10  Robert RiggsSet window focus in _common_IDirectDraw_SetDisplayMode().
1998-12-10  Robert RiggsAccept MCI_OPEN and MCI_CLOSE messages in MCICDAUDIO_Dr...
1998-12-10  Ulrich WeigandRemoved deferred Expose events handling.
1998-12-10  Ulrich WeigandDon't clip VisRgn against X desktop.
1998-12-10  Ulrich WeigandLoadModule32/WinExec32 should return 16-bit hInstance...
1998-12-10  Huw D M DaviesSanity check on font size.
1998-12-10  Marcus MeissnerMissing parentheses added.
1998-12-09  Marcus MeissnerEnhanced Win32 Console (XTERM)
1998-12-09  Joseph PranevichAdd a driver to open up a new xterm window whenever...
1998-12-09  Pablo SaratxagaImproved the handling of font encodings.
1998-12-09  Ove KaavenImplemented DPMI RMCBs using the DOS subsystem, and...
1998-12-09  Marcus MeissnerSome unnecessary #include and messages removed.
1998-12-09  Uwe BonnesSome small corrections to EnumSystemLocales32AW
1998-12-08  Alexandre JulliardTried another kludge for the Xmd.h problem.
1998-12-08  Stephen CrowleyAdded fullscreen DGA support.
1998-12-08  Pablo SaratxagaFixed dummy entries in MAIN_ParseLanguageOption().
1998-12-08  Brian GerstProperly implement MCI_CDA_STATUS_TYPE_TRACK.
1998-12-08  Marcus MeissnerSuperflous WINAPI removed.
1998-12-08  Marcus MeissnerWarn about invalid entrypoints (created by viruses...
1998-12-08  Marcus MeissnerCreate X11 palette on DirectDrawSurface::SetPalette...
1998-12-08  Marcus MeissnerMove TWEAK_Init from USER to GDIInit.
1998-12-08  Huw D M DaviesFix for SetAbortProc16, stub for SetAbortProc32 and...
1998-12-08  Huw D M DaviesFix includes.
1998-12-08  Huw D M DaviesFix X11DRV_ExtTextOut for rotated text if either of...
1998-12-08  Huw D M DaviesReplace GRAPH_ functions with Win SDK equivalents.
1998-12-07  Alexander LarssonReverted previous patch.
1998-12-07  Ove KaavenDon't define MZ_SUPPORTED on non-i386 platforms.
1998-12-07  Ove KaavenFixed DPMI_CallRMProc (I think).
1998-12-07  Marcus MeissnerStub for NPSGetProviderHandleA.
next