Fix signed/unsigned comparison warnings.
[wine] / dlls / imm32 /
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.
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-01-17  Alexandre JulliardCleaned up dll startup routines now that we have separa...
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-14  Hidenori TakeshimaAdded a spec file for 16bit imm.
2000-12-05  Hidenori TakeshimaAdded some stubs.
2000-12-02  Hidenori TakeshimaAdded some stubs.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
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...
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-08  Patrik StridvallFixed some issues found by winapi_check.
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-08-04  Ulrich WeigandMoved various DLLs to dlls/