wine
2011-03-09  Eric Pouechdbghelp: Fix bug in managing COFF files array.
2011-03-09  Eric Pouechdbghelp: When building the by address lookup table...
2011-03-09  Eric Pouechdbghelp: Add helper to get global address out of symt...
2011-03-09  Eric Pouechdbghelp: Quirk for supporting anonymous UDT (class...
2011-03-09  Eric Pouechdbghelp: When parsing a subprogram in dwarf debug forma...
2011-03-09  Eric Pouechdbghelp: Add support for parsing methods (in C++ classe...
2011-03-09  Eric Pouechdbghelp: Store the compiland into the parse context.
2011-03-09  Eric Pouechdbghelp: In dwarf debug format, correctly manage the...
2011-03-09  Eric Pouechdbghelp: Add support for namespace support out of dwarf...
2011-03-09  Eric Pouechdbghelp: Add hierarchical information in die object.
2011-03-09  Eric Pouechdbghelp: More precisely manage the inline attribute.
2011-03-09  Eric Pouechdbghelp: When parsing dwarf debug info, silence ptr_to_...
2011-03-09  Alexandre Julliardntdll: Fix RtlGetSacl/DaclSecurityDescriptor for relati...
2011-03-09  Juan Langwininet/tests: Add a couple more tests for GetUrlCacheE...
2011-03-09  Max TenEyck... c2man: Fix .spec file flag recognition.
2011-03-09  Hans Leidekkermsi: Build the key path from the display name if the...
2011-03-09  Hans Leidekkermsi: Also register components without a key path.
2011-03-09  Thomas Mullalymshtml/tests: Fixed memory leak and made Vtbl's const.
2011-03-09  Vincent Povirkgdiplus: Fix a handle leak in GdipDrawString.
2011-03-09  Nikolay Sivovmsvcrt: Add _get_output_format() and return default...
2011-03-09  Nikolay Sivovmsxml3: Put together similar tests using tabled test...
2011-03-09  Henri Verbeetd3d9: Surfaces always have resource type WINED3DRTYPE_S...
2011-03-09  Henri Verbeetwined3d: Store all the resource desc information in...
2011-03-09  Henri Verbeetwined3d: Move the GetLevelDesc() functions to the IWine...
2011-03-09  Henri Verbeetwined3d: Merge the various resource desc structures.
2011-03-09  Jacek Cabanmshtml: Don't assume that HTMLWindow_Create sets ret...
2011-03-09  Juan Langkernel32: Add some parameter checking to FileTimeToDosD...
2011-03-09  Juan Langwininet: Implement FindNextUrlCacheEntryW.
2011-03-09  Juan Langwininet: Implement RetrieveUrlCacheEntryStreamW.
2011-03-09  Juan Langwininet: Store headers in url cache entries.
2011-03-09  Juan Langwininet: Set last access time when retrieving a URL...
2011-03-09  Juan Langwininet: Account for disk space usage when deleting...
2011-03-09  Juan Langwininet: Account for disk space used by cache.
2011-03-09  Alexandre Julliardwininet: Convert file size in cache entry to a large...
2011-03-09  Juan Langwininet: Change type of cache limit and usage to large...
2011-03-09  Alexandre Julliardgdi32: Add null driver entry points for the print spool...
2011-03-09  Alexandre Julliardgdi32: Add null driver entry points for painting functi...
2011-03-09  Alexandre Julliardgdi32: Add null driver entry points for a number of...
2011-03-08  Alexandre Julliardgdi32: Add initial support for a null graphics driver.
2011-03-08  Alexandre Julliardgdi32: Add a common header to the physdev structure.
2011-03-08  Nikolay Sivovmsxml3: Orphan a node removed with removeChild().
2011-03-08  Nikolay Sivovmsxml3: Fix some leaks in tests.
2011-03-08  Maarten Lankhorstntdll: Fix time units for SystemPerformanceProcessorInf...
2011-03-08  Andy Norriswinealsa: Add support for alsa cards without a PCM...
2011-03-08  Alexandre Julliardgdi32: GetDIBColorTable doesn't need to be part of...
2011-03-08  Alexandre Julliardgdi32: Fix parameter type in the ModifyWorldTransform...
2011-03-08  Alexandre Julliarduser32: No longer export HOOK_CallHooks.
2011-03-08  Alexandre Julliarduser.exe: Call the 16-bit hook directly in SendMessage16.
2011-03-08  Juan Langwininet: Fully initialize time variable (valgrind).
2011-03-08  Juan Langwininet: Decrement file use count when deleting a cache...
2011-03-08  Juan Langwininet: Increment file use count when committing a...
2011-03-08  Hans Leidekkermsi: Assume a file is present if the target exists...
2011-03-08  Hans Leidekkermsi: Load media info even if there's no file to install.
2011-03-08  Hans Leidekkermsi: Make a second pass to determine which files to...
2011-03-08  Dmitry Timoshkovgdi32: Add some additional tests for negative axes...
2011-03-08  Eric Pouechwinedbg: Fix 'break file : lineno' command so that...
2011-03-08  Eric Pouechdbghelp: When using a regular expression on a file...
2011-03-08  Nikolay Sivovmsxml3: Merge obsolete interfaces tests in a single...
2011-03-08  Henri Verbeetwinex11.drv: Allow disabling vertical sync using EXT_sw...
2011-03-08  Henri Verbeetddraw: Just pass NULL as swapchain parent.
2011-03-08  Henri Verbeetwined3d: Don't require container parents for IWineD3DDe...
2011-03-08  Henri Verbeetwined3d: Pass gl_info to volume_bind_and_dirtify().
2011-03-08  Thomas Mullalymshtml: Correctly forward IHTMLWindow's IHTMLDocument...
2011-03-08  Thomas Mullalymshtml/tests: Added more ConnectionPoint tests for...
2011-03-07  Alexandre Julliardserver: Fix checking of X button flags when updating...
2011-03-07  Peter Schellenbacholeaut32: Corrected registration flag inversion in...
2011-03-07  Alexandre Julliarduser32: Get rid of the RegisterClipboardFormat driver...
2011-03-07  Alexandre Julliardwinex11: Register clipboard formats only once they...
2011-03-07  Alexandre Julliardwinex11: Remove the unused clipboard format flags.
2011-03-07  Alexandre Julliardwinex11: Don't unmap off-screen windows on PropertyNoti...
2011-03-07  Jörg Höhlemciwave: Fix precondition to avoid having 2 simultaneou...
2011-03-07  Erich Hooverwinex11: Use GetCursorFrameInfo to obtain animated...
2011-03-07  Erich Hooveruser32: Implement semi-stub of GetCursorFrameInfo.
2011-03-07  Erich Hooveruser32: Permit loading animated cursors with CreateIcon...
2011-03-07  Akihiro Sagawaregedit: Export a decent newline in Unicode format.
2011-03-07  Andrew Eikumoleaut32: Convert TLBFuncDesc to be stored as an array.
2011-03-07  Andrew Eikumoleaut32: Store ITypeInfoImpls in an array.
2011-03-07  Juan Langwininet: Rename a variable based on publicly available...
2011-03-07  Juan Langwininet: Change a type based on publicly available...
2011-03-07  Juan Langwininet: Rename a couple members based on publicy avail...
2011-03-07  Juan Langwininet: Rename a couple members to reflect their usage...
2011-03-07  Juan Langwininet: Fix a comment.
2011-03-07  Juan Langwininet: Remove a no-op trinary expression.
2011-03-07  Juan Langwininet: Store entries in url cache with valid last...
2011-03-07  Nikolay Sivovmsxml3: Implemented get_doctype() with basic tests.
2011-03-07  Nikolay Sivovmsxml3: Implement get_nodeTypedValue() for nodes that...
2011-03-07  Nikolay Sivovmsxml3: Properly update xmldoc refcounts on insertBefore().
2011-03-07  Nikolay Sivovmsxml3: Trace ref counts for all dom objects.
2011-03-07  Nikolay Sivovmsvcrt: Added partially complete _wcsupr_s_l (without...
2011-03-07  Nikolay Sivovmsvcrt: Added _wcslwr_s implementation.
2011-03-07  Hans Leidekkermsi: Manage one assembly cache per major version of...
2011-03-07  Hans Leidekkermsi: Avoid registering duplicate source list information.
2011-03-07  Hans Leidekkermsi: Compare keys only in compare_record.
2011-03-07  Hans Leidekkermsi: Reduce filename to the long name in ITERATE_Remove...
2011-03-07  Hans Leidekkermsi/tests: Check the result of get_system_dirs and...
2011-03-07  Hans Leidekkeruserenv: Initialize a variable (valgrind).
2011-03-07  Henri Verbeetwined3d: Try to evict the surface's sysmem copy in...
2011-03-07  Henri Verbeetwined3d: Clear SFLAG_LOCKED as soon as possible in...
2011-03-07  Henri Verbeetwined3d: Get rid of the SFLAG_LOCKED hack in flush_to_f...
2011-03-07  Henri Verbeetwined3d: Check subresources for NULL during texture...
next