Small fixes.
[wine] / include /
2000-04-28  Martin Fuchs- Return modified rectangle after layouting header...
2000-04-28  Dimitrie O. PaunGet rid of HEAP_xrealloc.
2000-04-25  Patrik StridvallRemoved X_DISPLAY_MISSING.
2000-04-24  Francois GougetInclude string.h to make winnt.h self-sufficient.
2000-04-24  Gerard Patel32 bits message processing for color dialog.
2000-04-24  Dimitrie O. PaunRemoved the last xmalloc calls.
2000-04-24  Alexandre JulliardImplemented on-demand loading of builtin dlls using...
2000-04-23  Francois GougetUse DECLARE_HANDLE to declare handles.
2000-04-23  Francois GougetDECLARE_HANDLE should not be undef'ed after use.
2000-04-23  Dmitry TimoshkovAdapted unimap.pl script and generated by it casemap...
2000-04-23  Martin FuchsFixed GetNumberFormat declaration.
2000-04-23  Francois GougetFixed GetProcessHeap() for the STRICT mode.
2000-04-19  Alexandre JulliardUse GetProcAddress for mmio* functions to avoid importi...
2000-04-18  Alexandre JulliardMoved PE header definitions to winnt.h where they belong.
2000-04-18  Stephane LussierImplemented Mousewheel support.
2000-04-18  Huw D M DaviesFixed typo.
2000-04-16  Alexandre JulliardImplemented thread and (partial) module snapshots,...
2000-04-16  Alexandre JulliardSave the registry on server exit without client interve...
2000-04-16  Stephane LussierSupport switching the keyboard layout with WINE running.
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-04-15  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-14  Ove KaavenPOSIX threads emulation, tricks glibc into being thread...
2000-04-14  Marcus MeissnerDetypoed X11DRV_EVENT_SetInputMethod.
2000-04-14  Huw D M DaviesDefine __fastcall.
2000-04-14  Huw D M DaviesAdded a few toolbar defines.
2000-04-14  Alexandre JulliardLoad done event now created by the server.
2000-04-13  Eric PouechMade the winedbg an external and WineLib program.
2000-04-13  Eric PouechGot rid of -debug wine's option (wine now requires...
2000-04-13  Alexandre JulliardFixed signal stack handling on Linux when sigaltstack...
2000-04-13  Alexandre JulliardImplemented guard pages and stack overflow exceptions.
2000-04-13  Alexandre JulliardCleanup thread stack allocation. Use a single VirtualAl...
2000-04-11  Alexandre JulliardMerged urlmon.dll and wininet.dll from the Corel tree...
2000-04-11  Alexandre JulliardMade GetProcessHeap(), GetCurrentProcessId(), GetCurren...
2000-04-11  Marcus MeissnerMerged in Corel's AUTHORs.
2000-04-09  Alexandre JulliardImproved support for Makefiles that need to recurse...
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-04-08  Alexandre JulliardAdded lazy initialization of critical sections, based...
2000-04-06  Alexandre JulliardAdded support for WINEPREFIX environment variable.
2000-04-06  Owen WangImplemented API EnumTimeFormatsA(). It supports now...
2000-04-04  Alexandre JulliardAdded a per-drive FailReadOnly flag, and removed the...
2000-03-30  Huw D M DaviesDelete objects after use in EnumEnhMetaFile.
2000-03-30  Alexandre JulliardFixed ttydrv compile when using curses. Cleaned up...
2000-03-28  Ron GageFixed bug reported by winapi_check.
2000-03-28  Patrik Stridvall- Added/fixed some documentation reported by winapi_check
2000-03-28  Alexandre JulliardMerged DDBitmap and physBitmap into the generic bitmap...
2000-03-26  Alexandre JulliardRelease 20000326. wine-20000326
2000-03-26  Ove KaavenHandle POLLHUP better (delay FD_CLOSE notification...
2000-03-26  Francois GougetAdded missing macros.
2000-03-26  Andreas MohrMoved some registry definitions to winnt.h.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-25  Alexandre JulliardFixed a couple of file descriptor leaks.
2000-03-25  Alexandre JulliardDo not erase local files on uninstall if install dir...
2000-03-25  Alexandre JulliardStore monitor size and depth in the generic structure.
2000-03-25  Alexandre JulliardA few simplifications and optimizations in the x11...
2000-03-24  Alexandre JulliardMoved LoadImage and related functions to cursoricon.c.
2000-03-24  Alexandre JulliardMoved gdi/user thunking functions into their respective...
2000-03-24  Patrik StridvallMade the include files self sufficient.
2000-03-24  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-24  Patrik StridvallFixed some ANSI C violations.
2000-03-24  Francois GougetAdded (correct) prototype for HeapWalk.
2000-03-24  Francois Gouget- The ICOM_CMETHODxxx cause problems because the 'const...
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
2000-03-19  Alexandre JulliardAdded GetDCOrgEx in graphics device interface and remov...
2000-03-19  Eric PouechFixed segmented/linear buffers manipulation.
2000-03-19  Francois Gouget- Added the TVN_xxxA macros
2000-03-19  Francois GougetAdded WM_APP.
2000-03-19  Dimitrie O. PaunRemoved most calls to xmalloc/xrealloc.
2000-03-19  Francois Gouget- Added missing definition for GLOBALHANDLE and LOCALHANDLE
2000-03-19  Francois GougetAdded some missing defines.
2000-03-19  Marcus MeissnerIOleItemContainer has OLEGUID(0x11c), not 0x11a.
2000-03-19  Francois GougetMoved the definition of PTSTR and LPTSTR from tchar...
2000-03-19  Francois GougetShould include 'winspool.h'.
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.
2000-03-18  Alexandre JulliardMisc small cleanups.
2000-03-18  Alexandre JulliardMoved command-line option handling out of the X11 driver.
2000-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-03-12  Dimitrie PaunCleaned up debug channels a bit.
2000-03-10  Alexandre JulliardRemoved PROCESS_IsCurrent().
2000-03-10  Alexandre JulliardAdded specific routines for OUTPUT_DEBUG_STRING and...
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-03-08  Alexandre JulliardAdded server protocol version check.
2000-03-08  David Elliott- Slightly reworked include files (less messy, more...
2000-03-08  Simen ZamecnikAdded Slovak language support.
2000-03-08  Junichi KuchinishiAdded some Japanese resources.
2000-03-08  Abey GeorgeImplemented OLE clipboard functionality for Embed Sourc...
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-03-08  Patrik StridvallFixed some warnings.
2000-03-08  Hidenori TakeshimaAdded a few messages for IME.
2000-03-08  Eric PouechNo longer directly accessing debuggee memory.
2000-03-08  Alexandre JulliardRemoved PDB32_DEBUGGED flag and send all debug events...
2000-03-08  Alexandre JulliardGenerate CREATE_PROCESS/THREAD debug events internally...
2000-03-07  Alexandre JulliardBetter implementation of inline functions SetLastError and
2000-03-07  Alexandre JulliardAdded DbgBreakPoint. Fixed exception record contents...
2000-03-07  Huw D M DaviesImplement SPI_GETICONMETRICS.
2000-03-04  Marcus MeissnerCoLoadLibrary gets UNICODE, not ASCII strings. (spotted...
2000-02-27  Alexandre JulliardRelease 20000227. wine-20000227
2000-02-27  Patrik StridvallFixed some Solaris specific assembler problems.
2000-02-27  Pierre MageauDon't display the context menu on a double click.
2000-02-26  Juergen SchmiedFixed definition of the RtlMemory functions. Use macros...
2000-02-26  Juergen SchmiedPrototypes OleInitialize, OleUninitialize.
next