dbt.h: Added DBTF_ flags.
[wine] / include / wine /
2006-03-09  Stefan Dösingerwined3d: Use WINED3DPRESENT_PARAMETERS in IWineD3DSwapC...
2006-03-08  Stefan Dösingerwined3d: Add D3DLOCK_* types to wined3d_types.h.
2006-03-07  Alexandre Julliarduser: Launch explorer to manage the desktop window.
2006-03-07  Stefan Dösingerwined3d: Define D3D usage flags in wined3d_types.h.
2006-03-07  Stefan Dösingerwined3d: Add device caps to wined3d_types.h.
2006-03-06  H. Verbeetwined3d: Fix the relation between volumes and their...
2006-03-06  H. Verbeetwined3d: Fix the relation between surfaces and their...
2006-03-06  Alexandre Julliardlibwine: Export a function to retrieve the data directo...
2006-03-06  Alexandre Julliardserver: Return real parent and owner in the create_wind...
2006-03-06  Stefan Dösingerwined3d: Add d3d7 and d3d8/9 cap flags to wined3d_types.h.
2006-03-06  Vitaly Budovskiwined3d: Added OpenGL 2.0 function definitions.
2006-03-04  Vitaly Budovskiwined3d: Implemented fallback for separate stencil...
2006-03-04  Stefan Dösingerwined3d: Add D3D7 texture stage types.
2006-03-04  Stefan Dösingerwined3d: Add D3D7 render states.
2006-03-02  Roderick Colenbranderwined3d: Opengl 2.x compile fix.
2006-02-27  Eric Pouechkernel32: ClearCommError.
2006-02-21  Alexandre Julliardserver: Remove no longer needed fields in the init_proc...
2006-02-21  Mike McCormackserver: Track created and removed directories in the...
2006-02-16  Alexandre Julliardlibwine: Try the current load path in priority before the
2006-02-14  Eric Pouechtests: Fixed test framework against environment modific...
2006-02-08  Alexandre Julliardserver: Remove the no longer needed exe_file parameter...
2006-02-07  Roderick Colenbranderwined3d: Added CopyRects method (based on a patch by...
2006-02-07  Mike McCormackkernel32: ReadDirectoryChangesW fixes.
2006-02-06  Mike McCormackserver: Fill in NtNotifyChangeDirectoryFile's buffer...
2006-02-06  H. Verbeetwined3d: Fix SetContainer.
2006-02-05  Alexandre Julliardserver: Remove no longer used create_flags from get_sta...
2006-02-05  H. Verbeetwined3d: Use GL_EXTCALL to call OpenGL extension glPoin...
2006-02-04  Alexandre Julliardlibwine: Added wine_dll_enum_load_path function to...
2006-02-03  Robert Shearmaninclude: Move all of the contiguous FC types together...
2006-01-31  Robert Shearmanwidl: Define a value for RPC_FC_WSTRING.
2006-01-27  Mike McCormackserver: Fix the file notification interface to use...
2006-01-24  Robert Shearmanwidl: Added some more constants for conformance descrip...
2006-01-24  Robert Shearmanwidl: Strings.
2006-01-17  H. Verbeetwined3d: Create a common WineD3D base class, IWineD3DBase.
2006-01-17  Robert Shearmanuser: Fix WM_QUIT message ordering from PostQuitMessage.
2006-01-14  Alexandre JulliardGet rid of the no longer needed DECL_GLOBAL_CONSTRUCTOR...
2006-01-13  Alexandre Julliardntdll: Add debug registers to the context of all except...
2006-01-11  Alexandre Julliardntdll: Handle NtSetContextThread on the client side...
2006-01-10  Troy Rollouser: Fix return type of EnableMenuItem.
2006-01-06  Hans LeidekkerUpdate copyright info for the new year.
2006-01-04  Alexandre JulliardAvoid DECLSPEC_NORETURN on function pointers for MSVC...
2006-01-03  Eric Pouechntdll: Correct implementation for atom query functions.
2006-01-03  Rolf Kalbermatterinclude: Fix DECLSPEC_NORETURN for compilation with...
2005-12-21  Detlef Riekenbergwinspool: Add version resource.
2005-12-20  H. Verbeetwined3d: Cleanup shader constants code a little bit.
2005-12-16  Alexandre JulliardException handling: Added a magic __EXCEPT_PAGE_FAULT...
2005-12-14  Vitaliy Margolenntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.
2005-12-12  Alexandre Julliardserver: Support for opening devices.
2005-12-09  Alexandre Julliardserver: Added object attributes to a few more requests.
2005-12-09  Alexandre JulliardMake wine_server_fd_to_handle use attributes instead...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in dup_h...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in token...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in proce...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in snaps...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in conso...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in file...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in socke...
2005-12-09  Oliver Stieberwined3d: Vertex shader 8 support.
2005-12-05  Vitaliy MargolenMove mailslot devices into directory name space.
2005-12-05  Vitaliy MargolenMove named pipe objects into directory name space.
2005-12-02  Vitaliy MargolenMove mapping (section) objects into directory name...
2005-12-02  Vitaliy MargolenMove timer objects into directory name space.
2005-12-02  Vitaliy MargolenMove semaphore objects into directory name space.
2005-12-02  Vitaliy MargolenMove event and mutex objects into directory name space.
2005-11-30  Willie SippelAdded more Nvidia card IDs.
2005-11-30  Vitaliy MargolenImplement symbolic link object in wineserver.
2005-11-30  Raphael JunqueiraAdd support for Intel drivers version string.
2005-11-29  Vitaliy MargolenImplement directory object in wineserver.
2005-11-29  Oliver StieberAdded support for vertex and pixel shader constants...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-21  Oliver StieberImplement a pixel shader parser and cross compiler...
2005-11-21  Alexandre JulliardFixed handling of mailslot read timeout to avoid compil...
2005-11-21  Vitaliy MargolenReplace inherit flag with object attributes in winstati...
2005-11-10  Raphael JunqueiraDefine GL_EXT_framebuffer_object and GL_EXT_pixelbuffer...
2005-11-04  Vincent BéronFix warning about memmove re#definition.
2005-11-02  Alexandre JulliardFixed Get/SetThreadContext to work properly on suspende...
2005-11-02  Oliver StieberImplement D3DFMT_UNKNOWN surfaces, this seems to be...
2005-11-01  Alexandre JulliardDon't send an extra signal when waiting for a debug...
2005-10-30  Christian CostaRemove no longer used wine_dbg_parse_options and wine_d...
2005-10-27  Vitaliy Margolen- Send whole OBJECT_ATTRIBUTES.Attributes to the server...
2005-10-18  Alexandre JulliardAdded a __wine_dbg_set_channel_flags function to allow...
2005-10-10  Alexandre JulliardDefault search path for an include file should be based...
2005-09-29  Alexandre JulliardExport the get_channel_flags function avoid warnings...
2005-09-28  Alexandre JulliardDeclare debug channels as static variables so that...
2005-09-28  H. VerbeetFix missing prototypes when using nVidia OpenGL headers.
2005-09-28  Alexandre JulliardNew scheme for keeping track of debug channels that...
2005-09-27  Eric PouechImplemented kernel32 process affinity handling on top...
2005-09-26  Alexandre JulliardExport the temp buffer functionality in the debug funct...
2005-09-26  Alexandre JulliardUse int instead of long in interlocked_* functions...
2005-09-26  Eric Pouech- now passing access rights when creating a named pipe...
2005-09-23  Alexandre JulliardDefined a proper structure for debug channels.
2005-09-21  Oliver StieberImplemented occlusion queries using either GL_ARB_occlu...
2005-09-18  Alexandre JulliardMoved return value handling to the individual relay...
2005-09-18  Alexandre JulliardMake the users of wine_call_from_32_regs save %eax...
2005-09-14  Robert ShearmanDefine RPC_FC_RANGE.
2005-09-13  Alexandre JulliardAvoid some warnings on 64-bit platforms.
2005-09-06  Marcus MeissnerAdded DRAWPATTERNRECT Escape() 16<->32 mapper and stub...
2005-09-06  Ivan Leo PuotiAdded FSCTL_PIPE_LISTEN support.
2005-09-03  Alexandre JulliardUse explicit function pointers for pthread support...
2005-09-02  Alexandre JulliardMoved the spec file init function and constructor to...
next