- Unknown destinations are now correctly skipped (so loading an RTF
[wine] / dlls /
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  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  Dimitrie O. PaunCleanup 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  Alexandre JulliardAvoid accessing an uninitialized string in the failure...
2005-03-14  Matthew MastracciImplement RegisterOCX.
2005-03-14  Dmitry TimoshkovDo not release capture before sending WM_NCDESTROY...
2005-03-14  Peter Berg LarsenAssorted memleak fixes. Found on Michael Stefaniuc...
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  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. PaunUnicodification 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  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  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 EdwardsCorrect CheckBitmapBits entry.
2005-03-14  Steven EdwardsLink mapi32 to ntdll.
2005-03-14  Alex Villacís LassoAdd 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 LarsenAssorted memleak fixes. Found on Michael Stefaniuc...
2005-03-11  Alexandre JulliardReplace calloc() by HeapAlloc().
2005-03-11  Mike McCormackStgOpenStorage shouldn't open zero length storage files.
2005-03-11  Thomas KhoAdded select_server() test that uses select() in servin...
2005-03-11  Peter Berg LarsenAssorted memleak fixes. Found on Michael Stefaniuc...
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  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  Marcus MeissnerUse 512 byte buffer for buffer of LB_GETTEXT and CB_GET...
2005-03-10  Uwe BonnesTest for %Systemroot%.
2005-03-10  Phil KrylovImplemented GetScrollBarInfo() function and SBM_GETSCRO...
2005-03-10  Alexandre JulliardMerge the rest of the messaging code into dlls/user...
2005-03-10  Alexandre JulliardProperly cope with get_message being called recursively...
2005-03-10  Raphael Junqueira- XListInputDevices spec say that device list should...
2005-03-10  C. Scott AnanianAllow scanf to continue parsing format string after...
2005-03-10  Alexandre JulliardAllocate fonts and regions from the large heap too.
2005-03-10  Mike McCormackForward the RichEdit 1.0 control to the RichEdit 2...
2005-03-10  Juan Lang- make sure msihandle2msiinfo is correctly matched...
2005-03-10  Robert Shearman- Fully delete custom headers on connection opening.
2005-03-10  Alexander YaworskyCorrect incorrect use of arguments to QueryServiceConfi...
2005-03-10  Raphael Junqueira- implements WGL_ARB_render_texture support (no more...
2005-03-10  Paul VriensCheck always if destination surface is locked.
2005-03-09  Alexandre JulliardAdded WM_X11DRV_DELETE_WINDOW message to handle close...
2005-03-09  Krzysztof Foltman- Optimized repaint of the area below the text.
2005-03-09  Hans Leidekker- Implementation stubs for GenerateCopyFilePaths,
2005-03-09  Paul VriensCheck for NULL before touching src.
2005-03-09  Alexandre JulliardMoved SendInput and related functions to the USER drive...
2005-03-09  Michael JungBeginning of a shell namespace extension to browse...
2005-03-09  Phil KrylovChanged buffer size for EM_STREAMIN message to 4096...
2005-03-09  Maxime BellengéImplemented MIIM_BITMAP state.
2005-03-09  Alexandre JulliardMake the SwapMouseButton function and the SPI_SETMOUSEB...
2005-03-09  Krzysztof FoltmanThe meaning of the rewrap flag got inverted (MEPF_REWRA...
2005-03-09  Raphael JunqueiraAvoid ConvertToGlobalHandle calls.
2005-03-09  Mike McCormackShared reading of storage files requires STGM_TRANSACTED.
2005-03-09  Gabriel Buades RubioWhen sending multi-line boxes to console throgh WineCon...
2005-03-09  Jacek CabanMore implementation of IRecordInfo.
2005-03-08  Alexandre JulliardProcess only pending expose events during RDW_UPDATENOW...
2005-03-08  Alexandre JulliardTake into account the event mask passed to MsgWaitForMu...
2005-03-08  Krzysztof Foltman- specialized handler for SF_TEXT (ANSI or Unicode...
2005-03-08  Krzysztof Foltman- Single quotes are now handled properly (previously...
2005-03-08  Hans Leidekker- Implement TranslateBitmapBits.
2005-03-08  Maxime Bellengé- Fix unmovable windows if the window style is set...
2005-03-08  Alexandre JulliardMake sure to always pass valid QS_* flags to
2005-03-08  Dimitrie O. PaunAdd support for .exe's with exported functions.
2005-03-08  Alexandre JulliardAdded support for iso8859-16 charset.
2005-03-08  Aric StewartImplement EM_GETOLEINTERFACE.
2005-03-08  Ulrich CzekallaAllocate space for terminating null.
2005-03-08  Krzysztof FoltmanOld font management replaced by the cache-based one...
2005-03-08  Francois GougetAdd a comment explaining why CDLGetLongPathName[AW...
2005-03-08  Ulrich CzekallaFix a memory leak.
next