2005-04-21 |
Alexandre Julliard | Get rid of the remaining calls to strncpyW, and remove... |
tree | commitdiff |
2005-04-20 |
Alexandre Julliard | Allow nested hardware message processing by storing... |
tree | commitdiff |
2005-04-18 |
Eric Pouech | Removed the no longer user APC_ASYNC kind of APC. |
tree | commitdiff |
2005-04-18 |
Eric Pouech | - moved named pipe creation to ntdll |
tree | commitdiff |
2005-03-31 |
Alexandre Julliard | Return the coordinates information needed to setup... |
tree | commitdiff |
2005-03-30 |
Mike McCormack | Implement mailslots. |
tree | commitdiff |
2005-03-29 |
Oliver Stieber | - Volume now inherits Resource. This isn't the way... |
tree | commitdiff |
2005-03-25 |
Alexandre Julliard | Replace the link_window request by a set_parent request... |
tree | commitdiff |
2005-03-23 |
Alexandre Julliard | Create a new server request for accepting hardware... |
tree | commitdiff |
2005-03-21 |
Alexandre Julliard | Try to always keep the server window Z-order in sync... |
tree | commitdiff |
2005-03-17 |
Alexandre Julliard | Make the server know about the visible area of a window... |
tree | commitdiff |
2005-03-17 |
Alexandre Julliard | Compute the top clipping window directly on the server... |
tree | commitdiff |
2005-03-14 |
Oliver Stieber | Encapsulate texture, surface encapsulated. |
tree | commitdiff |
2005-03-10 |
Alexandre Julliard | Properly cope with get_message being called recursively... |
tree | commitdiff |
2005-03-07 |
Ulrich Czekalla | Create a thread-specific selection window to make sure... |
tree | commitdiff |
2005-03-03 |
Oliver Stieber | Added a stubbed out version of query to d3d9 and wined3d. |
tree | commitdiff |
2005-03-02 |
Oliver Stieber | Implemented guids for wined3d. |
tree | commitdiff |
2005-03-02 |
Alexandre Julliard | Avoid spaces before preprocessor directives, that's... |
tree | commitdiff |
2005-03-02 |
Oliver Stieber | Put all the stubs in wined3d in place, with some functi... |
tree | commitdiff |
2005-02-11 |
Robert Shearman | - Implement AdjustTokenPrivileges, DuplicateTokenEx and |
tree | commitdiff |
2005-02-08 |
Jason Edmeades | Avoid compile warnings. |
tree | commitdiff |
2005-02-03 |
Dmitry Timoshkov | Add support for winevent hooks. |
tree | commitdiff |
2005-02-03 |
Alexandre Julliard | Properly compute the client area valid rects and pass... |
tree | commitdiff |
2005-01-27 |
Raphael Junqueira | - fix typo in wined3d_interface.h |
tree | commitdiff |
2005-01-26 |
Raphael Junqueira | - a very basic blending support on fast drawing path... |
tree | commitdiff |
2005-01-26 |
Raphael Junqueira | - VertexDeclaration device APIs |
tree | commitdiff |
2005-01-19 |
Michael Stefaniuc | Hack to fix the compile. |
tree | commitdiff |
2005-01-19 |
Raphael Junqueira | Begin support of VertexDeclaration on wined3d using... |
tree | commitdiff |
2005-01-18 |
Jason Edmeades | - Handle failures to allocate storage more gracefully. |
tree | commitdiff |
2005-01-17 |
Jason Edmeades | - Add texture support for all the texture types for... |
tree | commitdiff |
2005-01-14 |
Eric Pouech | - got rid of include/async.h |
tree | commitdiff |
2005-01-14 |
Robert Shearman | Add a LIST_FOR_EACH_ENTRY list helper. |
tree | commitdiff |
2005-01-12 |
Robert Shearman | Add LIST_FOR_EACH_SAFE - a list iteration macro that... |
tree | commitdiff |
2005-01-11 |
Rémi Assailly | Added missing declarations in some headers. |
tree | commitdiff |
2005-01-09 |
Jason Edmeades | Add render target support, and ensure there is a front... |
tree | commitdiff |
2005-01-03 |
Ivan Leo Puoti | Update copyright info for the new year. |
tree | commitdiff |
2004-12-14 |
Jason Edmeades | Add Clear, Present and EndScene support and fix a bug... |
tree | commitdiff |
2004-12-13 |
Robert Shearman | Implement NtQueryTimer. |
tree | commitdiff |
2004-12-13 |
Jason Edmeades | Add {G,S}etRenderState and {G,S}etTextureStageState... |
tree | commitdiff |
2004-12-09 |
Jason Edmeades | Add {G,S}etIndices, {G,S}Viewport and enable the basic... |
tree | commitdiff |
2004-12-07 |
Alexandre Julliard | Moved update region handling to the server. |
tree | commitdiff |
2004-12-07 |
Jason Edmeades | Add BaseTexture class support, call from d3d9. |
tree | commitdiff |
2004-12-02 |
Eric Pouech | - moved event, semaphore, mutex implementation from... |
tree | commitdiff |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2004-11-29 |
Alexandre Julliard | Converted the timer list to use standard list functions. |
tree | commitdiff |
2004-11-29 |
Jason Edmeades | Implement Material, Clip plane and Light support plus |
tree | commitdiff |
2004-11-28 |
Jason Edmeades | Add Get/Set Transform support, plus BeginScene (does... |
tree | commitdiff |
2004-11-24 |
Jason Edmeades | Add indexbuffer support into wined3d. |
tree | commitdiff |
2004-11-23 |
Jason Edmeades | - Implement SetStreamSource |
tree | commitdiff |
2004-11-06 |
Mike Hearn | Document the linked list support code. |
tree | commitdiff |
2004-10-21 |
Jason Edmeades | Implement the beginnings of the stateblock class, and... |
tree | commitdiff |
2004-10-19 |
Hans Leidekker | Add ffs() to porting library, needed by MinGW. |
tree | commitdiff |
2004-10-19 |
Vincent Béron | Use a new DLLDEFS variable in configure/Makefiles to... |
tree | commitdiff |
2004-10-14 |
Jason Edmeades | - Add support (as far as was previously) for the Vertex... |
tree | commitdiff |
2004-10-11 |
Alexandre Julliard | Added forward declaration of struct timeval for futimes. |
tree | commitdiff |
2004-10-08 |
Jason Edmeades | Copy and tidy up the code from dx8 create device into... |
tree | commitdiff |
2004-10-07 |
Alexandre Julliard | Added a fallback implementation of futimes. |
tree | commitdiff |
2004-10-07 |
Jason Edmeades | Add a IWineD3DDevice object type (empty for now), and... |
tree | commitdiff |
2004-10-06 |
Jason Edmeades | Move the GetDeviceCaps into the wined3d library and... |
tree | commitdiff |
2004-10-05 |
Martin Fuchs | Don't use ".previous" for Cygwin build. |
tree | commitdiff |
2004-10-05 |
Alexandre Julliard | Avoid depending on the non-standard IUnknown_METHODS... |
tree | commitdiff |
2004-10-05 |
Jason Edmeades | Move the Check* type functions into wined3d and copy... |
tree | commitdiff |
2004-10-04 |
Francois Gouget | Don't use COBJMACROS on internal interfaces. |
tree | commitdiff |
2004-09-29 |
Jason Edmeades | Move into wined3d and call from d3d9 the GetAdapterId... |
tree | commitdiff |
2004-09-28 |
Jason Edmeades | - Make d3d8 know about the wined3d device and start... |
tree | commitdiff |
2004-09-23 |
Jason Edmeades | Create a wined3d interface, and generate a wined3d... |
tree | commitdiff |
2004-09-21 |
Alexandre Julliard | Get rid of the assembly code, it doesn't really improve... |
tree | commitdiff |
2004-09-16 |
Alexandre Julliard | Avoid using socklen_t. |
tree | commitdiff |
2004-09-14 |
Mike McCormack | Added missing rpc type. |
tree | commitdiff |
2004-09-03 |
Alexandre Julliard | Added configure check for socklen_t. |
tree | commitdiff |
2004-09-01 |
Alexandre Julliard | Get rid of the WINE_UNUSED macro. |
tree | commitdiff |
2004-08-31 |
Alexandre Julliard | Get rid of the non-standard CONV_POINT and CONV_RECT... |
tree | commitdiff |
2004-08-18 |
Alexandre Julliard | Fd type is no longer used, get rid of it. |
tree | commitdiff |
2004-08-17 |
Eric Pouech | - better support for non-blocking COMM and socket read... |
tree | commitdiff |
2004-07-20 |
Alexandre Julliard | Moved the WindowFromPoint functionality to the server... |
tree | commitdiff |
2004-07-16 |
Alexandre Julliard | Pass the environment for a child process through the... |
tree | commitdiff |
2004-06-29 |
Alexandre Julliard | Added support for window regions in the server. |
tree | commitdiff |
2004-06-23 |
Alexandre Julliard | Moved visible region calculation to the server. |
tree | commitdiff |
2004-06-14 |
Alexandre Julliard | Yet another fix for the MacOS X environ brain damage. |
tree | commitdiff |
2004-06-14 |
Eric Pouech | - Added ProcessBasicInformation class to ntdll.NtQueryI... |
tree | commitdiff |
2004-06-14 |
Pierre d'Herbemont | Don't use .previous instruction on Darwin. |
tree | commitdiff |
2004-06-03 |
Hans Leidekker | MinGW portability fix. |
tree | commitdiff |
2004-05-29 |
Alexandre Julliard | Pass the environ variable from main to try to avoid... |
tree | commitdiff |
2004-05-28 |
Alexandre Julliard | Initial version of the Wine preloader, used to reserve... |
tree | commitdiff |
2004-05-28 |
Alexandre Julliard | Make sure __ASM_GLOBAL_FUNC generates code in the text... |
tree | commitdiff |
2004-05-27 |
Ivan Leo Puoti | Changed my name, so update copyright info. |
tree | commitdiff |
2004-05-25 |
Alexandre Julliard | Moved environ definition to port.h. |
tree | commitdiff |
2004-05-25 |
Alexandre Julliard | Added support for managing reserved memory areas in... |
tree | commitdiff |
2004-05-21 |
Alexandre Julliard | Converted the memory views list to use the standard... |
tree | commitdiff |
2004-05-14 |
Alexandre Julliard | Removed the no longer used SMB file I/O support, we... |
tree | commitdiff |
2004-05-07 |
Alexandre Julliard | Moved loading of the home registry files to the server... |
tree | commitdiff |
2004-05-03 |
Ferenc Wagner | Disable buffering of test output to keep more informati... |
tree | commitdiff |
2004-05-01 |
Alexandre Julliard | Use pread/pwrite everywhere to avoid changing the file... |
tree | commitdiff |
2004-04-22 |
Dmitry Timoshkov | Add some compatibility macros. |
tree | commitdiff |
2004-04-08 |
Alexandre Julliard | Removed the get_file_info request. |
tree | commitdiff |
2004-04-07 |
Alexandre Julliard | Handle the set_file_pointer request on the client side. |
tree | commitdiff |
2004-04-07 |
Steven Edwards | Fix compiling under MS_VC 6. |
tree | commitdiff |
2004-04-06 |
Alexandre Julliard | Get rid of the removable media handling in the server. |
tree | commitdiff |
2004-04-06 |
Alexandre Julliard | Added support for fstatvfs. |
tree | commitdiff |
2004-04-05 |
Eric Pouech | - implemented MCI_SOUND command |
tree | commitdiff |
next |