wine
2004-07-23  Mike HearnPass -Embedding switch to EXE servers, more tracing.
2004-07-23  Alexandre JulliardAvoid lvalue casts (based on a patch by Marcus Meissner).
2004-07-23  Ivan Leo PuotiAdded Italian strings.
2004-07-23  Francois GougetFix the volume and balance of primary buffers so it...
2004-07-23  Francois GougetSort the winmm test formats by increasing sampling...
2004-07-23  Robert ReifTest waveInGetDevCapsW.
2004-07-23  Robert ReifWindows 95 doesn't support waveOutGetDevCapsW.
2004-07-22  Alexandre JulliardRemoved some functions that don't exist in msvcrt20...
2004-07-22  Robert Shearman- Remove unneeded STUBMGR_Start call.
2004-07-22  Robert ShearmanckidJUNK is a FOURCC not a TWOCC so rewrite the case...
2004-07-22  Marcus MeissnerFixed up some small problems in the German string table.
2004-07-22  Marcus MeissnerFixed 2 more casted lvalue issues.
2004-07-22  Ferenc Wagner- Remove the -u option, the URL is in a resource now.
2004-07-22  Alexandre JulliardFixed a couple of off-by-one errors.
2004-07-22  Robert ReifDowngrade tests to DX8 level so it can build on all...
2004-07-22  Henning GerhardtMinor fixes and updates to the German resource files.
2004-07-22  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Rob Shearman...
2004-07-22  Emmanuel MaillardSet segment address of wine executable and libwine...
2004-07-22  Ivan Leo PuotiAdded Italian resources.
2004-07-22  Huw DaviesDraw underline and strikeout lines in the non-xrender...
2004-07-22  Ferenc WagnerInclude the dsound tests.
2004-07-22  Mike HearnUnref stub after invoking on it.
2004-07-22  Gerald PfeiferRemove uses of the cast-as-lvalue GCC extension which...
2004-07-22  Michael Jung- Fixed a problem with dwProvType values greater than...
2004-07-22  Huw DaviesMake tmUnderlined and tmStruckOut reflect the values...
2004-07-22  Robert ReifDump DirectSound capabilities flags.
2004-07-22  Robert ReifRemoves dsconf IIDs from dxguid.lib.
2004-07-21  Ivan Leo PuotiRemove references to debugmsg and winedefault.reg.
2004-07-21  Ivan Leo PuotiAdded Italian resources.
2004-07-21  Filip NavaraFix CreateMappedBitmap for palette-less bitmaps.
2004-07-21  Filip Navara- Properly calculate caption length when converting...
2004-07-21  Robert ShearmanHttpQueryInfo returns buffer length including null...
2004-07-21  Mike McCormackUnicode file dialogs send and receive unicode messages.
2004-07-21  Marcelo DuarteVisual updates and translations for regedit.
2004-07-21  Michael JungAdded some unit tests for the CryptAcquireContext API...
2004-07-21  Mike HearnFix misleading warning ole CoGetClassObject.
2004-07-21  Robert ShearmanRewrite cookies to use shared list.h list code.
2004-07-21  Mike McCormackFix HTTP POST requests.
2004-07-21  Alexandre JulliardMoved all files from the objects/ directory to dlls...
2004-07-21  Alexandre JulliardMoved LineDDA implementation to dlls/gdi/painting.c.
2004-07-21  Francois GougetMake sure we won't get an overflow in check_position...
2004-07-21  Robert ReifSave enumerated GUIDs in a global array so they persist...
2004-07-21  Alexandre JulliardFixed flags handling in StrIsIntlEqualA/W (spotted...
2004-07-21  Robert ReifAdds *GetDevCapsW bad pointer check.
2004-07-21  Kevin KoltzauAdd idl files required for scripting.
2004-07-21  Emmanuel Maillardwine_pthread_init_thread: retrieve the stack info on...
2004-07-21  Marcelo DuarteVisual updates to Winecfg.
2004-07-21  Filip Navara- Implementation of mmTaskCreate. Based on patch by...
2004-07-21  Ivan Leo PuotiFix wine.userreg name (spotted by Dave Washburn).
2004-07-20  Alexandre JulliardGet rid of window region on the client side.
2004-07-20  Alexandre JulliardMoved the WindowFromPoint functionality to the server...
2004-07-20  Alexandre JulliardRewrote load_messageA/W to deal properly with multibyte...
2004-07-20  Francois GougetRevert my previous incorrect check_position() patch...
2004-07-20  Zach GormanAdd test to demonstrate DrawText() with DT_CALCRECT...
2004-07-20  Henning GerhardtUpdated the German translation.
2004-07-20  Alexandre JulliardFixed handling of LANGUAGE statement for message tables...
2004-07-20  Robert ReifNotify when position format not supported.
2004-07-20  Aric StewartIf the data table for a called action does not exist...
2004-07-20  Zhangrong HuangCall wine_cp_wcstombs() to retrieve actual length of...
2004-07-20  Robert ShearmanFix string length return from HttpQueryInfoA.
2004-07-20  Mike HearnMake STARTUPINFO.lpDesktop tests pass on NT.
2004-07-19  Mike McCormackUse pointers internally and refcount all objects.
2004-07-19  Hans LeidekkerSet VersionMsi property.
2004-07-19  Mike HearnAdd some test cases for _wputenv, fix deletion of non...
2004-07-19  Zach GormanSet the top_popup global variable to zero in MENU_ExitT...
2004-07-19  Francois GougetCheck that we are still playing in wodUpdatePlayedTotal...
2004-07-19  Francois GougetMake the listener/sound position update duration and...
2004-07-19  Francois GougetIn interactive mode, check that the tone duration is...
2004-07-19  Vincent BéronImplement the repair mechanism in msiexec, and stub...
2004-07-19  Robert ShearmanHonour INTERNET_FLAG_NO_COOKIES.
2004-07-19  Emmanuel MaillardBuild wine-pthread on Darwin.
2004-07-19  Robert ShearmanFix HttpQueryInfo(HTTP_QUERY_RAW_HEADERS*) so that...
2004-07-19  Marcelo DuarteUpdate localization for Portuguese language.
2004-07-19  Francois GougetFix the check_position() test: on Windows waveOutGetPos...
2004-07-19  Francois GougetUse round() instead of ceil() in wodGetPosition(TIME_SM...
2004-07-19  Robert ReifDo initialization to match windows behavior (with test).
2004-07-19  Vincent BéronCleanup of the properties last space removal, since...
2004-07-19  Vincent BéronFirst draft for a msiexec.exe replacement.
2004-07-19  Paul VriensCreate ~/.wine if not present during wineinstall.
2004-07-19  James HawkinsBetter fix for collate icon behavior.
2004-07-19  Mike McCormackFix the return code of MsiDatabaseOpenView.
2004-07-19  Robert ReifFixes the right bugs and keeps intent of test.
2004-07-19  Henning GerhardtAdded a German translation for WineMine.
2004-07-19  Michael JungAdded some German translations.
2004-07-19  Emmanuel MaillardRemove implementation of NtCurrentTeb for ppc host.
2004-07-19  Stefan LeichterForward shlwapi.459/460 (SHExpandEnvironmentStringsA...
2004-07-19  Robert ShearmanFix size return from InternetGetCookieW.
2004-07-19  Filip NavaraUse system metrics values in TOOLBAR_DrawPattern instea...
2004-07-17  Alexandre JulliardRelease 20040716. wine-20040716
2004-07-17  Alexandre JulliardImplemented GetUIVersion (based on a patch by Stefan...
2004-07-17  Francois GougetDon't try to create a IDirectSound3DBuffer, partly...
2004-07-16  Shachar ShemeshSystem default locale in Windows determines the ANSI...
2004-07-16  James HawkinsFixed collate icon behavior.
2004-07-16  Francois GougetGet and print the DirectSound primary buffer volume.
2004-07-16  Francois GougetKeep track of how much has been played and get rid...
2004-07-16  Krishna MurthyAdded regression test for WM_NEXTDLGCTL and default...
2004-07-16  Kevin KoltzauPrevent garbage being passed for windows directory.
2004-07-16  Francois GougetCall IDirectSound::Initialize() as per MSDN before...
2004-07-16  Francois GougetOn Windows GetPan() may not return the value that was...
2004-07-16  Stefan LeichterAdded stubs for DllInstall and DllRegisterServer.
next