wine/dlls/x11drv
Alexandre Julliard c3116c5e61 Renamed ttydrv and x11drv to winetty.drv and winex11.drv respectively
to follow the namespace conventions and make it clear that they are
drivers and not dlls.
Moved the graphics driver configuration to HKLM\Software\Wine\Drivers.
2005-05-06 19:38:50 +00:00
..
.cvsignore Renamed ttydrv and x11drv to winetty.drv and winex11.drv respectively 2005-05-06 19:38:50 +00:00
bitblt.c Store a pointer to the currently selected phys bitmap in the device 2005-04-12 11:59:48 +00:00
bitmap.c Use an X context to associate the phys bitmap data to a bitmap handle 2005-04-13 15:23:15 +00:00
brush.c Dither solid colours on monochrome bitmaps. 2005-04-20 12:52:46 +00:00
clipboard.c Moved the UsePrimary config parameter to the x11drv section, renamed 2005-04-21 17:31:50 +00:00
clipping.c Fixed bug with unsigned index in decreasing loop. 2004-12-22 17:16:03 +00:00
codepage.c Moved all the files in graphics/x11drv to dlls/x11drv. 2003-12-05 00:20:27 +00:00
dce.c Return the coordinates information needed to setup the DC parameters 2005-03-31 15:36:57 +00:00
desktop.c Don't maintain a client-side WND structure for the desktop window. 2005-03-24 15:18:50 +00:00
dga2.c Use a table of handlers to dispatch X events and get rid of the 2005-02-26 17:49:38 +00:00
dga2.h Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
dib.c If XShmAttach fails then reset shmid to -1 so that we don't try to use 2005-04-22 19:06:41 +00:00
dib_convert.c Const correctness fixes. 2004-11-30 21:38:57 +00:00
dib_dst_swap.c Const correctness fixes. 2004-11-30 21:38:57 +00:00
dib_src_swap.c Const correctness fixes. 2004-11-30 21:38:57 +00:00
event.c Avoid calling WIN_ListChildren from the graphics drivers. 2005-03-24 20:41:27 +00:00
graphics.c Fix signed/unsigned comparison warnings. 2004-08-11 23:45:34 +00:00
init.c Store a pointer to the currently selected phys bitmap in the device 2005-04-12 11:59:48 +00:00
keyboard.c Japanese 106 Keyboard fix. 2005-03-31 10:05:48 +00:00
Makefile.in Renamed ttydrv and x11drv to winetty.drv and winex11.drv respectively 2005-05-06 19:38:50 +00:00
mouse.c Added full support for xbuttons (side mouse buttons). 2005-03-24 19:15:41 +00:00
mwm.h Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
opengl.c Tweak the documentation to make winapi_check happy. 2005-05-06 14:33:02 +00:00
palette.c Assorted spelling fixes. 2005-05-06 15:44:31 +00:00
pen.c Get rid of the global INTERNAL_[XY]WSTODS macros. 2004-01-15 06:19:35 +00:00
scroll.c ScrollDC and X11DRV_SCROLLDC should scroll only pixels coming from 2005-03-25 17:11:04 +00:00
settings.c - Added support for XRandR extension. 2003-10-16 00:21:42 +00:00
text.c Do not check for non NULL pointer before HeapFree'ing it. It's 2004-12-23 17:06:43 +00:00
window.c SetParent should not remove menu from non-child windows. 2005-04-26 08:16:17 +00:00
winex11.drv.spec Renamed ttydrv and x11drv to winetty.drv and winex11.drv respectively 2005-05-06 19:38:50 +00:00
winpos.c Moved DCE support to the X11 driver. 2005-03-25 16:47:04 +00:00
wintab.c - XListInputDevices spec say that device list should be freed using 2005-03-10 11:48:28 +00:00
x11ddraw.c Added X11DRV_get_pixmap and X11DRV_set_pixmap functions to avoid 2005-03-27 18:30:51 +00:00
x11ddraw.h Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
x11drv.h Moved the UsePrimary config parameter to the x11drv section, renamed 2005-04-21 17:31:50 +00:00
x11drv_main.c Moved the UsePrimary config parameter to the x11drv section, renamed 2005-04-21 17:31:50 +00:00
x11font.h Removed some unnecessary inclusions of gdi.h. 2004-01-20 22:48:57 +00:00
xdnd.c Get rid of HeapAlloc casts. 2005-03-24 21:01:35 +00:00
xfont.c Assorted spelling fixes. 2005-03-30 17:08:31 +00:00
xim.c Terminate XCreateIC() argument list with NULL instead of just 0. 2005-04-13 15:23:29 +00:00
xrandr.c - valid implementation of X11DRV_ChoosePixelFormat using GLX1.3 API 2005-04-28 18:29:12 +00:00
xrandr.h - Added support for XRandR extension. 2003-10-16 00:21:42 +00:00
xrender.c Tweak the API documentation to silence winapi_check warnings. 2005-04-20 15:18:42 +00:00
xvidmode.c Include Xmd.h in x11drv.h with the proper defines to make it work, and 2005-04-14 12:48:11 +00:00
xvidmode.h - Added support for XRandR extension. 2003-10-16 00:21:42 +00:00