1999-07-25 |
Juergen Schmied | Many fixes/reimplementations. |
tree | commitdiff |
1999-07-25 |
Juergen Schmied | New file. Contains functions not in the official header... |
tree | commitdiff |
1999-07-25 |
Huw D M Davies | {Start|End}{Doc|Page} go through DCfuncs. |
tree | commitdiff |
1999-07-24 |
Lionel Ulmer | Suppressed compiler warning by using the 'unused' attri... |
tree | commitdiff |
1999-07-24 |
Paul Quinn | Add a few stubs, some C++ compatibility, and fix a... |
tree | commitdiff |
1999-06-26 |
Alexandre Julliard | Fixes for non-i386 compiling. |
tree | commitdiff |
1999-06-26 |
Patrik Stridvall | ANSI C fixes. |
tree | commitdiff |
1999-06-18 |
Alexandre Julliard | A few optimizations. |
tree | commitdiff |
1999-06-12 |
Patrik Stridvall | Mad the include files idempotent using a consistent... |
tree | commitdiff |
1999-06-12 |
Patrik Stridvall | Added CINTERFACE and NONAMELESSUNION support. |
tree | commitdiff |
1999-06-12 |
Patrik Stridvall | Added extern "C" if __cplusplus is defined. |
tree | commitdiff |
1999-06-06 |
Alexandre Julliard | Moved inclusion of winestring.h to winebase.h. |
tree | commitdiff |
1999-06-05 |
Paul Quinn | Some non-threatening fixes to some headers, as well... |
tree | commitdiff |
1999-06-05 |
Rein Klazes | Read/load type libraries. Implementation of ITypeLib... |
tree | commitdiff |
1999-05-22 |
Huw D M Davies | Implemented AddPrinterA, AddPrinterDriverA and GetPrint... |
tree | commitdiff |
1999-05-22 |
Ulrich Weigand | Added ExitKernel16 (replacing USER_ExitWindows), ExitPr... |
tree | commitdiff |
1999-05-22 |
Paul Quinn | Microsoft com vtable compatibility workaround for g... |
tree | commitdiff |
1999-05-17 |
Huw D M Davies | Implement DocumentProperties, DeviceCapabilities, begin... |
tree | commitdiff |
1999-05-14 |
Alexandre Julliard | Fixed a few bugs, and improved the exception macros... |
tree | commitdiff |
1999-05-12 |
Alexandre Julliard | Added macros and definitions for using exception inside... |
tree | commitdiff |
1999-05-08 |
Huw D M Davies | Split off wingdi16.h from wingdi.h. Add many more... |
tree | commitdiff |
1999-05-08 |
Thuy Nguyen | Implementation of IStorage supported by an implementati... |
tree | commitdiff |
1999-05-02 |
Michael Veksler | Removed redundant include of winbase.h from winuser16.h. |
tree | commitdiff |
1999-05-02 |
Francis Beaudet | Implemented the OLE object default handler and data... |
tree | commitdiff |
1999-04-25 |
Patrik Stridvall | Fixed ANSI compabillity. |
tree | commitdiff |
1999-04-25 |
Patrik Stridvall | #pragma pack(?) changed to #include "*pack*.h" |
tree | commitdiff |
1999-04-25 |
Jim Aston | Added some missing #defines I've run across. |
tree | commitdiff |
1999-04-22 |
Patrik Stridvall | Fixed ANSI compabillity. |
tree | commitdiff |
1999-04-22 |
Michael Veksler | Removed some includes of 16 bit API. |
tree | commitdiff |
1999-04-15 |
Michael Veksler | Added missing windef.h includes. |
tree | commitdiff |
1999-04-15 |
Stephane Lussier | Implementation of IStorage::CopyTo and IStream::CopyTo. |
tree | commitdiff |
1999-04-11 |
Marcus Meissner | Added missing ReadClassStg prototype. |
tree | commitdiff |
1999-04-11 |
Michael Veksler | Introduce STATSTG16 - a 16 bit variant of STATSTG. |
tree | commitdiff |
1999-04-11 |
Francis Beaudet | Implemented the CoCreateInstanceEx method. |
tree | commitdiff |
1999-04-06 |
Francois Gouget | Fixed a problem pointed out by Kevin Holbrook. |
tree | commitdiff |
1999-04-06 |
Francois Gouget | Warning fix. |
tree | commitdiff |
1999-04-06 |
Francois Gouget | Added a new implementation of the ICOM macros that... |
tree | commitdiff |
1999-04-01 |
Ove Kaaven | Added CN_* flags used in WM_COMMNOTIFY. |
tree | commitdiff |
1999-04-01 |
Adrian Thurston | initguid.h should only contain the macro that defines... |
tree | commitdiff |
1999-03-28 |
Alexandre Julliard | Authors: Paul Quinn <paulq@corel.ca>, Aaron Barnes... |
tree | commitdiff |
1999-03-25 |
Juergen Schmied | Use the new header for COM definitions. |
tree | commitdiff |
1999-03-23 |
Noomen Hamza | Implemented: |
tree | commitdiff |
1999-03-22 |
Veksler Michael | Removed winuser16.h from x11drv.h. |
tree | commitdiff |
1999-03-17 |
Francois Gouget | Removed the obsolete ICOM macros. |
tree | commitdiff |
1999-03-15 |
Francois Gouget | Updated the interfaces to use the latest ICOM macros. |
tree | commitdiff |
1999-03-14 |
Jim Aston | Renamed wintypes.h to windef.h. |
tree | commitdiff |
1999-03-14 |
Paul Quinn | Many new defines, and structs to help compile MFC.... |
tree | commitdiff |
1999-03-14 |
Michael McCormack | Basic support for WIN32 serial communications API. |
tree | commitdiff |
1999-03-14 |
Juergen Schmied | - IShellFolder and IEnumIDList are using the new COM... |
tree | commitdiff |
1999-03-13 |
Francis Beaudet | Implemented the IPersistStream interface on the OLE... |
tree | commitdiff |
1999-03-10 |
Paul Quinn | Added a lot of new OLE interfaces. |
tree | commitdiff |
1999-02-28 |
Marcus Meissner | More include optimisations and fixes. |
tree | commitdiff |
1999-02-28 |
Francis Beaudet | Implemented support for arrays and safe arrays in VARIA... |
tree | commitdiff |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
tree | commitdiff |
1999-02-25 |
Paul Quinn | Many interface declarations that originated from oleidl... |
tree | commitdiff |
1999-02-25 |
Adrian Thurston | Adds C++ nameless union support to tagVARIANT. |
tree | commitdiff |
1999-02-24 |
Juergen Schmied | new file, including the IShellLink definition. |
tree | commitdiff |
1999-02-22 |
Juergen Schmied | - header uses the last macros now |
tree | commitdiff |
1999-02-20 |
Francis Beaudet | Implemented the OleCreateFontIndirect method and the... |
tree | commitdiff |
1999-02-19 |
Francois Gouget | Small fixes. |
tree | commitdiff |
1999-02-18 |
Francois Gouget | Removed references to ICOM_INHERITS. |
tree | commitdiff |
1999-02-18 |
Francois Gouget | Updated to use the latest COM macros. Defined more... |
tree | commitdiff |
1999-02-17 |
Francois Gouget | Moved some definitions to their proper include file. |
tree | commitdiff |
1999-02-17 |
Francois Gouget | Fixed some ICOM_INHERIT stuff and added new related... |
tree | commitdiff |
1999-02-17 |
Francois Gouget | Added new API. Part of it was in 'include/objbase.h... |
tree | commitdiff |
1999-02-17 |
Francois Gouget | Changed ICOM_THIS definition. |
tree | commitdiff |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
tree | commitdiff |
1999-02-17 |
Francois Gouget | Added the actual definitions of the interfaces. |
tree | commitdiff |
1999-02-13 |
Francois Gouget | Added the actual interface definitions to the obj_marsh... |
tree | commitdiff |
1999-02-13 |
Francis Beaudet | Implemented the OLE Drag and Drop target registration... |
tree | commitdiff |
1999-02-13 |
Francois Gouget | Added the actual interface definitions to the obj_clien... |
tree | commitdiff |
1999-02-10 |
Alexandre Julliard | Authors: Albert Den Haan <albertd@corel.ca>, Adrian... |
tree | commitdiff |
1999-02-10 |
Francois Gouget | Better set of macros for defining the COM interfaces. |
tree | commitdiff |
1999-02-09 |
Michael Veksler | Moved everything out of windows.h. |
tree | commitdiff |
1999-02-09 |
Paul Quinn | GetCursorPos is actually a BOOL. |
tree | commitdiff |
1999-01-30 |
Francis Beaudet | Added an implementation of the OLE structured storage... |
tree | commitdiff |
1999-01-28 |
Noomen Hamza | Added a stub implementation for FileMoniker, ItemMonike... |
tree | commitdiff |
1999-01-28 |
Marcus Meissner | Fixed GetIconInfo16 (.spec,ICONINFO struct is different... |
tree | commitdiff |
1999-01-26 |
Andreas Mohr | Implemented GetIconInfo16 -> call to GetIconInfo32. |
tree | commitdiff |
1999-01-23 |
Andreas Mohr | Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32, |
tree | commitdiff |
1999-01-17 |
Alexandre Julliard | Recovery of release 990110 after disk crash. wine-990110 |
tree | commitdiff |
1999-01-01 |
Michael Veksler | Moves more stuff from windows.h. |
tree | commitdiff |
|