wine
1999-01-23  Juergen SchmiedImplemented CreateHalftonePalette.
1999-01-23  Marcus MeissnerImplemented ExtractIconEx16, added some consts to Extra...
1999-01-23  Sylvain St... DoDragDrop and OleIsCurrentClipboard stub implementation.
1999-01-23  Francis BeaudetMake LoadTypeLib stub return failure instead of success.
1999-01-22  Marcus MeissnerFixed accelerator handling. ACCEL16 used internal,...
1999-01-21  Francis BeaudetThere were two copies of the DdeCmpStringHandles (A...
1999-01-20  Pablo SaratxagaSmall patch.
1999-01-20  Marcus MeissnerWin32 console needs SYNCHRONIZE access.
1999-01-20  Marcus Meissnerautoconf: added checks for libio.h, elf.h, curses.h...
1999-01-20  Marcus MeissnerLCMapStringA: if dstlen is insufficient, return
1999-01-20  Marcus MeissnerSome small fixes to enhmetafiles.
1999-01-20  Marcus MeissnerDo not call ownerdraw for invalid items (empty focusrects).
1999-01-20  Noomen HamzaFixed the NC_DrawMaxButton95 and NC_DrawMinButton95...
1999-01-20  Noel BorthwickReparenting a window with SetParent in Windows should...
1999-01-20  Robert RiggsUse external DirectPlay DLLs by default.
1999-01-20  Ulrich WeigandAllow passing task handles to GetThreadQueue() and...
1999-01-20  Ulrich WeigandHandle (console) applications that never created a...
1999-01-20  Ulrich Weigand- Fixed creation of message queue in hook API routines.
1999-01-20  Ulrich WeigandCheck module name length in ModuleNext().
1999-01-20  Ulrich WeigandUse Callout to call RedrawWindow32.
1999-01-20  Ove KaavenClear DOS extended error only for funcs >=0x2f (thanks...
1999-01-20  Marcus MeissnerUnified palette create, do allocate colorcells on init...
1999-01-19  Alexandre JulliardHacked server-side device support
1999-01-19  Alexandre JulliardAdded long type format.
1999-01-19  Alexandre JulliardAdded server-side device support (only a hack for now).
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Alexandre JulliardRelease 990103. wine-990103
1999-01-03  Lionel Ulmer- beginning of implementation of Direct3D2 (DX 5.0...
1999-01-03  Marcus MeissnerTry to autodetect NT4.
1999-01-03  Marcus Meissner0 means success, all else failure for WaitForSingleObject.
1999-01-03  Joseph PranevichDo not advance the cursor in certain routines. This...
1999-01-03  Joseph PranevichSet console video mode when loading DOS app. (Eventuall...
1999-01-03  Joseph PranevichXterm driver can now resize the terminal when a mode...
1999-01-03  Joseph PranevichLong standing scroll bug fixed!
1999-01-03  Joseph PranevichRewrite of configuration system to support "regular...
1999-01-03  NF StevensFix the return type of DLGPROC type and mask out the...
1999-01-03  Rein KlazesAdd interface ID's for upcoming ITypeLib implementation.
1999-01-03  Juergen SchmiedBugfix for trailing slashes, repetition of '/' or ...
1999-01-03  Juergen SchmiedMoved ADVAPI32 files to dlls/advapi32.
1999-01-03  Juergen SchmiedNew stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDer...
1999-01-03  Juergen SchmiedSHCloneSpecialIDList implemented.
1999-01-03  Juergen SchmiedShell_GetCachedImageIndex32[A|W] implemented.
1999-01-03  Andreas MohrImplemented raw device access calls for ioctlGenericBlk...
1999-01-03  Andreas MohrAdded automatic CMOS RAM checksum calculation.
1999-01-03  Andreas MohrSendASPI32Command32 has to be __cdecl.
1999-01-03  James JuranOf course we want the last 100 lines, not the first...
1999-01-03  Ove KaavenReading joystick 5 when we only support 4 should fail...
1999-01-03  Ove KaavenPlaying a non-existent CD should fail instead of crash.
1999-01-03  Marcus MeissnerCheck for necessary configure reruns for Makefile and...
1999-01-03  Ove KaavenEmulates ins/outs correctly for DOS programs.
1999-01-03  Alexandre JulliardImplemented file sharing checks in the server.
1999-01-02  Alexandre JulliardFixed bug in CreateFileMapping when name is not NULL.
1999-01-02  Alexandre JulliardFixed CHECK_STRING display.
1999-01-01  Richard A LoughPut return value of LocalAlloc in CX too.
1999-01-01  Dimitrie O... Protect against multiple includes.
1999-01-01  Alexandre JulliardUse proper system directory.
1999-01-01  Alexandre JulliardGot rid of CLIENT_GetProcessInfo.
1999-01-01  Michael VekslerMoves more stuff from windows.h.
1999-01-01  Alexandre JulliardFixed CloseHandle() on global handles.
1999-01-01  James JuranAdd some information to the man page and README file.
1999-01-01  NF StevensDelphi 2.0 needs to allocate a bitmap bigger than 4096...
1999-01-01  NF StevensInitialize lpdwNeeded.
1999-01-01  Marcus MeissnerInclude stuff even if not on __i386__ for debug defines.
1999-01-01  Marcus MeissnerAnother // comment fixed.
1999-01-01  Marcus MeissnerNeed <errno.h> for errno decl. on Solaris.
1999-01-01  Douglas RidgwayImplement TranslateCharsetInfo, change charset type...
1999-01-01  Alex KorobkaBetter CB_SETCURSEL message handling.
1999-01-01  Alexandre JulliardMoved MsgWaitForMultipleObject implementation to USER...
1999-01-01  Alexandre JulliardSend debugging output to stderr.
1999-01-01  Alexandre JulliardCleaned up and removed some no longer used code.
1999-01-01  Alexandre JulliardUse server file mapping objects.
1999-01-01  Alexandre JulliardAdded server-side file mapping object support.
1999-01-01  Alexandre JulliardHacked stdio functions to use Win32 file handles. Still...
1999-01-01  Alexandre JulliardUse Win32 file handles instead of Unix ones.
1999-01-01  Alexandre JulliardTake into account handle inheritance flag.
1998-12-31  Alexandre JulliardChanged db_task_printsym to always print a full address...
1998-12-31  Alexandre JulliardRe-implemented using a real semaphore.
1998-12-31  Alexandre JulliardRemoved client-side wait functions; all waiting is...
1998-12-31  Alexandre JulliardAdded change notifications.
1998-12-30  Alexandre JulliardChanged server wait logic a bit.
1998-12-30  Alexandre JulliardHacks to support server-side console. Should be redone...
1998-12-30  Alexandre JulliardReimplemented Read/WriteFile to use server file descrip...
1998-12-30  Alexandre JulliardAdded anonymous pipe support
1998-12-30  Alexandre JulliardAdded several file server requests
1998-12-27  Alexandre JulliardAdded beginnings of server-side file handling.
1998-12-27  Alexandre JulliardFixed SetFocus that was broken when moved to x11drv.
1998-12-27  Alexandre JulliardAdded add_queue/remove_queue to server object operations.
1998-12-26  Alexandre JulliardRenamed ERR macro to avoid confusing the make_debug...
1998-12-26  Juergen SchmiedFixed tons of incomplete prototypes, assignment's of...
1998-12-26  Alex KorobkaCleaned up font encoding handling. Added 'Ignore#'...
1998-12-26  Marcus MeissnerChanged // comments to /* */ so WINE compiles with...
1998-12-26  Patrik StridvallMoved more things to the X11 driver.
1998-12-26  Francois GougetFixed the prototype of CreateDIBPatternBrushPt
1998-12-26  Francois GougetRemoved the CN_xxx macros since they are not used,...
1998-12-26  Francois GougetAdded a typedef for __int64 which is a builtin Visual...
1998-12-26  Francois GougetREFIID was not defined.
1998-12-26  Pavel Roskinconfigure first checks whether it is possible to compil...
1998-12-26  Francois GougetProvides the mappings. MBCS and Unicode functions are...
1998-12-26  Alex PriemIPaddress common control implementation. First try...
next