rpcrt4/tests: Replace || by |.
[wine] / dlls / winex11.drv /
2006-11-08  Ken Thomaseswinex11.drv: Fix off-by-one in map of non-char keysyms...
2006-11-08  Ken Thomaseswinex11.drv: Map XK_KP_Equal to VK_OEM_NEC_EQUAL.
2006-11-08  Alexandre Julliardwinex11.drv: Get rid of the DIB color table now that...
2006-11-08  Detlef Riekenbergwinex11.drv: Fix failure of X11DRV_ChoosePixelFormat.
2006-11-08  Dmitry Timoshkovwinex11.drv: Call SetWindowPos with SWP_FRAMECHANGED...
2006-11-08  Dmitry Timoshkovwinex11.drv: Map VK codes for arrow keys to an X11...
2006-11-08  Damjan Jovanovicwinex11: Fix regression caused by client-side DIB copy...
2006-11-07  Alexandre Julliardwinex11.drv: Detect an XLookupString that returns Latin...
2006-11-07  Alexandre Julliardwinex11.drv: Added mapping for Unicode keysyms in ToUni...
2006-11-07  Alexandre Julliardwinex11.drv: Only load the keycode->keysym mapping...
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-06  Alexandre Julliardwinex11.drv: Fixed build without OpenGL headers.
2006-11-06  Mike McCormackuser32: ToUnicodeEx should return 0 for an unknown...
2006-11-06  Damjan Jovanovicwinex11.drv: Added a basic client-side DIB copy optimiz...
2006-11-06  Roderick Colenbranderwgl: Fix WoW screen flickering.
2006-11-03  Huw Davieswinex11.drv: If the app asks for a single buffered...
2006-11-03  Roderick Colenbranderwinex11.drv: Opengl init fix.
2006-10-31  Alexandre Julliardwinex11.drv: Fixed the prototype of many OpenGL functions.
2006-10-31  Roderick Colenbranderwinex11.drv: Route wglMakeContextCurrentARB through...
2006-10-27  Roderick Colenbranderwgl: Move part of wglGetProcAddress to gdi32.
2006-10-26  Alexandre Julliardwinex11.drv: Offset X11 coordinates with the primary...
2006-10-24  Alexandre JulliardRevert "kernel32: Exit from initial thread with ExitThr...
2006-10-24  Aric Stewartwinex11.drv: Only create a fontSet if we are going...
2006-10-24  Dmitry Timoshkovkernel32: Exit from initial thread with ExitThread...
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-24  Huw Davieswinex11.drv: Only initialize static variables once...
2006-10-24  Huw Davieswinex11.drv: Give XCloseIM another chance.
2006-10-24  Huw Davieswinex11.drv: Initialize data->xim to NULL if xim has...
2006-10-24  Eric Pouechwinex11.drv: As the min keycode is always greater or...
2006-10-23  Alexandre Julliarduser: Moved GetMonitorInfo and EnumDisplayMonitors...
2006-10-23  Alexandre Julliardwinex11.drv: Preliminary support for Xinerama.
2006-10-20  Alexandre Julliardwinex11.drv: Avoid X error with unsupported pen styles.
2006-10-19  Alexandre Julliardwinex11.drv: Hack to work around an Xlib bug when XInit...
2006-10-18  Pierre d'Herbemontx11drv: Fix a typo in x11drv.h about X11DRV_GetTextExte...
2006-10-17  Dmitry Timoshkovuser: Add a test for ShowWindow(SW_MAXIMIZE) called...
2006-10-16  Roderick Colenbranderwgl: Move wglGetCurrentDC to gdi32.
2006-10-16  Roderick Colenbranderwgl: Move wglGetCurrentContext to gdi32.
2006-10-13  Francois GougetAssorted spelling fixes.
2006-10-12  Nickolay V. Shmyrevwinex11.drv: Always set window type.
2006-10-09  Vitaliy Margolenwinex11drv: Win64 printf format warning fixes.
2006-10-06  Alexandre Julliardwinex11.drv: Give XInitThreads another chance.
2006-10-05  Dmitry Timoshkovwinex11.drv: Make all windows moveable by default.
2006-10-04  Roderick Colenbranderx11drv: Fix wgl pixel format bug.
2006-10-04  Roderick Colenbrandergdi32: Route WGL font code through gdi32.dll.
2006-10-04  Roderick Colenbrandergdi32: Route WGL context code through gdi32.dll.
2006-09-29  Francois GougetAssorted spelling fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-29  Alexandre Julliardwinex11.drv: Fix typo that confuses winapi_check.
2006-09-29  Juan Langwinex11.drv: Don't deadlock if GL init fails.
2006-09-26  Dmitry Timoshkovwinex11.drv: Use a proper protector for X11/XKBlib.h.
2006-09-26  Roderick Colenbranderwinex11.Drv: Remove unneeded wgl exports.
2006-09-21  Roderick Colenbranderopengl: Move wgl font code to winex11.drv.
2006-09-20  Alexandre Julliardinclude: Added definitions for the fault address except...
2006-09-20  Roderick Colenbranderwinex11.drv: Fix wined3d/opengl regression.
2006-09-20  Roderick Colenbranderwinex11.drv: Fix fbconfig regression.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-12  Alexandre Julliardwinex11.drv: Fixed and simplified the opengl extension...
2006-09-12  Roderick Colenbranderwinex11.drv: Move WGL extension code to winex11.drv.
2006-09-11  Alexandre Julliardwinex11.drv: Avoid compile errors in the non-OpenGL...
2006-09-11  Roderick Colenbranderwinex11.drv: Import glx makecurrent/wglsharelists.
2006-09-11  Roderick Colenbranderwinex11.drv: Import glx context code.
2006-09-11  Marcus MeissnerRemoves all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
2006-09-08  Francois GougetAssorted spelling fixes.
2006-08-28  Roderick Colenbranderwinex11.drv: Import ConvertPixelFormatWGLtoGLX from...
2006-08-26  Alexandre Julliardwinex11.drv: Remove no longer used all: target.
2006-08-25  Alexandre Julliardwinex11.drv: Fix a compiler warning when OpenGL is...
2006-08-24  James Liggettwinex11.drv: Fix explorer regression caused by systray...
2006-08-23  James Liggettwinex11.drv: Add XEmbed system tray support.
2006-08-23  Roderick Colenbranderwinex11.drv: Fix opengl pixel format bug.
2006-08-21  Huw Davieswinex11.drv: Fix rendering of fonts that don't support...
2006-08-17  Roderick Colenbranderx11drv/opengl: Pixel format rewrite.
2006-08-09  Alexandre Julliardserver: Split the queuing of hardware messages into...
2006-08-03  Alexandre Julliardwinex11.drv: Comment out the XCloseDisplay call on...
2006-08-02  Alexandre Julliardwinex11.drv: Make some functions and variables static...
2006-07-29  Roderick Colenbranderwinex11.drv: Kill DGA support.
2006-07-26  Vitaliy Margolenx11drv: Number of fixes for ChangeDisplaySettingsEx...
2006-07-24  Mike McCormackwinex11.drv: Avoid an uninitialized variable warning.
2006-07-14  Michael StefaniucFix swapped 2nd and 3rd argument passed to memset.
2006-07-12  Dan Hipschmangdi32: Implement GetTextExtentPoint in terms of GetText...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-10  Thomas Khowinex11: Use correct multiplier for negative relative...
2006-07-10  Dmitry Timoshkovwinex11.drv: Protect X11 calls by a critical section.
2006-07-07  Stefan DösingerAdd a common fps counter channel to ddraw, opengl and...
2006-07-07  Michael Stefaniucjanitorial: Put "inline static" at the beginning of...
2006-07-07  Dmitry Timoshkovwinex11.drv: Add window style and visibility status...
2006-07-05  Dmitry Timoshkovwinex11.drv: Update Lithuanian keyboard layout to bette...
2006-06-29  Dmitry Timoshkovwinex11.drv: Update window's full screen state on the...
2006-06-29  Dmitry Timoshkovinclude: Move appropriate parts of winpos.h to winuser...
2006-06-27  Andrew Talbotwinex11.drv: Write-strings warning fix.
2006-06-26  Huw Davieswinex11: Introduce a function to retrieve the glx drawa...
2006-06-23  Huw Davieswinex11: glXQueryExtension has its error and event...
2006-06-21  Dmitry Timoshkovwinex11.drv: Add support for full screen window state...
2006-06-19  Jeremy Whitewinex11.drv: On Solaris, Xutil.h is required to define...
2006-06-16  Alexandre Julliardx11drv: Renamed the x11drv directory to winex11.drv.