wine
2012-07-31  Michael Stefaniucwinmm: Avoid TRUE FALSE conditional expressions.
2012-07-31  Jacek Cabanguiddef.h: Use static const IID instance for __uuidof.
2012-07-31  Dmitry Timoshkovwindowscodecs: Fix memory leak in error case.
2012-07-31  Dmitry Timoshkovinclude/winbase.h: MSC compiler implements interlocked...
2012-07-31  Dmitry Timoshkovinclude/winnt.h: MSC compiler doesn't support __asm...
2012-07-31  Detlef Riekenbergadvapi32/tests: Simple tests for TokenIntegrityLevel.
2012-07-31  Detlef Riekenbergntdll: Support TokenIntegrityLevel.
2012-07-31  Detlef Riekenberginclude: Add TOKEN_MANDATORY_LEVEL definitions.
2012-07-31  Alex Henriewininet: Support ICU_ENCODE_PERCENT, ICU_ENCODE_SPACES_...
2012-07-31  AndrĂ© Hentschelwinspool.drv: Update allowed driver version.
2012-07-31  Vincent Povirkmsi: Stub Migrate10CachedPackagesW.
2012-07-31  Detlef Riekenbergwer: Return S_OK from the WerRepostSubmit stub.
2012-07-31  Wei-Lun Chaopo: Update Chinese (Taiwan) translation.
2012-07-30  Alexandre Julliardgdi32: Move DescribePixelFormat and SetPixelFormat...
2012-07-30  Dmitry Timoshkovwindowscodecs: Implement IWICPalette_InitializeFromPalette.
2012-07-30  Alexandre Goujonkernel32: Reimplement GetLogicalDrives using Nt{Open...
2012-07-30  Nikolay Sivovinclude: Added dwrite.idl file.
2012-07-30  Nikolay Sivovwidl: Don't output method macro if name duplicates...
2012-07-30  Nikolay Sivovwidl: Protect from duplicated method names in C-style...
2012-07-30  Jacek Cabanmshtml: Use inner window directly in handle_load.
2012-07-30  Jacek Cabanmshtml: Use inner window directly in run_insert_script.
2012-07-30  Jacek Cabanmshtml: Use inner window directly in HTMLOptionElementF...
2012-07-30  Jacek Cabanmshtml: Use inner window directly in HTMLImageElementFa...
2012-07-30  Jacek Cabanmshtml: Use inner window directly from document node...
2012-07-30  Jacek Cabanmshtml: Store inner window directly in HTMLDocumentNode.
2012-07-30  Hans Leidekkerwbemprox: Add support for enumerating class properties.
2012-07-30  Hans Leidekkerwbemprox: Add support for enumerating class methods.
2012-07-30  Hans Leidekkerwbemprox: Store the class name in the class object.
2012-07-30  Hans Leidekkerwbemprox: Implement Win32_Service.AcceptPause and Win32...
2012-07-30  Hans Leidekkerwbemprox: Add support for boolean properties.
2012-07-30  Alexandre Julliardgdi32: Clip solid pen regions to the DIB rectangle...
2012-07-30  Alexandre Julliardgdi32: Limit line drawing coordinates to reasonable...
2012-07-30  Alexandre Julliardgdi32: Add a helper function to initialize Bresenham...
2012-07-30  Nikolay Sivovmsxml3: Enable inline wrappers for tests.
2012-07-30  Nikolay Sivovkernel32: Added WerRegisterMemoryBlock stub.
2012-07-30  Nikolay Sivovshell32: Use proper macros when calling COM methods.
2012-07-30  Jacek Cabanjscript/tests: Use proper helpers for iface calls.
2012-07-30  Jacek Cabanmshtml/tests: Use proper helpers for iface calls.
2012-07-30  Jacek Cabanurlmon/tests: Use proper helpers for iface calls.
2012-07-30  Jacek Cabanieframe/tests: Use proper helpers for iface calls.
2012-07-30  Jacek Cabanurlmon: SecManagerImpl_QueryInterface clean up.
2012-07-27  Hans Leidekkerwinhttp: Use platform-specific versions of IActiveScrip...
2012-07-27  Hans Leidekkerwbemprox: Parse the object path passed to IWbemServices...
2012-07-27  Hans Leidekkerwbemprox: Add a partial Win32_Service class implementation.
2012-07-27  Hans Leidekkermsi: Use inline wrappers for calling COM methods.
2012-07-27  Hans Leidekkermsi: Use the right interface to call 32-bit and 64...
2012-07-27  Michael Stefaniuccomdlg32: Use a helper to detect the need for win16...
2012-07-27  Michael Stefaniucwinedbg: Simplify the "pointer to start of array" idiom.
2012-07-27  Michael Stefaniucsetupapi: Simplify the "pointer to start of array"...
2012-07-27  Michael Stefaniucwinaspi.dll16: Simplify the "pointer to start of array...
2012-07-27  Alexandre Julliardwinex11: Get rid of the OpenGL bitmap support.
2012-07-27  Alexandre Julliardmsxml3: Fix an uninitialized variable.
2012-07-27  Dmitry Timoshkovwindowscodecs: Fix warnings detected by compiling with...
2012-07-27  Jacek Cabanoleaut32: Use proper helpers for iface calls.
2012-07-27  Jacek Cabanurlmon: Use proper helpers for iface calls.
2012-07-27  Jacek Cabanieframe: Use proper helpers for iface calls.
2012-07-27  Jacek Cabanmshtml: Grow the buffer faster in BufferBSC_read_data.
2012-07-27  Jacek Cabanmshtml: Added support for BOM in bind_mon_to_wstr.
2012-07-27  Jacek Cabanmshtml: Moved conversion to unicode of buffers from...
2012-07-27  Jacek Cabanmshtml: Moved IStream::Read calls to separated function.
2012-07-27  Francois Gougetwbemprox: Make some signature table functions static.
2012-07-27  Francois Gougetkernel32/tests: Make initonce_callback() static.
2012-07-27  Nikolay Sivovmsxml3: Enable inline wrappers and fix warnings.
2012-07-27  Piotr Cabanmsvcp71: Added _String_base::_Xlen and _Xran implementa...
2012-07-27  Detlef Riekenbergmsi/tests: Use always static binding for GetTokenInform...
2012-07-27  Alexandre Julliardgdi32: Support OpenGL in bitmaps through libOSMesa.
2012-07-26  Sergey Guralnikuser32: Rearrange ComboBox repositioning code.
2012-07-26  Jacek Cabanmshtml: Properly handle NULL VT_DISPATCH refChild in...
2012-07-26  Piotr Cabanmsvcp71: Added basic_string::append(iterator, iterator...
2012-07-26  Piotr Cabanmsvcp71: Added iterator based basic_string::replace...
2012-07-26  Piotr Cabanmsvcp71: Added functions for creating basic_string...
2012-07-26  Nikolay Sivovwidl: Emit default argument values for cpp methods.
2012-07-26  Nikolay Sivovkernel32: Some tests for LOCALE_SNAME and neutral locales.
2012-07-26  Nikolay Sivovkernel32: Fix base for value returned with LOCALE_RETUR...
2012-07-26  Nikolay Sivovkernel32: Some test for handling locales specified...
2012-07-26  Jacek Cabanmshtml: Use inline wrappers and fixed found warnings.
2012-07-26  Jacek Cabanwidl: Added an extension that uses inline functions...
2012-07-26  Jacek Cabanactivdbg.idl: Undef GetCurrentThread macro to avoid...
2012-07-26  Michael Stefaniucwined3d: Avoid TRUE-FALSE conditional expressions.
2012-07-26  Michael Stefaniuccabinet: Avoid TRUE-FALSE conditional expressions.
2012-07-26  Michael Stefaniucmlang/tests: Simplify the "pointer to start of array...
2012-07-26  Dmitry Timoshkovgdiplus: Add some GdipTransformPoints tests for a devic...
2012-07-26  Dmitry Timoshkovgdiplus: Store device resolution in the graphics object.
2012-07-26  Dmitry Timoshkovgdiplus: Add missing 'break'.
2012-07-26  Alexandre Julliardmsvcr90/tests: Fix tests for errno values.
2012-07-26  Alexandre Julliardmsvcrt: Make sure that errno is always set when calling...
2012-07-25  Dan Kegelmsvcp100: Add _Container_base0::_Swap_all, _Container_b...
2012-07-25  Dmitry Timoshkovgdiplus: Handle image loading failures under some XP...
2012-07-25  Dmitry Timoshkovgdiplus: Make get_palette() usable for generating prede...
2012-07-25  Dmitry Timoshkovgdiplus: Add 8bppGray to the list of supported formats.
2012-07-25  Dmitry Timoshkovgdiplus: Use predefined palette if an image doesn't...
2012-07-25  Dmitry Timoshkovgdiplus: Add 8bppIndexed to the list of supported formats.
2012-07-25  Dmitry Timoshkovgdiplus: Retrieve image palette from WIC.
2012-07-25  Henri Verbeetwined3d: Call core GL functions through gl_info.gl_ops...
2012-07-25  Henri Verbeetwined3d: Pass a gl_info structure to fragment_pipeline...
2012-07-25  Henri Verbeetwined3d: Get rid of the GL extension function pointer...
2012-07-25  Alexandre Julliardwined3d: Retrieve OpenGL extension functions directly...
2012-07-25  Jacek Cabanmshtml: Added runtimeStyle tests.
2012-07-25  Jacek Cabanmshtml: Added IHTMLElement2::get_runtimeStyle hackish...
2012-07-25  Jacek Cabanmshtml: Moved more logic to HTMLStyle_Create.
next