Declare some missing functions.
[wine] / include / wine /
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...
2005-03-14  Oliver StieberEncapsulate texture, surface encapsulated.
2005-03-10  Alexandre JulliardProperly cope with get_message being called recursively...
2005-03-07  Ulrich CzekallaCreate a thread-specific selection window to make sure...
2005-03-03  Oliver StieberAdded a stubbed out version of query to d3d9 and wined3d.
2005-03-02  Oliver StieberImplemented guids for wined3d.
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2005-03-02  Oliver StieberPut all the stubs in wined3d in place, with some functi...
2005-02-11  Robert Shearman- Implement AdjustTokenPrivileges, DuplicateTokenEx and
2005-02-08  Jason EdmeadesAvoid compile warnings.
2005-02-03  Dmitry TimoshkovAdd support for winevent hooks.
2005-02-03  Alexandre JulliardProperly compute the client area valid rects and pass...
2005-01-27  Raphael Junqueira- fix typo in wined3d_interface.h
2005-01-26  Raphael Junqueira- a very basic blending support on fast drawing path...
2005-01-26  Raphael Junqueira- VertexDeclaration device APIs
2005-01-19  Michael StefaniucHack to fix the compile.
2005-01-19  Raphael JunqueiraBegin support of VertexDeclaration on wined3d using...
2005-01-18  Jason Edmeades- Handle failures to allocate storage more gracefully.
2005-01-17  Jason Edmeades- Add texture support for all the texture types for...
2005-01-14  Eric Pouech- got rid of include/async.h
2005-01-14  Robert ShearmanAdd a LIST_FOR_EACH_ENTRY list helper.
2005-01-12  Robert ShearmanAdd LIST_FOR_EACH_SAFE - a list iteration macro that...
2005-01-11  Rémi AssaillyAdded missing declarations in some headers.
2005-01-09  Jason EdmeadesAdd render target support, and ensure there is a front...
2005-01-03  Ivan Leo PuotiUpdate copyright info for the new year.
2004-12-14  Jason EdmeadesAdd Clear, Present and EndScene support and fix a bug...
2004-12-13  Robert ShearmanImplement NtQueryTimer.
2004-12-13  Jason EdmeadesAdd {G,S}etRenderState and {G,S}etTextureStageState...
2004-12-09  Jason EdmeadesAdd {G,S}etIndices, {G,S}Viewport and enable the basic...
2004-12-07  Alexandre JulliardMoved update region handling to the server.
2004-12-07  Jason EdmeadesAdd BaseTexture class support, call from d3d9.
2004-12-02  Eric Pouech- moved event, semaphore, mutex implementation from...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-29  Alexandre JulliardConverted the timer list to use standard list functions.
2004-11-29  Jason EdmeadesImplement Material, Clip plane and Light support plus
2004-11-28  Jason EdmeadesAdd Get/Set Transform support, plus BeginScene (does...
2004-11-24  Jason EdmeadesAdd indexbuffer support into wined3d.
2004-11-23  Jason Edmeades- Implement SetStreamSource
2004-11-06  Mike HearnDocument the linked list support code.
2004-10-21  Jason EdmeadesImplement the beginnings of the stateblock class, and...
2004-10-19  Hans LeidekkerAdd ffs() to porting library, needed by MinGW.
2004-10-19  Vincent BéronUse a new DLLDEFS variable in configure/Makefiles to...
2004-10-14  Jason Edmeades- Add support (as far as was previously) for the Vertex...
2004-10-11  Alexandre JulliardAdded forward declaration of struct timeval for futimes.
2004-10-08  Jason EdmeadesCopy and tidy up the code from dx8 create device into...
2004-10-07  Alexandre JulliardAdded a fallback implementation of futimes.
2004-10-07  Jason EdmeadesAdd a IWineD3DDevice object type (empty for now), and...
2004-10-06  Jason EdmeadesMove the GetDeviceCaps into the wined3d library and...
2004-10-05  Martin FuchsDon't use ".previous" for Cygwin build.
2004-10-05  Alexandre JulliardAvoid depending on the non-standard IUnknown_METHODS...
2004-10-05  Jason EdmeadesMove the Check* type functions into wined3d and copy...
2004-10-04  Francois GougetDon't use COBJMACROS on internal interfaces.
2004-09-29  Jason EdmeadesMove into wined3d and call from d3d9 the GetAdapterId...
2004-09-28  Jason Edmeades- Make d3d8 know about the wined3d device and start...
2004-09-23  Jason EdmeadesCreate a wined3d interface, and generate a wined3d...
2004-09-21  Alexandre JulliardGet rid of the assembly code, it doesn't really improve...
2004-09-16  Alexandre JulliardAvoid using socklen_t.
2004-09-14  Mike McCormackAdded missing rpc type.
2004-09-03  Alexandre JulliardAdded configure check for socklen_t.
2004-09-01  Alexandre JulliardGet rid of the WINE_UNUSED macro.
2004-08-31  Alexandre JulliardGet rid of the non-standard CONV_POINT and CONV_RECT...
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-17  Eric Pouech- better support for non-blocking COMM and socket read...
2004-07-20  Alexandre JulliardMoved the WindowFromPoint functionality to the server...
2004-07-16  Alexandre JulliardPass the environment for a child process through the...
2004-06-29  Alexandre JulliardAdded support for window regions in the server.
2004-06-23  Alexandre JulliardMoved visible region calculation to the server.
next