shell32: Some undocumented defines and functions are now in the PSDK.
[wine] / dlls / winex11.drv /
2007-11-12  Dmitry Timoshkovwinex11.drv: Get rid of unused variables.
2007-11-09  Francois Gougetwinex11: Add C alternatives to the assembly bits in...
2007-11-05  Francois Gougetwinex11: Fix compilation on systems that don't support...
2007-11-02  Dmitry Timoshkovwinex11.drv: Initialize buffer size.
2007-11-01  Dmitry Timoshkovwinex11.drv: Add support for saving/reading display...
2007-11-01  Dmitry Timoshkovuser32: Initialize more fields in the DEVMODE structure.
2007-10-31  Alexandre Julliardwinex11.drv: Set the WM_STATE_ABOVE hint on topmost...
2007-10-31  Alexandre Julliardserver: Also return the new extended style in the set_w...
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-23  Francois Gougetwinex11: Remove some unneeded casts.
2007-10-22  Michael Stefaniucwinex11.drv: Fix two missing unlocks on error paths...
2007-10-19  Francois Gougetwinex11.drv: Remove the coloruse == -1 special case...
2007-10-17  Alexandre Julliardserver: Avoid refreshing areas of a window that have...
2007-10-17  Alexandre Julliardwinex11: Process all types of messages while moving...
2007-10-15  Francois Gougetwinex11.drv: The 'lossy' parameter is always false...
2007-10-11  Francois GougetAssorted spelling fixes.
2007-10-11  Francois Gougetwinex11.drv: Add the trailing '\n' to a Wine trace.
2007-10-11  Francois Gougetwinex11.drv: Remove an obsolete FIXME comment.
2007-10-11  Alexandre Julliardwinex11: Don't use a window manager border for a simple...
2007-10-11  Alexandre Julliardwinex11: Reuse the mwm hints when computing the window...
2007-10-11  Alexandre Julliardwinex11: Set the SKIP_PAGER and SKIP_TASKBAR styles...
2007-10-11  Alexandre Julliardwinex11: Add generic mechanism for managing WM_STATE...
2007-10-10  Chris Robinsonwinex11: Don't choose double buffered modes with gdi...
2007-10-10  Chris Robinsonwinex11: Use the specified format for GL Bitmaps.
2007-10-10  Chris Robinsonwinex11: Create GLXPixmap for bitmaps in SetPixelFormat.
2007-10-10  Alexandre Julliardwinex11: Don't store a physdev pointer in the GL context.
2007-10-10  Alexandre Julliardwinex11: Use ExtEscape to flush the GL drawable to...
2007-10-05  Vitaliy Margolenwinex11drv: Ignore mouse move events when position...
2007-10-03  Chris Robinsonwinex11: Load and use GLX_MESA_copy_sub_buffer for...
2007-10-03  Chris Robinsonwinex11: Use a GLXPixmap for offscreen OpenGL rendering...
2007-10-03  Chris Robinsonwinex11: Track async GL drawable changes.
2007-10-03  Chris Robinsonwinex11: Pass a display parameter when destroying glxpi...
2007-10-03  Chris Robinsonwinex11: Use an offscreen redirected window for child...
2007-10-03  Chris Robinsonwgl: Remove GL scissors/viewport override.
2007-10-03  Chris Robinsonwinex11: Store a GL-specific drawable with the window.
2007-10-02  Gerald Pfeiferwinex11.drv: Move X11DRV_XRender_Installed under #ifdef...
2007-09-27  Alexandre Julliardwinex11.drv: Always drag the full window for top-level...
2007-09-27  Francois GougetAssorted spelling fixes.
2007-09-27  Alexandre Julliardwinex11.drv: Don't call GDI functions while holding...
2007-09-27  Chris Robinsonwinex11: Be compatible with older XComposite headers.
2007-09-25  Chris Robinsonwgl: Override glFinish and glFlush.
2007-09-25  Chris Robinsonwinex11.drv: Load the XComposite extension when available.
2007-09-21  Mikolaj Zalewskiwinex11.drv/wintab32: Make wintab strings in winex11...
2007-09-21  Alexandre Julliardwinex11.drv: Don't call GDI functions while holding...
2007-09-20  Chris Robinsonwgl: Don't set a pixel format on windows that already...
2007-09-20  Mikolaj Zalewskiwinex11.drv: wintab: Add missing CTX_PKTDATA support.
2007-09-20  Mikolaj Zalewskiwinex11.drv: wintab: Add a missing break.
2007-09-19  Alexandre Julliardwinex11.drv: Update the wm hints when the window frame...
2007-09-19  Alexandre Julliardwinex11.drv: If a window is not resizable through the...
2007-09-18  Dmitry Timoshkovwinex11.drv: Use symbolic names for MapVirtualKey trans...
2007-09-18  Alexandre Julliardwinex11.drv: Invalidate the DCE when the window format...
2007-09-18  Chris Robinsonwgl: Store the fbconfig id with the window when a pixel...
2007-09-13  Roderick Colenbranderwgl: Fix a major ATI regression.
2007-09-12  Chris Robinsonwinex11: Remove improper comment and dead code from...
2007-09-12  Chris Robinsonwinex11: Remove useless checks from wglCreateContext.
2007-09-12  Chris Robinsonwinex11: Free visual info stored with the context.
2007-09-12  Chris Robinsonwinex11: Don't assume just one on-screen pixel format.
2007-09-12  Chris Robinsonwinex11: Simplify ConvertPixelFormatWGLtoGLX.
2007-09-12  Chris Robinsonwinex11: Don't choose pixel formats with incorrect...
2007-09-11  Vitaliy Margolenwinex11drv: Don't ignore mouse move events even when...
2007-09-10  Jacek Cabanwinex11: Fixed GetClipboardFormatName spec entry.
2007-08-31  Mikolaj Zalewskiwinex11.drv: wintab: Copy also the button #0 state.
2007-08-31  Lionel Debrouxwinex11.drv: Fix memory leak in create_cursor (found...
2007-08-31  Mikolaj Zalewskiwinex11.drv: Support GdiAlphaBlend with blendfn.AlphaFo...
2007-08-30  Alexandre Julliardwinex11: Set initial wm hints on the desktop window...
2007-08-29  Steven Edwardsx11drv: Remove some no longer needed wine 16bit headers.
2007-08-29  Mikolaj Zalewskiwinex11.drv: Test for out-of-bound src coordinates...
2007-08-29  Alexandre Julliardwinex11: Tool windows should not have WM decorations.
2007-08-29  Roderick Colenbranderwgl: Degrade an ERR to a WARN.
2007-08-27  Alexandre Julliardwinex11: Child windows don't get activated even when...
2007-08-24  Alexandre Julliarduser32: IsChild must not consider the desktop window.
2007-08-23  Rob Shearmanwinex11.drv: Don't activate the systray window when...
2007-08-23  Alexandre Julliardwinex11: Get rid of get_context_from_GLXContext.
2007-08-23  Alexandre Julliardwinex11: Properly update the hdc in the GL context.
2007-08-23  Roderick Colenbranderwgl: Fix wglGetCurrentReadDCARB bugs.
2007-08-21  Alexandre Julliardwinex11: Update the wm hints also when mapping a previo...
2007-08-20  Roderick Colenbranderwgl: Cleanup pixelformat initialization code.
2007-08-20  Roderick Colenbranderwgl: Fix a typo in the trace code.
2007-08-20  Alexandre Julliardwinex11: Force a window to managed mode when it is...
2007-08-20  Alexandre Julliardwinex11: Switch windows to managed mode in SetWindowPos...
2007-08-20  Alexandre Julliardwinex11: Don't select for StructureNotify events on...
2007-08-20  Alexandre Julliardwinex11: Don't set the cursor on the desktop window...
2007-08-20  Alexandre Julliardwinex11: Move setting of the initial wm hints to a...
2007-08-17  Roderick Colenbranderwgl: Fix a render_texture regression. Only enable GLX_A...
2007-08-16  Alexandre Julliardwinex11: Don't try to activate the desktop window on...
2007-08-16  Alexandre Julliardwinex11: Store wm hints in the window data instead...
2007-08-14  Chris Robinsonwgl: GDI support is not advertised with double buffering.
2007-08-14  Roderick Colenbranderwgl: Proper stereo / double buffering support for Choos...
2007-08-14  Roderick Colenbranderwgl: Recognize Vista's PFD_SUPPORT_COMPOSITION flag.
2007-08-13  Chris Robinsonwinex11: Set proper pixel format flags.
2007-08-13  Roderick Colenbranderwgl: Re-enable GLX_ATI_render_texture support.
2007-08-13  Damjan Jovanovicwinex11.drv: Correctly handle overlapping source and...
2007-08-10  Roderick Colenbranderwgl: Make sure onscreen pixelformats are on top in...
2007-08-10  Chris Robinsonwinex11: Don't add spaces to the beginning of the wglEx...
2007-08-09  Roderick Colenbranderwgl: Rewrite ChoosePixelFormat.
2007-08-09  Roderick Colenbranderwgl: Correctly check GLX capabilities. Use client GLX...
2007-08-06  Chris Robinsonwinex11: Be consistent with GLX_SLOW_CONFIG meaning...
2007-08-06  Chris Robinsonwinex11: Properly handle WGL_PBUFFER_LOST_ARB.
2007-08-06  Michael Stefaniucwinex11.drv: Move the TRACE before the return. Found...
2007-08-06  Chris Robinsonwgl: WGL_COLOR_BITS_ARB does include alpha.
next