wine
2004-06-23  Alexandre JulliardMoved visible region calculation to the server.
2004-06-23  Alexandre JulliardFixed wrong Unicode string syntax in GetMonitorInfoW.
2004-06-23  Mike Hearn- Don't ERR on a used connection being destroyed.
2004-06-23  Mike HearnAdd a --command option to winedbg, add an "all" option...
2004-06-22  Alexandre JulliardWe no longer need to make the import directory writable...
2004-06-22  Alexandre JulliardDo direct Linux system calls in the preloader to avoid...
2004-06-22  Filip NavaraUnprotect Import Address Table while filling it.
2004-06-22  Eric PouechFix compile error on non-i386.
2004-06-21  Vincent BéronReplace some more -debugmsg references for WINEDEBUG.
2004-06-21  Mike HearnDefault to Win98 in DLL linkage heuristics.
2004-06-21  Royce Mitchell IIIShell32 run dialog combobox should also have WS_TABSTOP...
2004-06-21  Christian CostaSome more texture ops fixes.
2004-06-18  Alexandre JulliardOnly unmap the window when it gets moved off-screen...
2004-06-18  Chris MorganHardcode "wineshelllink" in winemenubuilder, remove...
2004-06-18  Krishna MurthyModified EDIT_EM_Undo(): Removed undo buffer length...
2004-06-18  Mike HearnAdd a dedicated debug channel for message boxes which...
2004-06-18  Dmitry TimoshkovShowWindow shouldn't fix SWP_ flags, it's the job of...
2004-06-18  Pierre d'Herbemont- Detection of .size instruction.
2004-06-18  Pierre d'HerbemontFix a compile error for SNOOP_GetProcAddress and RELAY_...
2004-06-18  Dmitry TimoshkovAdd tests for child activation by ShowWindow/SetWindowPos.
2004-06-18  Dmitry TimoshkovDo not allow creation of not aligned EMF records by...
2004-06-18  Dmitry TimoshkovUse better dimensions for MDI system menu buttons to...
2004-06-18  Stefan LeichterAdd logging to the GetAcceptLanguagesA tests.
2004-06-18  Alexandre JulliardAdded support for the IMAGE_FILE_LARGE_ADDRESS_AWARE...
2004-06-18  Robert ShearmanMake ole32 a delay-load import of shell32.
2004-06-17  Alexandre JulliardTake spin count into account in RtlEnterCriticalSection.
2004-06-17  Alexandre JulliardDon't use lseek when truncating a file to avoid corrupt...
2004-06-17  Mike HearnFix typelib marshaller relaying, add a comment describi...
2004-06-17  Francois GougetSplit the 'dsound' test into two parts:
2004-06-17  Ferenc WagnerInclude new or forgotten tests.
2004-06-17  Stefan LeichterFix the GetPrivateProfileIntA tests for the win9x platform.
2004-06-17  Dmitry TimoshkovMake user/tests/win.c tests pass under Windows98.
2004-06-17  Alexandre JulliardProperly reset msg_thread when releasing the thread...
2004-06-17  Pierre d'HerbemontHide the _init and _fini wrappers on darwin.
2004-06-17  Ivan Leo PuotiRemoved the winedefault.reg message.
2004-06-17  Mike HearnRemove the RPC connection cache as Windows does not...
2004-06-17  Andreas MohrAdded some missing static control styles.
2004-06-17  Alexandre JulliardAdded a couple of tests for SetCurrentDirectoryA.
2004-06-17  Alexandre JulliardCheck for non-existent directory in INT21_SetCurrentDir...
2004-06-17  Stefan LeichterAdded tests for GetAcceptLanguagesA.
2004-06-16  Mike HearnCorrect connection releases on error path in RPCRT4_Ope...
2004-06-16  Stefan LeichterAdded some logging to the GetPrinterDriverDirectoryA...
2004-06-16  Francois GougetLog the format when mapping the sound device (or failin...
2004-06-16  Huw DaviesAdd support for bitmap fonts.
2004-06-16  Alexandre JulliardAdded missing dependency.
2004-06-16  Gerald PfeiferRemove incorrect support for FreeBSD and NetBSD in
2004-06-16  Gerald PfeiferAvoid unused variable warning.
2004-06-16  Huw DaviesRemove an incorrect LeaveCriticalSection.
2004-06-16  Marcus MeissnerFixed some illegal lvalue casts / increments.
2004-06-16  Alexandre JulliardRelease 20040615. wine-20040615
2004-06-15  Alexandre JulliardUpdated authors list.
2004-06-15  Ferenc Wagner- Resource script restructuring.
2004-06-15  Alexandre JulliardAdd the preloader itself as argv[0] and remove it again...
2004-06-15  Francois GougetAssorted spelling and case fixes.
2004-06-15  Francois GougetFix the check for SNDCTL_DSP_GETCAPS so that it is...
2004-06-15  Stefan LeichterFix the tests of GetDefaultPrinterA on win2k if no...
2004-06-15  Francois GougetChange the ARTS_Init() error message from an ERR()...
2004-06-15  Francois GougetDon't use Unicode string literals unless we specificall...
2004-06-15  Stefan LeichterMoved implementation of GetModuleBaseName from ascii...
2004-06-15  Francois GougetSHELL_ExecuteW() passes a Unicode environment to Create...
2004-06-15  Dmitry TimoshkovAdd a test for client/nonclient window dimensions calcu...
2004-06-15  Mike HearnAdd documentation on the Wine initialization process.
2004-06-15  Ulrich CzekallaScrollDC should take into account overlapped windows...
2004-06-15  Dmitry TimoshkovFix warnings introduced by my last patch.
2004-06-15  Dmitry Timoshkov- Fix erroneous use of LOCALE_SDATE in the place of...
2004-06-15  Michael FritscherAdded a German translation of Regedit.
2004-06-15  Huw DaviesDon't allocate a glyphset until we actually need it.
2004-06-15  Alexandre JulliardAdded magic number in the FindFirstFile structure to...
2004-06-15  Alexandre JulliardStore the number of processors in the PEB structure.
2004-06-15  Eric PouechConst correctness.
2004-06-15  Uwe BonnesSupport for reading encrypted DVDs.
2004-06-15  Dmitry TimoshkovRestore default "open" functionality of ShellExecute.
2004-06-14  Alexandre JulliardRewrote SetFilePointer to use SetFilePointerEx.
2004-06-14  Huw DaviesFix 'pointers are not permitted as case values' compile...
2004-06-14  Robert Shearman- Use hourglass cursor for better feedback when expandi...
2004-06-14  Pierre d'Herbemont- strip support for darwin
2004-06-14  Dmitry TimoshkovIgnore DdeClientTransaction error in ShellExecute.
2004-06-14  Dmitry TimoshkovDo nothing in ShowWindow(SW_SHOW) if a window is alread...
2004-06-14  Eric Pouech- implemented EnumDirTree, SearchTreeForFile, SymFindFi...
2004-06-14  Robert Shearman- Fix ref count on standard proxy creation.
2004-06-14  Mike McCormackPass pointers around internally instead of handles.
2004-06-14  Lionel UlmerAdded stub for _CrtCheckMemory.
2004-06-14  Mike McCormackImplemented SetFilePointerEx.
2004-06-14  Dmitry TimoshkovAdded 32->16 mapping for SBM_GETRANGE/SBM_SETRANGE...
2004-06-14  Robert ReifAdded tracing to all functions.
2004-06-14  Robert ReifRemoved 11 bit sample size capture test because at...
2004-06-14  Dmitry TimoshkovAdd support for quoting "file://%1" like format strings.
2004-06-14  Alexandre JulliardYet another fix for the MacOS X environ brain damage.
2004-06-14  Eric PouechConst correctness, pointer cast correctness, removed...
2004-06-14  Eric Pouech- Added ProcessBasicInformation class to ntdll.NtQueryI...
2004-06-14  Pierre d'HerbemontDon't use .previous instruction on Darwin.
2004-06-14  Robert ShearmanUse the same path transformation for WaitNamedPipe and
2004-06-14  Robert ReifReset played variables on open.
2004-06-14  Rein KlazesSet last error value to ERROR_CALL_NOT_IMPLEMENTED...
2004-06-14  Ofir PetruskaReplace -debugmsg by WINEDEBUG.
2004-06-14  Mike HearnMake UseXrandr default to true in the no config file...
2004-06-14  Dmitry TimoshkovSet last DDE error in XTYP_EXECUTE handler according...
2004-06-14  Dmitry TimoshkovFix CBR_BLOCK definition.
2004-06-14  Raphael Junqueira- fix version string
2004-06-14  Robert ShearmanSupport 15- and 16-bit colour output.
next