Implement SS_CENTERIMAGE for static control.
[wine] / dlls /
2004-12-17  Robert ShearmanImplement SS_CENTERIMAGE for static control.
2004-12-17  Robert Shearman- Add code for hot tracking.
2004-12-17  Robert Shearman- Implement WM_ENABLE handler to update cached control...
2004-12-17  Dmitry TimoshkovAdd a mouse input test case, make the test pass under...
2004-12-16  Ivan Leo PuotiBetter EXE version check in VERSION_GetLinkedDllVersion.
2004-12-16  Alexandre JulliardAdded a few functions that are now implemented.
2004-12-16  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-16  Juan LangIn Netbios(),
2004-12-16  Stefan LeichterFixed tests of GetFileVersionInfoSizeA for win2k3.
2004-12-16  Aric StewartLet negative number be parsed correctly. Needed for...
2004-12-16  Vitaly LipatovAdd ScreenX, ScreenY, ColorBits installer properties.
2004-12-16  Vitaly LipatovAdd description for MsiGetMode, MSIRUNMODE constants.
2004-12-16  Christian CostaMany fixes to the system clock implementation.
2004-12-16  Ge van GeldorpAllocate correct amount of memory.
2004-12-15  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-15  Alexandre JulliardIt makes no sense to export the dll entry point as...
2004-12-15  Stefan LeichterFixed tests of GetAcceptLanguagesA for win98.
2004-12-15  Jon GriffithsUse the A version of calls when passing ASCII strings.
2004-12-15  Jon GriffithsInclude shlwapi.h to get prototypes, and correct 2...
2004-12-15  Jon GriffithsDocumentation fixes.
2004-12-15  Rein KlazesA starting process must obey the STARTF_USESTDHANDLES...
2004-12-15  Dmitry TimoshkovAdd Russian translations.
2004-12-14  Alexandre JulliardGenerate stub entries on the fly for missing entry...
2004-12-14  Ken BelleauImplemented EnumCalendarInfo(A/W/ExA/ExW).
2004-12-14  Robert Shearman- Add documentation to several functions.
2004-12-14  Robert ShearmanRemove unneeded includes and the unused COMPOBJ_hInstan...
2004-12-14  James HawkinsMinor documentation addition.
2004-12-14  James HawkinsCleanup some documentation.
2004-12-14  Robert ShearmanUse OBJREF on the wire for generic marshaling functions.
2004-12-14  Juan LangImplement _popen and _pclose, and use debugstr_a to...
2004-12-14  Juan LangUse debugstr_a to avoid crash tracing long command...
2004-12-14  Juan Lang- make file functions (mostly) thread-safe
2004-12-14  Jason EdmeadesAdd Clear, Present and EndScene support and fix a bug...
2004-12-14  Robert ReifFix a typo that didn't allow pcm to mulaw conversions.
2004-12-14  Robert ShearmanImplement RPC_E_DISCONNECTED in proxies.
2004-12-14  Francois GougetAdd trailing '\n's to ok() calls.
2004-12-14  Michael StefaniucMissing HeapFree's + 1 LocalFree (found by smatch).
2004-12-14  Robert ShearmanFixed incorrect unsigned test.
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-13  Robert ShearmanImplement NtQueryTimer.
2004-12-13  Jason EdmeadesAdd {G,S}etRenderState and {G,S}etTextureStageState...
2004-12-13  Robert ReifMake the PCM conversion routines of msacm produce ident...
2004-12-13  Hans LeidekkerFix compilation with GCC 4.
2004-12-13  Michael JungImplemented CPSignHash and CPVerifySignature.
2004-12-13  Hans LeidekkerTest and implement SetColorProfileElement.
2004-12-13  Juan Lang- use Heap functions rather than libc for mem allocation
2004-12-13  Gerald PfeiferUse proper type for fourth parameter to VerQueryValueW().
2004-12-13  Christian CostaHandle device class in DX8 enumeration (found by Robert...
2004-12-13  Huw DaviesFix always false test. Spotted by Eric Pouech.
2004-12-13  Eric PouechFixed copy&paste error.
2004-12-13  Eric PouechFixed array index overflow.
2004-12-10  Jon GriffithsImplement the remaining MRU functions, fix a couple...
2004-12-10  Rein Klazes- implement __pioinfo, __badioinfo and _adjust_fdiv
2004-12-10  Michael StefaniucAdd missing HeapFree's (found by smatch).
2004-12-09  Alexandre JulliardAdded some sanity checks on window dimensions.
2004-12-09  Alexandre JulliardFixed read_directory_getdents for large directories...
2004-12-09  Alexander YaworskyCheck service database name in OpenSCManager().
2004-12-09  Juan Lang- implement _dup, _dup2, and _pipe
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-12-09  Alexandre JulliardMerged system metrics support into sysparams.c, and...
2004-12-09  James HawkinsProperly implement DllCanUnloadNow ref counting.
2004-12-09  José Manuel Ferrer... Added some Spanish translations.
2004-12-09  Alexandre JulliardRemove a few no longer needed 16-bit exports from gdi32.
2004-12-09  Alexandre JulliardUse an escape mechanism similar to the x11drv one to...
2004-12-09  Jason EdmeadesAdd {G,S}etIndices, {G,S}Viewport and enable the basic...
2004-12-09  Klemens FriedlMore Windows-like About dialog.
2004-12-09  Walt OgburnAdded some tests for win-format metafiles.
2004-12-09  Christian CostaInitialize the hkey member when creating the propery...
2004-12-09  Huw DaviesRemove the remaining dependencies on internal structure...
2004-12-08  Alexandre JulliardRevert previous change since it causes a crash in deskt...
2004-12-08  Rein KlazesGetUpdateRect can be called with a NULL rect.
2004-12-08  Mike McCormackStub implementation for GetLastInputInfo.
2004-12-08  Thomas WeidenmüllerFree allocated font handles when control is destroyed.
2004-12-08  Christian CostaAllocate the proper size for the SystemClock object.
2004-12-08  Huw DaviesGetTypeAttr should deep copy the typedesc.
2004-12-08  Alexandre JulliardMoved private USER definitions to a new user_private...
2004-12-08  Robert Shearman- Make the wine_marshal_id structure more like the...
2004-12-08  Huw DaviesFix return value of GetVarIndexOfMemId.
2004-12-08  Alexandre JulliardMoved some more 16-bit USER functions to the correspond...
2004-12-08  Alexandre JulliardMoved palette functions to user_main.c and removed
2004-12-08  Gerald PfeiferAvoid a warning on FreeBSD.
2004-12-08  Mike McCormackStub implementations for Lsa(Store/Retrieve)PrivateData.
2004-12-08  Alexander YaworskyNotify StartService when service control dispatcher...
2004-12-08  Robert ShearmanMake the DECIMAL_SETZERO macro take a DECIMAL instead...
2004-12-08  Ge van GeldorpMatch PSDK definitions for LPCWAVEFORMATEX.
2004-12-08  Stefan LeichterFixed tests of GetAcceptLanguagesA for win9x/ME.
2004-12-08  Juan LangConvert some registry calls from A to W.
2004-12-08  Jacek Caban- Implemented CreateAsyncBindCtx.
2004-12-08  Michael JungFixed linking issues.
2004-12-08  Dmitry TimoshkovIndicate that support for HCBT_SYSCOMMAND hooks is...
2004-12-07  Alexandre JulliardAdded a bunch of tests for various behaviors of RedrawW...
2004-12-07  Alexandre JulliardMoved update region handling to the server.
2004-12-07  Juan LangFlush file in fputc when character is '\n'.
2004-12-07  Mike HearnRename the STUBMGR thread to more accurately reflect...
2004-12-07  Huw DaviesRemove Invoke's dependence on the internal TLBFuncDesc...
2004-12-07  Robert ShearmanImplement handle tables and add tests for them.
2004-12-07  Hans LeidekkerMove ICC profile handling into its own file.
2004-12-07  Robert ShearmanClean up devenum and properly implement DllCanUnloadNow...
2004-12-07  Alexandre JulliardFixed compile error.
2004-12-07  Jason EdmeadesAdd BaseTexture class support, call from d3d9.
next