winex11: Use the create_pixmap_from_image helper to create window icons.
[wine] / dlls / winex11.drv / x11drv.h
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.
2011-07-08  Alexandre Julliardwinex11: Pass a generic PHYSDEV to all graphics entry...
2011-07-07  Alexandre Julliardgdi32: Export the gdi_physdev structure for the externa...
2011-07-06  Alexandre Julliardwinex11: Set the reported screen bpp based on the avail...
2011-05-25  Marcus Meissnerwinex11.drv: Mark internal symbols with hidden visibility.
2011-05-16  Alexandre Julliardwinex11: Warp the pointer when clipping, but ignore...
2011-05-13  Alexandre Julliardwinex11: Allow MotionNotify events through occasionally...
2011-05-12  Alexandre Julliardwinex11: Only update the fullscreen pointer grab when...
2011-05-11  Alexandre Julliardwinex11: Add an option to automatically clip the pointe...
2011-05-11  Alexandre Julliardwinex11: Automatically clip the pointer when the foregr...
2011-05-11  Alexandre Julliardwinex11: Export a couple of helper functions for window...
2011-05-11  Alexandre Julliardwinex11: Reset the clipping when the desktop window...
2011-04-27  Alexandre Julliardwinex11: Ignore MotionNotify events if we have pending...
2011-04-25  Alexandre Julliardwinex11: Release the clip cursor grab when the clipping...
2011-04-22  Alexandre Julliardwinex11: Allow changing the clipping rectangle while...
2011-04-22  Alexandre Julliardwinex11: Store a message window with the desktop when...
2011-04-14  Alexandre Julliardwinex11: Make sure the clipping window is initialized...
2011-04-14  Alexandre Julliardwinex11: Retrieve raw mouse events through XInput2...
2011-04-13  Alexandre Julliardwinex11: Add handlers for the XInput2 raw mouse events.
2011-04-13  Alexandre Julliardwinex11: Add infrastructure for managing the extra...
2011-04-12  Alexandre Julliardwinex11: Get rid of the old ddraw HAL support.
2011-04-06  Alexandre Julliardwinex11: Simplify the event handler lookup, and support...
2011-04-06  Alexandre Julliardwinex11: Update the cursor on the clip window when...
2011-04-05  Alexandre Julliardwinex11: Update the cursor on the clipping window while...
2011-04-05  Alexandre Julliardwinex11: Always forward SetCursor to the driver, and...
2011-04-05  Alexandre Julliardwinex11: Add an option to disable pointer grabs.
2011-04-05  Alexandre Julliardwinex11: Implement cursor clipping using a pointer...
2011-03-18  Alexandre Julliardgdi32: Add null driver entry points for StretchBlt...
2011-03-10  Alexandre Julliardgdi32: Add a mechanism for stacking gdi drivers.
next