wine
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  Thomas WeidenmuellerMessageBoxIndirectA() should check whether the MB_USERI...
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  Piotr CabanFixed display bug.
2004-12-14  Francois GougetRemove references to ./configure and Makefile.in files.
2004-12-14  Francois GougetAdd trailing '\n's to ok() calls.
2004-12-14  Francois GougetUse '=' instead of '==' in /bin/sh scripts to avoid...
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  Eric Pouech- added support plug-in DLLs for winhelp
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  Dmitry TimoshkovAdd my name to the fonts copyright string.
2004-12-13  Christian CostaHandle device class in DX8 enumeration (found by Robert...
2004-12-13  Jacek CabanAdded CMultiLanguage and AMMultiMediaStream coclass...
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-13  Michael JungFixed compilation with perl 5.8.
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... 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  Jon GriffithsParam descriptions can be >1 lines.
2004-12-08  Jon GriffithsUnicode fixes.
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  Paul MillarCheck for features missing in mingw environment, allowi...
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  Alexandre JulliardRemoved an unused function.
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.
2004-12-07  Filip Navara- Don't use DrawEdge with NULL device context, it's...
2004-12-07  Alexander YaworskyImplemented RegisterServiceCtrlHandler, ControlService.
2004-12-07  Tomas VanekFixed no memory condition test in IDirectSoundImpl_Create.
2004-12-07  Juan LangUse W calls rather than A in CreatePipe.
2004-12-07  Christian CostaFixed enumeration of joysticks in DX8.
2004-12-07  Huw DaviesGetFuncIndexOfMemId should respect invkind and return
2004-12-06  Alexandre JulliardAuthors: Eric Pouech <pouech-eric@wanadoo.fr>, Filip...
2004-12-06  Eric PouechAnother round of const correctness fixes.
2004-12-06  Ivan Leo PuotiRegister the IME class when imm32.dll is loaded.
2004-12-06  Stefan LeichterFix missing imports on NT4.
2004-12-06  Robert ReifReturn the actual device interface name.
next