wine/eterwine.git
2005-03-16 Alexandre JulliardDon't force injected hardware messages to be queued...
2005-03-16 Alexandre JulliardQueue hardware messages even if we don't find a window...
2005-03-16 Alexandre JulliardConverted the make_ctests script to C (based on a patch...
2005-03-16 Alexandre JulliardConverted the window children lists to standard lists.
2005-03-16 Jacek CabanUse ATLRegistrar to register atl.dll.
2005-03-16 C. Scott AnanianStarted a unit test case for the updown control.
2005-03-16 Filip Navara_dbg_ILGetNext returns NULL if pidl->mkid.cb is zero...
2005-03-16 Jason EdmeadesCorrect memory allocation macro.
2005-03-16 Mike McCormackAdd property IDs for MSI summary information.
2005-03-16 Jakob ErikssonFix broken test.
2005-03-16 Jakob ErikssonSetDisplayMode can return DDERR_UNSUPPORTED. If it...
2005-03-16 Ulrich CzekallaDon't mark a file as readonly if it has any write bit...
2005-03-16 Dmitry TimoshkovGetDlgItemTextW takes buffer length in WCHARs not bytes.
2005-03-16 Dimitrie O... Audit the control against Comctl32.dll version 6.0.
2005-03-16 Jon GriffithsFix two failures and (hopefully) a crash with early...
2005-03-16 Juan LangCorrect registering shell folders (values in Shell...
2005-03-16 Mike McCormackAdd defines for SLDF flags.
2005-03-16 Mike McCormack- Rename dupstrW to strdupW, and remove duplicate defin...
2005-03-16 Dmitry TimoshkovActually print dwExStyle in case of a mismatch.
2005-03-16 Robert ReifProvide default implementation of waveInPrepareHeader and
2005-03-16 Robert ReifwaveInPrepareHeader and waveInUnprepareHeader are not...
2005-03-16 Francois GougetFix a link to Wine's HowTo.
2005-03-16 Krzysztof Foltman- Unknown destinations are now correctly skipped (so...
2005-03-16 Hans LeidekkerStub implementations for WTSCloseServer, WTSDisconnectS...
2005-03-15 Alexandre JulliardBuild a static list of devices instead of relying on ELF
2005-03-15 Jakob ErikssonMore trace info.
2005-03-15 Jakob ErikssonCryptAcquireContextA() can return NTE_FAIL on Windows 98.
2005-03-15 Filip NavaraInitialize the "toc" field in the pdb_lookup structure...
2005-03-15 Robert ReifUnconditionally free memory. Should make smatch happy.
2005-03-15 Phil KrylovImplemented hash table lookup for RTF keywords in RTF...
2005-03-15 Alexandre JulliardUse the correct file name in the "generated automatical...
2005-03-15 Krzysztof Foltman- WM_COPY (and WM_CUT) can now put both Unicode and...
2005-03-15 Robert ReifChange some global variable names.
2005-03-15 Tom WicklineAdd three missing dlls to the list.
2005-03-15 Dimitrie O... Cleanup and simplify the painting code.
2005-03-15 Robert ReifFix memory leak in error path.
2005-03-15 Robert ReifFix memory leak when there are too many drivers.
2005-03-15 Jason EdmeadesAvoid trap in mixerGetLineControlsA when cControls...
2005-03-14 Stefan LeichterMake mlang_test.exe loadable on NT 4.0.
2005-03-14 Phil KrylovInitial implementation of EM_STREAMOUT and RTF writer.
2005-03-14 Phil KrylovAdded "generator" RTF destination handling.
2005-03-14 Phil KrylovAdded missing PFA_JUSTIFY definition.
2005-03-14 Alexandre JulliardAvoid accessing an uninitialized string in the failure...
2005-03-14 Alexandre JulliardGet rid of the remaining registry configuration parameters.
2005-03-14 Alexandre JulliardAvoid returning hardware messages if they have no chanc...
2005-03-14 Matthew MastracciImplement RegisterOCX.
2005-03-14 Dmitry TimoshkovDo not release capture before sending WM_NCDESTROY...
2005-03-14 Mike McCormackMove interface declarations to shobjidl.idl.
2005-03-14 Peter Berg... Assorted memleak fixes. Found on Michael Stefaniuc...
2005-03-14 Alexandre JulliardGet rid of the registry saving level hack.
2005-03-14 Ralf S. EngelschallFix incorrect random multicast MAC address creation.
2005-03-14 Ivan Leo PuotiUpdate ntdll.spec against current Microsoft build.
2005-03-14 Jacek CabanAdded implementation of ATLRegistrar.
2005-03-14 Evan DeaublTREEVIEW_DoSelectItem should not do any of the TVGN_FIR...
2005-03-14 Martin Fuchs- switch to correct shell desktop context menu
2005-03-14 C. Scott AnanianAdd tSTRING to the pathname production, so that you...
2005-03-14 C. Scott AnanianMove definition of 'tPATH' token up, so that '/', ...
2005-03-14 Eric Pouech- reorganisation of full chapter
2005-03-14 Joris HuizerA few memory checks avoiding memory leaks.
2005-03-14 Oliver StieberEncapsulate texture, surface encapsulated.
2005-03-14 Robert Shearman- RpcMgmtStopServerListen should not affect auto-listen...
2005-03-14 Jon GriffithsComment out a test that crashes on early versions.
2005-03-14 Jon GriffithsTests and small fix for PathMakePretty().
2005-03-14 Dimitrie O... Unicodification and typesafe interfaces.
2005-03-14 Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearm...
2005-03-14 Ivan Leo PuotiMake Rtl*Registry* functions case insensitive.
2005-03-14 Gerald PfeiferMake ME_ArrowLeft() return a value in every case.
2005-03-14 Martin FuchsFix function definitions for msvc build.
2005-03-14 Juan LangChange a fixme to a warn, and use W version of call.
2005-03-14 Ulrich CzekallaIf a zero index is passed to META_SELECTCLIPREGION...
2005-03-14 Dmitry TimoshkovSpecial case Win9x platforms in the desktop visibility...
2005-03-14 Juan LangFix a test to pass under XP.
2005-03-14 Dmitry TimoshkovFix some msg.c and win.c failures running on NT4 and XP.
2005-03-14 Steven EdwardsPorting fixes.
2005-03-14 Steven EdwardsCorrect CheckBitmapBits entry.
2005-03-14 Steven EdwardsLink mapi32 to ntdll.
2005-03-14 Alex Villacís... Add ECT to timezone list.
2005-03-14 Robert ReifPrivate property sets do not exist in early versions...
2005-03-14 Robert ReifAdd missing functionality.
2005-03-14 Peter Berg... Assorted memleak fixes. Found on Michael Stefaniuc...
2005-03-11 Alexandre JulliardReplace calloc() by HeapAlloc().
2005-03-11 Alexandre JulliardGet rid of version #ifdefs.
2005-03-11 Mike McCormackStgOpenStorage shouldn't open zero length storage files.
2005-03-11 Jonathan ErnstInternationalization.
2005-03-11 Alexandre JulliardGet rid of the Windows registry loading on startup...
2005-03-11 Thomas KhoAdded select_server() test that uses select() in servin...
2005-03-11 Peter Berg... Assorted memleak fixes. Found on Michael Stefaniuc...
2005-03-11 Jonathan ErnstAdd search field with find-as-you-type function.
2005-03-11 Dimitrie O... Use -isystem for system includes as they should be...
2005-03-11 Oliver StieberChange AddRef in queryInterface to IUnknown_AddRef.
2005-03-11 Krzysztof Foltman- EM_STREAMIN can now deal with undo in a reasonable...
2005-03-11 Robert Shearman- Rename apartment functions to become more object...
2005-03-11 Robert ShearmanAdd outer unknown support for typelib marshaler.
2005-03-10 Alexandre JulliardRelease 20050310. wine-20050310
2005-03-10 Juan LangFix a crash if the Mozilla ActiveX control doesn't...
2005-03-10 Juan LangFix the calling convention of DllCanUnloadNow.
2005-03-10 Juan LangFix a regression in AppSearch.
2005-03-10 Juan LangImplement MsiEnumRelatedProducts.
2005-03-10 Alexandre JulliardClear the internal paint flag in the server before...
2005-03-10 Dmitry TimoshkovImplement a test for the desktop visibility based on...
next