Renamed ttydrv and x11drv to winetty.drv and winex11.drv respectively
[wine] / dlls / imm32 / imm.c
2005-05-06  Alexandre JulliardRenamed ttydrv and x11drv to winetty.drv and winex11...
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-08  Alexandre JulliardRevert previous change since it causes a crash in deskt...
2004-12-06  Ivan Leo PuotiRegister the IME class when imm32.dll is loaded.
2004-11-30  Eric PouechConst correctness fixes.
2004-10-04  Mike McCormackPrevent crash using CJK locale but no input method.
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-06-30  Uwe BonnesHeapAlloc for WSTR must allocate len* sizeof(WCHARS).
2004-03-04  Jesse AllenAdded ImmAssociateContextEx stub.
2004-03-02  Francois GougetAssorted spelling and case fixes.
2004-02-27  Patrik StridvallFixed some issues found by winapi_check.
2004-02-03  Ken BelleauAdded stub for ImmDisableIME.
2004-01-21  Aric StewartUse X11 XIM callbacks to enable full IME support.
2003-09-29  Francois GougetSome spelling fixes.
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-02  Francois GougetRemove some unnecessary casts when assigning NULL to...
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-05-15  Raphael JunqueiraFix a null pointer crash in ImmGetOpenStatus.
2003-05-13  Aric StewartImplemented a number of IMM functions.
2003-03-24  Tony LambregtsGet rid of W->A calls.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-10-22  Michael StefaniucCompile the imm32 dll with STRICT defined.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-02  Alexandre JulliardRemoved a bunch of multimedia code at Hidenori's request.
2002-04-29  Hidenori TakeshimaRemoved some code because of MS EULA concerns.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Eric KohlAdded ImmDisableIME stub.
2001-05-18  James JuranMake sure we set dwOSVersionInfoSize before calling...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2000-12-18  Hidenori TakeshimaImplemented keyboard layout and context - far from...
2000-12-16  Hidenori TakeshimaImplemented some APIs and IME class - far from complete.
2000-12-15  Hidenori TakeshimaImplemented some DDK APIs - far from complete.
2000-12-02  Hidenori TakeshimaAdded some stubs.
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-29  Niels Kristian Bec... Removed superfluous #include statements for header...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
1999-08-04  Ulrich WeigandMoved various DLLs to dlls/