Sweden-Number/dlls/winex11.drv
Mikolaj Zalewski ee747f3d70 winex11.drv: Support GdiAlphaBlend with blendfn.AlphaFormat == 0. 2007-08-31 12:08:58 +02:00
..
Makefile.in Added version information for a number of dlls. 2007-03-07 21:25:16 +01:00
bitblt.c winex11.drv: Correctly handle overlapping source and destination regions on the same DIB when copying DIBs client-side. 2007-08-13 11:58:21 +02:00
bitmap.c winex11.drv: Relax the bitmap depth check in CreateBitmap to accept some compatible formats. 2007-03-21 15:56:10 +01:00
brush.c winex11drv: Win64 printf format warning fixes. 2006-10-09 15:23:33 +02:00
clipboard.c winex11.drv: Exclude unused headers. 2007-05-29 12:10:21 +02:00
clipping.c winex11.drv: Store window and drawable rects in X11DRV_PDEVICE. 2006-12-12 13:45:10 +01:00
codepage.c winex11.drv: Remove unused items. 2007-02-08 11:55:44 +01:00
dce.c user32: IsChild must not consider the desktop window. 2007-08-24 10:56:51 +02:00
desktop.c x11drv: Remove some no longer needed wine 16bit headers. 2007-08-29 12:31:28 +02:00
dib.c winex11: Fix X11DRV_DIB_GetImageBits() when target bitmaps are larger than fetched. 2007-07-04 12:07:01 +02:00
dib_convert.c winex11.drv: Small spelling fix. 2007-03-14 13:13:52 +01:00
dib_dst_swap.c
dib_src_swap.c
event.c winex11: Don't try to activate the desktop window on take focus. 2007-08-16 23:43:58 +02:00
graphics.c winex11.drv: Draw dashed lines for extended pens. 2007-07-19 12:04:00 +02:00
init.c dlls: Remove unreachable break after return/break. Found by Smatch. 2007-07-19 11:57:49 +02:00
keyboard.c x11drv: Remove some no longer needed wine 16bit headers. 2007-08-29 12:31:28 +02:00
mouse.c winex11: Don't set the cursor on the desktop window since it's managed by another process. 2007-08-20 14:04:53 +02:00
mwm.h
opengl.c wgl: Degrade an ERR to a WARN. 2007-08-29 11:58:39 +02:00
palette.c winex11.drv: Exclude unused headers. 2007-05-29 12:10:21 +02:00
pen.c winex11.drv: Constify the pen dash data. 2007-07-20 12:25:42 +02:00
scroll.c winex11drv: Win64 printf format warning fixes. 2006-10-09 15:23:33 +02:00
settings.c winex11.drv: Echo the video mode requested in the error message when not finding a matching mode. 2007-06-15 13:24:27 +02:00
text.c winex11.drv: Exclude unused headers. 2007-05-29 12:10:21 +02:00
version.rc Added version information for a number of dlls. 2007-03-07 21:25:16 +01:00
window.c winex11: Set initial wm hints on the desktop window too. 2007-08-30 12:19:55 +02:00
winex11.drv.spec winex11drv/user32: Add ClipCursor to x11drv to pass clip rectangle to x11drv. 2007-01-06 11:40:46 +01:00
winpos.c winex11: Child windows don't get activated even when requested, so don't make them managed either. 2007-08-27 12:37:14 +02:00
wintab.c configure: Make the libXi soname check depend on the header check. 2007-07-09 22:42:49 +02:00
x11ddraw.c configure: Merge the libGL existence check with the soname check. 2007-07-04 12:44:12 +02:00
x11drv.h winex11: Child windows don't get activated even when requested, so don't make them managed either. 2007-08-27 12:37:14 +02:00
x11drv_main.c x11drv: Remove some no longer needed wine 16bit headers. 2007-08-29 12:31:28 +02:00
x11font.h gdi32: Implement GetTextExtentPoint in terms of GetTextExtentExPoint 2006-07-12 13:34:36 +02:00
xdnd.c winex11.drv: Remove old dnd code. 2007-07-12 12:57:23 +02:00
xfont.c winex11.drv: Fix compilation warnings in 64-bit mode. 2007-05-30 11:55:35 +02:00
xim.c winex11.drv: Take into account position of preedit area in PreEditCaretCallback. 2007-07-25 13:03:53 +02:00
xinerama.c configure: Merge the libXinerama existence check with the soname check. 2007-07-04 12:48:50 +02:00
xrandr.c configure: Merge the libX11 and libXext existence check with the soname check. 2007-07-09 22:43:45 +02:00
xrandr.h configure: Merge the libXrandr existence check with the soname check. 2007-07-04 12:45:03 +02:00
xrender.c winex11.drv: Support GdiAlphaBlend with blendfn.AlphaFormat == 0. 2007-08-31 12:08:58 +02:00
xvidmode.c winex11.drv: Catch and report screen resolution change errors. 2007-02-23 11:24:16 +01:00
xvidmode.h