- Refactor and fix connection opening.
[wine] / dlls /
2004-03-19  Dmitry TimoshkovJust update from/to pointers and exit on a subsequent...
2004-03-19  Dmitry TimoshkovAdd a test case which confirms that SetMenu implementat...
2004-03-19  Mike McCormackMake sure the rebar size is above a minimum.
2004-03-19  Mike McCormackFix handle allocation and the CREATE TABLE query.
2004-03-19  Alexandre JulliardAdded workaround for broken dlls that modify ebx in...
2004-03-19  Uwe BonnesRelay msvcrt_memcpy to memmove, CString::Insert seems...
2004-03-19  Rein KlazesIn SHELL_ExecuteW, if a new current directory is specif...
2004-03-19  Ulrich CzekallaConvert FormatMessageW to use unicode functions.
2004-03-19  Alexandre JulliardGet rid of the registry lookups, rely entirely on the...
2004-03-19  Mike HearnThe KeymapNotify event does not use the window member...
2004-03-19  Hans LeidekkerReimplement time functions with Win32 APIs.
2004-03-19  Mike McCormackFirst go at write support.
2004-03-19  Justin ChevrierImplemented SPI{GET,SET}MOUSEHOVERWIDTH, SPI{GET,SET...
2004-03-18  Martin FuchsExpand environment strings in command, parameter and...
2004-03-18  Mike McCormackWhen loading table data, split it up into rows.
2004-03-18  Robert Shearman- Fix SetBitmapSize.
2004-03-18  Jon GriffithsImplement SHMessageBoxCheck functions && add dialog...
2004-03-18  Raphael JunqueiraStub implementations of RtlCreateQueryDebugBuffer,
2004-03-18  Raphael JunqueiraRemove duplicate code by using Nt* functions for PulseE...
2004-03-18  Richard CohenAdded some traces.
2004-03-18  Christian CostaRelease lock before wave calls that generate notification.
2004-03-18  Juan LangAllow RegConnectRegistryW to the local machine name.
2004-03-17  Alexandre JulliardReimplemented FindFirstFile/FindNextFile on top of
2004-03-17  Mike McCormackMove the string table out into a separate file, improve...
2004-03-17  Jon GriffithsImplement VarEqv.
2004-03-17  Richard CohenFix relative screen resizing.
2004-03-17  Jon GriffithsMake copies of keys when creating, free them when done.
2004-03-17  Jon GriffithsUse function ptrs for call only present in later versions.
2004-03-17  Mike McCormackCorrect geometry error in the ICCVID codec.
2004-03-17  Robert Shearman- Documentation update.
2004-03-17  Alexandre JulliardRewrote the collapsing of . and .. in RtlGetFullPathNam...
2004-03-17  Alexandre JulliardRetrieve a short name in GetShortPathNameW if the long...
2004-03-17  Alexandre JulliardFindFirstFile can return an empty short name if the...
2004-03-17  Aric StewartBeginnings on implementations of SetupCreateDiskSpaceLi...
2004-03-17  Robert ReifRemove unused lock.
2004-03-17  Raphael JunqueiraAdded stub for SignalObjectAndWait.
2004-03-17  Steven EdwardsAdd stubs for EnumMonitors[A/W].
2004-03-16  Elias RossAdded 24-bit color key support in DIB_DirectDrawSurface...
2004-03-16  Dmitry TimoshkovExplicitly specify output file names for bison.
2004-03-16  Alexandre JulliardO_DIRECTORY is not really needed.
2004-03-16  Mike McCormackExtend the parser to deal with the CREATE TABLE query...
2004-03-16  Hans Leidekker- Prefix many more functions, types, structs, etc....
2004-03-16  Fabian CenedeseLet VarParseNumFromStr and VarNumFromParseNum cope...
2004-03-16  Filip NavaraSupport for RBBS_HIDETITLE style.
2004-03-16  Sami Nopanen- Enumerated different drawing modes.
2004-03-16  Aric StewartAdded stubs needed by some Windows Update installs.
2004-03-16  Mike McCormackStart implementation of MsiEvaluateConditionA/W.
2004-03-16  Mike Hearn- Add debug SnoopFromInclude/SnoopFromExclude options.
2004-03-16  Christian CostaAdded support for MCI_DGV_WHERE_MAX flag in MCIAVI_mciW...
2004-03-16  Alexandre JulliardImplemented NtQueryDirectoryFile (partly based on a...
2004-03-16  Jukka HeinonenDPMI programs now handle pending events.
2004-03-16  Christian CostaHandle avi files with non standard video stream names.
2004-03-16  Christian CostaMCI strings are case insensitive.
2004-03-16  Christian CostaDefault to FOURCC_DOS if no IOProc found.
2004-03-16  Christian CostaFixed deadlock when stopping playback.
2004-03-16  Christian CostaDD_STRUCT_COPY_BYSIZE: Do not clear more that struct...
2004-03-16  Uwe BonnesUrlCanonicalizeW: Remove \r and \n at the end of lpszUr...
2004-03-16  Uwe BonnesHTTP_HttpSendRequestA: Remove \r and \n at the end of
2004-03-15  Sami NopanenInitial implementation of cards.dll.
2004-03-15  Huw DaviesWhen setting the buddy to 0 then we must still resize...
2004-03-15  Robert Shearman- Document completeness.
2004-03-15  Huw DaviesAdded CS_HREDRAW.
2004-03-15  Robert Shearman- Unicode notification detection should be local to...
2004-03-15  Jukka HeinonenEmulating STI instruction now raises an exception if...
2004-03-15  Mike McCormackAdded SetupCreateDiskSpaceList stub.
2004-03-15  Mike HearnImprove message given on image map failure.
2004-03-15  Robert Shearman- Honour WM_SETREDRAW.
2004-03-15  Alastair BridgewaterImplementation of ICreateTypeInfo2_SetHelpContext,
2004-03-13  Alastair BridgewaterImplemented ITypeLib2_GetTypeInfo() and
2004-03-13  Alastair BridgewaterImprove how the GUID hash system works. Mainly a cleanu...
2004-03-13  Alastair BridgewaterRename some of the fields in typelib.h to makes more...
2004-03-13  Mike McCormackMake sure to take account of hidden bands during layout.
2004-03-13  Juan LangPrevent negative coords for line, turn off redraw when...
2004-03-13  Robert Shearman- Implement TB_LOADIMAGES, TB_MAPACCELERATOR{A,W},...
2004-03-12  Robert ReifFixed bug when PCMWAVEFORMAT is passed into acmStreamOpen.
2004-03-12  Robert Shearman- Add support for a toolbar global iListGap.
2004-03-12  Mike McCormackDon't calculate the redundant and unused REBAR_ROW...
2004-03-12  Alexandre JulliardFixed implib target broken by previous change.
2004-03-12  Dmitry TimoshkovCreateDIBSection takes a const pointer to BITMAPINFO.
2004-03-12  Robert ReifEnable exact position calculation when hardware support...
2004-03-12  Ulrich CzekallaFix rebar band insertion and non-client calculation...
2004-03-12  Alexandre JulliardWe no longer need to pass --debugmsg -all to winedbg.
2004-03-12  Alexandre JulliardGet rid of ntdll_get_process_heap and ntdll_get_process...
2004-03-12  Alexandre JulliardChanged the create_file server request to take NtCreate...
2004-03-12  Raphael Junqueira- scripts sub-containers loading
2004-03-12  Ge van GeldorpChange GetFileTitleA/W prototype to match PSDK.
2004-03-11  Alexandre JulliardGet rid of the WINEOPTIONS variable and instead use...
2004-03-11  Ge van GeldorpExplicitly ask for image list with screen depth as...
2004-03-11  Alexandre JulliardThe OpenConsoleW inherit argument is a boolean not a
2004-03-11  Hans Leidekker_wto{l,i,i64} parameters are const.
2004-03-11  Robert ShearmanFix subclassing to support nested messages.
2004-03-11  Dmitry TimoshkovWindows truncates windows coordinates at 16 bits when...
2004-03-11  Robert ShearmanRewrite drawing code.
2004-03-11  Alexandre JulliardDo not put the TEMP and TMP variables into the Unix...
2004-03-11  Alexandre JulliardRemove the WINEDEBUG variable from the environment...
2004-03-11  Alexandre JulliardPortability fixes.
2004-03-11  Hans LeidekkerImplement _ftime with Win32 APIs.
2004-03-11  Alexandre JulliardDo not kill the animation thread with TerminateThread...
2004-03-11  Robert ShearmanSpelling fixes.
2004-03-11  Robert Shearman- Document control completeness.
next