2000-12-06 |
Alexandre Julliard | Created a small static library in ole/libuuid.a that... |
tree | commitdiff |
2000-12-03 |
Francois Gouget | Use the DUMMYUNIONNAME macros so that the headers can... |
tree | commitdiff |
2000-11-30 |
Alexandre Julliard | Finished separation of ole32. |
tree | commitdiff |
2000-11-30 |
David Elliott | Remove libXXXX.so.1.0 lines from .cvsignore files. |
tree | commitdiff |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
tree | commitdiff |
2000-11-27 |
Marcus Meissner | Truncate dest blit rectangle down to surface size. |
tree | commitdiff |
2000-11-26 |
Dimitrie O. Paun | Make sure all files using config.h constants actually... |
tree | commitdiff |
2000-11-08 |
Francois Gouget | We must include windef.h before wtypes.h (directly... |
tree | commitdiff |
2000-11-05 |
Alexandre Julliard | Declare debug channels in all dlls that need them;... |
tree | commitdiff |
2000-11-04 |
Andreas Mohr | Avoid division by zero. |
tree | commitdiff |
2000-11-01 |
Alexandre Julliard | Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie... |
tree | commitdiff |
2000-10-25 |
William Waghorn | xf86vmode_setdisplaymode() wasn't properly saving the... |
tree | commitdiff |
2000-10-24 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-10-23 |
Marcus Meissner | Added some basic IDirectDraw7 interface support, fixed... |
tree | commitdiff |
2000-10-22 |
Marcus Meissner | DirectDrawCreateEx() should already return the interfac... |
tree | commitdiff |
2000-10-22 |
Lionel Ulmer | Change the width / height parameter on a SetDisplayMode. |
tree | commitdiff |
2000-10-17 |
Lionel Ulmer | Warning fix. |
tree | commitdiff |
2000-10-15 |
Gerald Pfeifer | Remove unused variable orig_mode. |
tree | commitdiff |
2000-10-15 |
Marcus Meissner | Return "default" DirectDraw driver if we have at least... |
tree | commitdiff |
2000-10-13 |
Gerald Pfeifer | Fixed incorrect format string. |
tree | commitdiff |
2000-10-12 |
Lionel Ulmer | Support non-buffered overlays. |
tree | commitdiff |
2000-10-12 |
Marcus Meissner | Added 16 (565) -> 15 (555) bit depth converter. |
tree | commitdiff |
2000-10-12 |
Lionel Ulmer | Implememnted GetFourCCCodes. |
tree | commitdiff |
2000-10-12 |
Marcus Meissner | Enable XF86vmode switching possible for X11 too. |
tree | commitdiff |
2000-09-26 |
Lionel Ulmer | Added support for DirectDraw overlays using the XVideo... |
tree | commitdiff |
2000-09-18 |
Gerald Pfeifer | Remove unused local variable in DGA_IDirectDrawSurface4... |
tree | commitdiff |
2000-09-13 |
Lionel Ulmer | Upgrade also 15bpp to 16bpp surfaces. |
tree | commitdiff |
2000-09-12 |
Andreas Mohr | - fixes debugger output |
tree | commitdiff |
2000-09-12 |
Lionel Ulmer | Fixed DGA / DGA 2 palette creation. |
tree | commitdiff |
2000-09-09 |
Lionel Ulmer | Do not support DGA when DirectVideo not present. |
tree | commitdiff |
2000-08-30 |
Alexandre Julliard | Fixed non-OpenGL compile. |
tree | commitdiff |
2000-08-29 |
Peter Hunnisett | Newbie friendly error message for 3D creation failure. |
tree | commitdiff |
2000-08-28 |
Lionel Ulmer | - added ARGB 1555 format |
tree | commitdiff |
2000-08-25 |
Lionel Ulmer | Fixed the displaying of the FOURCC codes in _dump_pixel... |
tree | commitdiff |
2000-08-25 |
Lionel Ulmer | Change pixel format for 24 BPP surfaces when the DDraw... |
tree | commitdiff |
2000-08-22 |
James Abbatiello | Don't crash when calling DirectDrawSurface::EnumAttache... |
tree | commitdiff |
2000-08-19 |
Alexandre Julliard | Authors: Alexandre Julliard <julliard@codeweavers.com... |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Removed some unnecessary #includes and dll dependencies. |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Moved a few non-standard headers into their respective... |
tree | commitdiff |
2000-08-07 |
Marcus Meissner | If we are looking for an existing pixmap format, we... |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Moved GUID definitions to their respective dll. |
tree | commitdiff |
2000-08-03 |
Marcus Meissner | One of the 24/32 convert color masks was wrong. |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Added imports of user32/gdi32/kernel32 wherever necessary. |
tree | commitdiff |
2000-07-31 |
Alexandre Julliard | Cleaned up some more USER dependencies. |
tree | commitdiff |
2000-07-29 |
Marcus Meissner | No longer crash when running with DirectDraw with a... |
tree | commitdiff |
2000-07-23 |
Eric Pouech | Compilation fixes for OpenGL. |
tree | commitdiff |
2000-07-23 |
Lionel Ulmer | Detect broken glext.h headers. |
tree | commitdiff |
2000-07-23 |
Ove Kaaven | Added a few C++ operators to Direct3D structures, and... |
tree | commitdiff |
2000-07-23 |
Marcus Meissner | IDirectDraw,IDirectDraw2,IDirectDraw4 fixed up in regar... |
tree | commitdiff |
2000-07-16 |
Lionel Ulmer | - fix Direct3D support and a lot of warnings |
tree | commitdiff |
2000-07-11 |
Marcus Meissner | Check for NULL flipchain and just return the current... |
tree | commitdiff |
2000-07-08 |
Marcus Meissner | Corrected 24->32 conversion. Still only correct for... |
tree | commitdiff |
2000-07-08 |
Marcus Meissner | Removed another bad assert and two no longer needed... |
tree | commitdiff |
2000-06-25 |
Marcus Meissner | Fixed two asserts in Blt(). |
tree | commitdiff |
2000-06-25 |
Gerald Pfeifer | Properly cast arguments to printf to match the intended... |
tree | commitdiff |
2000-06-24 |
Marcus Meissner | Create xlib ddsurfaces with correct reference counts. |
tree | commitdiff |
2000-06-23 |
Peter Ganten | _common_depth_to_pixelformat() returns -1 and not zero... |
tree | commitdiff |
2000-06-23 |
Marcus Meissner | Use correct bpp for the X side of the surface XImages. |
tree | commitdiff |
2000-06-23 |
Marcus Meissner | Dump FourCC correctly, print conversion messages, add... |
tree | commitdiff |
2000-06-23 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-06-20 |
Alexandre Julliard | For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. |
tree | commitdiff |
2000-06-13 |
Marcus Meissner | Added 24->32 packed pixel mapping support to convert. |
tree | commitdiff |
2000-06-12 |
Lionel Ulmer | replaced a DPRINTF by a TRACE |
tree | commitdiff |
2000-06-12 |
Lionel Ulmer | Removed the Release in case of error as we do not AddRe... |
tree | commitdiff |
2000-06-10 |
Ove Kaaven | Call TSXFlush after setting DGA palette, so it updates... |
tree | commitdiff |
2000-06-01 |
Andreas Mohr | Lots of spelling fixes that accumulated in my tree... |
tree | commitdiff |
2000-05-30 |
Lionel Ulmer | Install the colormap only if it was created. |
tree | commitdiff |
2000-05-23 |
Patrik Stridvall | Fixed issues found by winapi_check. |
tree | commitdiff |
2000-05-23 |
Ove Kaaven | Made WINE_DirectDraw a decorationless popup window... |
tree | commitdiff |
2000-05-23 |
Lionel Ulmer | Remove the PRIMARYSURFACE attribute from back buffers. |
tree | commitdiff |
2000-05-23 |
Lionel Ulmer | Initialize the back-buffer with the correct VTable. |
tree | commitdiff |
2000-05-18 |
Ove Kaaven | Made IDirectDrawSurface::SetPalette set the surface... |
tree | commitdiff |
2000-05-18 |
Ove Kaaven | Initialize an identity mapping in CreatePalette if... |
tree | commitdiff |
2000-05-15 |
Ove Kaaven | Use unsigned int instead of unsigned short in DirectDraw |
tree | commitdiff |
2000-05-14 |
Ove Kaaven | Improved DIBSection support for IDirectDrawSurface... |
tree | commitdiff |
2000-05-13 |
Peter Hunnisett | - Added ability to create 3D3 interfaces for Xlib |
tree | commitdiff |
2000-05-12 |
Lionel Ulmer | Added support for OpenGL. |
tree | commitdiff |
2000-05-09 |
Marcus Meissner | Number of surface Lock/Unlocks must NOT match, so do... |
tree | commitdiff |
2000-05-03 |
Lionel Ulmer | Remove the assertion when there is no source surface. |
tree | commitdiff |
2000-05-01 |
Alexandre Julliard | Added DECL_GLOBAL_CONSTRUCTOR macro. |
tree | commitdiff |
2000-05-01 |
Lionel Ulmer | Added DGA2 driver to DirectDraw. |
tree | commitdiff |
2000-04-29 |
Lionel Ulmer | - added thread-safety protection to XListPixmapFormats |
tree | commitdiff |
2000-04-25 |
Patrik Stridvall | Compile fix for --without-x. |
tree | commitdiff |
2000-04-23 |
Marcus Meissner | Also check for empty GUID in DirectDrawCreate. |
tree | commitdiff |
2000-04-19 |
Alexandre Julliard | Added some missing import directives. |
tree | commitdiff |
2000-04-15 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
tree | commitdiff |
2000-04-14 |
Marcus Meissner | Detypoed X11DRV_EVENT_SetInputMethod. |
tree | commitdiff |
2000-04-14 |
Francois Gouget | Changed the placement of WINE_UNUSED to make gcc 2... |
tree | commitdiff |
2000-04-13 |
Marcus Meissner | Make DirectDraw compile with DGA2 present. |
tree | commitdiff |
2000-04-11 |
Marcus Meissner | Free private structure in Xlib_DDS_Release. |
tree | commitdiff |
2000-04-10 |
Marcus Meissner | Use d3dexecutebuffer_create only when compiling with... |
tree | commitdiff |
2000-04-09 |
Marcus Meissner | Two left over HeapValidate assertions removed. |
tree | commitdiff |
2000-04-09 |
Alexandre Julliard | Improved support for Makefiles that need to recurse... |
tree | commitdiff |
2000-04-09 |
Marcus Meissner | Restructured DirectDraw. Split into X11 and DGA driver... |
tree | commitdiff |
2000-03-25 |
Alexandre Julliard | A few simplifications and optimizations in the x11... |
tree | commitdiff |
2000-03-25 |
Alexandre Julliard | Link ttydrv and x11drv objects into their respective... |
tree | commitdiff |
2000-03-24 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
tree | commitdiff |
2000-03-18 |
Alexandre Julliard | Moved command-line option handling out of the X11 driver. |
tree | commitdiff |
2000-03-17 |
Alexandre Julliard | Made ddraw and dinput separate dlls. |
tree | commitdiff |
|