2005-07-10 |
Oliver Stieber | Tidy up the way caps are managed in GetDeviceCaps and... |
tree | commitdiff |
2005-07-08 |
Alexandre Julliard | Put in place the basic infrastructure to allow supporti... |
tree | commitdiff |
2005-07-07 |
Oliver Stieber | Added support for vertex declarations to wined3d, it... |
tree | commitdiff |
2005-07-07 |
Dmitry Timoshkov | Make IsWindowUnicode work in the case when window belon... |
tree | commitdiff |
2005-07-05 |
Oliver Stieber | Implemented stateblocks in wined3d. |
tree | commitdiff |
2005-07-05 |
Alexandre Julliard | Added vararg argument type so that the relay code can... |
tree | commitdiff |
2005-06-30 |
Alexandre Julliard | Attempt at a better fix for the winsock.h problems... |
tree | commitdiff |
2005-06-25 |
Mike McCormack | Don't include winreg.h. |
tree | commitdiff |
2005-06-24 |
Oliver Stieber | Add support for samplers. |
tree | commitdiff |
2005-06-23 |
Oliver Stieber | Implement swapchains. |
tree | commitdiff |
2005-06-21 |
Pierre d'Herbemont | Fix winsock.h and stdlib.h collision by including windo... |
tree | commitdiff |
2005-06-20 |
Robert Shearman | Add support for impersonating a token. |
tree | commitdiff |
2005-06-17 |
Oliver Stieber | Change the way caps are sent between d3d9/d3d8 and... |
tree | commitdiff |
2005-06-16 |
Alexandre Julliard | Store a relative pointer for registry entry points... |
tree | commitdiff |
2005-06-15 |
Alexandre Julliard | Avoid static forward declaration that doesn't work... |
tree | commitdiff |
2005-06-13 |
Alexandre Julliard | Moved the NONAMELESSUNION/STRUCT macros to wine/test... |
tree | commitdiff |
2005-06-08 |
Robert Shearman | Implement overlapped I/O with named pipes. |
tree | commitdiff |
2005-06-08 |
Alexandre Julliard | Beginnings of support for window stations and desktops. |
tree | commitdiff |
2005-06-05 |
Alexandre Julliard | Moved the server part of the ExitThread functionality... |
tree | commitdiff |
2005-05-31 |
Alexandre Julliard | Added a from_child parameter to the get_update_region... |
tree | commitdiff |
2005-05-27 |
Alexandre Julliard | Added --list option to the tests and use that in winetest. |
tree | commitdiff |
2005-05-25 |
Alexandre Julliard | Better support for building stand-alone tests. |
tree | commitdiff |
2005-05-24 |
Robert Shearman | Implement NtAccessCheck. |
tree | commitdiff |
2005-05-23 |
Robert Shearman | - Add new server type "struct security_descriptor". |
tree | commitdiff |
2005-05-23 |
Alexandre Julliard | Moved the generated code segment for 16-bit builtins... |
tree | commitdiff |
2005-05-19 |
Eric Kohl | Define RPC_FC_IGNORE. |
tree | commitdiff |
2005-05-18 |
Dimi Paun | Document the more convenient iteration method. |
tree | commitdiff |
2005-05-16 |
Alexandre Julliard | Moved data structures for 16-bit relay calls to winbase... |
tree | commitdiff |
2005-05-11 |
Alexandre Julliard | Allow passing a string to the window property server... |
tree | commitdiff |
2005-05-11 |
Alexandre Julliard | Store a bitmap of active hooks on the client side to... |
tree | commitdiff |
2005-05-10 |
Eric Pouech | - changed ATOM support in wineserver to match NTDLL... |
tree | commitdiff |
2005-05-07 |
Alexandre Julliard | Prefix the internal name of all register functions... |
tree | commitdiff |
2005-05-05 |
Rein Klazes | Add 16<->32 bit message mappings for WM_COPYDATA messages. |
tree | commitdiff |
2005-04-28 |
Mike McCormack | Implemented GetLastInputInfo. |
tree | commitdiff |
2005-04-28 |
Jeff Latimer | Define strncpyW to ensure that users know why it is... |
tree | commitdiff |
2005-04-25 |
Alexandre Julliard | Remove a few more instances of strncpy. |
tree | commitdiff |
2005-04-24 |
Mike McCormack | Implemented NtSignalAndWaitForSingleObject. |
tree | commitdiff |
2005-04-22 |
Robert Shearman | - Clean up well-known privileges. |
tree | commitdiff |
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 |
next |