Add some missing USER definitions, add a couple of FIXMEs for not
[wine] / include / wine /
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.
2005-06-08  Alexandre JulliardBeginnings of support for window stations and desktops.
2005-06-05  Alexandre JulliardMoved the server part of the ExitThread functionality...
2005-05-31  Alexandre JulliardAdded a from_child parameter to the get_update_region...
2005-05-27  Alexandre JulliardAdded --list option to the tests and use that in winetest.
2005-05-25  Alexandre JulliardBetter support for building stand-alone tests.
2005-05-24  Robert ShearmanImplement NtAccessCheck.
2005-05-23  Robert Shearman- Add new server type "struct security_descriptor".
2005-05-23  Alexandre JulliardMoved the generated code segment for 16-bit builtins...
2005-05-19  Eric KohlDefine RPC_FC_IGNORE.
2005-05-18  Dimi PaunDocument the more convenient iteration method.
2005-05-16  Alexandre JulliardMoved data structures for 16-bit relay calls to winbase...
2005-05-11  Alexandre JulliardAllow passing a string to the window property server...
2005-05-11  Alexandre JulliardStore a bitmap of active hooks on the client side to...
2005-05-10  Eric Pouech- changed ATOM support in wineserver to match NTDLL...
2005-05-07  Alexandre JulliardPrefix the internal name of all register functions...
2005-05-05  Rein KlazesAdd 16<->32 bit message mappings for WM_COPYDATA messages.
2005-04-28  Mike McCormackImplemented GetLastInputInfo.
2005-04-28  Jeff LatimerDefine strncpyW to ensure that users know why it is...
2005-04-25  Alexandre JulliardRemove a few more instances of strncpy.
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-04-22  Robert Shearman- Clean up well-known privileges.
2005-04-21  Alexandre JulliardGet rid of the remaining calls to strncpyW, and remove...
2005-04-20  Alexandre JulliardAllow nested hardware message processing by storing...
2005-04-18  Eric PouechRemoved the no longer user APC_ASYNC kind of APC.
2005-04-18  Eric Pouech- moved named pipe creation to ntdll
2005-03-31  Alexandre JulliardReturn the coordinates information needed to setup...
2005-03-30  Mike McCormackImplement mailslots.
2005-03-29  Oliver Stieber- Volume now inherits Resource. This isn't the way...
2005-03-25  Alexandre JulliardReplace the link_window request by a set_parent request...
2005-03-23  Alexandre JulliardCreate a new server request for accepting hardware...
2005-03-21  Alexandre JulliardTry to always keep the server window Z-order in sync...
2005-03-17  Alexandre JulliardMake the server know about the visible area of a window...
2005-03-17  Alexandre JulliardCompute the top clipping window directly on the server...
next