Do not allocate any USER data on the system heap.
[wine] / include /
2001-02-23  Eric PouechA first stab at implementing the RunDll features.
2001-02-21  Alexandre JulliardAdded separate server pipe to wait on blocking server...
2001-02-21  Ian PilcherImplement EnumPrinterDataEx{A|W}.
2001-02-20  Alexandre JulliardSmall server protocol cleanups.
2001-02-20  Alexandre JulliardRemoved a few Callout functions by doing a GetProcAddre...
2001-02-20  Josh DuBoisMoved typedef of CRITICAL_SECTION out of #pragma pack...
2001-02-16  Alexandre JulliardRelease 20010216. wine-20010216
2001-02-16  Alexandre JulliardPass the stdin/stdout handles on startup to use as...
2001-02-14  Huw D M DaviesChange FONTOBJ to use LOGFONTW rather than LOGFONT16.
2001-02-14  Eric PouechStarted the real implementation of mciavi.
2001-02-13  Ove KaavenSome important stuff from the DirectDraw DDK headers.
2001-02-13  Josh DuBoisMore verbose error messages when application load fails.
2001-02-13  James AbbatielloUse the Pentium's rdtsc instruction (if available)...
2001-02-13  Josh DuBoisDefined architecture-specific macros for ppc.
2001-02-12  Francois GougetAdd missing definitions required by the Control Spy...
2001-02-12  Jon GriffithsImplement LHashValOfNameSysA for 4 LCIDs, fix prototype.
2001-02-12  Francois GougetDeclare RICHEDIT_CLASS20W using a WCHAR array.
2001-02-12  Chris MorganFix ListView_GetItemRect() macro.
2001-02-12  James AbbatielloFix a few compiler warnings.
2001-02-12  Dmitry TimoshkovAdded unicode MDI client window proc.
2001-02-12  Jon GriffithsUse extern "C" for Winelib C++ apps.
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-02-12  Huw D M DaviesImplement Set/GetPrinterData[Ex].
2001-02-12  Guy L. Albertelli- Fix typo in previous change.
2001-01-29  Ulrich WeigandSynchronize access to MESSAGEQUEUE members.
2001-01-26  Alexandre JulliardMade exception_event_request non-blocking, and added
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-26  Alexandre JulliardChanged wait_process and wait_debug_event requests...
2001-01-26  Dmitry TimoshkovReplace 16-bit calls in DefWindowProc by 32-bit, prefer...
2001-01-25  Patrik StridvallFixed some issues found by winapi_check.
2001-01-24  Alexandre JulliardRemoved non-standard OBM_RADIOCHECK bitmap.
2001-01-24  Eric KohlPartial implementation of world transform support.
2001-01-22  Francois GougetAdded various definitions (mostly macros).
2001-01-22  Francois GougetAdded CHARRANGE.
2001-01-22  Francois GougetAdded PSN_GETOBJECT.
2001-01-22  Josh DuBoisChanged VarCyFromI1 to take a signed char.
2001-01-22  Jon GriffithsFixed Unicode strings.
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-22  Jon Griffiths- Fix a typo in TBSAVEPARAMS A/W declaration.
2001-01-21  Guy L. AlbertelliAdded NMCBEENDEDIT{W|A} structures and flags.
2001-01-21  Francois GougetAdded missing pointer type declarations (usually Pxxx).
2001-01-20  Alexandre JulliardFixed a number of incompatibilities in OEM icons/cursor...
2001-01-19  Marcus MeissnerAdded configure check for old linux/input.h.
2001-01-18  Alexandre JulliardStore USER icons and cursors as resources instead of...
2001-01-18  Francois GougetAdded 3 missing FS_xxx macros.
2001-01-17  Josh DuBoisMake some noise in a few cases where the X11drv doesn...
2001-01-17  Alexandre JulliardCleaned up the various errno location tests in configure.
2001-01-17  James JuranAdded some stubs needed for IE 5.5 setup.
2001-01-15  Alexandre JulliardReplaced X11DRV_CritSection references by wine_tsx11_...
2001-01-15  Alexandre JulliardRemoved CALL_LARGE_STACK support.
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2001-01-13  Alexandre JulliardRelease 20010112. wine-20010112
2001-01-12  Stefan LeichterImplemented EnumProtocolA/W.
2001-01-12  Andreas MohrNetBSD 1.5 is lacking ecvt, fcvt, gcvt for crtdll.
2001-01-12  Alexandre JulliardRemoved obsolete get_req_buffer() function.
2001-01-11  John R. SheetsImplemented stubs for IWebBrowser in shdocvw.dll.
2001-01-11  John R. SheetsCorrect some cut & paste typos.
2001-01-11  Ulrich WeigandReplaced architecture-dependent configure checks by...
2001-01-11  Ulrich WeigandWork around problems on Solaris if config.h is not...
2001-01-10  Alexandre JulliardRemoved all traces of the --config option.
2001-01-10  Eric PouechFor the Global*Ptr* set of macros, replace the 16bit...
2001-01-09  François GougetMove HDWP to winuser.h.
2001-01-07  Huw D M DaviesMoved all the documented shlwapi functions out of undoc...
2001-01-07  Mike McCormackImplemented HasOverlappedCompleted macro.
2001-01-06  Alexandre JulliardUse the exe name and file handle we got from the server...
2001-01-06  Alexandre JulliardAdded separate queue for "system" APCs that get called...
2001-01-06  Marcus MeissnerDon't call QueryAbort16() in WriteSpool16(), since...
2001-01-05  Alexandre JulliardSend the exe file handle in init_process_done request.
2001-01-05  Huw D M DaviesImplemented a few Url* functions.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2001-01-05  François GougetI triple checked but yes, CHOOSECOLOR.hInstance is...
2001-01-04  Francois GougetRemoved the 'fn' prefix (i.e. ICOM_FN).
2001-01-04  Alexandre JulliardAuthors: Andrew Lewycky <andrew@transgaming.com>, Gavri...
2001-01-04  Eric PouechAdded a few missing parts.
2001-01-04  Eric PouechNow using manifest constant instead of raw values for...
2001-01-04  François GougetMoved the function pointer types to their rightful...
2001-01-03  Jon GriffithsAdded InitializeCriticalSectionAndSpinCount prototype.
2001-01-03  François GougetConvert HDESK to STRICT.
2001-01-02  Ove KaavenTurn on detectable autorepeat if the X Keyboard Extensi...
2001-01-02  François GougetMoved HMETAFILEPICT to wtypes.h. Note, HMETAFILEPICT...
2001-01-02  François GougetMoved HDROP to shellapi.h.
2001-01-02  François GougetShould include cguid.h.
2001-01-02  François GougetAdded two error codes: E_DRAW and DATA_E_FORMATETC.
2001-01-02  François GougetSC_HANDLE is a HANDLE, not a 'DECLARE_HANDLE'
2001-01-02  François GougetReordered the definitions according to their value.
2000-12-29  Eric PouechFixed evilish cut and paste.
2000-12-29  François GougetAdded an ICOM_FN that generates either fn##xfn or sfn...
2000-12-29  Ulrich WeigandFixed winebuild to work on non-Intel architectures.
2000-12-29  François GougetAdded a prototype for GetLogColorSpace.
2000-12-29  François GougetConvert HCOLORSPACE to STRICT mode.
2000-12-27  Ulrich WeigandDon't link with libw if libc already contains w* routines.
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.
2000-12-26  François GougetDeclare all handles with DECLARE_OLD_HANDLE to ease...
2000-12-26  Francois GougetAdded GetDCBrushColor and GetDCPenColor.
2000-12-24  François GougetMoved HRASCONN from windef.h.
2000-12-24  François GougetFixed a few type clashes in preparation for the switch...
2000-12-23  Alexandre JulliardRelease 20001222. wine-20001222
2000-12-22  Eric PouechReplaced calls to KERNEL.Yield16 by calls to KERNEL32...
next