winex11: Create all the GL drawables using the gdi_display to avoid synchronization...
[wine] / dlls / winex11.drv /
2008-05-12  Alexandre Julliardwinex11: Create all the GL drawables using the gdi_disp...
2008-05-08  John Klehmwinex11.drv: Move hardware tablet proximity into x11...
2008-05-07  John Klehmwinex11.drv: Wintab packet serial numbers are passed...
2008-05-07  Francois Gougetwinex11: Standardize a stub trace and add a trailing...
2008-05-05  Maarten Lankhorstwinex11.drv: Fix a compiler warning.
2008-05-05  Alexandre Julliardwinex11: The XIM callback is called with the X11 lock...
2008-05-05  Dmitry Timoshkovwinex11.drv: Set the size of returned DEVMODE to least...
2008-05-02  Andrew Talbotwinex11.drv: Remove unused variables.
2008-05-02  Huw Davieswinex11.drv: Rename X11DRV_DIB_BitmapInfoSize to bitmap...
2008-05-01  Alexandre Julliardwinex11: Only unmap a window when explicitly hidden...
2008-05-01  Alexandre Julliardwinex11: Ignore the specified owner if it's a zero...
2008-05-01  Alexandre Julliardwinex11: Don't free the pixmap in X11DRV_DIB_CreateDIBF...
2008-05-01  Alexandre Julliardwinex11: Avoid printing traces without a \n.
2008-05-01  Alexandre Julliardwinex11: Register IME classes only when needed.
2008-05-01  Roderick Colenbranderopengl32: Get rid of X/GLX leftovers.
2008-04-30  Eric Pouechjanitorial: Prototype func() should be func(void).
2008-04-30  Roderick Colenbranderwgl: We were already advertising GL_EXT_framebuffer_sRG...
2008-04-29  Alexandre Julliardwinex11: Fix debug trace using the removed opengl channel.
2008-04-29  Kusanagi Kouichiwinex11: Allow XIM server to be started after Wine.
2008-04-29  Alexandre Julliardwinex11: Don't put window manager decorations on shaped...
2008-04-28  Alexandre Julliardwinex11: Merge the contents of clipping.c into graphics.c.
2008-04-28  Bryan DeGrendelwinex11: Rudimentary drawing support for display balloo...
2008-04-28  Vitaliy Margolenwinex11: Fix MapVirtualKeyEx to properly map left-right...
2008-04-28  Vitaliy Margolenwinex11: Use constants instead of magic numbers in...
2008-04-28  Vitaliy Margolenwinex11: Fix GetKeyNameText for Right Shift.
2008-04-28  Kusanagi Kouichiwinex11: Remove unnecessary #include.
2008-04-28  Kusanagi Kouichiwinex11: hCompStr should never be NULL because Wine...
2008-04-25  Alexandre Julliardwinex11: Check if IsXExtensionPointer is defined before...
2008-04-25  Kusanagi Kouichiwinex11: Destroy the handle to the composition string...
2008-04-25  Alexandre Julliardwinex11: Don't force tool windows to unmanaged mode.
2008-04-25  John Klehmwinex11: Add support for IsXExtensionPointer tablet...
2008-04-25  John Klehmwinex11: Allow wizardpen to be detected as a stylus.
2008-04-25  John Klehmwinex11: Allow wintab devices with less than 5 axes.
2008-04-24  Kusanagi Kouichiwinex11: Generate WM_IME_ENDCOMPOSITION when compositio...
2008-04-24  Lei Zhangwinex11: control + enter should generate '\n' instead...
2008-04-24  Roderick Colenbranderwgl: Add a wine specific WGL extension which allows...
2008-04-24  Roderick Colenbranderwgl: Put the core functionality of X11DRV_SetPixelForma...
2008-04-23  Alexandre Julliardwinex11: Don't allow changing the X11 size of a maximiz...
2008-04-23  Alexandre Julliardwinex11: Make sure that the window gravity is always...
2008-04-23  Alexandre Julliardwinex11: Merged the contents of winpos.c into window.c.
2008-04-23  Alexandre Julliardwinex11: Moved the X11DRV_resize_desktop function to...
2008-04-23  Austin EnglishSpelling fixes.
2008-04-22  Alexandre Julliardwinex11: Moved the ConfigureNotify handler to event.c.
2008-04-22  Austin EnglishSpelling fixes.
2008-04-21  Alexandre Julliardwinex11: Get rid of the unnecessary opengl debug channel.
2008-04-21  Alexandre Julliardwinex11: Set type to dialog for owned popup windows.
2008-04-21  Alexandre Julliardwinex11: Use SetWindowPos to invalidate DCEs when chang...
2008-04-21  Kusanagi Kouichiwinex11.drv: Generate WM_IME_ENDCOMPOSITION when preedi...
2008-04-18  Kusanagi Kouichiwinex11: Update caret position.
2008-04-17  Alexandre Julliardwinex11: Moved the WM_SYSCOMMAND handling to window.c.
2008-04-17  Alexandre Julliardwinex11: Moved the MapNotify handler to event.c.
2008-04-17  Alexandre Julliardwinex11: Moved the ExposeEvent handler to event.c.
2008-04-17  Dmitry Timoshkovwinex11.drv: Map zero-sized windows but don't add WM...
2008-04-17  Marcus Meissnerwinex11: Move code behind error return.
2008-04-17  ByeongSik Jeonwinex11: Add VK_HANGUL, VK_HANJA for Korean Native...
2008-04-16  Kusanagi Kouichiwinex11.drv: Fix Solaris build error.
2008-04-14  Alexandre Julliardwinex11: Fix the type hint for the desktop window.
2008-04-14  Alexandre Julliardwinex11: Make WS_EX_APPWINDOW windows have normal type.
2008-04-14  Alexandre Julliardwinex11: Don't set full screen style on minimized windows.
2008-04-14  Vitaliy Margolenwinex11.drv: Send scan code when adjusting modifier...
2008-04-11  Matthew D'Asarowinex11: Add registry option to let wine decorate windows.
2008-04-10  Alexandre Julliardwinex11: Replace the keyboard flags bitfield by the...
2008-04-10  Alexandre Julliarduser32: Moved the menu activation hack on managed windo...
2008-04-10  Alexandre Julliarduser32: Forward all WM_SYSCOMMAND messages to the drive...
2008-04-10  Alexandre Julliardwinex11: Make sure to flush painting operations before...
2008-04-10  Kusanagi Kouichiwinex11: Connect to XIM server dynamically.
2008-04-10  Alexandre Julliardwinex11: Separate the XIM process-wide setup from the...
2008-04-09  Alexandre Julliardwinex11: Flush the display after creating X windows.
2008-04-09  Alexandre Julliardwinex11: Added an error handler to catch bad atoms...
2008-04-09  Alexandre Julliardwinex11: Fix KeymapNotify handler to take left/right...
2008-04-09  Alexandre Julliardwinex11: Get rid of the useless systray hidden flag.
2008-04-09  Alexandre Julliardwinex11: Add some generic support for XEMBED client...
2008-04-09  Alexandre Julliardwinex11: Abstract window map/unmap to separate functions.
2008-04-08  Alexandre Julliardwinex11: Add a timer to detect when a systray owner...
2008-04-08  Alexandre Julliardwinex11: Make the system tray window transparent.
2008-04-08  Alexandre Julliardwinex11: Move all the embedded systray window support...
2008-04-08  Alexandre Julliardwinex11: Improved handling of broken 8-bit TARGETS...
2008-04-07  Aric Stewartwinex11: Have all xim interaction pass through the...
2008-04-07  Aric Stewartwinex11: Add IME functionality to winex11drv.
2008-04-07  Dmitry Timoshkovwinex11.drv: Do not set window type to utility to avoid...
2008-04-07  Alexandre Julliardwinex11: Don't set NET_WM_STATE on the desktop window.
2008-04-07  Vitaliy Margolenwinex11: Properly report state of the caps-lock and...
2008-04-07  Vitaliy Margolenwinex11: Get the ScrollLock mask.
2008-04-07  Dmitry Timoshkovwinex11: Change the priority of evaluated window styles...
2008-04-07  Alexandre Julliardwinex11: Set the _NET_WM_STATE atom directly for unmapp...
2008-04-07  Alexandre Julliardwinex11: Get rid of the SetWindowPos hack to unmap...
2008-04-07  Alexandre Julliardwinex11: Fix handling of property sizes for 64-bit...
2008-04-04  Alexandre Julliardwinex11: Ignore ConfigureNotify events when a window...
2008-04-04  Alexandre Julliardwinex11: Avoid updating the wm states inside a Configur...
2008-04-04  Alexandre Julliardwinex11: Don't update the normal size hints when a...
2008-04-04  Alexandre Julliardwinex11: Use the same test for resizable windows when...
2008-04-04  Alexandre Julliardwinex11: Ignore ConfigureNotify events on unmapped...
2008-04-04  Alexandre Julliardwinex11: Always update the window position without...
2008-04-02  Alexandre Julliardwinex11: Allow mapping/unmapping a window even while...
2008-04-02  Alexandre Julliardwinex11: Replace the lock_changes flag by a check on...
2008-04-02  Alexandre Julliardwinex11: Rely on PropertyNotify events instead of Map...
2008-04-02  Alexandre Julliardwinex11: Move handling of WM_STATE changes to a separat...
2008-04-02  Vitaliy Margolenwinex11drv: Distinguish left and right keys for shift...
2008-04-01  Roderick Colenbranderwgl: Add missing WGL_STEREO_ARB to ConvertAttribWGLtoGLX.
2008-04-01  Roderick Colenbranderwgl: Fix ChoosePixelFormat behavior.
next