Added some sanity checks on window dimensions.
[wine] / dlls /
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.
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.
2004-12-06  Jean-Michel DaultAdded another Canadian keyboard layout.
2004-12-06  Alexandre JulliardFixed a leak in getsockname.
2004-12-06  Alexandre JulliardUse a direct getdents syscall on Linux to avoid relying on
2004-12-06  Dmitry TimoshkovShowWindow activates only a being maximized child windo...
2004-12-06  Dmitry TimoshkovAvoid crashes in ddraw.dll when loading it without...
2004-12-06  Mike McCormackStub implementation for SetupDiOpenDeviceInterface.
2004-12-06  Ulrich CzekallaSet the out buffer count to zero on read error.
2004-12-06  Mike McCormackFix transposition of 4 byte values when reading in...
2004-12-06  Mike McCormackStub implementations for DecryptFile, EncryptFile and
2004-12-06  Eric KohlDrawStatusText() must not process prefix characters.
2004-12-06  Juan LangSet st_mode bits in _fstati64.
2004-12-06  Christian CostaS/W vshader fixes (spotted by Eric Pouech).
2004-12-06  Filip NavaraDon't try to free pointer from union that isn't used.
2004-12-06  Juan Langmsvcrt_spawn should free STARTUPINFOA's lpReserved2...
2004-12-06  Robert NorthSet the values WTInfoA returns from screen size for...
2004-12-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-12-06  Christian CostaBetter handling of errors in RenderFile.
2004-12-06  Stefan LeichterFix missing imports of the test program on NT4.
2004-12-06  Robert ReifAlways create a property set for secondary buffers.
2004-12-06  James HawkinsRemove c++-style comment.
2004-12-06  Mike McCormackMake sure to insert the proxy authentication header...
2004-12-06  Stewart AllenAdded SAST (South African Standard Time), corrected...
2004-12-06  Dmitry TimoshkovPerform host name initialization if computer name can...
2004-12-06  Michael JungAdded a missing break in encrypt_block_impl.
2004-12-06  Alexander YaworskyImplemented SetServiceStatus, QueryServiceStatus.
2004-12-06  James HawkinsOnly call test_set_provider_ex() once.
2004-12-06  Juan LangRevert shell32 version to Win2K SP4 level.
2004-12-02  Huw DaviesAllocate the TYPEATTR rather than copying it.
2004-12-02  Alexander YaworskyBasic implementation of service control dispatcher.
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2004-12-02  Eric KohlImplement SetupDiBuildClassInfoList(ExW),
2004-12-02  Eric Pouech- moved event, semaphore, mutex implementation from...
2004-12-02  James HawkinsFix cabextract memory leak.
2004-12-01  Dmitry TimoshkovAlways create a suspended thread in CreateThread and...
2004-12-01  Michael JungMoved code specific to CPGenKey, CPDeriveKey or CPImpor...
2004-12-01  Robert Shearman- Add some function declarations to objbase.h.
2004-12-01  Filip Navara- Check the return value from *_GETNUMDEVS message...
2004-12-01  Alexander YaworskyIntroduced service thread.
2004-12-01  Bill MedlandIf the buffer is no longer static the names should...
2004-12-01  Mike McCormackAdded a stub implementation for GetCurrentHwProfileW.
2004-12-01  Ulrich CzekallaPrevent the animation thread from waiting on itself...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-30  Jacek Caban- Added stub implementation of IInternetZoneManager...
next