wine
2001-03-13  Hann-huei ChiouUpdated.
2001-03-13  James JuranAdded stub for SetThreadExecutionState (new function...
2001-03-13  Rein KlazesFix Unicode/Ansi message translation for some listbox...
2001-03-13  Huw D M DaviesFix typo in OUTLINETEXTMETRIC definition.
2001-03-13  Dmitry TimoshkovYet another attempt on fixing notifications in the...
2001-03-13  Marcus MeissnerAdd some specific afmdirs as examples.
2001-03-13  Ian PilcherDon't load AFM files from predefined directories; use...
2001-03-10  Dmitry TimoshkovFixed notifications of the edit control.
2001-03-10  Gerard PatelCall DefWindowProc for WM_CTLCOLORSTATIC message when...
2001-03-10  Francois GougetFixed spelling/typos in comments.
2001-03-10  Francois GougetAdded missing extension for 'ole32.dll'.
2001-03-10  Francois GougetAdded CreateRemoteThread.
2001-03-10  James JuranImplement SHGetFileInfoW by calling SHGetFileInfoA.
2001-03-10  Gerard PatelHandle empty strings and invalid values in lpstrInitial...
2001-03-08  Alexandre JulliardAdded version16.rc in RC_SRCS list.
2001-03-08  Alexandre JulliardAdded support for nested server waits (to allow waiting...
2001-03-08  Andreas MohrAdded a perl script to check many aspects of Wine confi...
2001-03-08  Gerard PatelLPARAM in find dialog wm_initdialog is the find/replace...
2001-03-08  Nerijus BaliunasUpdated Latvian date format.
2001-03-08  Marcus MeissnerAdded SHELL linking of KDE2 desktop/menu entries.
2001-03-05  Alexandre JulliardRelease 20010305. wine-20010305
2001-03-05  Francois GougetUpdate nSelectionMark and nFocusedItem when inserting...
2001-03-05  Dmitry TimoshkovImplemented SetFileApisToOEM, SetFileApisToANSI and...
2001-03-05  Susan Farley- Background of the child wnd should be erased with...
2001-03-05  Gerard PatelUnblock the dialog message loop with a WM_NULL message.
2001-03-05  Vedran RodicMade 8 bpp to 24 bit depth conversion in X11DRV_DIB_Set...
2001-03-05  Alexandre JulliardChanged isolated for loops to while loops (based on...
2001-03-05  Andreas MohrThe for loop in ITypeLib2_fnFindName was wrong (extra...
2001-03-05  Andreas MohrGetFileInformationByHandle() fails for pipe handles...
2001-03-05  Ian PilcherDon't load the WINEPS driver until it's needed.
2001-03-05  Dmitry TimoshkovMake EDIT_UnlockBuffer cope with destroyed windows.
2001-03-04  Alexandre JulliardWe need to create the system heap at startup even thoug...
2001-03-04  Lionel Ulmer - add tracing to OpenGL thunks
2001-03-04  Dmitry TimoshkovAdd DCX_CLIPSIBLINGS to flags for DCE_GetVisRgn only...
2001-03-04  Francois GougetIn LISTVIEW_AddGroupSelection and LISTVIEW_SetGroupSele...
2001-03-04  Francois GougetIf a target has C++ sources, then use g++ to link it...
2001-03-03  Alexandre JulliardFixed file descriptor leak.
2001-03-03  Andreas MohrSome more message cleanups.
2001-03-03  Alexandre JulliardChris Jacobson
2001-03-03  Gerard PatelInitialize the return error code to 0 for common dialog...
2001-03-03  Francois GougetAdd files found in an 'include' directory, to the ...
2001-03-01  Alexandre JulliardCreate the server pipes on the client side and transfer...
2001-03-01  Francois GougetReenable the wrapper support.
2001-03-01  Ian PilcherSquash another AFM character metrics parsing bug.
2001-02-28  Alexandre JulliardNew mechanism to transfer file descriptors from client...
2001-02-28  Johannes E... Some minor changes to the German keyboard layout.
2001-02-28  Dominik StrasserAvoid crash at end of list.
2001-02-28  Ian PilcherFix bug in AFM character width parsing.
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-28  Alexandre JulliardUse the standard CreateThread routine to create 16...
2001-02-28  Alexandre JulliardRemoved dependency on comctl32.
2001-02-28  François GougetWINE_UNICODE_TEXT was incorrect.
2001-02-28  Michael StefaniucImplemented WsControl command with id 0x101.
2001-02-28  Przemyslaw... Added LOCALE_IDEFAULTMACCODEPAGE definition in most...
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-27  Alexandre JulliardMoved PTHREAD_init_done out of the #ifdef.
2001-02-26  Eric PouechAdded a few missing stubs to KERNEL32 and USER32.
2001-02-26  Ove KaavenHandle filenames with spaces.
2001-02-26  Gerard PatelMap 32 bits resource for 16 bits print dialog.
2001-02-26  Dmitry TimoshkovUse GetSysColorBrush(COLOR_WINDOW) when there is no...
2001-02-26  David GrantAdded (partial) support for FO_COPY and FO_DELETE.
2001-02-23  Dmitry TimoshkovAdd version information (16 and 32 bit) to core built...
2001-02-23  Alexandre JulliardOnly create the system heap when we actually need it.
2001-02-23  Alexandre JulliardAllocations do not need to be on the system heap.
2001-02-23  Susan FarleyHoriz/Vert determination must be dynamic, as the style...
2001-02-23  Susan FarleyAvoid alignment problems with NMPGSCROLL struct.
2001-02-23  Chris MorganReplace fixme for SPI_GETWHEELSCROLLLINES with the...
2001-02-23  Dmitry TimoshkovPrepare background while drawing radio buttons and...
2001-02-23  Aric Stewart- We need to make sure we pay attention to if our call to
2001-02-23  Valery KartelUpdated all fields with Ukrainian values.
2001-02-23  Alexandre JulliardDo not allocate any USER data on the system heap.
2001-02-23  Eric PouechA first stab at implementing the RunDll features.
2001-02-23  Andreas MohrBuildCommDCB16 had a rather broken baud rate handling.
2001-02-23  Ove KaavenMade the winelauncher support winelib app invocations...
2001-02-21  Alexandre JulliardAdded separate server pipe to wait on blocking server...
2001-02-21  Chris MorganConfirm file deletes. Make delete confirmation message...
2001-02-21  Chris MorganAdd shell support for deleting files using the Delete...
2001-02-21  Ian PilcherImplement EnumPrinterDataEx{A|W}.
2001-02-21  Alexandre JulliardRemoved some unnecessary ordinals.
2001-02-21  Alexandre Julliard__getmainargs last argument is a pointer to new_mode.
2001-02-20  Alexandre JulliardSmall server protocol cleanups.
2001-02-20  Gerard PatelStub for OleSavedClientDoc.
2001-02-20  Aric StewartInsert the item before calling a SetFirstVisible which...
2001-02-20  Alexandre JulliardClear %ebp before entering the new thread.
2001-02-20  Alexandre JulliardGot rid of the WSINFO structure. Fixed a couple of...
2001-02-20  Alexandre JulliardFixed __GetMainArgs.
2001-02-20  Joerg MayerAdd information about prebuilt documentation packages in
2001-02-20  Aric StewartWe need to give room for the null termination when...
2001-02-20  Guy L. Albertelli- Implement CB_SETCURSEL, CBEM_DELETEITEM, CBEM_GETITEM,
2001-02-20  Guy L. Albertelli- Restructure PaintText code to remove FillRect from...
2001-02-20  Rein KlazesCorrect error message in case DOSFS_OpenDevice() fails...
2001-02-20  Alexandre JulliardRemoved a few Callout functions by doing a GetProcAddre...
2001-02-20  Alexandre JulliardFixed MEM_SYSTEM handling to avoid unmapping areas...
2001-02-20  Dmitry TimoshkovFix prototypes of MSVCRT___getmainargs and MSVCRT___wge...
2001-02-20  Josh DuBoisMoved typedef of CRITICAL_SECTION out of #pragma pack...
2001-02-20  Eric KohlFixed behaviour of dropdown buttons. When a dropdown...
2001-02-20  Dmitry TimoshkovBetter implementation of EMF record EMR_EXTSELECTCLIPRGN.
2001-02-20  Marcus MeissnerTranslated new common dialog resources into German.
2001-02-20  Marcus MeissnerFixed German translation, changed dialog font to Helvetica.
2001-02-16  Alexandre JulliardRelease 20010216. wine-20010216
next