oleaut32/tests: Fix double GlobalFree in olepicture tests.
[wine] / include / wine /
2008-12-15  Alexandre Julliardinclude: Allow 64-bit pointers to pass through LDT...
2008-12-15  Alexandre Julliardserver: Make async I/O transfer sizes always 32-bit.
2008-12-15  Alexandre Julliardserver: Add an apc_param_t type to store APC client...
2008-12-15  Francois Gougetport: S_IWUSR and S_IX* are not needed. Remove them.
2008-12-12  Henri Verbeetwined3d: Don't reparse the entire shader just to update...
2008-12-10  Alexandre Julliardserver: Windows properties are actually generic params...
2008-12-10  Alexandre Julliardserver: Define an lparam_t type for message parameters...
2008-12-09  Alexandre Julliardinclude: Fix a few compiler warnings for the Mingw64...
2008-12-09  Alexandre Julliardconfigure: Add a wrapper macro for mkdir on Windows.
2008-12-09  Alexandre Julliardserver: Don't use size_t for module sizes, they are...
2008-12-09  Alexandre Julliardserver: Get rid of the support for module snapshots...
2008-12-08  Alexandre Julliardinclude: Implemented inline asm functions for x86_64...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-12-08  Alexandre Julliardserver: Make user handles ints instead of pointers.
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-12-08  Alexandre Julliardserver: Make object handles ints instead of pointers.
2008-12-08  Alexandre Julliardinclude: Fix the 64-bit value of magic handle constants.
2008-12-06  Alexandre Julliardserver: The name len in the get_directory_entry request...
2008-12-06  Alexandre Julliardserver: Convert the registry key modification time...
2008-12-05  Alexandre Julliardlibwine: Don't export the selector functions for the...
2008-12-02  Henri Verbeetwined3d: Const correctness fixes.
2008-12-01  Henri Verbeetwined3d: Make the lpData member of WineDirect3DStridedD...
2008-11-28  Henri Verbeetwined3d: Const correctness fixes for device.c.
2008-11-26  Alexandre Julliardadvapi32: Reimplemented ChangeServiceConfig2W in servic...
2008-11-25  Henri Verbeetwined3d: Const correctness fixes.
2008-11-25  Henri Verbeetwined3d: Use IDL to generate wined3d.h.
2008-11-25  Stefan Dösingerwined3d: Make the shader backend call CompileShader.
2008-11-25  Alexandre Julliardntdll: Add support for virtual write watches.
2008-11-24  Henri Verbeetwined3d: Move caps related constants and structures...
2008-11-20  Henri Verbeetwined3d: Remove some unused code.
2008-11-20  Henri Verbeetwined3d: Don't use the same GUID for IWineD3D and IWine...
2008-11-20  Henri Verbeetwined3d: wined3d_gl.h should be internal to wined3d.
2008-11-18  Alexander Morozovinclude: Remove declarations of undefined functions.
2008-11-06  Alexandre Julliardinclude: Add extern "C" to the exported Wine headers.
2008-11-05  Alexandre Julliardntdll,server: Fixed access checks for OpenFileMapping...
2008-11-05  Alexandre Julliardntdll: Store the per-page committed status in the serve...
2008-11-04  Alexandre Julliardntdll: Add a noexec flag for memory views where we...
2008-11-04  Alexandre Julliardntdll: Store the per-view flags in the high word of...
2008-11-04  Stefan Dösingerwined3d: Kill the GL_ATI_envmap_bumpmap code.
2008-11-03  Stefan Dösingerd3d: Do not restore the display mode in ddraw.
2008-10-28  Henri Verbeetwined3d: Rename CreateAdditionalSwapChain to CreateSwap...
2008-10-27  Roderick ColenbranderOpengl32: Add defines for WGL_/GLX_ARB_create_context.
2008-10-24  Henri Verbeetwined3d: Remove the SDKVersion parameter to WineDirect3...
2008-10-21  Tobias Jakobiwined3d: Add GL_TEXTURE_BINDING_3D to wined3d_gl header.
2008-10-20  Alexandre Julliardserver: Added a request to unlink an object from its...
2008-10-20  Henri Verbeetwined3d: Add support for EXT_framebuffer_multisample.
2008-10-18  Vitaliy Margolenwined3d: Add one more FBO error status code.
2008-10-18  Alexandre Julliardinclude: Convert source files to utf-8.
2008-10-15  Jacek Cabanlibport: Added isnan.
2008-10-01  Eric Pouechdbghelp: Rewrote the linetab access so that we don...
2008-10-01  Eric Pouechwinedump: First stab at dumping the "new" line informat...
2008-10-01  Eric Pouechdbghelp,winedump: Added support for symbol symbol.
2008-10-01  Eric Pouechdbghelp,winedump: Added support for symbol 0x113c.
2008-10-01  Eric Pouechdbghelp,winedump: Added support for 0x113d symbol.
2008-10-01  Eric Pouechwinedump: Add preliminary dumping of 0x1136 and 0x1137...
2008-10-01  Eric Pouechdbghelp,winedump: Added support for symbol 0x1012.
2008-10-01  Eric Pouechdbghelp,winedump: Added support for symbol 0x113a.
2008-09-25  Henri Verbeetwined3d: Handle texture coordinates the same way we...
2008-09-25  Henri Verbeetwined3d: Split SetGlTextureDesc() up.
2008-09-23  Henri Verbeetwined3d: Add/update the D3DPRESENTFLAG constants.
2008-09-12  Alexandre Julliardserver: Implemented the server side of Get/SetLayeredWi...
2008-09-09  Rob Shearmaninclude: Define sigset_t in pthread.h if HAVE_SIGSET_T...
2008-09-08  Rob Shearmanwine_common_ver.rc: Allow the file version number and...
2008-09-02  Stefan Dösingerddraw: Beware of the surface type when checking for...
2008-09-02  Stefan Dösingerwined3d: Implement YV12 support for emulated overlays.
2008-09-02  Eric Pouechwinedump, dbghelp: Correctly name the age field in...
2008-08-28  Stefan Dösingerwined3d: Silence some format spam.
2008-08-28  Stefan Dösingerwined3d: Remove BaseTexture::UnBindTexture.
2008-08-27  Stefan Dösingerwined3d: Advertise a few line caps.
2008-08-19  Stefan Dösingerwined3d: Add a swapchain method to set the dest override.
2008-08-19  Stefan Dösingerwined3d: Remove the device-global fullscreen flag.
2008-08-19  Stefan Dösingerd3d: Remove IWineD3DDevice::SetHwnd.
2008-08-19  Stefan Dösingerwined3d: Use a swapchain for GDI surfaces.
2008-08-19  Stefan Dösingerwined3d: Remove unused enum entry.
2008-08-18  Rob Shearmaninclude: Remove superfluous semi-colons from wine/wined...
2008-08-18  Paul Vriensinclude/wine/svcctl.idl: Remove duplicate define.
2008-08-05  Stefan Dösingerwined3d: Basic overlay emulation with opengl.
2008-08-05  Stefan Dösingerwined3d: Implement overlay position tracking.
2008-08-04  Stefan Dösingerwined3d: Always load glFinish and glFlush from opengl32...
2008-08-04  Stefan Dösingerddraw: Set ddraw caps in wined3d.
2008-08-01  Alexandre Julliardtest.h: Fetch environment variables from the Win32...
2008-07-24  Stefan Dösingerwined3d: ATI2N support using GL_EXT_texture_compression...
2008-07-24  Stefan Dösingerwined3d: Support ATI's D3DFMT_ATI2N format.
2008-07-23  Ismael Barrosdplayx: Moved dplaysp.h to include/wine.
2008-07-18  Stefan Dösingerwined3d: Use GL_ARB_texture_non_power_of_two emulation.
2008-07-18  Stefan Dösingerwined3d: Remove GL_EXT_vertex_weighting stubs.
2008-07-09  Andrew Talbotwined3d: Remove const qualifier from output pointers.
2008-07-08  Alexandre Julliardwine/test.h: Don't allow to use config.h in tests.
2008-07-07  Rob Shearmaninclude: Remove unused file wine/rpcss_shared.h.
2008-07-03  Alexandre Julliardserver: Set the visible rect in the set_window_pos...
2008-07-03  Alexandre Julliardexception.h: Make the RtlUnwind wrapper available separ...
2008-06-26  Rob Shearmanrpcss: Implement endpoint-mapper server using DCE/RPC.
2008-06-25  Alexandre Julliardserver: Also return the top-level message window in...
2008-06-23  Roderick Colenbranderwined3d: Fix a usage flags conflict.
2008-06-23  Roderick Colenbranderwined3d: Update the d3dusage query mask with 0x100000...
2008-06-19  H. Verbeetwined3d: Add support for ARB_color_buffer_float.
2008-06-11  Francois Gougettests: Add a win_skip() function to allow for missing...
2008-06-09  Roderick Colenbranderwined3d: Update ATI GPUs.
2008-06-09  Roderick Colenbranderwined3d: Update nvidia GPUs.
2008-06-06  Stefan Dösingerwined3d: Avoid float->string conversion in arb shaders.
next