Implement Set/GetPrinterData[Ex].
[wine] / include / wine /
2001-01-22  Jon GriffithsFixed Unicode strings.
2001-01-17  Alexandre JulliardCleaned up the various errno location tests in configure.
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
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-07  Huw D M DaviesMoved all the documented shlwapi functions out of undoc...
2001-01-06  Marcus MeissnerDon't call QueryAbort16() in WriteSpool16(), since...
2001-01-04  Francois GougetRemoved the 'fn' prefix (i.e. ICOM_FN).
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-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-22  Eric PouechReplaced calls to KERNEL.Yield16 by calls to KERNEL32...
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-19  James HathewayFix IConnectionPointContainer interface macros.
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  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-07  Alexandre JulliardRemoved dependencies on the internals of the CLASS...
2000-12-06  Alexandre JulliardAdded define for S_ISLNK if missing.
2000-12-02  Francois GougetFixed the case of "Winelib".
2000-12-01  Alexandre JulliardMoved useful NE format definitions to winbase16.h.
2000-12-01  Dimitrie O. PaunSupply dummy getrlimit if absent.
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
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-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-11-25  Francois Jacques- support for arguments with referenced types
2000-11-25  Andreas MohrAdded GdiSeeGdiDo16.
2000-11-25  Dimitrie O. PaunFixed typo in macro ICOM_METHOD11 parameter list.
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-15  James HathewayIncrease number of parameters possible for ICOM_* macro...
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
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 JulliardAdded new library.h header for libwine definitions.
2000-11-01  Juergen SchmiedBetter handling of custom templates and hooks.
2000-10-26  Alexandre JulliardRaise an exception when a stub entry point is called.
2000-10-23  Alexandre JulliardDuplicate resource directory searching routines instead...
2000-10-19  Francois GougetAdded/fixed missing extern "C".
2000-10-13  Konrad RieckChanged repne to repnz for Solaris assembler.
2000-10-12  Francois GougetMoved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT...
2000-10-12  Francois GougetEnable anonymous struct/union support by default in...
2000-09-29  Francois GougetFix the return type of mixerMessage16.
2000-09-27  Alexandre JulliardFixed a few non portable zero-size array declarations.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-26  Alexandre JulliardA few includes cleanup.
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-09-24  Alexandre JulliardCall WH_GETMESSAGE hook in PeekMessage too (based on...
2000-09-24  Alexandre JulliardAdded support for exception handling while in vm86...
2000-09-22  Damyan OgnyanoffIErrorInfo is now derived from IUnknown.
2000-09-18  Alexandre JulliardAdded preliminary support for switching to vm86 mode...
2000-09-13  Huw D M DaviesAdd some Str* prototypes to shlwapi.h.
2000-09-12  Alexandre JulliardAdded missing __volatile__.
2000-09-07  Erik HofmanAdded missing const to external tables definitions.
2000-08-23  Alexandre JulliardFixed finally handler name.
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-11  Alexandre JulliardAdded Unicode ctype support.
2000-08-11  Alexandre JulliardAdded UTF-8 conversion support.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-09  James HathewayFixed typo in the IDispatch_GetTypeInfo macro.
2000-08-08  Alexandre JulliardSmall dll interfaces cleanups.
2000-08-07  Ove KaavenProtect the prototypes in here from C++ name mangling...
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-08-03  Andreas MohrFixed the Win16/Win32 structure size/alignment differen...
2000-08-03  Juergen SchmiedImplemented the ErrorInfo interfaces.
2000-08-03  Alexandre JulliardFixed IShellLinkA/W definitions.
2000-08-03  Alexandre JulliardAdded guiddef.h and moved a few GUID definitions to...
2000-08-01  Gerard PatelChanged the win31 style file dialog to 32 bits structur...
2000-07-26  Alexandre JulliardMerged setupx.dll into setupapi.dll.
2000-07-25  Dmitry TimoshkovMake fnt2bdf produce correct fonts.
2000-07-08  Francois JacquesImplemented SafeArrayGetVarType.
2000-06-24  Juergen Schmied- removed hack to find the right resource
2000-06-24  Juergen Schmied- many new Path* stubs
2000-06-24  Andreas MohrImplemented/stubbed IconSize() and ControlPanelInfo...
2000-06-23  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-06-18  Stephane Lussier- Fixed a memory corruption in safe arrays when using...
2000-06-13  Juergen Schmied- new dll shfolder.dll
2000-06-13  Alexandre JulliardAdded a couple of Unicode string routines.
2000-06-12  Marcus MeissnerCorrected IsEqualGUID prototype.
2000-06-12  Alexandre JulliardReimplemented Unicode case mapping in a slightly more...
2000-06-11  Francois GougetReordered the CALLBACK and WINAPI directives so that...
2000-06-10  Alexandre JulliardAdded support for WC_NO_BEST_FIT_CHAR and default char...
2000-06-09  Alexandre JulliardAdded a bunch of code page tables for multibyte<->wide...
2000-05-23  Gerard PatelRemove the direct call into core (DIALOG_DoDialogBox).
2000-05-07  Alexandre JulliardMoved Load/FreeLibrary16 definition to winbase16.h.
2000-04-28  Juergen SchmiedComplete cleanup, bugfixes.
2000-04-28  Juergen SchmiedStubs for IQueryAssociations.
2000-04-15  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-28  Ron GageFixed bug reported by winapi_check.
2000-03-24  Patrik StridvallMade the include files self sufficient.
2000-03-24  Francois Gouget- The ICOM_CMETHODxxx cause problems because the 'const...
2000-03-19  Marcus MeissnerIOleItemContainer has OLEGUID(0x11c), not 0x11a.
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-03-04  Marcus MeissnerCoLoadLibrary gets UNICODE, not ASCII strings. (spotted...
2000-02-26  Juergen SchmiedBasic implementation of shell notifications.
2000-02-26  Juergen SchmiedAdded Winelib types.
next