Implemented _ConfirmWin16Lock (KERNEL32.96).
[wine] / include /
1999-03-10  Ulrich WeigandImplemented _ConfirmWin16Lock (KERNEL32.96).
1999-03-10  Lionel Ulmer- some clean up in handling of depth
1999-03-10  Stephane LussierImplemented SendMessageTimeout() functions.
1999-03-10  Ulrich WeigandAdded USER.DestroyIcon32 to Callout struct.
1999-03-10  Ulrich WeigandDeleted NE_FreePEResource().
1999-03-10  Ulrich WeigandAdapted to cursor/icon handling changes.
1999-03-10  Ulrich WeigandImplemented Win95-style shared cursor/icon cache.
1999-03-10  Pavel RoskinFixed folder bitmap colors for 8bpp.
1999-03-10  Sergey TurchanovAdded some extra CSIDLs.
1999-03-09  Juergen SchmiedMany new prototypes.
1999-03-09  Juergen SchmiedFix use of wrong prototype from ntdll.h.
1999-03-09  Marcus MeissnerFix broken _convert_sockopt for IPPROTO_TCP cases,...
1999-02-28  Marcus MeissnerMore include optimizations.
1999-02-28  Marcus MeissnerMCI_OPEN_DRIVER_PARMS - Add win32 version of structure.
1999-02-28  Klaas van GendAdded the button states as returned by IsDlgButtonCheck...
1999-02-28  Marcus MeissnerMore include optimisations and fixes.
1999-02-28  Alexandre JulliardUse server handles directly for Win32 handles. Removed...
1999-02-28  Alexandre JulliardProcess and thread id now use the server-side id instea...
1999-02-28  Marcus MeissnerSome Solaris fixes. <resolv.h> needs <arpa/nameser...
1999-02-28  Ulrich WeigandAdapted to CreateProcess changes.
1999-02-28  Ulrich WeigandProcess creation sequence reorganized:
1999-02-28  Klaas van GendPreliminary implementation of the PrintDlgA stub.
1999-02-28  Alexandre JulliardAdded support for mappings with no associated file.
1999-02-28  Alexandre JulliardRemoved dst_handle in duplicate_handle request.
1999-02-28  Francis BeaudetImplemented support for arrays and safe arrays in VARIA...
1999-02-28  Pavel RoskinMade folder icons gray-yellow instead of blue.
1999-02-26  Alexandre JulliardRelease 990226. wine-990226
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-25  Alexandre JulliardRelease 990225. wine-990225
1999-02-25  David LuyerAdded __attribute__ ((unused)) on static inline functio...
1999-02-25  Francois BoisvertAdding of new functions to make the wnd struct thread...
1999-02-25  Michael VekslerAdded configure check for getbkgd and define HAVE_GETBKGD.
1999-02-25  Paul QuinnMany interface declarations that originated from oleidl...
1999-02-25  Michael VekslerRemoved includes of wine/* headers.
1999-02-25  Adrian Thurston- Use the new COM definition macros in the header.
1999-02-25  Alexandre JulliardAuthors: Paul Quinn <paulq@corel.ca>, Zygo Blaxell...
1999-02-25  Adrian ThurstonAdds C++ nameless union support to tagVARIANT.
1999-02-25  Adrian ThurstonMoved some definitions out of oleauto.h and into oaidl...
1999-02-24  Juergen SchmiedChanged pidl structure to match the pidl's used in...
1999-02-24  Juergen Schmiednew file, including the IShellLink definition.
1999-02-24  Ulrich WeigandModified process creation sequence: call PE_CreateModul...
1999-02-24  Joseph PranevichAdded GetBackgroundColor call to the console struct...
1999-02-22  Marcus MeissnerSome more recursive include fixes/optimizations.
1999-02-22  Juergen Schmied- header uses the last macros now
1999-02-22  Francois GougetUse latest COM macros
1999-02-21  Alexandre JulliardChanged initial process creation to avoid memory alloca...
1999-02-21  Alexandre JulliardAdded a few exception codes.
1999-02-21  Michael Veksler- Fix headers to include less or smaller header files.
1999-02-21  Stephane LussierFix problem where you need mouse activity to unlock...
1999-02-20  Francis BeaudetImplemented the OleCreateFontIndirect method and the...
1999-02-20  Marcus MeissnerProblems reported by Donald Page, PR 105-107.
1999-02-20  Joseph PranevichSupport for the new InitialRows andf InitialColumns...
1999-02-20  Alexandre JulliardAdded get/set_handle_info request.
1999-02-20  Francis BeaudetAdded some new stubs for the OLE menu descriptor methods.
1999-02-19  Juergen Schmied- made the security functions consistent. advapi calls...
1999-02-19  Ove KaavenAdded extra child arguments to DCE_GetVisRgn() to be...
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-19  Francois GougetSmall fixes.
1999-02-19  Francois GougetChanged the first parameter from LPGUID (Windows header...
1999-02-18  Stephane Lussier- New implementation of SendMessage, ReceiveMessage...
1999-02-18  Francois GougetRemoved references to ICOM_INHERITS.
1999-02-18  Marcus Meissnerdosexe.h depends on winbase.h (for LPSTARTUPINFO32A)
1999-02-18  Francois GougetUpdated to use the latest COM macros. Defined more...
1999-02-18  Francois BoisvertImplementation of the pushed close button.
1999-02-17  Francois GougetMoved some definitions to their proper include file.
1999-02-17  Francois GougetFixed some ICOM_INHERIT stuff and added new related...
1999-02-17  Francois GougetAdded new API. Part of it was in 'include/objbase.h...
1999-02-17  Marcus MeissnermmioDescend: fixed FIND_xxxx, verified with mciavi32...
1999-02-17  Francois GougetChanged ICOM_THIS definition.
1999-02-17  Bertho StultiensRenamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-17  Luc TourangeauPreliminary listview control implementation.
1999-02-17  Francois GougetAdded the actual definitions of the interfaces.
1999-02-17  Francois GougetConverted to the new COM declaration 'standard' for...
1999-02-15  Douglas Ridgwayc2man doesn't like extra semicolons.
1999-02-14  Alexandre JulliardAdded server snapshot support (processes only for now).
1999-02-14  Alexandre JulliardMoved process definitions to include/server/process.h
1999-02-14  Alexandre JulliardRemoved PROCESS_GetPtr.
1999-02-14  Alexandre JulliardRelease 990214. wine-990214
1999-02-14  Eric PouechChanged some functions prototypes (were returning void).
1999-02-14  Paul QuinnFixed some Winelib names.
1999-02-14  Juergen SchmiedCorrected prototypes func() ->func(void).
1999-02-14  Uwe BonnesAdded white border.
1999-02-14  Gavriel StateA few non-x86 Winelib fixes.
1999-02-14  Eric PouechFixed bugs on MCI notification (callback info are copie...
1999-02-14  Joseph PranevichMoved initialization until later. Also moved around...
1999-02-14  Bertho StultiensChange a couple of names that would conflict after...
1999-02-14  Marcus MeissnerAdded possibility to load .stabs/.stabstr sections...
1999-02-14  Marcus MeissnerSome ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.
1999-02-14  Juergen SchmiedImplementation of ConvertDefaultLocale32.
1999-02-13  Bertho StultiensFixed a couple of faulty names used in wine and typos...
1999-02-13  Marcus MeissnerMoved the if1632/signal.c stuff into loader/signal...
1999-02-13  Eric PouechAdded support for MCI AVI driver
1999-02-13  Francois GougetAdded the actual interface definitions to the obj_marsh...
1999-02-13  James JuranCreated include/Makefile.in to separate header file...
1999-02-13  Francis BeaudetImplemented the OLE Drag and Drop target registration...
1999-02-13  Francois BoisvertImplemented the WIN31 Look mdi buttons and also some...
1999-02-13  Ian SchmidtAdded entries for most Crypt* calls.
1999-02-13  Francois GougetMake the REFxxx types const even in C. Also add FMTID.
1999-02-13  Marcus MeissnerImplemented MapVirtualKeyEx (ticket 21).
next