x11drv: Update Canadian keyboard layout to better match the X11 one
[wine] / dlls / x11drv / init.c
2005-12-19  Huw Daviesopengl: Add support for rendering on bitmaps.
2005-12-06  Raphael Junqueirax11drv: cleanup not longer used data on X11DRV_PDEVICE.
2005-11-10  Raphael JunqueiraAdded support for SHADEBLENDCAPS.
2005-09-26  Huw DaviesAdd an x11drv escape that returns a glx drawable.
2005-06-29  Alexandre JulliardDelay OpenGL and GDI initialization until they are...
2005-06-14  Alexandre JulliardRemoved the check for the old Resolution option.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-01  Alexandre JulliardUse standard TLS functions instead of a TEB internal...
2005-04-12  Alexandre JulliardStore a pointer to the currently selected phys bitmap...
2005-03-27  Alexandre JulliardStore the handle to the stock bitmap when the first...
2005-03-27  Alexandre JulliardStore the DCE pointer in the DC physDev structure using...
2005-03-24  Alexandre JulliardTry a TrueColor visual if Xrender fails with a DirectCo...
2004-11-30  Eric PouechConst correctness fixes.
2004-08-30  Uwe BonnesSpelling fix.
2004-08-26  Huw DaviesDeprecate the "Resolution" entry in the config file...
2004-07-13  Alexandre JulliardMake x11drv fail to load when it can't open the display...
2004-05-28  Mike HearnDefault to 96dpi when not specified in the config file.
2004-03-04  Alexandre JulliardChanged the CreateDC driver entry point to use an HDC...
2004-03-04  Alexandre JulliardGet rid of the X11DRV_DC_Funcs hack.
2004-02-13  Alexandre JulliardMoved hGCClipRgn handling to the graphics driver.
2004-01-20  Alexandre JulliardRemoved some unnecessary inclusions of gdi.h.
2004-01-18  Alexandre JulliardRemoved the bitsPerPixel field in the generic DC struct...
2004-01-15  Alexandre JulliardMoved a bunch of definitions from gdi.h into a new...
2004-01-14  Alexandre JulliardMoved SetDrawable, StartGraphicsExposures and EndGraphi...
2003-12-05  Alexandre JulliardMoved all the files in graphics/x11drv to dlls/x11drv.