mshtml: Added hack to allow pass post data to IPersistMoniker::Load.
[wine] / dlls / x11drv /
2006-02-13  Cyril Margorinx11drv: Fix X11DRV_DIB_SetImageBits and X11DRV_DIB_GetI...
2006-02-13  Cyril Margorinx11drv: Fix X11DRV_GetDIBits to pass shared memory...
2006-02-09  Dmitry Timoshkovx11drv: Update Swiss French keyboard layout to better...
2006-02-08  Dmitry TimoshkovPens created without PS_GEOMETRIC style but with width...
2006-02-07  Dmitry Timoshkovx11drv: Copy the whole image at once if appropriate.
2006-02-07  Fatih Aşıcıx11drv: Fix Turkish keyboard layouts.
2006-02-02  Huw Daviesopengl: Sync a dibsection to its pixmap before drawing...
2006-02-01  Fatih Aşıcıx11drv: Added Turkish F keyboard layout.
2006-02-01  Dmitry TimoshkovTranslate pen width from logical units only for geometr...
2006-01-30  Dmitry Timoshkovgdi: Add support for creating extended pens.
2006-01-30  Maarten Lankhorstx11drv: Fix AlphaBlend read boundaries.
2006-01-25  Alexandre Julliardx11drv: Always set GC function to GXcopy for the BitBlt...
2006-01-23  Dmitry Timoshkovx11drv: Update Swiss German keyboard layout to better...
2006-01-20  Vitaliy Margolenx11drv: Prevent NULL dereference in SelectionRequest...
2006-01-19  Dmitry Timoshkovx11drv: Add support for another Canadian French keyboar...
2005-12-26  Dmitry Timoshkovx11drv: Update Canadian keyboard layout to better match...
2005-12-19  Huw Daviesopengl: Add support for rendering on bitmaps.
2005-12-19  Rein Klazesx11drv: Do not use the scroll rectangle for clipping...
2005-12-17  Dmitry Timoshkovx11drv: ScrollDC should not clip output if a clipping...
2005-12-16  Huw Daviesx11drv: Get the visual for the GLXPixmap from the curre...
2005-12-16  Tomas Carneckyx11drv: Allow users to preload an OpenGL library.
2005-12-13  Dmitry Timoshkovx11drv: ScrollDC fix.
2005-12-13  Alexandre Julliardx11drv: Clipping fix with DIB section copy.
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...
next