Dimitrie O. Paun
|
297f3d898d
|
Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them.
|
2003-01-07 20:36:20 +00:00 |
Lionel Ulmer
|
bc8cc53163
|
Add DDCAPS2_CANRENDERWINDOWED capabilities to our DDraw driver.
|
2002-11-30 01:53:13 +00:00 |
Alexandre Julliard
|
e0315e4433
|
Converted x11drv to -DSTRICT.
|
2002-10-31 02:38:20 +00:00 |
Alexandre Julliard
|
9376fb30c5
|
Fixed a number of -DSTRICT warnings.
|
2002-10-31 02:12:18 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Lionel Ulmer
|
e88edac600
|
Fix crash in the X11 HAL when setting a NULL palette to a surface.
|
2002-02-26 00:36:21 +00:00 |
Jukka Heinonen
|
c3f2a140cf
|
GrabPointer uses now SetWindowLong to change window procedure instead
of accessing directly WND structure.
|
2001-08-27 19:04:18 +00:00 |
Jukka Heinonen
|
822ab45314
|
XGrabPointer is now called from the correct thread context and it is
made sure that we have keyboard focus when using DirectX.
|
2001-08-06 18:47:25 +00:00 |
Alexandre Julliard
|
9208301d16
|
Rewrote Escape to avoid calling down to Escape16.
Replaced Escape by ExtEscape in the DC function table.
|
2001-07-29 20:25:14 +00:00 |
Alexandre Julliard
|
dc4fe7735b
|
Create an X window for every window, including children.
Fixed non-client rectangle calculations in managed mode.
Added support for icon window in managed mode.
|
2001-06-04 21:55:17 +00:00 |
Alexandre Julliard
|
4323004bf1
|
Create an X connection for each thread, and process X events in the
thread that created the corresponding X window.
Spawn a separate thread to run the desktop message loop in desktop
mode.
|
2001-05-16 19:52:29 +00:00 |
Alexandre Julliard
|
c559735bf8
|
Renamed display to gdi_display where it is used for GDI operations, to
allow supporting multiple X connections.
|
2001-05-11 00:17:47 +00:00 |
Ove Kaaven
|
6753dea682
|
Reimplemented DXGrab with improvements; it no longer depends on
XVidMode, and it releases the grab if the app exits full-screen
DirectDraw. Also made the UseDGA option available for AppDefaults
configuration.
|
2001-04-27 18:00:06 +00:00 |
Patrik Stridvall
|
b3086a7593
|
Fixed some issues found by winapi_check.
|
2001-04-25 19:54:21 +00:00 |
Ove Kaaven
|
169e36b9a0
|
Implemented the XF86DGA2 driver for the ddraw HAL.
Entered some basic HAL device capabilities data.
Added a GetDriverInfo handler.
|
2001-04-16 19:54:07 +00:00 |
Jeff Garzik
|
9fd15a9f2f
|
Added needed string.h includes.
|
2001-03-22 19:33:57 +00:00 |
Ove Kaaven
|
313051f9d6
|
Added gamma ramp code to the XVidMode interface.
|
2001-03-20 01:24:08 +00:00 |
Ove Kaaven
|
6e7ded456b
|
Guts of a simple XVidMode-supporting DirectDraw HAL in x11drv.
|
2001-02-14 00:27:34 +00:00 |