wbemprox: Implement Win32_ComputerSystem.DomainRole.
[wine] / dlls / winex11.drv /
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-09-03  Alexandre Julliardwinex11: Only create the client window when the pixel...
2012-08-30  Alexandre Julliardwinex11: Always paint to the whole window.
2012-08-30  Alexandre Julliardwinex11: Don't select for mouse events on the client...
2012-08-30  Alexandre Julliardwinex11: Never attempt to create the window data from...
2012-08-29  Alexandre Julliarduser32: Always go through set_window_pos when the WS_VI...
2012-08-20  Henri Verbeetwinex11: Try harder to get usable RandR screen resources.
2012-08-20  Henri Verbeetwinex11: Try XRandR 1.0 if 1.2 fails.
2012-08-17  Alexandre Julliardwinex11: Release the keyboard lock before sending input...
2012-08-16  Alexandre Julliardwinex11: Get rid of the X11 locking functions.
2012-08-16  Alexandre Julliardwinex11: Remove the remaining X11 locking calls.
2012-08-16  Alexandre Julliardwinex11: Add a critical section to protect the keyboard...
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 the redundant pixel format index from...
2012-08-15  Alexandre Julliardwinex11: Make pixel format objects const and get rid...
2012-08-15  Alexandre Julliardwinex11: Initialize the OpenGL format list at startup...
2012-08-15  Alexandre Julliardwinex11: Add a critical section to protect the OpenGL...
2012-08-15  Alexandre Julliardwinex11: Remove unnecessary cleanups on process exit.
2012-08-14  Alexandre Julliardwinex11: Remove remaining X11 locking around graphics...
2012-08-14  Alexandre Julliardwinex11: Remove X11 locking around simple X calls.
2012-08-13  Henri Verbeetwinex11: Explicitly clear virtual desktop maximized...
2012-08-13  Henri Verbeetwinex11: Don't set MWM decorations either for fullscree...
2012-07-31  Michael Stefaniucwinex11.drv: Avoid TRUE:FALSE conditional expressions.
2012-07-30  Alexandre Julliardgdi32: Move DescribePixelFormat and SetPixelFormat...
2012-07-27  Alexandre Julliardwinex11: Get rid of the OpenGL bitmap support.
2012-07-25  Alexandre Julliardopengl32: Store the context current DCs on the opengl32...
2012-07-24  Alexandre Julliardwinex11: Add a helper function to correctly check exten...
2012-07-23  Francois Gougetwinex11.drv: Don't include wgl_driver.h if OpenGL is...
2012-07-20  Alexandre Julliardwinex11: Get rid of the glGetIntegerv wrapper.
2012-07-20  Alexandre Julliardwinex11: Remove unused fields in the PBuffer object.
2012-07-20  Alexandre Julliardopengl32: Use proper handles for PBuffers instead of...
2012-07-19  Alexandre Julliardopengl32: Add supported wgl extension functions to...
2012-07-19  Alexandre Julliardopengl32: Move the wgl functions to the main OpenGL...
2012-07-18  Alexandre Julliardwinex11: Use the function table pointer to call dynamic...
2012-07-18  Alexandre Julliardopengl32: Redirect standard OpenGL functions through...
2012-07-18  Alexandre Julliardwinex11: Fill a function table with the standard OpenGL...
2012-07-16  Henri Verbeetwinex11: Add support for XRandR 1.3.
2012-07-16  Henri Verbeetwinex11: Add support for XRandR 1.2.
2012-07-16  Henri Verbeetwinex11: Properly calculate the virtual screen rect...
2012-07-13  Henri Verbeetwinex11: Fix the virtual desktop check in update_deskto...
2012-07-13  Henri Verbeetwinex11: Simplify the XRandR mode matching code a bit.
2012-07-12  Alexandre Julliardwinex11: Get rid of the no longer needed drawable rect...
2012-07-11  Henri Verbeetwinex11: Get rid of some needless globals.
2012-07-11  Henri Verbeetwinex11: Simplify X11DRV_XRandR_Init() error handling...
2012-07-11  Francois Gougetwinex11.drv: We must include Xlib.h before Xrandr.h.
2012-07-10  Henri Verbeetwinex11: Introduce a separate function for initializing...
2012-07-10  Henri Verbeetwinex11: Remove some unused includes from xrandr.c.
2012-07-09  Henri Verbeetwinex11: Get rid of xrandr.h.
2012-07-09  Henri Verbeetwinex11: Get rid of xvidmode.h.
2012-07-09  Dmitry Timoshkovwinex11.drv: Avoid conflicting definitions of WINGDIAPI.
2012-07-03  Alexandre Julliardwinex11: Use the correct drawable with the X11DRV_GET_D...
2012-07-03  Henri Verbeetwinex11: Use our own structure for mode information.
2012-07-02  Henri Verbeetwinex11: Get rid of some unused prototypes.
2012-07-02  Alexandre Julliardwinex11: Replace wgl.h by the official wglext.h from...
2012-07-02  Alexandre Julliardwinex11: Move GLX definitions out of wgl.h.
2012-06-29  Alexandre Julliardopengl32: Make the WGL driver context-specific.
2012-06-29  Alexandre Julliardopengl32: Move checks of the context thread id to opengl32.
2012-06-29  Alexandre Julliardopengl32: Use proper handles for GL contexts and pass...
2012-06-28  Alexandre Julliardgdi32: Add a null WGL driver.
2012-06-28  Alexandre Julliardgdi32: Remove the remaining OpenGL entry points from...
2012-06-28  Alexandre Julliardopengl32: Move wglGetCurrentContext implementation...
2012-06-28  Alexandre Julliardopengl32: Move wglGetProcAddress to the WGL driver.
2012-06-28  Alexandre Julliardopengl32: Move GetPixelFormat to the WGL driver.
2012-06-28  Alexandre Julliardopengl32: Move wglCreateContext to the WGL driver.
2012-06-28  Alexandre Julliardopengl32: Move wglCreateContextAttribsARB to the WGL...
2012-06-28  Alexandre Julliardopengl32: Move wglMakeContextCurrentARB to the WGL...
2012-06-28  Alexandre Julliardopengl32: Add the concept of a WGL driver.
2012-06-28  Alexandre Julliardwinex11: Simplify wglSetPixelFormatWINE and export...
2012-06-27  Alexandre Julliardwinex11: Export wglMakeCurrent and wglMakeContextCurren...
2012-06-27  Alexandre Julliardwinex11: Use the GET_DRAWABLE escape to implement wglMa...
2012-06-27  Alexandre Julliardwinex11: Use the GET_DRAWABLE escape to implement wglMa...
2012-06-27  Alexandre Julliardwinex11: Add a GET_DRAWABLE escape to mirror the SET_DR...
2012-06-26  Alexandre Julliardwinex11: Move ChoosePixelFormat implementation to openg...
2012-06-25  Alexandre Julliardgdi32: Remove OpenGL functions that don't use an HDC...
2012-06-25  Alexandre Julliardwinex11: Move wglGetCurrentContext and wglGetCurrentDC...
2012-06-25  Alexandre Julliardwinex11: Move wglCopyContext and wglDeleteContext to...
2012-06-25  Alexandre Julliardwinex11: Move wglShareLists to the internal OpenGL...
2012-06-25  Alexandre Julliardwinex11: Move the wglUseFontBitmaps implementation...
2012-06-25  Roderick Colenbranderwinex11.drv: Remove GLX_ATI_render_texture support.
2012-06-12  Ken Thomaseswinex11: Fix correspondence between main_key_LT_B and...
2012-06-07  Roderick Colenbranderwinex11.drv: Limit formats to nMaxFormats in wglChooseP...
2012-06-04  Alexandre Julliardwinex11: Don't free a variable that is no longer alloca...
2012-06-01  Ken Thomaseswinex11: Be more conservative when matching keys from...
2012-06-01  Alexandre Julliardwinex11: Use XGetKeyboardMapping instead of XKeycodeToK...
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 Julliardwinex11: XRender repeat mode is no longer needed in...
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: Use the create_pixmap_from_image helper to...
2012-05-15  Alexandre Julliardwinex11: Use the create_pixmap_from_image helper to...
next