Large-scale renaming of all Win32 functions and types to use the
[wine] / include /
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).
1999-02-13  Francois GougetAdded the actual interface definitions to the obj_clien...
1999-02-12  Juergen SchmiedMade nt-related types compatible, throw out wine-specif...
1999-02-11  Klaas van GendAdded support for the Dutch language.
1999-02-11  Alexandre JulliardAuthors: Adrian Thurston <adriant@corel.ca>, Zygo Blaxe...
1999-02-10  Alexandre JulliardAuthors: Paul Quinn <paulq@corel.ca>, Albert Den Haan...
1999-02-10  Alexandre JulliardAuthors: Albert Den Haan <albertd@corel.ca>, Adrian...
1999-02-10  Alexandre JulliardAuthors: Albert Den Haan <albertd@corel.ca>, Adrian...
1999-02-10  Alexandre JulliardAuthors: Paul Quinn <paulq@corel.ca>, Adrian Thurston...
1999-02-10  Francois GougetBetter set of macros for defining the COM interfaces.
1999-02-09  Michael VekslerMoved everything out of windows.h.
1999-02-09  Brad PepersWinG fixes.
1999-02-09  Stephane Lussier-Fixed MESSAGE functions that were thunking down to...
1999-02-09  Francois GougetDllGetClassObject should take a REFCLSID not an LPCLSID.
1999-02-09  Ulrich WeigandChange fault handler 'addr' argument to LPCVOID.
1999-02-09  Marcus MeissnerSome small bugfixes, added more PE relocation types...
1999-02-09  Paul QuinnGetCursorPos is actually a BOOL.
1999-02-09  Alexandre JulliardAuthors: Paul Quinn <paulq@corel.ca>, Adrian Thurston...
1999-02-09  Zygo BlaxellMove the #define of DUMMYUNIONNAME* to before they...
1999-02-09  Lionel UlmerAdded buffered device access for DInput's mouse driver.
1999-02-09  Zygo BlaxellFix types of GetDIBits functions (LPSTR should be LPVOID).
1999-02-09  Stephane Lussier- Cleaned up the message queue when a thread exit ...
1999-02-09  Paul QuinnAdded windowsx.h for Winelib.
1999-02-05  Noel BorthwickAdded management and allocation of the PERQUEUEDATA...
1999-02-05  Lionel Ulmer- added a dump of the palette creation flags
1999-02-05  Marcus MeissnerUpdated msvideo / vfw.h, use builtin msvfw32.dll by...
1999-02-04  Patrik StridvallMoved some more code to the X11 driver.
1999-02-04  Patrik StridvallNon-X11 compile fix for generated code.
next