wine
2002-05-05  Mike McCormackImplement NetBIOS resolution for UNC pathnames.
2002-05-05  Jukka HeinonenTerminating DOS program in real mode now calls ExitThre...
2002-05-05  Jukka HeinonenReal mode interrupt handler now handles interrupt 21...
2002-05-05  Alexandre JulliardRemoved more code at Hidenori's request.
2002-05-04  Andriy PalamarchukUpdated documentation, mostly improving bugs handling...
2002-05-04  Patrik StridvallMS C related changes.
2002-05-04  David HammertonIn initial dibsection creation, the dibsection should...
2002-05-04  Andriy PalamarchukMade wineinstall to create symbolic links to Wine appli...
2002-05-04  Andriy PalamarchukFixed a problem when regedit interpreted file names...
2002-05-04  Jason EdmeadesAdd support for the 'title' command.
2002-05-04  Marcus MeissnerFindClose: protect the GlobalLock for pagefaults too.
2002-05-04  Warren BairdSolve alignment problems by converting bitmap headers...
2002-05-04  Huw D M DaviesDetect and warn about buggy versions of libXrender.
2002-05-02  Alexandre JulliardCleaned up some inter-dll dependencies in palette manag...
2002-05-02  Dustin NaveaChanged bug report address.
2002-05-02  Bill MedlandMoved drawing of owner-drawn parts to after the backgro...
2002-05-02  Christian CostaTOOLTIPS_GetTipText: Accept null module instance, Loads...
2002-05-02  Alexandre JulliardInstall more of the Winelib programs by default (based...
2002-05-02  Andriy PalamarchukDo not install hlp2sgml.
2002-05-02  Alexandre JulliardRemoved some direct accesses to the DC structure.
2002-05-02  Alexandre JulliardCommented out removed headers.
2002-05-02  Alexandre JulliardRemoved a bunch of multimedia code at Hidenori's request.
2002-05-02  Alexandre JulliardRewrote some headers from scratch to avoid EULA/patent...
2002-05-01  Rizsanyi ZsoltImplemented IOCTL_SCSI_GET_ADDRESS for non true scsi...
2002-05-01  Laurent PinchartFixed NtQueryInformationProcess to return correct infor...
2002-05-01  Laurent PinchartImplementation of IOCTL_SCSI_PASS_THROUGH and
2002-05-01  Alexandre JulliardAttempt at fixing MAX_PATH issues for mingw.
2002-05-01  Michael CardenasFixed quoting of KDE desktop entry.
2002-05-01  Johan GillDirectSoundEnumerateA() now passes a GUID to the callba...
2002-05-01  Jason EdmeadesCorrect behaviour of DEL key back to deleting the curre...
2002-05-01  Jukka HeinonenWhen DOS program executes another DOS program, command...
2002-04-30  Jason Edmeades- Added f8 (history retrieval from partial command...
2002-04-30  Alexandre JulliardMoved remaining files in windows/x11drv to dlls/x11drv.
2002-04-29  Andriy PalamarchukImplemented regsvr32 tool. Based on ReactOS implementation.
2002-04-29  Jason Edmeades- Support for dir /w and /b flags
2002-04-29  Hidenori TakeshimaRemoved some code because of MS EULA concerns.
2002-04-29  Marco BizzarriImplemented the TB_REPLACEBITMAP message.
2002-04-29  Alexandre JulliardDon't prepend '--' to the command line when starting...
2002-04-29  Dustin NaveaWrite menu information to /usr/lib/menu/wine.
2002-04-29  Patrik StridvallFixed some issues found by winapi_check.
2002-04-29  Patrik Stridvall- API files update.
2002-04-29  Patrik StridvallStub implementation of SNMPAPI.DLL.
2002-04-29  Patrik StridvallMicrosoft C related changes.
2002-04-29  Hidenori TakeshimaReimplemented the asynchronous source filter.
2002-04-29  Jakob ErikssonAdded unit tests for file functions.
2002-04-29  Jason EdmeadesEmulate the dos cmd 'cls'.
2002-04-29  Jukka HeinonenWhen freeing XMS memory block, return an error if block...
2002-04-29  Marcus MeissnerMake twain compile again.
2002-04-29  Marcus MeissnerFixed StatusBar SetText again, added some comments.
2002-04-27  Alexandre JulliardLink the tools and the server against libwine so we...
2002-04-27  Alexandre JulliardFixed warnings.
2002-04-27  Alexandre JulliardFreeBSD compile fix.
2002-04-27  Martin WilckAdded unit test for winsock.
2002-04-27  Martin WilckFixes to FD_CLOSE handling.
2002-04-27  Martin WilckSO_OPENTYPE has to be a per-thread setting.
2002-04-27  Alexandre JulliardUpdated module definitions for Perl unit tests.
2002-04-27  Alexandre JulliardAdded possibility of specifying a name for the .pm...
2002-04-27  Alexandre JulliardAdded some shdocvw ordinals and stubs.
2002-04-27  Dustin NaveaAlways run ldconfig even if we don't change ld.so.conf.
2002-04-27  Robert O'CallahanFixed bug in TEXT_WordBreak that was variously throwing...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-26  Alexandre JulliardUpdate the queue key state even if no window has the...
2002-04-26  Martin WilckFixed some bugs in my recently submitted patch series.
2002-04-25  Paul MillarFixed minor typo.
2002-04-25  Steven EdwardsFix for mingw32.
2002-04-25  Andriy PalamarchukUpdated lists of debugging channels.
2002-04-25  Mike McCormackAdded support for TransmitCommChar.
2002-04-25  Martin WilckFixed ReadFile() semantics when reading asynchronously...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-04-25  Martin WilckImplemented overlapped WSARecvFrom(), WSASendTo(), and
2002-04-25  Martin WilckImplemented server framework for asynchronous IO on...
2002-04-24  Alexandre JulliardNever activate the window on SW_SHOWNOACTIVATE.
2002-04-24  Alexandre JulliardNo longer try to support non-reentrant Xlib.
2002-04-24  Huw D M DaviesDon't check hwndInsertAfter if SWP_NOZORDER is set.
2002-04-24  Alexandre JulliardAdded support for installing an error callback when...
2002-04-24  Martin WilckAdd more flexibility to the queue_async server call...
2002-04-24  Guy L. Albertelli- Improve I_IMAGECALLBACK handling and support I_IMAGENONE.
2002-04-24  Marcelo WelterFix to old DCB format parsing.
2002-04-24  Bill MedlandFirst regression test for wsprintf.
2002-04-23  Alexandre JulliardLoad libXrender at run-time with dlopen (based on a...
2002-04-23  Martin WilckFixed handling of deferred connections in WSAAccept().
2002-04-23  Alexandre JulliardUpdated for Unicode 3.2.
2002-04-23  Dustin NaveaFind ntfs drives and supermount cd-roms.
2002-04-23  Dustin NaveaSearch for real-windows registry now actually accesses...
2002-04-23  Martin WilckAvoid segfault with overlapped WriteFile() calls.
2002-04-23  Dimitrie O... Fix WM_NOTIFYFORMAT handling.
2002-04-23  Dimitrie O... - implement WM_NOTIFYFORMAT
2002-04-22  Chuck Crayne- Recognize "\n" as an alternative soft line break...
2002-04-22  Alexandre JulliardClear the DC dirty flag before calling SetDCState to...
2002-04-22  Alexandre JulliardFixed typo in su command.
2002-04-22  Eric PouechA bit more robust against wave???Open failures.
2002-04-22  Eric PouechFixed multi-thread access to local variables (mainly...
2002-04-22  Eric PouechFixed a mismatch in wavein 16/32 mapping.
2002-04-22  Eric PouechAlways close fd when reading super block.
2002-04-22  Martin WilckFixed cut&paste bug.
2002-04-22  Alexandre JulliardRemoved constants that aren't defined in Windows.
2002-04-21  Alexandre JulliardFixed handling of visible region in Save/RestoreDC.
2002-04-21  Mike McCormackMoved int13 support to the VWIN32_DIOC_DOS_INT13 ioctl.
2002-04-21  Eric PouechAdded a framework for testing CreateProcess and a few...
2002-04-21  Tony LambregtsCorrectly detect the presence of a wine binary.
next