wine
1999-08-04  Alexandre JulliardRemove the mutex from the thread list when destroying it.
1999-08-04  Ulrich WeigandMoved various DLLs to dlls/
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 JulliardRemoved async I/O support.
1999-08-01  Alexandre JulliardUse the service thread for comm notifications.
1999-08-01  Alexandre JulliardMade stack manipulation macros into inline functions.
1999-08-01  Alexandre JulliardChanged INSTR_EmulateInstruction to use a CONTEXT86...
1999-08-01  Alexandre JulliardRemove wine.conf.man on distclean
1999-07-31  Alexandre JulliardRelease 990731. wine-990731
1999-07-31  Noomen HamzaClose the right window when clicking on a non active...
1999-07-31  Pavel RoskinRemoved the dependency on "dummy" for wine and wine...
1999-07-31  Alexandre JulliardRemove file from cache when flushing it (based on a...
1999-07-31  Marcus MeissnerAdded CONTEXT for ALPHA and MIPS.
1999-07-31  Patrik StridvallAdded support for Solaris Lint.
1999-07-31  Patrik StridvallFixed some of the issues reported by Solaris Lint.
1999-07-31  Patrik StridvallSolaris C/C++ compile fix.
1999-07-31  Patrik StridvallVarious ANSI C compability fixes.
1999-07-31  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-07-31  Marcus MeissnerActually create the man/ subdirectories before installing.
1999-07-31  Ulrich WeigandImplemented KERNEL.447 (WIN32_OldYield16).
1999-07-31  Ulrich WeigandSuspend WND lock before EVENT_Synchronize.
1999-07-31  Ulrich WeigandCreate VxD handle only for known VxDs.
1999-07-31  Patrik StridvallMade compilation of *.spec.c files use -fno-builtin...
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-31  Patrik StridvallFixed missing prototypes and made it work with Solaris...
1999-07-31  Patrik StridvallEliminated warnings.
1999-07-31  Andreas MohrFixed the DSEG value in the SEGTABLEENTRY struct.
1999-07-31  Eric KohlAdded builtin toolbar bitmaps.
1999-07-31  Eric KohlSome more messages.
1999-07-31  Eric KohlAdded stub for CryptSetKeyParams().
1999-07-31  Eric KohlAdded stubs for DAD_SetDragImage() and PathCleanupSpec().
1999-07-31  Eric KohlAdded stub for _except_handler2().
1999-07-31  Eric KohlImproved GetRandomRegion().
1999-07-31  Pascal LessardImplemented the system button behavior and associated...
1999-07-31  Ove KaavenBugfixes and a fake GETBASEIRQ.
1999-07-31  Ove KaavenMade async fds nonblocking.
1999-07-31  Dan LangloisRemoved an inappropriate if statement from MDI_ChildAct...
1999-07-31  Alex PriemBugfixes & further updates for the month calendar commo...
1999-07-31  Alex PriemStarted implementing date/time common control.
1999-07-31  Huw D M DaviesPSDRV_WriteArc shouldn't write a newpath.
1999-07-31  Rein KlazesFix handling of WM_LBUTTONDCLICK message for buttons...
1999-07-31  Abey GeorgeBug fix for updating the clipping region in nested...
1999-07-31  Yuxi ZhangTried to fix the code for SetWindowPos to erase the...
1999-07-30  Klaas van Gend- added Collate/NoCollate Icons to Print32 dialog ...
1999-07-30  Yuxi ZhangRemoved duplicated defines in winuser.h and commctrl...
1999-07-30  Francis BeaudetFixed a memory leak in the file dialog.
1999-07-30  Huw D M DaviesStrip .drv extensions to MODULE_GetLoadOrder.
1999-07-30  Francis BeaudetFixed a memory leak.
1999-07-30  Ulrich WeigandBugfix: Install task-entry breakpoint *after* EXE modul...
1999-07-30  Luc TourangeauAdded a call to the newpath operator immediately before...
1999-07-30  Pierre MageauFixed a problem when the style is BS_BITMAP or BS_ICON...
1999-07-30  Francis BeaudetFixed a memory leak that occurs when we maximize/minimi...
1999-07-30  Francis BeaudetAdded more support for buddy windows in the updown...
1999-07-30  Francis BeaudetImplemented proper win95 support for the WS_BORDER...
1999-07-30  Francis BeaudetChanged the WS_BORDER style to a WS_EX_CLIENTEDGE style...
1999-07-30  Francis BeaudetFixed the border for the listbox created by the simple...
1999-07-30  Andreas MohrImplemented CoRevokeClassObject stub needed by Acrobat...
1999-07-30  Ulrich WeigandGetModuleHandle16: treat Win32 modules correctly.
1999-07-28  Juergen SchmiedFixed use of StrRetToStrN.
1999-07-28  Juergen SchmiedStrRetToStrN[A|W|AW] new independent unicode/ascii...
1999-07-28  Klaas van GendAdded explanation of the current DLL support.
1999-07-28  Ulrich WeigandBugfix: fixed freshly introduced bug in GlobalLock16.
1999-07-28  Ian SchmidtAdded stubs for InitMUILanguage and COMCTL32.410.
1999-07-27  Ulrich WeigandAdded FinalUserInit16/FinalGdiInit16 stubs.
1999-07-27  Ulrich WeigandAdded IsBadFlatReadWritePtr16().
1999-07-27  Abey GeorgeFixed incorrect edit control behaviour in mouse message...
1999-07-27  Abey GeorgeSend normal mouse messages to WM_SETCURSOR when non...
1999-07-27  Thuy NguyenCheck if the window has the WS_CLIPSIBLINGS style befor...
1999-07-27  Francois BoisvertImplemented the Win95 file open/save dialogs.
1999-07-27  Marcus MeissnerDo tools/ before any of the other subdirectories, even...
1999-07-27  Ulrich WeigandBugfix: Return selector also in CX from GlobalLock16().
1999-07-27  Ulrich WeigandMore gcc bug workarounds.
1999-07-27  Huw D M DaviesAdded more paper sizes and bin names to PPD parser.
1999-07-27  Marcus MeissnerActually return the number of events in Mouse_GetDevice...
1999-07-25  Ulrich WeigandMoved .spec files to corresponding dlls/ directory.
1999-07-25  Gerard PatelSeveral focus and selection problems in listboxes.
1999-07-25  Francis BeaudetRetrieve the clipping region before setting the drawabl...
1999-07-25  Juergen SchmiedMany fixes/reimplementations.
1999-07-25  Juergen SchmiedRemoved experimental/unused code.
1999-07-25  Juergen SchmiedComplete redesign, split into 3 implementations (Deskto...
1999-07-25  Juergen SchmiedImplemented SHGetSpecialFolderPathA.
1999-07-25  Juergen SchmiedImplemented SHCreateShellFolderViewEx.
1999-07-25  Juergen SchmiedRemoved special CoCreateClassObject and use ole functio...
1999-07-25  Juergen SchmiedImplemented access to lnk's to a IStream interface.
1999-07-25  Juergen SchmiedFixed icon background (was black).
1999-07-25  Juergen SchmiedFixed getting icons from filetypes.
1999-07-25  Juergen SchmiedImplemented enumeration of shell extensions, seperated...
1999-07-25  Juergen SchmiedRewrote GetData so support multiple selections.
1999-07-25  Juergen SchmiedSeparated stuff for shv background contextmenu to separ...
1999-07-25  Juergen SchmiedNew functions to access attributes in HCR.
1999-07-25  Juergen SchmiedNew file. Seperate implementation of the shellview...
1999-07-25  Juergen SchmiedNew file. Contains functions not in the official header...
1999-07-25  Marcus MeissnerAdded X11OBJS and LIBOBJS to wine dependencies (we...
1999-07-25  Alexandre JulliardMake sure we build tools first.
1999-07-25  Ulrich WeigandRelay code for Win16 register functions converts arguments.
1999-07-25  Huw D M Davies{Start|End}{Doc|Page} go through DCfuncs.
1999-07-25  Ulrich WeigandWork around 'local extern declaration with attribute...
1999-07-25  Lionel UlmerImplementation of SetEventNotification for the mouse...
1999-07-25  Juergen SchmiedLet CoCreateInstance use LOAD_WITH_ALTERED_SEARCHPATH.
next