winex11.drv: Remove superfluous function pointer casts.
[wine] / dlls / winex11.drv / xim.c
2012-12-04  Michael Stefaniucwinex11.drv: Remove superfluous function pointer casts.
2012-08-16  Alexandre Julliardwinex11: Remove the remaining X11 locking calls.
2012-01-11  Kusanagi Kouichiwinex11.drv: Fix IME status handling.
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2010-06-24  Francois GougetAssorted typo and spelling fixes.
2010-02-24  Kusanagi Kouichiwinex11.drv: Add a new debug channel for XIM.
2010-02-22  Kusanagi Kouichiwinex11.drv: Keep the state of XIM and IME consistent.
2010-02-16  Kusanagi Kouichiwinex11.drv: Handle result string directly.
2010-02-12  Kusanagi Kouichiwinex11.drv: Fold X11DRV_ImmSetOpenStatus into XIMPreEd...
2010-02-12  Kusanagi Kouichiwinex11.drv: Simplify X11DRV_ImmSetInternalString.
2010-02-12  Kusanagi Kouichiwinex11.drv: Private copy of a result string is unneces...
2009-01-19  Michael Stefaniucwinex11.drv: Remove superfluous pointer casts.
2008-10-20  Muneyuki Noguchiwinex11: Prevent XCreateIC from returning NULL when...
2008-09-15  Muneyuki Noguchiwinex11.drv: Make X11DRV_XIMLookupChars handle a long...
2008-06-21  Alexandre Julliardwinex11: Only register an XIM callback if we can't...
2008-05-05  Alexandre Julliardwinex11: The XIM callback is called with the X11 lock...
2008-04-29  Kusanagi Kouichiwinex11: Allow XIM server to be started after Wine.
2008-04-28  Kusanagi Kouichiwinex11: Remove unnecessary #include.
2008-04-18  Kusanagi Kouichiwinex11: Update caret position.
2008-04-16  Kusanagi Kouichiwinex11.drv: Fix Solaris build error.
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-07  Aric Stewartwinex11: Have all xim interaction pass through the...
2008-04-07  Aric Stewartwinex11: Add IME functionality to winex11drv.
2008-03-21  Kusanagi Kouichiwinex11.drv: Fix crash by long preedit text.
2007-07-25  Nigel Liangwinex11.drv: Take into account position of preedit...
2007-07-20  Nigel Liangwinex11.drv: Implement XIMPreEditCaretCallback.
2007-06-22  Nigel Liangwinex11.drv: Remove call to XCreateFontSet.
2006-10-24  Aric Stewartwinex11.drv: Only create a fontSet if we are going...
2006-10-24  Huw Davieswinex11.drv: Only initialize static variables once...
2006-10-09  Vitaliy Margolenwinex11drv: Win64 printf format warning fixes.
2006-07-14  Michael StefaniucFix swapped 2nd and 3rd argument passed to memset.
2006-06-16  Alexandre Julliardx11drv: Renamed the x11drv directory to winex11.drv.