msvcmaker: Fix msvc project file generation under MinGW32.
[wine] / include / wine /
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.
2008-06-04  Alexandre Julliardtest.h: Add a space after the file name prefix.
2008-05-30  Francois Gougettests: Add a broken() function to make it possible...
2008-05-26  Alexandre Julliardlibport: Move the sigsetjmp replacement to exception...
2008-05-08  Alexandre Julliardservices: Send the service name in the control requests.
2008-05-07  Rob Shearmanwinetest: Detect if an unhandled exception occurred...
2008-05-01  Eric Pouechwinedump: Added support for latest versions of Codeview...
2008-05-01  Alexandre Julliardexception.h: Preserve registers when calling RtlUnwind.
2008-05-01  Alexandre Julliardexception.h: Only push the exception frame after sigsetjmp.
2008-05-01  Alexandre Julliardntdll: Make the exception handling functions inline.
2008-04-30  Petr Sumberaport: Add alternative for isinf.
2008-04-30  Roderick Colenbranderwgl: We were already advertising GL_EXT_framebuffer_sRG...
2008-04-30  Roderick Colenbranderwined3d: Add multisampling support.
2008-04-24  Roderick Colenbranderwgl: Add a wine specific WGL extension which allows...
2008-04-23  Erik de Castro Lopoinclude: Fix "warning: cast from pointer to integer...
2008-04-22  Austin EnglishSpelling fixes.
2008-04-11  Jeremy Whiteinclude: Add a resource type for scalable font resource...
2008-04-09  Stefan Dösingerwined3d: Store the number of aux buffers in the context.
2008-04-03  Maarten Lankhorstuser32: Implement BroadcastSystemMessage.
2008-03-29  Rob Shearmanservices: Fill in the functions between implemented...
2008-03-29  Rob Shearmanservices: Move ControlService and StartServiceW from...
2008-03-29  Rob Shearmanservices: Move LockServiceDatabase and UnlockServiceDat...
2008-03-29  Rob Shearmanservices: Move SetServiceStatus and QueryServiceStatusE...
2008-03-29  Mikołaj Zalewskiservices: Move GetServiceDisplayName to services.exe...
2008-03-29  Mikołaj Zalewskiservices: Move ChangeServiceConfigW implementation...
2008-03-29  Mikołaj Zalewskiservices: Move QueryServiceConfigW from advapi32.dll...
2008-03-29  Mikołaj Zalewskiservices: Move CreateService, OpenService and DeleteSer...
2008-03-29  Mikołaj Zalewskiservices: Start a local RPC server.
2008-03-28  Roderick Colenbranderwined3d: Initial post pixelshader blending support...
2008-03-26  Alexandre Julliardlibwine: Export functions that return the Wine version...
2008-03-26  Alexandre Julliardlibwine: Added a wine_call_on_stack function.
2008-03-25  Stefan Dösingerwined3d: Add GL_ATI_fragment_shader.
2008-03-25  Stefan Dösingerd3d: De-pointerize the WINED3DCAPS structure.
2008-03-19  Alexandre Julliarduser32: Implemented EnumDesktopWindows.
2008-03-05  Stefan Dösingerwined3d: Support shininess > 128 if opengl does.
2008-03-04  Stefan Dösingerwined3d: Use GL_EXT_gpu_program_parameters if available.
2008-03-04  Rob ShearmanAdd configure check for strtoll and strtoull.
2008-03-03  Alexandre Julliardkernel32: Added a winoldap.mod 16-bit exe to launch...
2008-02-26  Stefan Dösingerwined3d: Add GL_APPLE_float_pixels.
2008-02-26  Stefan Dösingerwined3d: General cross format blitting infrastrucutre...
2008-02-22  Roderick Colenbranderddraw: Add yv12 detection support.
2008-02-21  Rob Shearmaninclude: Include excpt.h from wine/exception.h.
2008-02-18  Roderick Colenbranderwined3d: Add separate alpha blend support.
2008-02-17  Alexandre Julliardgdi32: Export the DC hook functions as 32-bit functions.
2008-02-16  Rob ShearmanAdd a new convenience macro for an exception handler...
2008-02-16  Rob ShearmanDon't use GetExceptionCode and GetExceptionInformation...
2008-02-15  Francois GougetAssorted spelling fixes.
2008-02-12  Alexandre Julliardkernel32: Don't save the signal mask in sigsetjmp.
2008-02-11  Francois Gougettests: Avoid InterlockedExchangeAdd() as it is not...
2008-02-07  Alexandre Julliardtests: Add a helper routine to wait for a child process...
2008-02-07  Eric Pouechdbghelp: Added preliminary support for a strange stack...
2008-02-07  Eric Pouechdbghelp: Added HRESULT as new basic type (and some...
2008-02-07  Eric Pouechdbghelp: Fix mixed up return and this type in MFunction V2.
2008-02-06  Stefan Dösingerwined3d: Separate OpenGL and driver version.
2008-01-22  Alexandre Julliardserver: Add a separate request to set the window visibl...
2008-01-18  Eric van Beurdendbghelp: Update some mscvpdb.h definitions and descript...
2008-01-17  Alexandre Julliardserver: Don't force the process affinity to 1, leave...
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-14  Stefan Dösingerd3d9: Reject IDirect3DDevice9::Reset with active defaul...
2008-01-14  Stefan Dösingerwined3d: Add a new IWineD3DResource::UnLoad method.
2008-01-14  Hans Leidekkerlicense: Update copyright info for the new year.
2008-01-14  Roderick Colenbranderwined3d: Fix glBlendColorEXT for use on RivaTNT.
2008-01-08  Stefan Dösingerwined3d: Detect geforce 7300 cards.
2008-01-07  Alexandre Julliardwined3d: Use unsigned int instead of size_t for element...
2008-01-07  Rob Shearmaninclude: Add the strict_context_handle flag to the...
2008-01-07  Rob Shearmaninclude: Add defines for context handle flags to rpcfc.h.
2007-12-28  Dmitry Timoshkovuser32: Reimplement IsHungAppWindow.
2007-12-26  Rob Shearmanrpcss: Use context handles to automatically free runnin...
2007-12-26  Rob Shearmaninclude: Remove semi-colons from the end of cpp_quote...
2007-12-20  Stefan Dösingerwined3d: Move the GL info structure into the adapter.
next