winex11: Don't use a window surface for embedded windows.
[wine] / dlls / winex11.drv / x11drv.h
2012-09-12  Alexandre Julliardwinex11: Add support for the LWA_COLORKEY layered windo...
2012-09-10  Alexandre Julliardwinex11: Remove support for icon windows, use a default...
2012-09-10  Alexandre Julliardwinex11: Disable client-side rendering for OpenGL windows.
2012-09-06  Alexandre Julliardwinex11: Use window surfaces for rendering top-level...
2012-09-04  Alexandre Julliardwinex11: Store the rectangle of the GL drawable and...
2012-09-04  Alexandre Julliardwinex11: Create the whole window at window creation...
2012-09-03  Alexandre Julliardwinex11: Move the GL drawable management to opengl.c.
2012-09-03  Alexandre Julliardwinex11: Treat the client window as an OpenGL drawable.
2012-09-03  Alexandre Julliardwinex11: Store the OpenGL drawable in a separate struct...
2012-08-16  Alexandre Julliardwinex11: Get rid of the X11 locking functions.
2012-08-16  Alexandre Julliardwinex11: Create contexts at initialization time to...
2012-08-16  Alexandre Julliardwinex11: Use the labels to find the mouse motion valuat...
2012-08-16  Alexandre Julliardwinex11: Store XInput2 device info in the thread data.
2012-08-15  Alexandre Julliardwinex11: Remove unnecessary cleanups on process exit.
2012-08-13  Henri Verbeetwinex11: Don't set MWM decorations either for fullscree...
2012-07-27  Alexandre Julliardwinex11: Get rid of the OpenGL bitmap support.
2012-07-12  Alexandre Julliardwinex11: Get rid of the no longer needed drawable rect...
2012-07-09  Henri Verbeetwinex11: Get rid of xrandr.h.
2012-07-09  Henri Verbeetwinex11: Get rid of xvidmode.h.
2012-07-03  Henri Verbeetwinex11: Use our own structure for mode information.
2012-07-02  Henri Verbeetwinex11: Get rid of some unused prototypes.
2012-06-27  Alexandre Julliardwinex11: Add a GET_DRAWABLE escape to mirror the SET_DR...
2012-05-29  Alexandre Julliardwinex11: Remove the support for device-dependent bitmaps.
2012-05-29  Alexandre Julliardwinex11: Always allocate a new GC for bitmap operations.
2012-05-29  Alexandre Julliardgdi32: Remove the CreateBitmap and DeleteBitmap driver...
2012-05-29  Alexandre Julliardgdi32: Remove the bitmap parameter from the Get/PutImag...
2012-05-24  Alexandre Julliardgdi32: Remove the CopyBitmap driver entry point.
2012-05-24  Alexandre Julliardwinex11: Always create the brush pixmap from the patter...
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-14  Alexandre Julliardwinex11: Add a helper to retrieve an image from a pixmap.
2012-05-09  Alexandre Julliardwinex11: Use an intermediate pixmap also for DDBs to...
2012-05-08  Alexandre Julliardwinex11: Store the GL-specific information in the GL...
2012-05-08  Alexandre Julliardwinex11: Add an OpenGL GDI driver.
2012-05-07  Alexandre Julliardwinex11: Define an enum to manage the various types...
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-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: Convert all points to device coordinates at...
2012-02-01  Alexandre Julliardwinex11: Move the window resizing support to mouse.c.
2012-01-31  Alexandre Julliardwinex11: Consider zero-size windows mapped even when...
2012-01-26  Ken Thomaseswinex11: Remove some more leftover X Shm code.
2012-01-25  Henri Verbeetwinex11: Remove some leftover X Shm code.
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-10  Alexandre Julliardwinex11: Store the XRender format in the bitmap structure.
2012-01-10  Alexandre Julliardwinex11: Get rid of the DIB section support.
2012-01-10  Alexandre Julliardwinex11: Move the clipboard DIB creation functions...
2012-01-07  Alexandre Julliardgdi32: Get rid of the SetDIBColorTable driver entry...
2012-01-06  Alexandre Julliardwinex11: Remove DIB locking calls from all graphics...
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-13  Alexandre Julliardwinex11: Get rid of the GetPixel implementation, use...
2011-12-06  Alexandre Julliardwinex11: Allow the visible region to be zero when not...
2011-12-06  Alexandre Julliardgdi32: Pass the total visible region in the SetDeviceCl...
2011-11-30  Alexandre Julliardwinex11: Implement rectangular gradients using straight...
2011-11-09  Alexandre Julliardwinex11: Still process all MotionNotify events when...
2011-11-08  Alexandre Julliardwinex11: Implement the CopyBitmap entry point.
2011-11-07  Alexandre Julliardwinex11: Implement a SelectBrush entry point in the...
2011-11-02  Alexandre Julliardgdi32: Pass the full brush contents in the SelectBrush...
2011-10-24  Alexandre Julliardgdi32: Rename the EnumDeviceFonts entry point to EnumFo...
2011-10-19  Alexandre Julliardgdi32: Implement SelectFont as a standard driver entry...
2011-09-26  Alexandre Julliardwinex11: Pre-compute the color shifts for the supported...
2011-09-26  Alexandre Julliardwinex11: Remove redundant pixmap prefix in X_PHYSBITMAP...
2011-09-20  Alexandre Julliardwinex11: Set XRender clipping lazily when retrieving...
2011-09-19  Alexandre Julliardwinex11: Implement a PutImage entry point in the XRende...
2011-09-15  Alexandre Julliardwinex11: Implement the CreateBitmap entry point in...
2011-09-15  Alexandre Julliardwinex11: Get rid of the xrender_info structure.
2011-09-15  Alexandre Julliardwinex11: Remove the XRender support in the X11 driver...
2011-09-15  Alexandre Julliardwinex11: Add a StretchBlt entry point to the XRender...
2011-09-14  Alexandre Julliardwinex11: Use the DIB engine for client-side DIB copy...
2011-09-13  Alexandre Julliardwinex11: Add a SetDeviceClipping entry point to the...
2011-09-13  Alexandre Julliardwinex11: Return a RGNDATA from add_extra_clipping_regio...
2011-09-12  Alexandre Julliardwinex11: Pass an HDC to the size mapping functions.
2011-09-12  Alexandre Julliardwinex11: Add an AlphaBlend entry point in the XRender...
2011-09-12  Alexandre Julliardwinex11: Add an ExtTextOut entry point in the XRender...
2011-09-12  Alexandre Julliardwinex11: Add a SelectFont entry point in the XRender...
2011-09-12  Alexandre Julliardwinex11: Add bitmap entry points to the XRender driver.
2011-09-12  Alexandre Julliardwinex11: Store the XRender info structure inside the...
2011-09-12  Alexandre Julliardwinex11: Create a separate graphics driver for XRender.
2011-09-06  Alexandre Julliardwinex11: Get rid of the SetDIBitsToDevice implementation.
2011-09-02  Alexandre Julliardgdi32: Make the BITMAPINFO parameters non-const in...
2011-08-03  Alexandre Julliardgdi32: Get rid of the SetBitmapBits driver entry point.
2011-08-03  Alexandre Julliardgdi32: Set the initial bits of a bitmap from the gdi...
2011-07-25  Alexandre Julliardwinex11: Get rid of the no longer used GetBitmapBits...
2011-07-25  Alexandre Julliardwinex11: Get rid of the no longer used SetDIBits implem...
2011-07-21  Alexandre Julliardwinex11: Add helper functions for changing and restorin...
2011-07-21  Alexandre Julliardgdi32: Add an optional clip region to the PutImage...
2011-07-21  Alexandre Julliardgdi32: Pass the full bitblt_coords structure to the...
2011-07-18  Alexandre Julliardgdi32: Remove the GetDIBits entry point from the graphi...
2011-07-15  Huw Davieswinex11: Sync a dib-section before accessing the image...
2011-07-14  Alexandre Julliardwinex11: Add an implementation for the PutImage entry...
2011-07-14  Alexandre Julliardwinex11: Add an implementation for the GetImage entry...
2011-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
2011-07-13  Alexandre Julliardwinex11: Add a DC function structure and export it.
2011-07-11  Alexandre Julliardgdi32: Pass the source/dest visible rectangles to the...
2011-07-11  Alexandre Julliardgdi32: Compute StretchBlt rectangles in gdi32.
2011-07-08  Alexandre Julliardwinex11: Use the HDC from the gdi_physdev structure.
next