wine
2004-08-16  Robert ShearmanFix potential race in IPinImpl_ConnectedTo.
2004-08-16  Alexandre JulliardMake sure we check for egrep before we use it.
2004-08-16  Andreas MohrMove some OpenGL defines from the private wgl.h header...
2004-08-16  Christian CostaAdded handling of 'idx1' (index) chunk.
2004-08-16  David KredbaAdded Czech resources.
2004-08-16  Ulrich CzekallaBottom of button should be rbox.top + checkBoxHeight.
2004-08-16  Mike McCormackDefine new propsheet messages.
2004-08-16  Robert ReifDelete buffer array when releasing last buffer.
2004-08-16  Robert ReifAllow proper release while capturing.
2004-08-16  Gerald PfeiferFix incorrect sizeof in RtlCreateSecurityDescriptor().
2004-08-16  Mike McCormackAdd some stub declarations.
2004-08-16  Tom WicklineRemove rewind section due to lack of updates.
2004-08-16  Rein KlazesFix a crash saving a file without file name extension...
2004-08-16  Mike McCormackClean up messy comment in SHFileOperation.
2004-08-16  Zach GormanPropsheet pages need WS_EX_CONTROLPARENT style.
2004-08-16  Steven EdwardsAdded stubs for LcidToRfc1766[A/W].
2004-08-16  Christian CostaFixed a bug that made the connection possible whereas...
2004-08-16  Aric Stewartdevguid.h defines device class GUIDs used in device...
2004-08-16  Aric StewartAdd some GUIDs from the win2k DDK that are used for...
2004-08-16  Mike McCormackMove declaration of LSA* structs to ntsecapi.h.
2004-08-16  Francois GougetAdd the CCHILDREN_TITLEBAR+1 and NUM_POINTS macros.
2004-08-14  Alexandre JulliardRelease 20040813. wine-20040813
2004-08-14  Markus AmslerAdd DOS editing key support in BUFFERED INPUT.
2004-08-14  Alexandre JulliardWM_NEXTDLGCTL should not change the default button...
2004-08-14  Jacek CabanTranslation update.
2004-08-14  Jacek CabanFix a bug in passing parameters to CFn_WMInitDialog...
2004-08-14  Francois GougetAvoid annoying 'macro redefinition' warnings by defining
2004-08-13  Francois GougetFix the PSID and PSECURITY_DESCRIPTOR types.
2004-08-13  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-13  Robert ReifMore WAVEOUTCAPSW tests.
2004-08-13  Francois GougetThe Windows headers don't define PEXCEPTION_REGISTRATIO...
2004-08-13  Mike McCormackImplement SetThreadToken using NtSetInformationThread.
2004-08-13  Francois GougetFix compilation of the wininet generated tests with...
2004-08-13  Francois GougetThe Windows headers support for NONAMELESSUNION and...
2004-08-13  Christian CostaAdded missing initialization of the filesource output...
2004-08-13  Huw DaviesIf a device doesn't support device bitmaps, then store...
2004-08-13  Jacek CabanAdded Polish translation.
2004-08-13  Huw DaviesFix first parameter of GetDefaultPrinterA|W.
2004-08-13  Robert ReifAdd WAVE_FORMAT_EXTENSIBLE.
2004-08-13  Huw DaviesSync with dibsection in SetDIBitsToDevice.
2004-08-13  Robert ReifFix BSD build.
2004-08-13  Francois GougetThe Windows headers don't define the DRV_QUERYDEVICEINT...
2004-08-13  Francois GougetRename ResourceHandle to Reserved in the IMAGE_RESOURCE...
2004-08-13  James HawkinsIf the pszProvName param of CryptEnumProviders is too...
2004-08-13  Jon GriffithsMake pattern brush data const.
2004-08-13  Robert ReifMore dsound tests error message cleanups.
2004-08-13  Robert ReifBetter mmap failure error message.
2004-08-13  Alexandre JulliardMoved ICOM_THIS_MULTI definition out of objbase.h and...
2004-08-13  Alexandre JulliardWe don't need the shared heap on non-i386 platforms.
2004-08-13  Robert ReifUse GlobalMemoryStatusEx in GlobalMemoryStatus rather...
2004-08-13  Markus AmslerMake FINDFIRST working with /.
2004-08-13  Marcus MeissnerIf the current menu handle is already set, do not set...
2004-08-13  Markus AmslerMake environment variables uppercase.
2004-08-13  Steven EdwardsImplemented DllRegisterServer and DllUnregisterServer.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Aric StewartAdded some more needed structs and constants.
2004-08-12  Jacek CabanImplemented IsOS function.
2004-08-12  Thomas WeidenmüllerCorrect tooltips behavior.
2004-08-12  Aric StewartAdded 2 more bus types.
2004-08-12  Huw DaviesRepect the width of both the src and dst when calculati...
2004-08-12  Emmanuel MaillardDefine -install_name for dynamics libraries to prevent...
2004-08-12  Mike McCormackPrevent listview from crashing when a null sort functio...
2004-08-12  Robert ReifSpeed up mixing and unmixing by moving sample size...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_DEFINE macro.
2004-08-12  Robert ReifStart cleaning up error messages.
2004-08-12  Alexandre JulliardAutomatically disable 16-bit support in the PE build.
2004-08-12  Tom WicklineUse builtin msi.dll.
2004-08-12  James HawkinsAdded tests for CryptEnumProviders.
2004-08-12  James HawkinsCleanup A->W cross call in CryptEnumProviders.
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-08-11  Tom WicklineUpdate the dlls section.
2004-08-11  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs.
2004-08-11  Filip NavaraDon't update infoPtr->dwStyle in LISTVIEW_WindowProc...
2004-08-11  Francois GougetRemove LPFILESYSTEMBINDDATA as it's not defined in...
2004-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-08-11  Francois GougetDon't define __WINE_USE_MSVCRT in the Visual C++ projec...
2004-08-11  Francois GougetAdd some missing definitions to mmreg.h.
2004-08-11  Francois GougetDon't include wine/debug.h when compiling on Windows.
2004-08-11  Huw DaviesDon't try to rotate bitmap fonts.
2004-08-11  Dmitry Timoshkov- add stubbed support for IEnumScript interface
2004-08-11  Henning GerhardtProgram Files directory should not be in windows directory.
2004-08-11  Francois GougetReplace strcasecmp() with lstrcmpiA() to help compilati...
2004-08-11  Huw DaviesFix maskblt to work with any set of rops and to also...
2004-08-11  Huw DaviesEver since win98 pattern brushes have been able to...
2004-08-11  Francois GougetDefine _WIN32_WINNT otherwise we are missing some defin...
2004-08-11  Robert ReifOnly print out verbose information when in interactive...
2004-08-11  Robert ReifOnly printout information when in interactive mode.
2004-08-11  Huw DaviesDon't ever return a bitmap font if the driver can't...
2004-08-11  Robert ReifOnly copy number of bytes specified up to size of DevCa...
2004-08-11  Steven EdwardsImplemented AtlModuleTerm.
2004-08-11  Robert ReifFixed a bug where freqAdjust was not being updated...
2004-08-11  Mike McCormackAdded a test for stat'ing a memory based storage file.
2004-08-10  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-10  Ulrich CzekallaAvoid holding x11drv lock while calling function that...
2004-08-10  Ulrich CzekallaHandle EINTR when polling.
2004-08-10  Huw DaviesWe don't currently support horizontal stretching of...
2004-08-10  Mike McCormackstat on memory storage should return a NULL name, not "".
2004-08-10  Mike McCormackFix the processing of the lpszHeaders field in HttpSend...
next