1999-04-01 |
Lionel Ulmer | Fixed OpenGL devices implementation. |
tree | commitdiff |
1999-04-01 |
Patrik Stridvall | More code moved to the X11 driver (bitmap and palette... |
tree | commitdiff |
1999-03-28 |
Lionel Ulmer | Fixed QueryInterface functions for IDirect3D 1 and 2. |
tree | commitdiff |
1999-03-28 |
Dimitrie O. Paun | Changed some debug messages from one channel to another... |
tree | commitdiff |
1999-03-28 |
Lionel Ulmer | Added initialisation of the pixmap_depth field in |
tree | commitdiff |
1999-03-28 |
Huw D M Davies | More Escapes for the PostScript driver. |
tree | commitdiff |
1999-03-27 |
Francois Gouget | Adapted to the interface/implementation separation. |
tree | commitdiff |
1999-03-27 |
Francois Gouget | Updated to include all the implementation aspects that... |
tree | commitdiff |
1999-03-27 |
Francois Gouget | Removed direct access to the virtual table |
tree | commitdiff |
1999-03-27 |
Huw D M Davies | Fixed {S|G}etBitmapBits in x11drv. Removed BITMAP_GetP... |
tree | commitdiff |
1999-03-25 |
David Luyer | Changed stdlib.h to string.h. |
tree | commitdiff |
1999-03-25 |
Randy Weems | Fixed off-by-one error if bitblt width or height is... |
tree | commitdiff |
1999-03-23 |
Huw D M Davies | Added StretchDIBits for the PostScript driver. |
tree | commitdiff |
1999-03-22 |
Veksler Michael | Removed winuser16.h from x11drv.h. |
tree | commitdiff |
1999-03-18 |
Marcus Meissner | Lots of warning fixed, one missing WINAPI in ddraw... |
tree | commitdiff |
1999-03-17 |
Marcus Meissner | Fixed some warnings. removed some unneccessary includes... |
tree | commitdiff |
1999-03-16 |
Lionel Ulmer | Corrected bug in enumeration function. |
tree | commitdiff |
1999-03-14 |
Francois Boisvert | Made access to the wnd struct thread-safe. |
tree | commitdiff |
1999-03-14 |
Jim Aston | Renamed wintypes.h to windef.h. |
tree | commitdiff |
1999-03-14 |
Patrik Stridvall | Added functions DirectDrawEnumerateW and DirectDrawEnum... |
tree | commitdiff |
1999-03-14 |
Ove Kaaven | Fixed a silly VGA-emulation palette bug. |
tree | commitdiff |
1999-03-13 |
Pavel Roskin | File open dialog now uses icons instead of bitmaps. |
tree | commitdiff |
1999-03-13 |
Patrik Stridvall | Reimplemented DrawFocusRect without using X11. |
tree | commitdiff |
1999-03-13 |
Andreas Mohr | Improved "error" message readability. |
tree | commitdiff |
1999-03-10 |
Lionel Ulmer | - some clean up in handling of depth |
tree | commitdiff |
1999-03-10 |
Pavel Roskin | Fixed folder bitmap colors for 8bpp. |
tree | commitdiff |
1999-03-10 |
Caolan McNamara | Windows doesnt allow dashed and dotted lines > 1. |
tree | commitdiff |
1999-03-10 |
Ulrich Weigand | Avoid unnecessary GraphicsExpose events. |
tree | commitdiff |
1999-03-09 |
Huw D M Davies | Accept "Normal" as a valid AFM weight. |
tree | commitdiff |
1999-02-28 |
Lionel Ulmer | - added function DirectDrawEnumerateEx |
tree | commitdiff |
1999-02-28 |
David Luyer | - fixed missing stdlib.h and string.h includes everywhere |
tree | commitdiff |
1999-02-28 |
Lionel Ulmer | - no more 3D capabilities if Direct3D support is not... |
tree | commitdiff |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
tree | commitdiff |
1999-02-24 |
Marcus Meissner | Optimized away more includes, readded some #includes... |
tree | commitdiff |
1999-02-20 |
Alexandre Julliard | Fixed end-of-line bug in X11DRV_DIB_SetImageBits_RLE4. |
tree | commitdiff |
1999-02-19 |
Jeff Garzik | Added missing string.h include. |
tree | commitdiff |
1999-02-19 |
Marcus Meissner | Removed a lot of occurences of windows.h (and added... |
tree | commitdiff |
1999-02-18 |
Francois Boisvert | Implementation of the pushed close button. |
tree | commitdiff |
1999-02-17 |
Francois Gouget | Fixed a number of warnings concerning the matching... |
tree | commitdiff |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
tree | commitdiff |
1999-02-14 |
Eric Pouech | Changed some functions prototypes (were returning void). |
tree | commitdiff |
1999-02-14 |
Marcus Meissner | Some ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status. |
tree | commitdiff |
1999-02-13 |
Marcus Meissner | Moved the if1632/signal.c stuff into loader/signal... |
tree | commitdiff |
1999-02-13 |
Francis Beaudet | Implemented the OLE Drag and Drop target registration... |
tree | commitdiff |
1999-02-11 |
Lionel Ulmer | Added 'objbase.h' to prevent compiler warnings. |
tree | commitdiff |
1999-02-11 |
Lionel Ulmer | Better detection of XShm errors (should now run on... |
tree | commitdiff |
1999-02-10 |
Alexandre Julliard | Authors: Paul Quinn <paulq@corel.ca>, Albert Den Haan... |
tree | commitdiff |
1999-02-10 |
Lionel Ulmer | Fixed debug output to follow '-debugmsg' flags. |
tree | commitdiff |
1999-02-09 |
Brad Pepers | WinG fixes. |
tree | commitdiff |
1999-02-09 |
Huw D M Davies | Fixes several problems with SetDIBitsToDevice if xSrc... |
tree | commitdiff |
1999-02-05 |
Lionel Ulmer | - added a dump of the palette creation flags |
tree | commitdiff |
1999-02-04 |
Patrik Stridvall | Moved some more code to the X11 driver. |
tree | commitdiff |
1999-02-04 |
Patrik Stridvall | X11 driver changes. |
tree | commitdiff |
1999-02-04 |
Patrik Stridvall | New TTY driver for GDI. |
tree | commitdiff |
1999-02-02 |
Francois Gouget | Replaced references to interfaces.h by wine/obj_xxx... |
tree | commitdiff |
1999-02-02 |
Lionel Ulmer | Added stubs for new DirectDraw4 and DirectDrawSurface4... |
tree | commitdiff |
1999-02-02 |
Huw D M Davies | Clear up args to PSDRV_AdvancedSetupDialog. |
tree | commitdiff |
1999-02-02 |
Huw D M Davies | Reduce MAX_FONT_SIZE to 1000. |
tree | commitdiff |
1999-01-31 |
Alexandre Julliard | Authors: Lionel Ulmer <ulmer@directprovider.net>, Babri... |
tree | commitdiff |
1999-01-30 |
Lionel Ulmer | Added check for the presence of Mesa's header files. |
tree | commitdiff |
1999-01-30 |
Ove Kaaven | Defined RESTORE_SIGNALS by default and call SIGNAL_Emul... |
tree | commitdiff |
1999-01-30 |
Marcus Meissner | Some more warnings and bugs fixed. |
tree | commitdiff |
1999-01-28 |
James Juran | Commented out unused variables to prevent needless... |
tree | commitdiff |
1999-01-28 |
Marcus Meissner | Fixed a lot of warnings for possible problems. |
tree | commitdiff |
1999-01-26 |
Ove Kaaven | Added (dummy) Death/Resurrection calls to DisplayDib. |
tree | commitdiff |
1999-01-26 |
Lionel Ulmer | - added depth conversion routines (only 8bpp -> 16... |
tree | commitdiff |
1999-01-24 |
Nick Holloway | Internal PostScript printer driver improvements. |
tree | commitdiff |
1999-01-23 |
Andreas Mohr | Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32, |
tree | commitdiff |
1999-01-23 |
Lionel Ulmer | - various warning and bug fixes |
tree | commitdiff |
1999-01-23 |
Lionel Ulmer | - added more texture formats using OpenGL's packed... |
tree | commitdiff |
1999-01-23 |
Lionel Ulmer | - better support for ExecuteBuffers |
tree | commitdiff |
1999-01-23 |
Lionel Ulmer | - corrected bug in Z Buffer allocation |
tree | commitdiff |
1999-01-20 |
Pablo Saratxaga | Small patch. |
tree | commitdiff |
1999-01-20 |
Marcus Meissner | Unified palette create, do allocate colorcells on init... |
tree | commitdiff |
1999-01-17 |
Alexandre Julliard | Group commit for recovery after disk crash. |
tree | commitdiff |
1999-01-17 |
Alexandre Julliard | Recovery of release 990110 after disk crash. wine-990110 |
tree | commitdiff |
1999-01-03 |
Lionel Ulmer | - beginning of implementation of Direct3D2 (DX 5.0... |
tree | commitdiff |
1999-01-01 |
Michael Veksler | Moves more stuff from windows.h. |
tree | commitdiff |
1998-12-26 |
Alex Korobka | Cleaned up font encoding handling. Added 'Ignore#'... |
tree | commitdiff |
1998-12-26 |
Marcus Meissner | Changed // comments to /* */ so WINE compiles with... |
tree | commitdiff |
1998-12-26 |
Patrik Stridvall | Moved more things to the X11 driver. |
tree | commitdiff |
1998-12-24 |
Peter Hunnisett | Added all clipper&3d stubs. |
tree | commitdiff |
1998-12-24 |
Marcus Meissner | Stubs for IDirect3D(2)::CreateLight and CreateDevice... |
tree | commitdiff |
1998-12-18 |
Huw D M Davies | Implemented PolylineTo. |
tree | commitdiff |
1998-12-15 |
Paul Quinn | Lots of new defines and stubs. |
tree | commitdiff |
1998-12-15 |
Todd Vierling | graphics/psdrv forgets to pull in @DLLFLAGS@, and so... |
tree | commitdiff |
1998-12-14 |
Ian Pilcher | Added ability to specify X fonts used for Helv and... |
tree | commitdiff |
1998-12-14 |
Stephen Crowley | Save the original video mode before going fullscreen... |
tree | commitdiff |
1998-12-14 |
Huw D M Davies | XLFDs should be well-formed (14 hyphens) to match scala... |
tree | commitdiff |
1998-12-11 |
Huw D M Davies | Implement AbortDoc16, move AbortDoc32 and StartDoc32W to |
tree | commitdiff |
1998-12-10 |
Alexandre Julliard | Authors: Francis Beaudet <francis@macadamian.com>,... |
tree | commitdiff |
1998-12-10 |
Ulrich Weigand | Adapted to CreateSystemTimer interface change. |
tree | commitdiff |
1998-12-10 |
Stephen Crowley | Fixed a potential crash if a usable video mode is not... |
tree | commitdiff |
1998-12-10 |
Robert Riggs | Set window focus in _common_IDirectDraw_SetDisplayMode(). |
tree | commitdiff |
1998-12-10 |
Huw D M Davies | Sanity check on font size. |
tree | commitdiff |
1998-12-09 |
Pablo Saratxaga | Improved the handling of font encodings. |
tree | commitdiff |
1998-12-08 |
Alexandre Julliard | Tried another kludge for the Xmd.h problem. |
tree | commitdiff |
1998-12-08 |
Stephen Crowley | Added fullscreen DGA support. |
tree | commitdiff |
1998-12-08 |
Marcus Meissner | Create X11 palette on DirectDrawSurface::SetPalette... |
tree | commitdiff |
1998-12-08 |
Huw D M Davies | Fix for SetAbortProc16, stub for SetAbortProc32 and... |
tree | commitdiff |
next |