wine
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
2001-02-16  Chris MorganAssert on output buffer overflow.
2001-02-16  James HathewayUpdate selection after sorting (in LISTVIEW_SortItems...
2001-02-16  François GougetAdded DIB/pixmap synchronization for {Get,Set}Pixel.
2001-02-16  François GougetTB_SETBUTTONSIZE messages must be taken into account...
2001-02-16  Alexandre JulliardPass the stdin/stdout handles on startup to use as...
2001-02-16  Aric StewartCorrect the codepage for the Turkish keyboard.
2001-02-16  Aric StewartSetting the HotItem to -1 can be disastrous at times...
2001-02-16  Jon Griffiths- Create entries for ordinal only exports, use ordinals...
2001-02-16  Gerard PatelGives back the ERROR_FILE_NOT_FOUND to GetFileAttributes.
2001-02-15  Alexandre JulliardAdded support for backslash escaping of special characters.
2001-02-15  Lawson WhitneyIf VerQueryValueA is called with a PE resource, transla...
2001-02-15  Aric StewartContinued the implementation of Set Hot Item.
2001-02-15  James HathewaySend LVN_DELETEITEM notification first, to avoid crashe...
2001-02-15  Chris MorganAdd includes for <time.h>.
2001-02-15  Morten Welinder(PSDRV_AFMGetCharMetrics): Use unsigned chars (since...
2001-02-15  Aric StewartAdded a turkish keyboard layout.
2001-02-14  Alexandre JulliardRemoved ordinal from functions that don't need a specif...
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2001-02-14  Huw D M DaviesChange FONTOBJ to use LOGFONTW rather than LOGFONT16.
2001-02-14  Alexandre JulliardFixed WM_GETTEXTLENGTH handling.
2001-02-14  Eric PouechStarted the real implementation of mciavi.
2001-02-14  Alexandre JulliardAlways return success instead of overflow if caller...
2001-02-14  Morten WelinderOutput the right number of backslashes in values.
next