ntdll: Read the current processor with the __NR_getcpu syscall.
[wine] / dlls / winex11.drv /
2012-05-15  Alexandre Julliardwinex11: Use the create_pixmap_from_image helper to...
2012-05-15  Alexandre Julliardwinex11: Use the create_pixmap_from_image helper to...
2012-05-15  Alexandre Julliardwinex11: Use the create_pixmap_from_image helper to...
2012-05-15  Alexandre Julliardwinex11: Use the create_pixmap_from_image helper to...
2012-05-15  Alexandre Julliardwinex11: Use the create_pixmap_from_image helper to...
2012-05-15  Alexandre Julliardwinex11: Add a helper to create a pixmap from an image.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-14  Alexandre Julliardwinex11: Use the get_pixmap_image helper to import...
2012-05-14  Alexandre Julliardwinex11: Add a helper to retrieve an image from a pixmap.
2012-05-14  Alexandre Julliardwinex11: Use an XVisualInfo structure to store color...
2012-05-09  Alexandre Julliardwinex11: Use an intermediate pixmap also for DDBs to...
2012-05-09  Alexandre Julliardwinex11: Add support for OpenGL rendering in DIBs using...
2012-05-08  Alexandre Julliardwinex11: Store the GL-specific information in the GL...
2012-05-08  Alexandre Julliardwinex11: Implement wglGetPbufferDCARB with a DC escape...
2012-05-08  Alexandre Julliardwinex11: Add an OpenGL GDI driver.
2012-05-08  Alexandre Julliardgdi32: Add a priority mechanism for pushing drivers...
2012-05-08  Dmitry Timoshkovwinex11.drv: Use XK_KP_Decimal as a fallback if XK_KP_S...
2012-05-07  Alexandre Julliardwinex11: Use a standard Wine list for the OpenGL contex...
2012-05-07  Alexandre Julliardwinex11: Define an enum to manage the various types...
2012-05-05  Alexandre Julliardwinex11: Give XInitThreads yet another chance.
2012-05-03  Alexandre Julliardwinex11: Remove redundant code in ChoosePixelFormat.
2012-05-03  Alexandre Julliardwinex11: Always store the GL drawable in the device...
2012-05-03  Alexandre Julliardwinex11: Update the pixel format through the DCE hook...
2012-05-03  Alexandre Julliardwinex11: Remove obsolete escapes.
2012-05-03  Alexandre Julliardwinex11: Remove support for the no longer used GET_GLX_...
2012-04-27  Alexandre Julliardwinex11: Store the DC bounds rectangle as a pointer.
2012-04-27  Alexandre Julliardgdi32: Add a SetBoundsRect driver entry point.
2012-04-24  Dmitry Timoshkovwinex11.drv: Windows always generates VK_DECIMAL for...
2012-04-18  Alexandre Julliardwinex11: Add bounds rectangle tracking to all graphics...
2012-04-18  Alexandre Julliardwinex11: Remove support for server-side fonts.
2012-04-17  Alexandre Julliardwinex11: ExtFloodFill does take the current ROP into...
2012-04-17  Alexandre Julliardwinex11: Convert all points to device coordinates at...
2012-04-16  Alexandre Julliardgdi32: Add a GetBoundsRect driver entry point.
2012-04-02  Alexandre Julliardwinex11: Fix a potential deadlock in the GradientFill...
2012-03-28  Henri Verbeetwinex11: Use GLX_DONT_CARE instead of ~0 in ConvertAttr...
2012-03-12  Alexandre Julliardwinex11: Never try to clip the cursor if we don't have...
2012-03-09  Alexandre Julliardwinex11: Ignore FocusOut event on destroyed windows.
2012-02-20  Francois Gougetwinex11: The x11drv debug channel is unused in pen...
2012-02-16  Alexandre Julliardgdi32: Fix font orientation when mirroring in compatibl...
2012-02-15  Alexandre Julliarduser32: Fix GetKeyNameText returned length.
2012-02-13  Alexandre Julliardwinex11: Make sure the clip window is created as soon...
2012-02-02  Alexandre Julliardwinex11: Update only the key state on KeymapNotify...
2012-02-01  Alexandre Julliardwinex11: Poll the mouse button to detect the end of...
2012-02-01  Alexandre Julliardwinex11: Move the window resizing support to mouse.c.
2012-02-01  Alexandre Julliardwinex11: Don't give focus to zero-size windows.
2012-01-31  Alexandre Julliardwinex11: Consider zero-size windows mapped even when...
2012-01-31  Alexandre Julliardwinex11: Reset clipping when a fullscreen window is...
2012-01-30  Alexandre Julliardwinex11: Disallow clipping to fullscreen rectangle...
2012-01-27  Alexandre Julliardwinex11: Check for failure to convert the brush bitmap...
2012-01-26  Ken Thomaseswinex11: Remove some more leftover X Shm code.
2012-01-25  Matteo Bruniwinex11: Don't put the GL drawable offscreen.
2012-01-25  Henri Verbeetwinex11: Remove some leftover X Shm code.
2012-01-23  Aric Stewartwinex11: Strip the _L or _R from X11DRV_GetKeyNameText...
2012-01-23  Alexandre Julliardwinex11: Ignore rectangles with invalid coordinates...
2012-01-19  Dmitry Timoshkovwinex11.drv: Use dialog window type also for owned...
2012-01-18  Alexandre Julliardwinex11: Move handling of negative width/height into...
2012-01-11  Alexandre Julliardwinex11: Don't cache text and background pixel values...
2012-01-11  Kusanagi Kouichiwinex11.drv: Fix IME status handling.
2012-01-11  Kusanagi Kouichiwinex11.drv: Assign struct.
2012-01-11  AndrĂ© Hentschelwinex11.drv: No need for WINE_ prefixed debug output...
2012-01-10  Alexandre Julliardwinex11: Store the XRender format in the bitmap structure.
2012-01-10  Alexandre Julliardwinex11: Avoid some references to the X11 device from...
2012-01-10  Alexandre Julliardwinex11: Create XRender colors from the original COLORR...
2012-01-10  Alexandre Julliardwinex11: Remove the global XRender installed flag.
2012-01-10  Alexandre Julliardwinex11: Get rid of the DIB section support.
2012-01-10  Alexandre Julliardwinex11: Avoid using DIB functions to create the dither...
2012-01-10  Alexandre Julliardwinex11: Move the clipboard DIB creation functions...
2012-01-10  Alexandre Julliardgdi32: Get rid of the CreateDIBSection driver entry...
2012-01-10  Alexandre Julliardwinex11: Remove the remainining DIB section locking...
2012-01-10  Alexandre Julliardwinex11: Fix support for PALETTEINDEX mapping and get...
2012-01-10  Alexandre Julliardopengl32: Get rid of the DIB section sync support.
2012-01-07  Alexandre Julliardgdi32: Get rid of the SetDIBColorTable driver entry...
2012-01-06  Alexandre Julliardwinex11: Remove DIB locking calls from all graphics...
2012-01-06  Alexandre Julliardgdi32: Don't allow Get/SetDeviceGammaRamp on DIBs or...
2012-01-03  Pierre Schweitzerwinex11.drv: Fix handle leak.
2011-12-30  Alexandre Julliardgdi32: Pass a brush_pattern structure to the SelectPen...
2011-12-30  Alexandre Julliardgdi32: Pass a brush_pattern structure to the SelectBrus...
2011-12-21  Alexandre Julliardwinex11: Scale raw motion events according to their...
2011-12-21  Alexandre Julliardwinex11: Keep the device info around as long as XInput2...
2011-12-20  Ken Thomaseswinex11: Have ToUnicodeEx null-terminate the output...
2011-12-19  Alexandre Julliardwinex11: Remove DIB locking calls from all blitting...
2011-12-19  Alexandre Julliardwinex11: Only take managed popups into account when...
2011-12-19  Alexandre Julliardwinex11: Hardcode the MWM hints for the desktop window.
2011-12-16  Alexandre Julliardwinex11: Update MWM hints when the window size changes.
2011-12-14  Alexandre Julliardwinex11: Add missing initialization of pattern brush...
2011-12-13  Alexandre Julliardwinex11: Get rid of the GetPixel implementation, use...
2011-12-08  Alexandre Julliardwinex11: Add some sanity checks on bitmap formats befor...
2011-12-07  Alexandre Julliardwinex11: Don't call get_xrender_picture inside the...
2011-12-06  Alexandre Julliardwinex11: Allow the visible region to be zero when not...
2011-12-06  Alexandre Julliardwinex11: Store the visible region handle directly inste...
2011-12-06  Alexandre Julliardgdi32: Pass the total visible region in the SetDeviceCl...
2011-12-05  Alexandre Julliardwinex11: Use an X11 error handler to catch BadMatch...
2011-12-05  Alexandre Julliardwinex11: Always refresh the picture clipping when we...
2011-12-05  Alexandre Julliardgdi32: Use dithering also for 1-bpp gradients.
2011-12-02  Alexandre Julliardwinex11: Always ignore alpha channel with XRender gradi...
2011-11-30  Alexandre Julliardwinex11: Implement rectangular gradients using XRender...
2011-11-30  Alexandre Julliardwinex11: Implement rectangular gradients using straight...
2011-11-28  Ulrich Czekallawinex11: Avoid grabbing user_section while holding...
2011-11-28  Gerald Pfeiferwinex11.drv: Move a conditionally used label into the...
2011-11-21  Alexandre Julliardwinex11: Don't allocate the glyph cache without Xrender...
next