Huw D M Davies
56166a6f85
Implemented recording of StretchDIBits and SetDIBitsToDevice and
...
playback of SetDIBitsToDevice. Cleaned up PlayMetaFileRecord a bit.
1999-04-19 16:45:24 +00:00
Patrik Stridvall
0b52adaac4
Fixed typo.
1999-04-19 16:30:51 +00:00
Patrik Stridvall
b4b9fae671
New debug scheme with explicit debug channels declaration.
1999-04-19 14:56:29 +00:00
Eric Pouech
dc7c1b87d4
Fixed a few bugs (typos from cut & paste & invalid heap block
...
freeing).
1999-04-18 13:12:02 +00:00
Huw D M Davies
608629bc13
Fixes for upside-down DIBs.
1999-04-18 12:07:00 +00:00
Lionel Ulmer
251ed43b98
Changed 'GetDisplayMode' to return the mode previously set by
...
'SetDisplayMode' (and not the current monitor mode).
1999-04-18 12:03:02 +00:00
Brian Gerst
8d4f85071d
- Removed all floating point math.
...
- Implemented stretching in X and Y directions for 8, 16, and 32 bit color.
- Implemented source and dest color-keying for 8, 16, and 32 bit color.
- Implemented some trivial raster operations.
- Minimized inner loops for maximum speed.
- Use memcpy whenever possible.
1999-04-18 09:31:50 +00:00
Robert Pouliot
0a9975242a
A few patches to help Wine to compile on OS/2.
1999-04-16 06:55:26 +00:00
Huw D M Davies
b94e43303a
Change (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s remain as
...
global memory handles). Fixed disk-based MetaFiles. Better
separation between MetaFile playback and the metafiledrv.
1999-04-15 16:46:51 +00:00
Pavel Roskin
6f01462b8b
Fixed ugly disabled controls and black background in Write and Lotus
...
Notes.
1999-04-15 15:52:59 +00:00
Huw D M Davies
0d211d1cf5
Limit lastChar to 0xff in PSDRV_GetCharWidth.
1999-04-15 15:13:54 +00:00
Karl Lessard
183f8841db
Optimized code for SetImageBits_X, making bitmap creation faster.
1999-04-11 17:04:16 +00:00
Richard Mortimer
bce5f88f3d
Added missing *IsDark entries into PALETTE_Driver instance
...
initialisation.
1999-04-10 16:37:43 +00:00
Lionel Ulmer
81c7544184
- clean-up of texture 'loading'
...
- added SetColorKey callback for already loaded textures
1999-04-06 07:10:48 +00:00
Lionel Ulmer
4ddedb8131
Added DllClassFactory to DirectDraw.
1999-04-02 10:26:32 +00:00
Alex Korobka
44a1b59cec
Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed
...
mode go through window manager, small bugfixes for menu and window
code, extended clipboard driver model to handle formats other than
text.
1999-04-01 12:03:52 +00:00
Lionel Ulmer
31ce102fe6
Implement the EnumAttachedSurface method.
1999-04-01 11:49:29 +00:00
Lionel Ulmer
e59f20d76d
Fixed OpenGL devices implementation.
1999-04-01 10:00:38 +00:00
Patrik Stridvall
b87fe2e9bf
More code moved to the X11 driver (bitmap and palette and misc).
1999-04-01 08:16:08 +00:00
Lionel Ulmer
e8ceac986b
Fixed QueryInterface functions for IDirect3D 1 and 2.
1999-03-28 15:15:45 +00:00
Dimitrie O. Paun
05c0c8ef13
Changed some debug messages from one channel to another, to clean up a
...
bit the debug channel usage.
1999-03-28 15:07:41 +00:00
Lionel Ulmer
2e23da4ad5
Added initialisation of the pixmap_depth field in
...
Xlib_DirectDrawCreate.
1999-03-28 09:18:22 +00:00
Huw D M Davies
610b001de5
More Escapes for the PostScript driver.
1999-03-28 09:13:26 +00:00
Francois Gouget
022d372709
Adapted to the interface/implementation separation.
...
Now uses ICOM_THIS to access the implementation structures.
Replaced 'this' with 'This' for ICOM_THIS.
Direct access to the virtual table has been eliminated too.
1999-03-27 16:56:13 +00:00
Francois Gouget
9e2f4af9b0
Updated to include all the implementation aspects that were previously
...
in the public includes.
1999-03-27 16:53:09 +00:00
Francois Gouget
f44e3e90d4
Removed direct access to the virtual table
1999-03-27 16:49:55 +00:00
Huw D M Davies
e42ee26d9a
Fixed {S|G}etBitmapBits in x11drv. Removed BITMAP_GetPadding.
1999-03-27 15:59:12 +00:00
David Luyer
be02d4044e
Changed stdlib.h to string.h.
1999-03-25 15:58:20 +00:00
Randy Weems
0bc73c7818
Fixed off-by-one error if bitblt width or height is negative.
1999-03-25 15:49:11 +00:00
Huw D M Davies
44a79c4925
Added StretchDIBits for the PostScript driver.
1999-03-23 13:46:04 +00:00
Veksler Michael
e94e35431e
Removed winuser16.h from x11drv.h.
1999-03-22 12:41:26 +00:00
Marcus Meissner
6b9dd2e098
Lots of warning fixed, one missing WINAPI in ddraw.c added.
1999-03-18 17:39:57 +00:00
Marcus Meissner
ac593bbd41
Fixed some warnings. removed some unneccessary includes, removed one
...
direct WND* access in controls/menu.c.
1999-03-17 15:18:28 +00:00
Lionel Ulmer
88ca57d219
Corrected bug in enumeration function.
1999-03-16 09:53:48 +00:00
Francois Boisvert
6b1b41cf85
Made access to the wnd struct thread-safe.
1999-03-14 17:25:32 +00:00
Jim Aston
2e1cafa288
Renamed wintypes.h to windef.h.
1999-03-14 16:35:05 +00:00
Patrik Stridvall
76535cd912
Added functions DirectDrawEnumerateW and DirectDrawEnumerateExW.
1999-03-14 15:20:11 +00:00
Ove Kaaven
e1848e5cdb
Fixed a silly VGA-emulation palette bug.
1999-03-14 12:23:17 +00:00
Pavel Roskin
cb327212c4
File open dialog now uses icons instead of bitmaps.
1999-03-13 18:10:43 +00:00
Patrik Stridvall
8085b6ccfd
Reimplemented DrawFocusRect without using X11.
1999-03-13 18:01:45 +00:00
Andreas Mohr
7d0e449f1f
Improved "error" message readability.
1999-03-13 12:43:11 +00:00
Lionel Ulmer
19cf14f5e8
- some clean up in handling of depth
...
- more depth conversion routines for X11 (15, 16 and 32 -> 8)
1999-03-10 16:22:35 +00:00
Pavel Roskin
82c70ad91e
Fixed folder bitmap colors for 8bpp.
1999-03-10 13:59:13 +00:00
Caolan McNamara
f0370548c7
Windows doesnt allow dashed and dotted lines > 1.
1999-03-10 13:58:35 +00:00
Ulrich Weigand
9cfeb5b88c
Avoid unnecessary GraphicsExpose events.
1999-03-10 13:26:09 +00:00
Huw D M Davies
2fe5a273fd
Accept "Normal" as a valid AFM weight.
1999-03-09 17:42:33 +00:00
Lionel Ulmer
4d4b5a9a2f
- added function DirectDrawEnumerateEx
...
- added (or corrected) check for the return value of the enumeration functions
1999-02-28 19:49:42 +00:00
David Luyer
ee517e863e
- fixed missing stdlib.h and string.h includes everywhere
...
- removed a couple of unneeded stdlib.h and stdio.h includes
1999-02-28 12:27:56 +00:00
Lionel Ulmer
718bba93ec
- no more 3D capabilities if Direct3D support is not compiled in
...
- some debug messages clean-up (replaced fprintfs by DUMPs)
1999-02-28 11:04:54 +00:00
Alexandre Julliard
a396029270
Large-scale renaming of all Win32 functions and types to use the
...
standard Windows names.
1999-02-26 11:11:13 +00:00