Fix some gcc 4.0 warnings.
[wine] / dlls /
2005-08-22  Mike McCormackFix some gcc 4.0 warnings.
2005-08-22  Jacek Caban- Added OnAmbientPropertyChange implementation.
2005-08-22  Mike McCormackImplement IXMLDOMNode::hasChildNode().
2005-08-22  Mike McCormackForward IXMLDOMDocument methods to contained node.
2005-08-22  Mike McCormackForward IXMLDOMElement methods derived from IXMLDOMNode...
2005-08-22  Phil KrylovFixed InterLocked* function definitions for non-x86...
2005-08-22  Jacek CabanUse pibc argument of IPersistMoniker::Load.
2005-08-22  Walt OgburnAdd tests for olefont size functions & conversions.
2005-08-22  Walt OgburnWhen applying logical / himetric ratio to olefont sizes...
2005-08-22  Saulius KrasuckasDon't dereference a NULL visual pointer.
2005-08-22  Jacek CabanAlways add gecko directory to the path before loading...
2005-08-22  Stefan LeichterPrint something useful in trace and fixme.
2005-08-22  Christian CostaProperly allocate/release memory when adding filters...
2005-08-22  Maxime BellengéFix regression in color keying with RGB mask.
2005-08-22  Michael KaufmannHandle WM_GETFONT and WM_SETFONT.
2005-08-22  Robert ReifFix mixer detection for multiple sound cards.
2005-08-22  Phil KrylovAdded common keyboard shortcuts for Select All, Undo...
2005-08-22  Mike McCormack- return a precomputed result for a NULL string
2005-08-22  Kevin KoltzauFix 'cast from pointer to integer of different size...
2005-08-22  Kevin KoltzauRemove 'cast from pointer to integer of different size...
2005-08-22  Glenn WursterStart to add some tests for basic palette operations.
2005-08-22  Hans LeidekkerImplement ldap_modrdn* functions.
2005-08-22  Jacek CabanFix RegisterWindowMessage declaration and improve debug...
2005-08-22  Mike McCormack- build a standard Wine list of components instead...
2005-08-22  Saulius KrasuckasMake file operations succeed on Win9x too.
2005-08-22  Todd MokrosFix a focus stealing bug introduced by the managed...
2005-08-22  Oliver StieberTidy up some formatting, improve error handling and...
2005-08-19  Marcus MeissnerProtect GlobalAddAtomA string handling by exception...
2005-08-19  Mike McCormackImplement the IXMLDOMNodeList interface for
2005-08-19  Michael JungAdded stubbed implementation of IPersistPropertyBag...
2005-08-19  Felix NawothnigFix GetDIBits to retrieve RGB 555 as 16bit BI_RGB and...
2005-08-19  Frank RichterFix wrong structure size check in GetScrollBarInfo().
2005-08-19  Frank RichterForward WM_DESTROY to superclass in edit & listbox...
2005-08-19  Frank RichterMerge subclass stubs and subclass proc. Having the...
2005-08-19  Mike McCormackForward some IXMLDOMDocument methods to the implemenati...
2005-08-19  Mike McCormackImplement parentNode, firstChild, lastChild, previousSi...
2005-08-19  Rémi AssaillyRemoved mcianim.
2005-08-19  Alexandre JulliardRemoved a few internal functions that are no longer...
2005-08-19  Frank RichterAdd theming support for dialogs (to support tab page...
2005-08-19  Oliver StieberIntegrate hardware vertex shaders into the drawing...
2005-08-19  Mike McCormackFix gcc 4.0 warnings.
2005-08-19  Mike McCormackUse a single function to create all IXMLDOMNode impleme...
2005-08-19  Mike McCormackStore the component information in a standard Wine...
2005-08-19  Jason EdmeadesHandle context menu->refresh, and F5 to initiate a...
2005-08-19  Jason Edmeades_swab failed if src == dest, plus some testcases.
2005-08-19  Jason EdmeadesAdd the time to the file display dialog modified column.
2005-08-19  Michael JungImplemented IPersist::GetClassID.
2005-08-19  Huw DaviesSimplify ExtTextOut a bit. Should be a nop.
2005-08-19  Gerald PfeiferEnable SCSI_getprocentry() on non-Linux platforms which...
2005-08-19  Huw DaviesCope better with mixed charset fonts.
2005-08-19  Aric StewartIn AtlModuleInit do not call initialization procedures...
2005-08-19  Mike McCormackMake sure a cursor is always returned if one exists.
2005-08-18  Alexandre JulliardAdded a stub for NtAlertResumeThread.
2005-08-18  Frank RichterAdd theming for listbox (and combo listbox) controls.
2005-08-18  Mike McCormackFix pointer type warnings.
2005-08-18  Oliver StieberPass all the d3d9 calls onto their wined3d equivalents.
2005-08-18  Alexandre JulliardAdded missing ntdll imports.
2005-08-18  Ivan Leo PuotiImplement FSCTL_PIPE_DISCONNECT in NtFsControlFile...
2005-08-18  Felix NawothnigMake string elements of MCI_OPEN_PARMS const to match...
2005-08-18  Mike McCormackFix uninitialized variable warnings emitted by gcc...
2005-08-18  Saulius KrasuckasTest passing NULL source to WideCharToMultiByte.
2005-08-18  Jacek Caban- Added IOleCommandTerget interface to the test.
2005-08-18  Vitaliy MargolenAdd trace to IOCTL_CDROM_RAW_READ.
2005-08-18  Frank RichterOnly draw a themed border when edit control has WS_EX_C...
2005-08-18  Mike McCormackMake each IXMLDOMNode interface represent one libxml2...
2005-08-18  Francois GougetTest "%l" and "%L". At the same time this tests alterna...
2005-08-17  Alexandre JulliardRemoved a few more unnecessary import libraries.
2005-08-17  Alexandre JulliardMake all the DriverProc entry points private.
2005-08-17  Rémi AssaillyMoved mciseq to the top-level dlls directory.
2005-08-17  Oliver StieberCopy the parser and cross compiler from d3d8 and update...
2005-08-17  Mike McCormackgcc 4.0 warning fixes.
2005-08-17  Oliver StieberAdd support for vertex shader constants to the stateblock.
2005-08-17  Francois GougetAssorted spelling fixes.
2005-08-17  Oliver StieberTidy up vertex shaders and bring the current code inlin...
2005-08-17  Saulius KrasuckasCorrect failing test and transform it into a bunch...
2005-08-17  Francois GougetFix a couple of MSVC signed/unsigned warnings.
2005-08-17  Francois GougetFix ShellExecute("\"foo.doc\"") for Internet Explorer 6.
2005-08-17  Mike McCormackFix a search and replace mishap.
2005-08-17  Christian CostaTake RGB mask into account when doing color keying.
2005-08-17  Kai BlinAdd NTLM security provider dummy.
2005-08-17  Christian CostaAdd stubbed IGraphConfig interface to the filtergraph.
2005-08-17  Christian CostaFix rendering of paletted video stream.
2005-08-16  Frank RichterAdd theming for combo boxes.
2005-08-16  Francois GougetDynamically load StrRetToBufW(). This lets shell32_test...
2005-08-16  Francois GougetVerify the parameters received by the child process...
2005-08-16  Alexandre JulliardThere is a registry key for the service pack version...
2005-08-16  Mike McCormackgcc 4.0 warning fixes.
2005-08-16  Francois GougetDeclare PNTSTATUS in lmaccess.h and ntsecapi.h to match...
2005-08-16  Francois GougetUse LPSTORAGE to better match the PSDK.
2005-08-16  Dmitry TimoshkovReport swap file total/free sizes to be the same as...
2005-08-16  Michael JungRemove "initguid.h" include from shellpath test.
2005-08-16  Jacek CabanFix protocol test on 9x.
2005-08-16  Ivan Leo PuotiImprove NtCreateNamedPipe trace.
2005-08-16  Aric StewartFixed a memory overflow and leak identified by Mike...
2005-08-16  Frank RichterChange CB_GETCOMBOBOX to return STATE_SYSTEM_PRESSED in
2005-08-16  Saulius KrasuckasMove repetitive code to two helper functions.
2005-08-16  Alexandre JulliardFetch the version information from the standard Windows...
2005-08-16  Juan LangRemove a test that fails under WinME. Reported and...
2005-08-16  Juan LangFix uninitialized pointer in builtin providers. Report...
2005-08-16  Ivan Leo PuotiNtCreateNamedPipeFile is no longer a stub, so fix TRACE...
next