wininet: HTTP headers reworking.
[wine] / include / wine /
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...
2005-08-29  Juan LangAdded a LIST_FOR_EACH_ENTRY_SAFE helper macro.
2005-08-25  James HawkinsMoved itss.idl to include/wine.
2005-08-24  Alexandre JulliardDon't cache file descriptors open on removable devices.
2005-08-23  Alexandre JulliardAdded a separate set_handle_cached_fd request instead...
2005-08-23  Kevin KoltzauFix pointer cast warnings in 64bit.
2005-08-23  Oliver StieberTidy up d3d9 and finalize passing d3d9 calls to wined3d...
2005-08-17  Oliver StieberCopy the parser and cross compiler from d3d8 and update...
2005-08-17  Oliver StieberTidy up vertex shaders and bring the current code inlin...
2005-08-10  Alexandre JulliardUse the proper WOW functions everywhere instead of...
2005-08-10  Mike McCormackFix gcc 4.0 warnings.
2005-08-08  Alexandre JulliardAdded an unmount_device request that invalidates all...
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-08-03  Robert ShearmanAdd stubs for NdrMapCommAndFaultStatus, conformant...
2005-08-03  Mike McCormackgcc 4.0 warning fixes for Interlocked* functions.
2005-08-03  Oliver StieberMove the setting of states from device to basetexture...
2005-08-02  Alexandre JulliardUse the new RtlExitUserThread function instead of exporting
2005-07-27  Oliver StieberChanged swapchains held by the device from an array...
2005-07-26  Oliver StieberMakes sure any internal reference counting is passed...
2005-07-26  Alexandre JulliardUncomment the typedef in the DECLARE_INTERFACE macro...
2005-07-26  Oliver StieberImplement resource tracking, require for reset and...
2005-07-18  Robert Shearman- Change the default user SID to match what was previou...
2005-07-14  Alexandre JulliardMoved the server start time to the init_thread request...
2005-07-13  Alexandre JulliardReturn the startup info size in the init_thread request...
2005-07-13  Alexandre JulliardGet rid of the boot_done request.
2005-07-13  Alexandre JulliardAlready initialize the process in the first init_thread...
2005-07-13  Oliver StieberAdded basic memory management and tracking to wined3d.
2005-07-12  Alexandre JulliardMoved the fields that depends on startup info from...
2005-07-12  Alexandre JulliardFixed strchrW and strrchrW for a null character (spotte...
2005-07-11  Alexandre JulliardLoad the HKEY_CURRENT_USER branch at server startup...
2005-07-11  Oliver StieberMove parameters relating to opengl on the surface struc...
2005-07-10  Oliver StieberTidy up the way caps are managed in GetDeviceCaps and...
2005-07-08  Alexandre JulliardPut in place the basic infrastructure to allow supporti...
2005-07-07  Oliver StieberAdded support for vertex declarations to wined3d, it...
2005-07-07  Dmitry TimoshkovMake IsWindowUnicode work in the case when window belon...
2005-07-05  Oliver StieberImplemented stateblocks in wined3d.
2005-07-05  Alexandre JulliardAdded vararg argument type so that the relay code can...
2005-06-30  Alexandre JulliardAttempt at a better fix for the winsock.h problems...
2005-06-25  Mike McCormackDon't include winreg.h.
2005-06-24  Oliver StieberAdd support for samplers.
2005-06-23  Oliver StieberImplement swapchains.
2005-06-21  Pierre d'HerbemontFix winsock.h and stdlib.h collision by including windo...
2005-06-20  Robert ShearmanAdd support for impersonating a token.
2005-06-17  Oliver StieberChange the way caps are sent between d3d9/d3d8 and...
2005-06-16  Alexandre JulliardStore a relative pointer for registry entry points...
2005-06-15  Alexandre JulliardAvoid static forward declaration that doesn't work...
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-06-08  Robert ShearmanImplement overlapped I/O with named pipes.
next