wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / winex11.drv /
2008-07-10  Francois GougetAssorted spelling fixes.
2008-07-10  Aric Stewartwinex11: Allow for sane SCIM im processing by processin...
2008-07-03  Michael Karcherwinex11: Made local constant static.
2008-07-02  Alexandre Julliarduser32: Split the SetWindowPos driver backend in Window...
2008-07-02  Alexandre Julliardwinex11: Check for XKB extension on the GDI display...
2008-07-02  Alexandre Julliardwinex11: Get rid of the XKB initialisation workaround...
2008-07-02  Peter Oberndorferopengl32: Fix a typo (wglShaderLists -> wglShareLists).
2008-07-01  Michael Karcherwinex11: Fix GetDIBits of 1 bit DDBs.
2008-07-01  Francois Gougetwinex11: Load the XVidMode extension (libXxf86vm) when...
2008-06-26  Alexandre Julliardwinex11: Don't create a win data structure for HWND_MES...
2008-06-26  Alexandre Julliardwinex11: Explicitly request creation of the thread...
2008-06-26  Alexandre Julliardwinex11: Get rid of the explicit colormap management.
2008-06-26  Alexandre Julliardwinex11: Pass the display as parameter to a few more...
2008-06-26  Alexandre Julliardwinex11: Explicitly request creation of the per-thread...
2008-06-23  Alexandre Julliardwinex11: Print more details on OpenGL load failure...
2008-06-23  Gerald Pfeiferwinex11: Remove two unused parameters from BITBLT_GetSr...
2008-06-21  Alexandre Julliardwinex11: Only register an XIM callback if we can't...
2008-06-20  John Klehmwinex11: Place tablet cursors in slots based on type.
2008-06-20  John Klehmwinex11: Cursor iteration is now done by checking ACTIV...
2008-06-20  John Klehmwinex11: Always assign a tablet cursor type.
2008-06-20  John Klehmwinex11: Add comments explaining wintab cursor slotting...
2008-06-18  Alexandre Julliardwinex11: Avoid erasing the window when changing the...
2008-06-18  Alexandre Julliardwinex11: Check for matching pixel format in wglMakeCurrent.
2008-06-09  Alexandre Julliardwinex11: Add a trace in ExtEscape to make wgl problems...
2008-05-28  Alexandre Julliardwinex11: XInitThreads is hopeless, remove it again.
2008-05-28  Alexandre Julliardwinex11: Add support for performing GL calls on a top...
2008-05-28  Alexandre Julliardwinex11: Make sure that all glX functions are called...
2008-05-28  Alexandre Julliardwinex11: Change the pixel format initialisation to...
2008-05-27  Vitaliy Margolenwinex11: Use memmove for possibly overlapping memory...
2008-05-27  John Klehmwinex11: Support detection of tablet devices from XExte...
2008-05-27  John Klehmwinex11: Detect acecad tablet as stylus device.
2008-05-22  Alexandre Julliardwinex11: Add support for X11 mouse buttons 8 and 9.
2008-05-21  Ken Thomaseswinex11: Bias MapVirtualKeyEx(MAPVK_VSC_TO_VK) against...
2008-05-14  Alexandre Julliardwgl: Don't call ExtEscape if we don't have a GL context.
2008-05-13  Alexandre Julliardexplorer: Use a different return value to indicate...
2008-05-13  Alexandre Julliardwinex11: When re-creating a client window check the...
2008-05-12  Alexandre Julliardwinex11: Silence a harmless error.
2008-05-12  Alexandre Julliardwinex11: Create a dummy parent window for composite...
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...
next