wine
2012-01-11  Nikolay Sivovshell32: Avoid casts when creating item menu.
2012-01-11  Nikolay Sivovshell32: Avoid pointer casts when background menu is...
2012-01-11  Nikolay Sivovshell32: Update to IContextMenu3.
2012-01-11  Nikolay Sivovshell32: Use shared IUnknown implementation for both...
2012-01-11  Nikolay Sivovshell32: Get rid of menu enabling helper.
2012-01-11  Nikolay Sivovshell32: Merge menu implementations together.
2012-01-11  Austin Englishwine.inf: Add Tcpip/Winsock/Winsock2 service registry...
2012-01-11  Nikolay Sivovmsxml3: Try mshtml container url as a base for relative...
2012-01-11  André Hentschelxcopy: Fix a typo.
2012-01-11  André Hentschelwinex11.drv: No need for WINE_ prefixed debug output...
2012-01-11  André Hentscheluser32: No need for WINE_ prefixed debug output macro.
2012-01-11  André Hentschelole32: No need for WINE_ prefixed debug output macro.
2012-01-11  André Hentschelntdll: No need for WINE_ prefixed debug output macro.
2012-01-11  André Hentschelkernel32: No need for WINE_ prefixed debug output macros.
2012-01-11  Henri Verbeetwined3d: Get rid of the WINED3DTEXTUREADDRESS typedef.
2012-01-11  Henri Verbeetwined3d: Get rid of the WINED3DTEXTUREOP typedef.
2012-01-11  Henri Verbeetd3d9: Don't expose wined3d internal flags to the applic...
2012-01-11  Henri Verbeetd3d8: Don't expose wined3d internal flags to the applic...
2012-01-11  Henri Verbeetwined3d: Set SFLAG_PIN_SYSMEM when the application...
2012-01-10  Alexandre Julliardwinex11: Store the XRender format in the bitmap structure.
2012-01-10  Alexandre Julliardwinex11: Avoid some references to the X11 device from...
2012-01-10  Alexandre Julliardwinex11: Create XRender colors from the original COLORR...
2012-01-10  Alexandre Julliardwinex11: Remove the global XRender installed flag.
2012-01-10  Alexandre Julliardwinex11: Get rid of the DIB section support.
2012-01-10  Alexandre Julliardwinex11: Avoid using DIB functions to create the dither...
2012-01-10  Alexandre Julliardwinex11: Move the clipboard DIB creation functions...
2012-01-10  Piotr Cabanmsvcp60: Fix errors related to name demangling.
2012-01-10  Piotr Cabanmsvcp: Sync spec files.
2012-01-10  Piotr Cabanmsvcp90: Fix errors related to name demangling.
2012-01-10  Hans Leidekkermsi: Don't try to ready media for files from a previous...
2012-01-10  Hans Leidekkermsi: Downgrade an error.
2012-01-10  Hans Leidekkermsi: Fix detection of installed global assemblies.
2012-01-10  Hans Leidekkerfusion/tests: Add a test for IAssemblyCache::QueryAssem...
2012-01-10  Nikolay Sivovshell32: Merge ShellView menu implementations into...
2012-01-10  Nikolay Sivovshell32: Get rid of rename helper.
2012-01-10  Nikolay Sivovshell32: Remove menu insertion helper.
2012-01-10  Jörg Höhlemmdevapi/tests: Fix some test failures on native.
2012-01-10  Jacek Cabanmshtml: Open document in a new window in IHlinkTarget...
2012-01-10  Jacek Cabanjscript: Fixed continue inside for..in statement.
2012-01-10  Nikolay Sivovmsxml3: Debug output support for VT_ERROR.
2012-01-10  Dmitry Timoshkovmsvcrt: Add some tests for strftime/wcsftime.
2012-01-10  André Hentscheldbghelp: No need for WINE_ prefixed ERR.
2012-01-10  André Hentschelsetupapi: Add stub for CM_Get_DevNode_Registry_Property...
2012-01-10  Aric Stewartusp10: Better handle cases in single line edit controls...
2012-01-10  Alexandre Julliardgdi32: Get rid of the CreateDIBSection driver entry...
2012-01-10  Alexandre Julliardgdi32: Use the bitmap part of the DIBSECTION structure...
2012-01-10  Alexandre Julliardgdi32: Always store a DIBSECTION structure in the bitma...
2012-01-10  Alexandre Julliardgdi32: Get rid of the get_bitmap_funcs function.
2012-01-10  Alexandre Julliardgdi32: Use the bpp info from the bitmap structure now...
2012-01-10  Alexandre Julliardgdi32: Simplify CreateDIBSection and avoid using the...
2012-01-10  Alexandre Julliardgdi32: Add a separate set of GDI object functions for...
2012-01-10  Alexandre Julliardwinex11: Remove the remainining DIB section locking...
2012-01-10  Alexandre Julliardwinex11: Fix support for PALETTEINDEX mapping and get...
2012-01-10  Alexandre Julliardopengl32: Get rid of the DIB section sync support.
2012-01-10  Kusanagi Kouichigdi32: GetGlyphIndices doesn't substitute glyph.
2012-01-10  Hwang YunSongpo: Updated Korean translation.
2012-01-10  Akihiro Sagawapo: Update Japanese translation.
2012-01-10  Lucas Fialho... dinput: Added DI_SETTINGSNOTSAVED flag.
2012-01-10  Andrew Eikumitss: Use case-insensitive strcmp.
2012-01-10  Andrew Eikummshtml: Fix WARN typo.
2012-01-10  Andrew Eikumwineoss.drv: Fix IAudioRenderClient::{Get,Release}Buffe...
2012-01-10  Matteo Brunid3d9/tests: Multisampled depth buffer tests.
2012-01-10  Matteo Brunid3d9/tests: Fix NP2 check.
2012-01-10  Matteo Brunid3d9/tests: Add more INTZ tests.
2012-01-10  Matteo Bruniwined3d: Don't use separate location flags for depth...
2012-01-10  Matteo Bruniwined3d: Don't try to remove the location flag if it...
2012-01-10  Jörg Höhlewinealsa: Fix AudioRenderClient Get/ReleaseBuffer protocol.
2012-01-10  Henri Verbeetwined3d: Get rid of the WINED3DTEXTURETRANSFORMFLAGS...
2012-01-10  Henri Verbeetwined3d: Get rid of the WINED3DTEXTURESTAGESTATETYPE...
2012-01-10  Henri Verbeetwined3d: Simplify transform flag handling in find_ps_co...
2012-01-10  Henri Verbeetddraw: Properly clear the clip list if ddraw_clipper_Se...
2012-01-10  Henri Verbeetddraw/tests: Add tests for clippers with a destroyed...
2012-01-09  Jacek Cabanmshtml: Added more IHTMLWindow2::open tests.
2012-01-09  Jacek Cabanmshtml: Added IHTMLWindow::open implementation.
2012-01-09  Jacek Cabanieframe: Added implementation of AggregatedNavigation2.
2012-01-09  Jacek Cabanieframe: Added semi-stub IHTMLWindow2::close implementa...
2012-01-09  Jacek Cabanieframe: Store embedder iface as IWebBrowser2 in DocHost.
2012-01-09  Jacek Cabanieframe: Added support for SID_SHTMLWindow in WebBrowse...
2012-01-09  Alexandre Julliarduser32/tests: Fix some test failures on Windows.
2012-01-09  Alexandre Julliardgdi32/tests: Remove device capabilities test that fails...
2012-01-09  André Hentschelpo: Update German translation.
2012-01-09  Jörg Höhlemmdevapi: Round buffer size like native in shared mode.
2012-01-09  Nikolay Sivovshell32: Use S_OK as successful return code name.
2012-01-09  Nikolay Sivovshell32: Remove redundant loop to count already known...
2012-01-09  Nikolay Sivovshell32: Store common menu data in a separate structure.
2012-01-09  Daniel Lehmankernel32: If string arg to FormatMessage is NULL, use...
2012-01-09  Daniel Lehmanmsvcp90: Add basic_ios<wchar_t> stubs.
2012-01-09  Alistair Leslie... mscoree: Don't pass the string as a reference type.
2012-01-09  Huw Daviesgdi32: Don't create the outline region twice.
2012-01-09  Stefan Leichteropengl32: Added export glDebugEntry to spec file.
2012-01-09  Daniel Lehmandbghelp: Use CDECL calling convention for __unDName...
2012-01-09  Daniel Lehmanmsvcrt: Add _snwprintf_l.
2012-01-09  Daniel Lehmanlibwine: Use larger buffer in vsnprintfW for large...
2012-01-09  Daniel Lehmanmsvcrt: Add struct and prototypes for existing _findfir...
2012-01-09  Daniel Lehmanmsvcrt: Sync _wtempnam with _tempnam.
2012-01-09  Pablo Saratxagakernel32: Corrections to Walloon locale.
2012-01-09  Nikolay Sivovmsxml3: Some put_dataType() tests for nodes without...
2012-01-09  Nikolay Sivovmsxml3: Move put_dataType() test data to a table.
2012-01-09  Nikolay Sivovmsxml3: Remove wrong ERR(), some renames.
2012-01-09  Nikolay Sivovmsxml3: Add a stub for IAuthenticate.
next