Functions with no paramters must be (void).
[wine] / dlls / x11drv /
2005-12-09  Alexandre JulliardMake wine_server_fd_to_handle use attributes instead...
2005-12-06  Raphael Junqueirax11drv: Add more useful traces on SetPixelFormat (and...
2005-12-06  Raphael Junqueirax11drv: cleanup not longer used data on X11DRV_PDEVICE.
2005-12-02  Raphael JunqueiraHandle DONTCARE flags on ChoosePixelFormat.
2005-12-01  Oldrich JedlickaFix for the monochrome DIB with inverted colors.
2005-12-01  Detlef RiekenbergRemove unused include X11/IntrinsicP.h.
2005-11-30  Oldrich JedlickaFix for RGB mask that corresponds to the visual's mask.
2005-11-30  Vitaliy MargolenShowWindows(SW_SHOWMAXIMIZED) should ignore WS_MAXIMIZE...
2005-11-30  Vitaliy MargolenCreateWindow should not activate invisible minimized...
2005-11-30  Robert ShearmanDisable XRender if bit masks aren't valid.
2005-11-29  Alexandre JulliardAvoid including X11/Intrinsic.h.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-28  Rein KlazesHandle an X error in X11DRV_ExtFloodFill().
2005-11-28  Lionel UlmerIgnore frequency requests in Desktop mode.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Alexandre JulliardFixed some broken code that was causing compiler warnings.
2005-11-21  Dmitry TimoshkovPrint scroll and clip rectangles on the ScrollDC entry.
2005-11-18  Peter BeutnerFix wrong use of the PFD_GENERIC_ACCELERATED flag....
2005-11-11  Raphael JunqueiraAdd GLXFBConfig on Wine_GLContext (we should remove...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-10  Raphael JunqueiraAdded support for SHADEBLENDCAPS.
2005-11-09  Alexandre JulliardDon't call SetWindowPos in ShowWindow if a parent windo...
2005-11-03  Dmitry TimoshkovStricter check whether a window needs to be mapped...
2005-11-02  Lionel UlmerAdd 'ENUM_...._SETTINGS' flag and make use of it in...
2005-11-01  Ulrich CzekallaImprove handling of mapping between X and Windows formats.
2005-10-24  Vitaliy MargolenFix bad mouse lag in games that do their own mouse...
2005-10-11  Dmitry TimoshkovUpdate German and Hungarian keyboard layouts to better...
2005-10-06  Huw DaviesIgnore the gasp table when we have no hinter.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-28  Gerald PfeiferUse 0 instead of NULL in create_glxpixmap().
2005-09-28  Dmitry TimoshkovMake DrawMenuBar and SetMenu tests pass under Wine.
2005-09-26  Huw DaviesAdd an x11drv escape that returns a glx drawable.
2005-09-25  Alexandre JulliardReplace DPRINTF by TRACE in a few places.
2005-09-23  Huw DaviesMove desktop_vi inside process_attach and remember...
2005-09-23  Richard CohenFix compile without XRender.
2005-09-22  Alexandre JulliardRemoved unused debug channels.
2005-09-19  Dmitry TimoshkovUse the event's width and height not the translated...
2005-09-19  Uwe BonnesDon't free a modified pointer.
2005-09-15  Alexandre JulliardFixed gcc 4.0 warnings.
2005-09-14  Alexandre JulliardAvoid a redefinition warning on 64-bit platforms.
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-09-12  Huw DaviesUse the gasp table to check whether we should trigger...
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-09-12  Dmitry TimoshkovAdd a test for ShowWindow(SW_SHOWMAXIMIZED) called...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-27  Frank RichterMake AlphaBlend() respect the destination clipping...
2005-08-26  Pavel RoskinExtend uRelax scale so that yres is relaxed before...
2005-08-24  Huw DaviesUse the correct rectangle for ETO_OPAQUE - spotted...
2005-08-23  Huw DaviesAvoid using XRenderFindStandardFormat as older librarie...
2005-08-23  Huw DaviesMove a bunch of common code from the drivers into gdi.
2005-08-22  Saulius KrasuckasDon't dereference a NULL visual pointer.
2005-08-22  Todd MokrosFix a focus stealing bug introduced by the managed...
2005-08-16  Mike McCormackgcc 4.0 warning fixes.
2005-08-15  Frank RichterFix AlphaBlend() to extract the right part of the sourc...
2005-08-15  Mike McCormackgcc 4.0 warning fixes.
2005-08-15  Frank RichterInvalidate DCEs when a window region is set.
2005-08-12  Mike McCormackFix some gcc 4.0 warnings.
2005-08-08  Michael KaufmannFix for BI_BITFIELDS: The color masks are at the same...
2005-08-03  Alexandre JulliardDon't call WaitForMultipleObjectsEx if we are just...
2005-08-03  Oliver StieberBack out the previous stencil patch and slightly improv...
2005-07-27  Alexandre JulliardThere's no need to update the event mask in X11DRV_sync...
2005-07-25  Dmitry TimoshkovTake into account CS_NOCLOSE window class style and...
2005-07-24  Stefan HuehnerFix missing-declarations warnings.
2005-07-22  Oliver StieberAllow running opengl and DirectX applications without...
2005-07-19  Alexandre JulliardDon't set win gravity, the default should work fine.
2005-07-18  Alexandre JulliardFixed a few prototypes in the USER driver.
2005-07-15  Stefan HuehnerFix some sign-compare warnings by choosing correct...
2005-07-15  Stefan HuehnerAdd some consts to fix discard-qual warnings.
2005-07-07  Alexandre JulliardMoved initialization of the desktop window in the graph...
2005-07-07  Alexandre JulliardMoved most initializations out of the create_desktop...
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-06  Stefan HuehnerMake functions static to fix -Wmissing-declarations...
2005-07-05  Oliver StieberMake sure that the OpenGL visual created for a window...
2005-07-03  Lionel UlmerAdd some resolutions to what Desktop mode supports.
2005-07-01  Alexandre JulliardSet the class resource name to the name of the main...
2005-06-29  Alexandre JulliardDelay OpenGL and GDI initialization until they are...
2005-06-27  Eric PouechConst correctness fixes.
2005-06-22  Alexandre JulliardMoved font settings to HKCU\Software\Wine\X11 Driver...
2005-06-17  Vitaliy MargolenDeactivate active window in ShowWindow(,SW_HIDE).
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
2005-06-16  Alexandre JulliardMoved configuration keys to HKCU\Software\Wine\X11...
2005-06-14  Alexandre JulliardRemoved the check for the old Resolution option.
2005-06-14  Alexandre JulliardMerged palette option processing into the main configur...
2005-06-14  Alexandre JulliardAvoid repeatedly opening the configuration registry...
2005-06-14  Alexandre JulliardGet rid of the PerfectGraphics option, that's not reall...
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-12  Glenn WursterAdd declaration of X11DRV_GetDIBColorTable to avoid...
2005-06-10  Glenn WursterAdds support for the DIBINDEX type of COLORREF.
2005-06-01  Alexandre JulliardUse standard TLS functions instead of a TEB internal...
2005-05-29  Dmitry TimoshkovFix Estonian keyboard layout to better match the X11...
2005-05-24  Dmitry TimoshkovSetParent needs to clear 'managed' flag for former...
2005-05-23  Daniel ScheplerImplement CDS_TEST flag in ChangeDisplaySettings.
2005-05-12  Dmitry TimoshkovDo not pass an invalid target buffer info to WideCharTo...
2005-05-10  Raphael JunqueiraFix X11DRV_ChoosePixelFormat to choose 24 bpp as 32...
2005-05-07  Rein KlazesDon't set the pen width to 1 in X11DRV_PolyLine.
2005-05-07  Robert LunnonAvoid passing NULL buffer elements and status pointers to
2005-05-06  Alexandre JulliardRenamed ttydrv and x11drv to winetty.drv and winex11...
2005-05-06  Francois GougetAssorted spelling fixes.
2005-05-06  Francois GougetTweak the documentation to make winapi_check happy.
next