Added handlers for some IME messages in DefWindowProc.
[wine] / include /
2000-12-07  Alexandre JulliardRemoved dependencies on the internals of the CLASS...
2000-12-07  Francois GougetUncomment GOPHER_ATTRIBUTE_TYPE and GopherGetAttribute.
2000-12-07  Francois GougetAdded a prototype for closesocket.
2000-12-06  Alexandre JulliardAdded define for S_ISLNK if missing.
2000-12-06  Alexandre JulliardAuthors: Ove Kaaven <ovek@transgaming.com>, Andrew...
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-12-06  Alexandre JulliardBuild tsx11 layer as a separate shared library.
2000-12-05  Hidenori TakeshimaAdded some missing definitions.
2000-12-05  Ken ColemanAdded a first-cut version of MapVirtualKeyExW() that...
2000-12-03  Alexandre JulliardRelease 20001202. wine-20001202
2000-12-03  Francois GougetUse the DUMMYUNIONNAME macros so that the headers can...
2000-12-03  Aric StewartAdded ASCII-only version of toupper, tolower, strcasecm...
2000-12-02  Alexandre JulliardUse ioctlsocket() instead of ioctl() so that we can...
2000-12-02  Francois GougetFixed the case of "Winelib".
2000-12-02  Dmitry TimoshkovAdded several clipboard formats.
2000-12-01  Patrik StridvallFixed some issues found by winapi_check.
2000-12-01  Alexandre JulliardMoved useful NE format definitions to winbase16.h.
2000-12-01  Dimitrie O. PaunModified winebuild to use the __ASM_FUNC macro for...
2000-12-01  Alexandre JulliardFinished separation of shell32 and wsock32.
2000-12-01  Dimitrie O. PaunSupply dummy getrlimit if absent.
2000-11-30  Alexandre JulliardExport the wine server functions from ntdll.
2000-11-30  Patrik StridvallDon't include windows.h internally.
2000-11-30  Alexandre JulliardUse the HEAP_WINE_SEGPTR flag to specify allocations...
2000-11-30  Alexandre JulliardRemoved "elfdll" load order option and updated document...
2000-11-29  Dimitrie O. PaunDo not include sys/ptrace.h and sys/user.h unconditionally.
2000-11-29  Brian TeagueAdd a stub for the CAPS1 capability in GetDeviceCaps.
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-29  Dimitrie O. PaunDo not use a.out.h.
2000-11-29  Alexandre JulliardCleaned up some more dependencies on Wine internal...
2000-11-29  Alexandre JulliardAdded implementation of lstat to port.c.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-28  Alexandre JulliardMade HEAP_strdup* functions inline (temporary).
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Dimitrie O. PaunTest if we need to put the .type directive inside a...
2000-11-27  Alexandre JulliardImplemented DosFileHandleToWin32Handle, Win32HandleToDo...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-27  Jon Griffiths- configure tests for finite()/fpclass(), fixes BSD...
2000-11-27  Andreas MohrImplemented TerminateApp needed for DBase 5.0.
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-11-26  Dimitrie O. PaunMake sure all files using config.h constants actually...
2000-11-26  Hidenori TakeshimaAdded checking for netdb.h.
2000-11-26  Dimitrie O. PaunDo not compile code that makes use of the X Shm extension.
2000-11-25  Alexandre JulliardMoved GET_IP out of winnt.h.
2000-11-25  Hidenori TakeshimaAdded checking for mmap.
2000-11-25  Francois Jacques- support for arguments with referenced types
2000-11-25  Alexandre JulliardFixed GetLargestConsoleWindowSize return type for Winel...
2000-11-25  Ove KaavenImplemented Get/SetDIBColorTable.
2000-11-25  Francois GougetInclude the same headers as on Windows.
2000-11-25  Francois Gougetcompobj.h is a synonym for objbase.h
2000-11-25  Andreas MohrAdded GdiSeeGdiDo16.
2000-11-25  Andreas MohrRemoved double ANYSIZE_ARRAY define.
2000-11-25  Dimitrie O. PaunFixed typo in macro ICOM_METHOD11 parameter list.
2000-11-25  Dimitrie O. PaunFixed compilation warning on Cygwin.
2000-11-25  Marcus MeissnerAdded prototypes for Ole{G,S}etAutoConvert, LHashValOfN...
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-15  Dmitry TimoshkovAdded mapping to/from unicode for WM_CHAR, WM_DEADCHAR...
2000-11-15  James HathewayIncrease number of parameters possible for ICOM_* macro...
2000-11-15  Francois GougetMatch the Windows header dependencies.
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-13  Mike McCormack- created server object for handling async i/o
2000-11-13  Alexandre JulliardExport the CallFrom16xxx functions from kernel32. Renam...
2000-11-13  Ove KaavenReorganized DOS memory remapping slightly, so that...
2000-11-11  Nerijus BaliunasAdd new encodings ISO 8859-10 (cp28600), 8859-13 (cp286...
2000-11-10  Dimitrie O. PaunUse variable argument macros when compiling with gcc.
2000-11-10  Francois GougetUse DUMMYxxxNAME for anonymous struct/unions.
2000-11-10  Francois GougetAdded missing pointer types: Pxxx or LPxxx
2000-11-10  Francois GougetAdded some STN_xxx macros.
2000-11-10  Francois GougetHICON and HCURSOR should be interchangeable.
2000-11-10  Francois GougetAdded LPUDACCEL and HDF_RTLREADING.
2000-11-10  Alexandre JulliardAdded support for loading a Winelib app linked as a...
2000-11-08  Alexandre JulliardDo builtin modules fixups in library/loader.c before...
2000-11-08  Alexandre JulliardCheck all Callouts function pointers for NULL before...
2000-11-08  Francois GougetMoved things to the proper rpcxxx.h header.
2000-11-08  Francois GougetAdded DM_REPOSITION.
2000-11-08  Francois GougetWe must include stdarg.h.
2000-11-08  Francois GougetWe must include ctype.h so that applications get isalnu...
2000-11-08  Francois GougetAdded CC_SOLIDCOLOR and CC_ANYCOLOR.
2000-11-08  Alexandre JulliardMoved builtin dll registration to libwine.
2000-11-08  Alexandre JulliardAdded new library.h header for libwine definitions.
2000-11-07  Francois GougetFixed typos in comments.
2000-11-07  Ulrich WeigandAdded missing IMAGE_DEBUG_MISC definition.
2000-11-07  Aric StewartAdded 16x16 wine logo.
2000-11-06  James HathewayAdded stubs and setupapi.h.
2000-11-05  Lionel Ulmer- reorganized DInput DLL
2000-11-05  Dmitry TimoshkovAdded the ability to see names of the virtual key codes.
2000-11-05  Alexandre JulliardNew debug channel mechanism allowing decentralized...
2000-11-05  Patrik StridvallOptimized {,p}MoveTo{,Ex}{,16}.
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-11-02  Alexandre JulliardCreate Gnome/KDE desktop and menu entries from IShellLink
2000-11-01  Mark DufourMake the functions Pie, Chord, RoundRect, AngleArc...
2000-11-01  Juergen SchmiedBetter handling of custom templates and hooks.
2000-10-29  Alexandre JulliardPatch flat cs of 16-bit entry points if current %cs...
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-10-29  Alexandre JulliardRemoved unused LOCAL_LockSegptr.
2000-10-26  Alexandre JulliardRelease 20001026. wine-20001026
2000-10-26  Alexandre JulliardRaise an exception when a stub entry point is called.
2000-10-25  Dmitry TimoshkovReplaced ToAscii by ToUnicode in the User driver interface.
2000-10-25  Andreas MohrFree the Win16 dummy module and wm->deps.
2000-10-24  Alexandre JulliardRemoved GetResDirEntryA/W.
2000-10-24  Patrik StridvallAdded some missing defines for non-Linux.
next