Added PSN_GETOBJECT.
[wine] / include /
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...
2000-12-22  Dmitry TimoshkovRemove redundant ';' at the end of line.
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-22  Alexandre JulliardAuthors: Ove Kaaven <ovek@transgaming.com>, Gavriel...
2000-12-19  François GougetDUMMYSTRUCTNAME2 creates a conflict when using anonymou...
2000-12-19  James HathewayFix IConnectionPointContainer interface macros.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-19  François GougetAdded CreateWindowStation.
2000-12-19  François GougetRemoved the 'extern "C" { ... }' statement. It is not...
2000-12-19  François GougetMoved a misplaced 'extern "C" { ... }' statement.
2000-12-19  François GougetAdded better support for Unicode:
2000-12-19  Ulrich WeigandFixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian...
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-12-19  François Gouget_str{dec,inc}: Cast the parameters to the proper type...
2000-12-19  François GougetMoved some of the STDMETHOD/STDAPI to winnt.h.
2000-12-19  François GougetRemoved some of the SECURITY_xxx types.
2000-12-19  François GougetAdded SetUserObjectSecurity.
2000-12-19  Guy L. AlbertelliAdd notify structures NMMOUSE, NMOBJECTNOTIFY, NMKEY...
2000-12-16  Alexandre JulliardAvoid a couple of dependencies on input.c internal...
2000-12-15  François GougetMoved some macros like NULL, FALSE to winnt.h
2000-12-15  François GougetNeeds to include windef.h.
2000-12-15  François GougetAdded OleIsCurrentClipboard and OleSetClipboard.
2000-12-15  François GougetFixed the prototype of GetClassFile.
2000-12-15  Alexandre JulliardConverted enum_key_value request to the new request...
2000-12-15  François GougetChanged the type of Function to PDWORD as on Windows.
2000-12-14  Alexandre JulliardAdded inline definition for MapSL.
2000-12-13  James AbbatielloWork around glibc 2.1.x dlopen bug (again).
2000-12-13  Andreas MohrSHGetMalloc must use MEMCTX_TASK, otherwise CoGetMalloc...
2000-12-13  François GougetAdded mapi.h with the definitions needed by the MFC.
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-13  Alexandre JulliardUse getpagesize() instead of VIRTUAL_GetPageSize().
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-13  Francois GougetDefine NULL as in Win32.
2000-12-12  Alexandre JulliardGot rid of main.h.
next