po: Update French translation.
[wine] / dlls / imm32 /
2008-03-26  Aric Stewartimm: Implement ImmGetIMEFileNameW and ImmGetIMEFileNameA.
2008-03-21  Aric Stewartimm32: IMEs do not expect the hMsgBuf to be NULL, so...
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-02-29  Andrew Talbotimm32: Assign to structs instead of using memcpy.
2008-02-27  Aric Stewartimm32: Correct offset of text in default IME window...
2008-02-25  Rob Shearmanimm32: Destroy the data of the context passed into...
2008-02-16  Aric Stewartimm: Ensure hCompStr handle is not NULL and check for...
2008-02-11  Aric Stewartimm: Implement ImmGenerateMessage.
2008-02-11  Aric Stewartimm: More correctly handle the presence of the default...
2008-01-07  Aric Stewartimm32: ImmNotifyIMM with CPS_CANCEL fully clears the...
2008-01-07  Andrew Talbotimm32: Remove unneeded cast.
2008-01-03  Michael Jungimm32: Added some unit test cases.
2008-01-03  Aric Stewartimm32: When updating a NULL HIMCC with NULL just return...
2007-10-17  Andrey Turkinimm32: ImmDisableIme is an alias to ImmDisableIME.
2007-10-12  Marcus Meissnerimm32: Avoid spamming the debug output.
2007-09-10  Aric Stewartimm32: Further tweeks to CFS_POINT and CFS_RECT placeme...
2007-08-29  Aric Stewartimm: Report GCS_DELTASTART to help behavior with advanc...
2007-08-27  Aric Stewartimm32: Update position of default IME window.
2007-08-27  Aric Stewartimm32: If composition string is reduced to 0 characters...
2007-07-11  Aric Stewartimm32: Use the COMPOSITIONSTRING in hCompStr.
2007-07-04  Aric Stewartimm32: Implement Locking/Unlocking IMC and IMCC functions.
2007-07-02  Aric Stewartimm32: Implementation of GCS_CURSORPOS.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-25  Michael Stefaniucjanitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc...
2007-04-09  Dmitry Timoshkovwinebuild: Check if a given forward does exist in one...
2007-03-29  Aric Stewartimm32: Change the default IME window to better reflect...
2007-03-07  Alexandre JulliardAdded version information for a number of dlls.
2007-02-27  Dmitry Timoshkovimm32: Simplify ImmInternalSendIMENotify.
2007-02-26  Aric Stewartimm32: Properly send WM_IME_NOTIFY using SendMessage.
2007-02-23  Aric Stewartimm32: Corrections to the message ordering for IME...
2007-02-23  Aric Stewartimm32: Implement GSC_RESULTCLAUSE.
2007-02-21  Aric Stewartimm32: Implement stubs for ImmGetImeMenuItemsA and...
2007-01-08  Patrik Stridvallimm32: Only unregister the IME class if it was registered.
2006-12-08  Byeong-Sik Jeonimm32: Send the WM_IME_CHAR message, although ResultStr...
2006-10-20  Alexandre JulliardAvoid usage of sizeof in traces that causes warnings...
2006-10-14  Michael Stefaniucimm32: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-19  Mike McCormackimm32: Fix some return codes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-04  Mike McCormackimm32: Remove FIXME messages from some implemented...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-02  Mike McCormackChange a FIXME message to a comment.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-21  Alexandre JulliardWe are no longer generating .spec.c files.
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-06-22  Alexandre JulliardSort entry points alphabetically.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
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-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-06-30  Uwe BonnesHeapAlloc for WSTR must allocate len* sizeof(WCHARS).
2004-04-01  Raphael JunqueiraAdded some stubs.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
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-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
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.
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-10-22  Michael StefaniucCompile the imm32 dll with STRICT defined.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
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-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-29  Eric KohlAdded ImmDisableIME stub.
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2001-09-19  Francois GougetFix the definition of structs NUMBERFMT* and CURRENCYFMT*.
2001-05-18  James JuranMake sure we set dwOSVersionInfoSize before calling...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
next