wine
2013-04-01  Piotr Cabanwininet: Store urlcache container prefix as ANSI string.
2013-04-01  Piotr Cabanwininet: Fixed memory leak in load_persistent_cookie.
2013-04-01  Piotr Cabanwininet: Do case-insensitive compare when looking for...
2013-04-01  Alexander Monakovwinex11.drv: Simplify test for pbuffer availability.
2013-04-01  Nikolay Sivovole32: Fix possible return of freed pointer (Coverity).
2013-04-01  Nikolay Sivovmsi: Free records on error paths (Coverity).
2013-04-01  Nikolay Sivovmscms: Free memory and handle on error path (Coverity).
2013-04-01  Nikolay Sivovcomctl32: Initialize id field for message data (Coverity).
2013-04-01  Dmitry Timoshkovwinspool.drv: Move loading of libcups out of the init...
2013-04-01  Łukasz Wojniłowiczpo: Update Polish translation.
2013-04-01  Andrew Talbotmsvcr90: void functions should not return a value.
2013-04-01  Andrew Talbotwinmm: Remove unneeded address-of operator from functio...
2013-04-01  Jacek Cabanjscript: Moved string buffer to separated struct from...
2013-04-01  Jacek Cabanjscript: Use helpers to access string buffer in string.c.
2013-04-01  Jacek Cabanjscript: Use helpers to access string buffers in jsrege...
2013-04-01  Jacek Cabansecur32: Disable SSL2 protocol in default settings.
2013-04-01  Jacek Cabansecur32: Pass enabled protocols to Mac Secure Transport.
2013-04-01  Jacek Cabansecur32: Pass enabled protocols to GnuTLS.
2013-04-01  Michael Stefaniucdplayx: Remove AddRef hacks for the parent DirectPlay...
2013-04-01  Michael Stefaniucdplayx: Add both ifaces to the DirectPlay object and...
2013-04-01  Michael Stefaniucdplayx: Use separate QueryInterface, AddRef and Release...
2013-04-01  Michael Stefaniucdplayx: Introduce impl_from_IDirectPlay4A().
2013-04-01  Michael Stefaniucdplayx: Assimilate the inherited methods into IDirectPl...
2013-04-01  Michael Stefaniucdplayx: Forward IDirectPlay::EnumGroups to ::EnumGroups...
2013-04-01  Michael Stefaniucdplayx: Forward IDirectPlay::EnumPlayers to ::EnumGroup...
2013-04-01  Michael Stefaniucdplayx: Forward IDirectPlay::Send to ::SendEx.
2013-04-01  Michael Stefaniucdplayx: Forward IDirectPlay::GetMessageCount to ::GetMe...
2013-04-01  Michael Stefaniucdplayx: Forward IDirectPlay::Open to ::SecureOpen.
2013-03-29  Alexandre JulliardRelease 1.5.27. wine-1.5.27
2013-03-29  Michael Stefaniucdplayx: Get rid of the useless IDirectPlay{2,3} vtables.
2013-03-29  Michael Stefaniucdplayx: Remove the duplicated IDirectPlayXImpl structs.
2013-03-29  Michael Stefaniucdplayx: Get rid of the unused DirectPlay3Data / DirectP...
2013-03-29  Michael Stefaniucdplayx/tests: Add DirectPlay COM tests.
2013-03-29  Michael Stefaniucdplayx/tests: Get rid of the LPDIRECTPLAY type usage.
2013-03-29  Michael Stefaniucdplayx/tests: Remove superfluous void pointer casts.
2013-03-29  Michael Stefaniucdplayx: Have the decency to support IUnknown in DirectPlay.
2013-03-29  Michael Stefaniucdplayx: Fix DllGetClassObject().
2013-03-29  Michael Stefaniucdplayx: Fix QueryInterface, AddRef and Release methods...
2013-03-29  Michael Stefaniucdplayx: Get rid of LPCLASSFACTORY and use a better...
2013-03-29  Jactry Zengmsvcrt: Added _wcsncoll and _wcsncoll_l implementation.
2013-03-29  C.W. Bettswinemac: Implement getting and setting screen saver...
2013-03-29  Ken Thomaseswinemac: Track drawn surface region to reduce black...
2013-03-29  Ken Thomaseswinemac: Draw surface region rects separately instead...
2013-03-29  Ken Thomaseswinemac: Invalidate window shadow on every draw for...
2013-03-29  Ken Thomaseswinemac: Add proper locking in macdrv_surface_set_region().
2013-03-28  Aric Stewartimm32/tests: Show behavior with VK_PROCESSKEY in relati...
2013-03-28  Aric Stewartuser32: ImmProcessKey is only called on WM_KEYDOWN...
2013-03-28  Huw Daviesuser32: Keep the combo listbox within the monitor's...
2013-03-28  Piotr Cabankernel32: Fixed copy-paste error in IdnToUnicode.
2013-03-28  Piotr Cabanmsvcrt: Move fread_s function to msvcrt.
2013-03-28  Piotr Cabanmsvcrt: Update spec file with functions added in newer...
2013-03-28  Jacek Cabansecur32: Take schannel backend capabilities into accoun...
2013-03-28  Huw Daviesuser32: Invalidate the listbox in LB_SETCOUNT.
2013-03-28  Alexandre Julliarduser32: Constify pointers that point to read-only file...
2013-03-28  Alexandre Julliarduser32: Add size checks when creating an icon from...
2013-03-28  Jacek Cabanjscript: Use helpers to access string buffer in some...
2013-03-28  Jacek Cabanjscript: Added jsstr_extract helper and use it in Strin...
2013-03-28  Dmitry Timoshkovole32: Fix an apartment reference count leak on error...
2013-03-28  Ken Thomaseswinemac: Don't override -[NSOpenGLContext clearDrawable...
2013-03-28  Ken Thomaseswinemac: Synthesize 8- and 16-bpp display modes if...
2013-03-28  Jacek Cabanlibwine: Added tid debug channel support on native...
2013-03-28  Jacek Cabanurlmon: Delay processing notifications from Read during...
2013-03-28  Hans Leidekkermshtml: Don't append slashes to opaque protocol identif...
2013-03-28  Hans Leidekkerurlmon: Fix handling of mailto URIs in CoInternetCombin...
2013-03-27  Jacek Cabanmshtml: Added IHTMLButtonElement::disabled tests.
2013-03-27  Jacek Cabanmshtml: Added IHTMLButtonElement::disabled implementation.
2013-03-27  Piotr Cabanmsvcr90: Don't forward set_se_translator to msvcrt.
2013-03-27  Piotr Cabanmsvcr90: Don't forward new and delete to msvcrt.
2013-03-27  Piotr Cabanmsvcrt: Sync spec files.
2013-03-27  Piotr Cabanmsvcrt: Don't forward _getpid to kernel32.
2013-03-27  Piotr Cabanmsvcrt: Added _wcstoul_l implementation.
2013-03-27  Piotr Cabanmsvcrt: Don't forward wcsncpy to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Don't forward towupper and towlower to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Don't forward strncpy to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Don't forward strncmp to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Don't forward strchr to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Don't forward memset to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Don't forward atoi to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Added _wtol_l implementation.
2013-03-27  Piotr Cabanmsvcrt: Don't forward _wtoi to ntdll.
2013-03-27  Piotr Cabanmsvcrt: Don't forward _wcsicmp to ntdll.
2013-03-27  Jacek Cabansecur32: Added SECPKG_ATTR_SUPPORTED_PROTOCOLS tests.
2013-03-27  Jacek Cabansecur32: Added SECPKG_ATTR_SUPPORTED_PROTOCOLS implemen...
2013-03-27  Jacek Cabansecur32: Added support for grbitEnabledProtocols in...
2013-03-27  Ken Thomaseswinemac: Set the ordering of color modes explicitly...
2013-03-27  Ken Thomaseswinemac: Use kCGLPFANoRecovery for accelerated pixel...
2013-03-27  Akihiro Sagawamsvcrt/tests: Add unicode fgetwc tests.
2013-03-27  Akihiro Sagawamsvcrt/tests: Add locale dependent fgetwc tests.
2013-03-27  Akihiro Sagawamsvcrt: Fix mbtowc_l in C locale.
2013-03-27  Alexandre Julliardinetcpl.cpl: Add a 256x256 icon.
2013-03-27  Alexandre Julliardappwiz.cpl: Add a 256x256 icon.
2013-03-27  Alexandre Julliardwordpad: Add a 256x256 icon.
2013-03-27  Alexandre Julliardwinhlp32: Add a 256x256 icon.
2013-03-27  Alexandre Julliardwinetest: Add a 256x256 icon.
2013-03-27  Alexandre Julliardwinemine: Add a 256x256 icon.
2013-03-27  Alexandre Julliardwinefile: Add a 256x256 icon.
2013-03-27  Alexandre Julliardwinecfg: Add a 256x256 icon.
2013-03-27  Alexandre Julliardtaskmgr: Add a 256x256 icon.
2013-03-27  Alexandre Julliardregedit: Add a 256x256 icon.
2013-03-27  Alexandre Julliardnotepad: Add a 256x256 icon.
next