wine
2004-06-30  Mike McCormackHack field types, fix ref counting.
2004-06-30  Mike McCormackFix buffer overflow.
2004-06-30  Mike McCormackFix the UPDATE query.
2004-06-30  Aric StewartFix field numbering so the CREATE query works for multi...
2004-06-30  Aric StewartFix the INSERT query.
2004-06-30  Mike McCormackMake the SQL insert query work.
2004-06-30  Uwe BonnesHeapAlloc for WSTR must allocate len* sizeof(WCHARS).
2004-06-30  Steven EdwardsFixed Extract prototype.
2004-06-30  Dmitry TimoshkovAdd more MDI message tests.
2004-06-30  Dmitry TimoshkovDo not do SetWindowPos(SWP_FRAMECHANGED) in the
2004-06-30  Dmitry TimoshkovFix control coordinates in German and French versions...
2004-06-30  Bill MedlandSet RTLD_GLOBAL when loading the odbc driver manager...
2004-06-30  Aric StewartReturn an error in CoMarshalInterface if the IUnknown...
2004-06-30  Ge van GeldorpFix IFileSystemBindData method order.
2004-06-30  Dimitrie O... Lookup driver information in registry and system.ini.
2004-06-30  Dimitrie O... Look up driver info in the registry as well as in syste...
2004-06-30  Dimitrie O... Small documentation cleanup.
2004-06-29  Dimitrie O... Look up driver info in the registry as well as in syste...
2004-06-29  Aric StewartImplement MsiGetSourcePath.
2004-06-29  Aric StewartHandle custom actions type 1 and 2.
2004-06-29  Mike McCormackDump database table names on startup.
2004-06-29  Alexandre JulliardAdded support for window regions in the server.
2004-06-29  Mike McCormackFix refcounting of streams.
2004-06-29  Alexandre JulliardIgnore empty rectangles in ExtCreateRegion.
2004-06-29  Aric StewartImplement MsiGetTargetPathA/W.
2004-06-29  Mike McCormackAllow reading records containing streams.
2004-06-28  Mike McCormackFixed the way the parser takes input strings.
2004-06-28  Alexandre JulliardUse X11DRV_GetRegionData to implement X11DRV_SetWindowR...
2004-06-28  Filip NavaraSet the palette for image list DIBs that has 8 or less...
2004-06-28  Robert ShearmanStart of balloon tip support.
2004-06-28  Hannu ValtonenDon't display the commandline text (A trace still gives...
2004-06-28  Stefan LeichterFixed tests of GetFileVersionInfoSizeA for win98 / XP.
2004-06-28  Mike HearnMake typelib marshaller safe for systems that don't...
2004-06-28  José Manuel... Added some Spanish translations.
2004-06-28  Hajime SegawaAdded some Japanese translations.
2004-06-28  Aric StewartStart implementing actions.
2004-06-28  Ge van GeldorpMatch prototypes to Platform SDK.
2004-06-28  Mike HearnDump function return type in typelib traces, add trace...
2004-06-28  Mike HearnChange REFIID to IID* for stack declarations to avoid...
2004-06-28  Stefan LeichterSkip tests of GetAcceptLanguagesA if a correct call...
2004-06-28  Stefan LeichterSkip tests without error if psapi.dll could not be...
2004-06-28  Uwe BonnesChange desktop size for _INS5576._MP.
2004-06-28  Robert Shearman- Clean up the mask drawing code.
2004-06-28  Dimitrie O... Fix the function names in some of the comments.
2004-06-28  Mike McCormackDefine AT_SYSINFO_* if it's missing.
2004-06-28  Jon GriffithsCorrect struct tag name for UDACCEL.
2004-06-26  Mike McCormackPull the codepage from the string table.
2004-06-26  Mike McCormackFix crash that occurred when an invalid query string...
2004-06-26  Alexandre JulliardRemove the AT_SYSINFO and AT_SYSINFO_EHDR values if...
2004-06-26  Mike McCormackImplement queries by string value.
2004-06-26  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2004-06-25  Dmitry TimoshkovAdd a test case for clipboard functionality and fix...
2004-06-25  Dimitrie O... Split the MSVCRT implementation headers from the public...
2004-06-25  Jon GriffithsCorrect tag names for RECTL and SCROLLINFO structs.
2004-06-25  Michael JungChanged type of "Signature" registry key value to REG_B...
2004-06-24  Alexandre JulliardIn GlobalMemoryStatus, also cap the sum of dwAvailPhys and
2004-06-24  Alexandre JulliardUse wine_dlsym instead of dlsym to avoid the glibc...
2004-06-24  Robert ShearmanFix small mistake in the previous visible region patch.
2004-06-23  Dmitry TimoshkovAdd a prototype for MDI message tests.
2004-06-23  Dmitry TimoshkovMake sure that both deactivated and activated MDI child...
2004-06-23  Dmitry TimoshkovWM_WINDOWPOSCHANGED should always contain a final windo...
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...
next