x11drv: Replace the SWP_WINE_NOHOSTMOVE flag by a lock count.
[wine] / dlls / x11drv / x11drv.h
2006-03-29  Alexandre Julliardx11drv: Replace the SWP_WINE_NOHOSTMOVE flag by a lock...
2006-03-28  Alexandre Julliardx11drv: Reinitialize the display settings when using...
2006-03-27  Alexandre Julliardx11drv: Moved desktop mode handling to the explorer...
2006-03-27  Alexandre Julliardx11drv: Get rid of the using_wine_desktop flag.
2006-03-03  Huw Daviesgdi: Better support for 1bpp dib sections.
2006-02-02  Huw Daviesopengl: Sync a dibsection to its pixmap before drawing...
2005-12-06  Raphael Junqueirax11drv: cleanup not longer used data on X11DRV_PDEVICE.
2005-09-26  Huw DaviesAdd an x11drv escape that returns a glx drawable.
2005-09-14  Alexandre JulliardAvoid a redefinition warning on 64-bit platforms.
2005-08-23  Huw DaviesMove a bunch of common code from the drivers into gdi.
2005-06-29  Alexandre JulliardDelay OpenGL and GDI initialization until they are...
2005-06-14  Alexandre JulliardMerged palette option processing into the main configur...
2005-06-12  Glenn WursterAdd declaration of X11DRV_GetDIBColorTable to avoid...
2005-06-01  Alexandre JulliardUse standard TLS functions instead of a TEB internal...
2005-04-21  Alexandre JulliardMoved the UsePrimary config parameter to the x11drv...
2005-04-20  Alexandre JulliardAvoid a compiler warning.
2005-04-20  Dimitrie O. PaunUse vectored exceptions to get rid of VIRTUAL_SetFaultH...
2005-04-14  Alexandre JulliardInclude Xmd.h in x11drv.h with the proper defines to...
2005-04-13  Alexandre JulliardMoved the driver-independent part of CreateDIBSection...
2005-04-13  Alexandre JulliardStore DIB section information directly in the phys...
2005-04-12  Alexandre JulliardStore a pointer to the currently selected phys bitmap...
2005-04-12  Alexandre JulliardStore the bitmap handle in the phys bitmap structure...
2005-04-11  Alexandre JulliardStore the pixmap depth and the DIBSECTION pointer in...
2005-03-31  Alexandre JulliardIntroduced an X_PHYSBITMAP structure to allow storing...
2005-03-31  Alexandre JulliardRemoved the no longer needed X11DRV_get_client_area_off...
2005-03-28  Alexandre JulliardMerged X11DRV_BITMAP_CreateBitmapHeaderFromPixmap into
2005-03-27  Alexandre JulliardAdded X11DRV_get_pixmap and X11DRV_set_pixmap functions...
2005-03-27  Alexandre JulliardStore the handle to the stock bitmap when the first...
2005-03-27  Alexandre JulliardStore the DCE pointer in the DC physDev structure using...
2005-03-25  Alexandre JulliardMoved DCE support to the X11 driver.
2005-03-21  Alexandre JulliardTry to always keep the server window Z-order in sync...
2005-03-09  Alexandre JulliardAdded WM_X11DRV_DELETE_WINDOW message to handle close...
2005-03-09  Alexandre JulliardMoved SendInput and related functions to the USER drive...
2005-03-07  Alexandre JulliardAdded a missing prototype.
2005-03-07  Ulrich CzekallaCreate a thread-specific selection window to make sure...
2005-03-01  Alexandre JulliardUse a dispatch table to handle X client messages.
2005-02-26  Alexandre JulliardUse a table of handlers to dispatch X events and get...
2005-02-25  Alexandre JulliardMoved clipboard event handling functions and some priva...
2005-02-03  Alexandre JulliardProperly compute the client area valid rects and pass...
2005-02-01  Alexandre JulliardStore the "managed" flag as a window property instead...
2005-01-31  Alexandre JulliardOnly create an X window for top-level windows, not...
2005-01-28  Alexandre JulliardUse an X context to associated the x11drv private windo...
2005-01-20  Rémi AssaillyAdded missing declarations.
2005-01-17  Alexandre JulliardAvoid most references to the internals of the WND struc...
2005-01-14  Jeremy WhiteFix X11 event timing so that we correctly correlate...
2005-01-11  Jacek CabanGet rid of W->A calls.
2005-01-04  Ulrich CzekallaAlways clearAllSelections since not clearing CLIPBOARD...
2004-12-17  Rémi Assailly- removed unused tagPALETTEOBJ and tagWINDOWPOS
2004-12-08  Alexandre JulliardMoved private USER definitions to a new user_private...
2004-12-07  Alexandre JulliardMoved update region handling to the server.
2004-09-16  Huw DaviesIt's important to keep the original dib colour table...
2004-09-09  Alexandre JulliardGet rid of the WIN_SetRectangles export from user32.
2004-08-26  Huw DaviesDeprecate the "Resolution" entry in the config file...
2004-08-18  Robert ShearmanAllow the user to move managed windows by dragging...
2004-08-06  Huw DaviesActually pass the blend function on to the graphics...
2004-08-02  Huw DaviesImplement AlphaBlend using the XRENDER extension.
2004-07-13  Alexandre JulliardMake x11drv fail to load when it can't open the display...
2004-05-06  Ulrich CzekallaAllow applications, under certain conditions, to set...
2004-04-27  Alexandre JulliardReplace empty window rect checks by a new X11DRV_is_win...
2004-03-12  Dmitry TimoshkovCreateDIBSection takes a const pointer to BITMAPINFO.
2004-03-04  Alexandre JulliardGet rid of the X11DRV_DC_Funcs hack.
2004-03-04  Alexandre JulliardPass the gdiFont object to the SelectFont driver entry...
2004-03-04  Alexandre JulliardPass the breakExtra value in the ExtTextOut driver...
2004-02-20  Ulrich CzekallaImplemented rendering synthesized BITMAP and DIB formats.
2004-02-13  Alexandre JulliardMoved hGCClipRgn handling to the graphics driver.
2004-02-13  Alex PasadynUpdate the desktop window size and send WM_DISPLAYCHANG...
2004-01-21  Aric StewartUse X11 XIM callbacks to enable full IME support.
2004-01-20  Alexandre JulliardRemoved some unnecessary inclusions of gdi.h.
2004-01-18  Alexandre JulliardUse the exported FONTENUMPROCW as parameter in the...
2004-01-18  Alexandre JulliardRemoved the bitsPerPixel field in the generic DC struct...
2004-01-15  Alexandre JulliardGet rid of the global INTERNAL_[XY]WSTODS macros.
2004-01-14  Alexandre JulliardMoved SetDrawable, StartGraphicsExposures and EndGraphi...
2004-01-13  Alexandre JulliardMoved some code around to avoid exporting DIB functions...
2004-01-09  Aric StewartEnable Tablet support with both Tilt and Pressure.
2003-12-04  Mike HearnMap (WS_EX_TOOLWINDOW & WS_CAPTION) to _NET_WM_WINDOW_T...
2003-11-25  Huw DaviesAdd support for display of dibs on MSB XServers.
2003-11-21  Alexandre JulliardRemoved the remaining TSX calls.
2003-11-21  Alexandre JulliardDelay the creation of the X atoms until we really need...
2003-11-20  Ulrich CzekallaInitial implementation to support XDND protocol.
2003-11-20  Alexandre JulliardIntern all the atoms we'll need in one step to avoid...
2003-10-16  Alex Pasadyn- Added support for XRandR extension.
2003-09-16  Alex Pasadyn- Allow applications to resize the Wine desktop window.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-08  Ulrich CzekallaFixed handling of synthesized data.
2003-06-23  Ulrich Czekalla- use global atoms for the format ids
2003-04-22  Alexandre JulliardMoved x11drv.h to dlls/x11drv.