wine
2000-06-08  Dmitry TimoshkovImplement NTDLL.towupper and NTDLL.towlower using alrea...
2000-06-08  Alexandre JulliardShi Quan He (of Corel)
2000-06-08  Aric StewartWindows must update the right edge (-1) of the last...
2000-06-08  Aric StewartProperly handle InsertItem with an invalid HTREEITEM...
2000-06-08  Turchanov SergeiDGA compile fix.
2000-06-08  Alexandre JulliardAdded missing dependency.
2000-06-08  Alexandre JulliardRemoved the .xcnlnk section hack, and replaced it by...
2000-06-08  Alexandre JulliardCompile fix.
2000-06-08  Alexandre JulliardRemoved a few unnecessary includes.
2000-06-08  Alexandre JulliardMerged mouse dll into USER.
2000-06-08  Alexandre JulliardSimplified wrc flags handling.
2000-06-08  Alexandre JulliardYet another attempt at fixing CW_USEDEFAULT handling.
2000-06-08  Alexandre JulliardUse FILE_SHARE_READ to open the file in GetBinaryTypeA.
2000-06-08  Alexandre JulliardStrip path name from dll when adding symbols.
2000-06-08  Alexandre JulliardSend full path name and debug information in load_dll...
2000-06-08  Alexandre JulliardPass the main exe name in the CREATE_PROCESS debug...
2000-06-08  Ulrich WeigandMake a better guess to find the top of the initial...
2000-06-08  Alexandre JulliardLouis-Philippe Gagnon (of Macadamian for Corel)
2000-06-08  Bertho Stultiens- Implemented MESSAGETABLE resource type.
2000-06-07  Ove KaavenText of WWN article "DLL overrides".
2000-06-07  Wilbur N. DaleAdded to project. Currently incomplete but will update...
2000-06-07  Alexandre JulliardSetup signal handling and exceptions only after REQ_INI...
2000-06-07  Serge Ivanov- ComboLBox is always created as child of ComboBox...
2000-06-07  Serge Ivanov- Removed dependency of edit control from combobox...
2000-06-07  Serge Ivanov- We can use wnd->wIDmenu for ComboLBox (it is not...
2000-06-07  Serge IvanovWell, SetParent doesn't work properly at all, but at...
2000-06-07  Serge IvanovAdded undocumented window style.
2000-06-07  Peter Hunnisett- Small update to documentation
2000-06-07  Ulrich WeigandDon't call MessageBoxA before USER is initialized.
2000-06-07  Alexandre JulliardStephane Lussier
2000-06-07  Stas Sergeevmmap() fails with ENODEV on NTFS under Linux.
2000-06-07  Uwe BonnesPathFindNextComponent: return pointer to NULL and not...
2000-06-07  Aric StewartAdded handling of TBSTYLE_AUTOSIZE.
2000-06-07  Patrik StridvallFixed some warnings.
2000-06-07  Patrik StridvallFixed issues found by winapi_check.
2000-06-07  Patrik Stridvall- Minor API files update.
2000-06-07  Uwe BonnesTOOLBAR_DrawString: catch index== -1 (but not yet handled).
2000-06-07  Alexandre JulliardFixed off-by-one error in string allocation.
2000-06-07  Alexandre JulliardThe window dimensions have to be initialized before...
2000-06-07  Ulrich WeigandRemoved mis-aligned accesses during BIOS/DOS data initi...
2000-06-07  Ulrich WeigandFixed size of pe_header on machines with non-4K pages.
2000-06-07  Uwe BonnesUse "CALL" and "RET" in capital letters for distinction.
2000-06-07  Noomen HamzaThe active page should be unchanged when removing an...
2000-06-04  Ulrich WeigandUpdated support for Solaris/Sparc architecture.
2000-06-04  Michael CardenasCorrected a potential crash.
2000-06-04  Ulrich WeigandMoved stack switch handling (large stack) to sysdeps.c
2000-06-04  Chris MorganFinished the implementation of LISTVIEW_SetColumnWidth...
2000-06-04  Chris MorganAdded defines for LVSCW_AUTOSIZE/_USEHEADER.
2000-06-04  Chris MorganReplaced calls to HEADER_Refresh with InvalidateRect.
2000-06-04  Eric KohlStarted support for menubar-like toolbars.
2000-06-04  Ulrich WeigandCompile fixes for non-i386 archs.
2000-06-04  Susan FarleyAttempt to paint the checkbox and radio buttons better.
2000-06-03  Alexandre JulliardFixed warning.
2000-06-03  Eric KohlUpdated to dll version 5.81 (IE 5.01).
2000-06-03  Eric KohlImplemented TVM_GETITEMW.
2000-06-03  Jason MawdsleyAdded support for typing the filename in the listview...
2000-06-03  Alexandre JulliardRemoved MSG_WineStartTicks (does not work for multiple...
2000-06-03  Alexandre JulliardReplaced GetDC by CreateDC.
2000-06-03  Alexandre JulliardMoved DIB_FixColorsToLoadflags to cursoricon.c.
2000-06-03  Peter GantenDocumented the new wine command line and the environmen...
2000-06-03  Patrik StridvallFixed some warnings.
2000-06-03  Patrik StridvallAPI files update.
2000-06-03  Alexandre JulliardDelay loading of interrupt table functions until they...
2000-06-03  Alexandre JulliardDelay initialization of I/O permissions until they...
2000-06-03  Alexandre JulliardMoved kernel initialization to kernel_main.c
2000-06-03  Alexandre JulliardMerged display.dll into USER.
2000-06-03  Juergen SchmiedFixed crash.
2000-06-03  Dimitrie O... Start to separate KERNEL out of libwine.
2000-06-02  Susan FarleyPreserve WM hints that were set during window creation...
2000-06-02  Michael CardenasAdded a few message crackers.
2000-06-02  Ove KaavenAdd "Unix drives" /tmp and ${HOME}, and Device and...
2000-06-02  Juergen Schmied- Rewrite of the shell related parts of the dialog...
2000-06-01  Andreas MohrLots of spelling fixes that accumulated in my tree...
2000-06-01  Juergen Schmied- New (some stubs): SHGetFolderLocation, PathAddExtension,
2000-06-01  Juergen SchmiedGive a error message if a forwarded export is not resolved.
2000-06-01  Juergen SchmiedImplemented FindFirstFileEx, cleaned old implementation up.
2000-06-01  Alexandre JulliardLouis-Philippe Gagnon (of Macadamian for Corel)
2000-06-01  Alexandre JulliardMake sure main_exe_name is a DOS filename (thanks to...
2000-06-01  Peter Hunnisett- Added DirectSoundCapture and DirectSoundCaptureBuffer...
2000-06-01  Juergen SchmiedStub for RtlConvertSidToUnicodeString.
2000-06-01  Serge IvanovMSDN: "WM_NCHITTEST - Returns HTCLIENT if the control...
2000-06-01  Gerald PfeiferFixed warning.
2000-05-31  Gerard PatelSet a default size for windows when CW_USEDEFAULT is...
2000-05-30  Dimitrie O... Add include for LoadLibrary.
2000-05-30  Zoran DzelajlijaBasic Croatian language support.
2000-05-30  Alexandre JulliardSerge Ivanov
2000-05-30  Peter Hunnisett- Fixed some initialization/destruction and reference...
2000-05-30  Peter GantenAdded a shell-script for easier font-installation.
2000-05-30  Turchanov SergeiImplemented local atoms in the server.
2000-05-30  Dimitrie O... Separate wineps out of Wine's core.
2000-05-30  Peter Hunnisett- Added a little more dll level debugging and small...
2000-05-30  Peter Hunnisett- Add another way to create a 3d listener interface.
2000-05-30  Chris MorganAdded 3D border around control. Fixed monthcal control...
2000-05-30  Chris MorganRemoved all direct calls to MONTHCAL_Refresh() and...
2000-05-30  Ulrich CzekallaAdd stub for SetConsoleOutputCP.
2000-05-30  Marcus MeissnerAdd a ; needed by some YACCs.
2000-05-30  Lionel UlmerInstall the colormap only if it was created.
2000-05-30  Andreas MohrImplemented int 0x21 long file name function 0x71a0...
2000-05-30  Lionel UlmerImplemented wglShareLists and wglGetCurrentDC.
2000-05-30  Alexandre JulliardMoved idle event handling to the server.
next