- switch to correct shell desktop context menu
[wine] / dlls /
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.
2005-03-07  Alexandre JulliardAdded a missing prototype.
2005-03-07  Ulrich CzekallaCreate a thread-specific selection window to make sure...
2005-03-07  Rein KlazesSupport execution of pif files.
2005-03-07  Alexandre JulliardAuthors: Justin Chevrier <jchevrier@nexicom.net>, Paul...
2005-03-07  Jacek Caban- Implemented GetRecordInfoFromTypeInfo and GetRecordIn...
2005-03-07  Alexandre JulliardMoved TranslateMessage and DispatchMessage to dlls...
2005-03-07  Alexandre JulliardSet SM_DBCSENABLED according to the current locale...
2005-03-07  Mike McCormackPort the RTF parser to the richedit 2.0 control.
2005-03-07  Robert ShearmanMake each ifproxy have its own channel buffer to fix...
2005-03-07  Dmitry TimoshkovAvoid unnecessary window locking in X11DRV_DestroyWindow.
2005-03-07  Dmitry Timoshkov- Call SetCursorPos for an injected mouse message only...
2005-03-07  Mike McCormackFix more incorrect uses of STGM_ enumerations.
2005-03-07  Eric PouechWhen initializing a live target, ask to load module...
2005-03-07  Matthew MastracciAdded surface locking.
2005-03-07  Alexandre JulliardRetry sending a WM_PAINT in update_now after we sent...
2005-03-07  Mike McCormackUse lstrcmpiA in preference to strcasecmp.
2005-03-07  Alexandre JulliardFixed DLL_PROCESS_DETACH handler to actually unregister...
2005-03-07  Eric PouechAdded support for minidump (read & write).
2005-03-07  Jason EdmeadesAdd stub for GetClassObject function.
2005-03-07  Matthew MastracciAdd DDCAPS_OVERLAY and DDCAPS_OVERLAYSTRETCH to GetCaps().
2005-03-07  Jason EdmeadesMake msvcrt printf use the internal routines which...
2005-03-07  Jason EdmeadesAdd stub for SetSecurityInfo.
2005-03-07  Krzysztof FoltmanAdded a check for empty scrollbar range.
2005-03-07  Vincent BéronMake wineoss's mixer know about DST_HEADPHONES, DST_LIN...
2005-03-07  Juan LangImplement StgCreatePropSetStg.
next