wine
2002-06-13  Alexandre JulliardAuthors: Peter Hunnisett <peter@transgaming.com>, Ove...
2002-06-10  David HammertonMapVirtualKey actually returns uppercase keys in Windows.
2002-06-10  Alexandre JulliardAuthors: David Hammerton <david@transgaming.com>, Peter...
2002-06-10  Huw D M DaviesAdd more magic to find the start of the nametable.
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
2002-06-10  David D. HagoodADPCM nybble processing order was incorrect.
2002-06-10  Paul RupeFaster performance in TEXT_Ellipsify for long strings.
2002-06-10  Paul RupeSupport for LVM_SUBITEMHITTEST; check for out-of-bounds...
2002-06-10  Nix N. NixAdded RunFileDlg with MRU list.
2002-06-10  Tony LambregtsSome grammar fixes.
2002-06-10  Won-kyu ParkAdded Korean resources.
2002-06-10  Sander van... - Save and restore current directory in GetFileDialog95W if
2002-06-10  Marcus MeissnerChanged DllOverrides so we use builtin rpcrt4, ole32...
2002-06-10  Marcus MeissnerMerged the two serializer and unserializer functions...
2002-06-10  Marcus MeissnerAdded some debugoutput functions for TYPEATTR, IDLDESC...
2002-06-10  Sander van... Handle ascii & unicode drag and drop structures in...
2002-06-10  Alexandre JulliardAuthors: Jesse Allen <uh_ja@gmx.net>, Lionel Ulmer...
2002-06-10  Mike McCormack- Partially implement LdrGetDllHandle.
2002-06-10  Vincent BéronUpdated so it's in line with README.
2002-06-05  Alexandre JulliardRelease 20020605. wine-20020605
2002-06-05  Vincent BéronUpdated README.fr so it's in line with README.
2002-06-05  Marcelo WelterAdded PCF_TOTALTIMEOUTS to comm properties.
2002-06-05  Gerald PfeiferUpdate FreeBSD-related notes.
2002-06-05  Alexandre JulliardCheck access rights before renaming or deleting files...
2002-06-05  Jean-Bruno... French translation of the README file.
2002-06-04  Alexandre JulliardDuplicated wsprintf implementation in shlwapi.
2002-06-04  Andreas MohrDocumentation improvements.
2002-06-04  Andreas MohrOnly allow tabs in popup menus, and make sure to never...
2002-06-04  Marcus MeissnerAdded marshalling of IUnknown.
2002-06-04  Patrik StridvallAPI files update.
2002-06-04  Patrik StridvallFixed some issues found by winapi_check.
2002-06-04  Alexandre JulliardAdded --debugmsg option to the debugger.
2002-06-04  Alexandre JulliardMerged Martin Fuchs' file manager (with the help of...
2002-06-04  Alexandre JulliardCheck if relay debugging is still on before printing...
2002-06-04  Jason EdmeadesnitialDir handling and InitialFile handling now agrees...
2002-06-04  Alexandre JulliardDon't free the stack selector, it's freed in ExitThread...
2002-06-04  Eric PouechImplemented a MP3 decoder (based on mpglib).
2002-06-04  Alexandre JulliardMoved specification of relay and snoop include/exclude...
2002-06-04  Alexandre JulliardBetter encapsulation of the font and metafile objects.
2002-06-04  Marcus MeissnerWarn the user if 'wine' will not find its libraries...
2002-06-04  Bill MedlandFixed incorrect pointer-cast arithmetic.
2002-06-04  Johan GillAdded version info to 16-bit shell.dll.
2002-06-04  Gerald PfeiferWarning fix.
2002-06-04  Eric PouechFixed another regression in PlaySound.
2002-06-04  Warren TurkalMore stream definitions.
2002-06-04  Steven EdwardsPorting fixes.
2002-06-02  Alexandre JulliardBetter separation of the palette functions.
2002-06-02  Eric PouechFixed DebugBreakProcess (now generates EXCEPTION_BREAKP...
2002-06-02  Eric PouechAdded ability to turn on/off debug channels.
2002-06-02  Alexandre JulliardRemoved CURSORICON_IconToCursor now that we support...
2002-06-02  John K. HohmComplete ICatInformation implementation.
2002-06-02  Mike McCormackDeclare NtCreateFile(), NtOpenFile() and NtReadFile().
2002-06-02  Sander van... Fixed wrong cast; MSDN says lpDropFileStruct->pFiles...
2002-06-02  Andriy PalamarchukCorrected installation of the wine applications, fixed...
2002-06-02  Steven EdwardsPortability fix.
2002-06-02  Eric PouechImplementation for console control events (includes...
2002-06-02  Eric PouechFixed some selection bugs.
2002-06-02  Eric PouechReally enter the debugger when DebugBreak(Process)...
2002-06-02  Eric PouechAdded ctrl-c support.
2002-06-02  Eric PouechBetter too long lines detection, added del key support...
2002-06-02  Vincent Béron- Made sure const LP were actually const in dinput.h.
2002-06-02  Vincent BéronShow in which file the function is actually implemented...
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-06-01  Alexandre JulliardRemoved obsolete README.
2002-06-01  Alexandre JulliardAdded fallback read() for missing/failing mmap().
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardAvoid division by zero (thanks to David Ronis).
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-05-31  Alexandre JulliardFixed next_user_handle to also work on deleted handles.
2002-05-31  Andriy PalamarchukUse native libc functions instead of msvcrt ones.
2002-05-31  Shachar ShemeshAdded Israeli Hebrew keyboard, and fixed a problem...
2002-05-30  Alexandre JulliardAdded wine_server_fd_to_handle to replace FILE_DupUnixH...
2002-05-30  Sander van... Match behaviour of ImageList_LoadImageA wrt cx paramete...
2002-05-30  Gerald PfeiferFixed warnings.
2002-05-30  Steven EdwardsFixes for building on mingw.
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-05-30  Tony LambregtsRemoved -managed option.
2002-05-30  Alexandre JulliardPortability fixes.
2002-05-30  Vincent Béron- Fixed GetSystemTimeAdjustment prototype and added...
2002-05-29  Alexandre JulliardReplaced swprintf by wsprintfW.
2002-05-29  Bill MedlandEnsure that an out-of-process COM object is started...
2002-05-29  Vincent BéronFixed some more missing \n in traces.
2002-05-29  Sander van... - Check for valid part nr in STATUSBAR_GetTextLength.
2002-05-29  Marcus MeissnerDropped superflous Remote_CoGetClassObject() (entirely...
2002-05-29  Eric PouechSome other synchronisation issues.
2002-05-29  Alexandre JulliardFixed some alignment issues (based on a patch by Gregg...
2002-05-29  Alexandre JulliardFixed buffer handling of some locale functions (based...
2002-05-29  Jakob ErikssonRemoved redundant checks and variables, fixed some...
2002-05-29  Alexandre JulliardFixed some tests that were failing under Wine.
2002-05-29  Alexandre JulliardMoved WORDS_BIGENDIAN macros to basetsd.h.
2002-05-29  Gregg MattinsonReplaced 0 by -1 to indicate free entry in
2002-05-29  Gregg MattinsonFixed the LARGE_INTEGER and ULARGE_INTEGER unions for...
2002-05-29  Guy L. Albertelli- Fixed drawing of borders to that of native (uses...
2002-05-29  Eric PouechCheck for NULL ptr in midiStreamOut.
2002-05-29  Mehmet YasarAdded test for locale functions.
2002-05-28  Eric PouechAdded the ability to add local configuration to winewra...
2002-05-28  Alexandre JulliardA few fixes in ExtSelectClipRgn metafile functions.
2002-05-28  Andreas MohrFixed a memory leak in find_child_from_point().
2002-05-28  Johan GillOnly enumerate DirectSound devices if the first sound...
2002-05-28  Christian CostaThe SVGA block code was not accessible (AH and AL inver...
next