winex11: Add window data structure locking to the XEmbed event handler.
[wine] / dlls / winex11.drv / ime.c
2012-08-15  Alexandre Julliardwinex11: Remove unnecessary cleanups on process exit.
2012-01-11  Kusanagi Kouichiwinex11.drv: Fix IME status handling.
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2010-03-29  Mikhail Maroukhinewinex11.drv: Fix compiler warnings with flag -Wcast...
2010-02-24  Kusanagi Kouichiwinex11.drv: There seems to be nothing to be done for...
2010-02-24  Kusanagi Kouichiwinex11.drv: Generate IME messages as needed.
2010-02-22  Kusanagi Kouichiwinex11.drv: Keep the state of XIM and IME consistent.
2010-02-16  Kusanagi Kouichiwinex11.drv: Show the default IME window only when...
2010-02-16  Kusanagi Kouichiwinex11.drv: Handle result string directly.
2009-02-12  Michael Stefaniucimm32: Make space for a 64bit pointer in the IMM window.
2009-01-19  Michael Stefaniucwinex11.drv: Remove superfluous pointer casts.
2008-12-05  Andrew Talbotwinex11.drv: Sign-compare warnings fix.
2008-12-03  Alexandre Julliardwinex11: Remove some unused functions.
2008-11-03  Michael Stefaniucwinex11.drv: ImmLockIMCC() returns a void pointer;...
2008-10-06  Aric Stewartx11drv: ime: In the update functions if we get a null...
2008-05-27  Vitaliy Margolenwinex11: Use memmove for possibly overlapping memory...
2008-05-07  Francois Gougetwinex11: Standardize a stub trace and add a trailing...
2008-05-01  Alexandre Julliardwinex11: Avoid printing traces without a \n.
2008-05-01  Alexandre Julliardwinex11: Register IME classes only when needed.
2008-04-30  Eric Pouechjanitorial: Prototype func() should be func(void).
2008-04-29  Kusanagi Kouichiwinex11: Allow XIM server to be started after Wine.
2008-04-28  Kusanagi Kouichiwinex11: hCompStr should never be NULL because Wine...
2008-04-25  Kusanagi Kouichiwinex11: Destroy the handle to the composition string...
2008-04-24  Kusanagi Kouichiwinex11: Generate WM_IME_ENDCOMPOSITION when compositio...
2008-04-21  Kusanagi Kouichiwinex11.drv: Generate WM_IME_ENDCOMPOSITION when preedi...
2008-04-18  Kusanagi Kouichiwinex11: Update caret position.
2008-04-07  Aric Stewartwinex11: Add IME functionality to winex11drv.