2000-04-28 |
Juergen Schmied | Complete cleanup, bugfixes. |
tree | commitdiff |
2000-04-28 |
Juergen Schmied | Stubs for IQueryAssociations. |
tree | commitdiff |
2000-04-15 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
tree | commitdiff |
2000-03-28 |
Ron Gage | Fixed bug reported by winapi_check. |
tree | commitdiff |
2000-03-24 |
Patrik Stridvall | Made the include files self sufficient. |
tree | commitdiff |
2000-03-24 |
Francois Gouget | - The ICOM_CMETHODxxx cause problems because the 'const... |
tree | commitdiff |
2000-03-19 |
Marcus Meissner | IOleItemContainer has OLEGUID(0x11c), not 0x11a. |
tree | commitdiff |
2000-03-08 |
Patrik Stridvall | Removed a lot of unnecessary includes and fixed the... |
tree | commitdiff |
2000-03-04 |
Marcus Meissner | CoLoadLibrary gets UNICODE, not ASCII strings. (spotted... |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Basic implementation of shell notifications. |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Added Winelib types. |
tree | commitdiff |
2000-02-26 |
Patrik Stridvall | Fixed ANSI C violations. |
tree | commitdiff |
2000-02-25 |
Pierre Mageau | Implementation of OleConvert routines. |
tree | commitdiff |
2000-02-20 |
Juergen Schmied | - new files related to context menu and drag drop file... |
tree | commitdiff |
2000-02-13 |
Alexandre Julliard | Moved global atoms to the server (based on the work... |
tree | commitdiff |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
tree | commitdiff |
2000-02-07 |
Juergen Schmied | Added IPersistFolder2 interface. |
tree | commitdiff |
2000-02-03 |
Jeremy White | Moved definitions such as BOOL16 and INT16 from windef... |
tree | commitdiff |
2000-01-30 |
Ulrich Weigand | Moved debugger to libwine to make it available to WineL... |
tree | commitdiff |
2000-01-30 |
Francois Gouget | The COM virtual tables must use the |
tree | commitdiff |
2000-01-23 |
Dmitry Timoshkov | Replaced LocalToWideChar() by lstrcpynAtoW(), WideCharT... |
tree | commitdiff |
1999-11-23 |
Alexandre Julliard | Changed to use new server-side registry support. |
tree | commitdiff |
1999-11-21 |
Huw D M Davies | Stub for GetFontData16. |
tree | commitdiff |
1999-11-13 |
Ulrich Weigand | Adapted to new register function handling. |
tree | commitdiff |
1999-11-13 |
Patrik Stridvall | Added better missing function emulation. |
tree | commitdiff |
1999-11-12 |
Juergen Schmied | Made the buttons in the filedlg change when selecting... |
tree | commitdiff |
1999-11-10 |
Ulrich Weigand | Bugfix: Exception handlers are *not* WINAPI. |
tree | commitdiff |
1999-11-07 |
Juergen Schmied | - new interface declaration for IShellfolder2 |
tree | commitdiff |
1999-11-07 |
Francois Gouget | Added ICMP DLL implementation. |
tree | commitdiff |
1999-11-07 |
Peter Hunnisett | - Added missing __attribute__ ((com_interface)) for... |
tree | commitdiff |
1999-11-04 |
Francois Gouget | Removed duplicate macro definitions for the IStorage... |
tree | commitdiff |
1999-10-31 |
Huw D M Davies | It appears that StartDoc sends the STARTDOC escape... |
tree | commitdiff |
1999-10-25 |
Francois Gouget | Added two macros, ICOM_VFIELD and ICOM_VTBL, so that... |
tree | commitdiff |
1999-10-24 |
Patrik Stridvall | Made the include files self-sufficient. |
tree | commitdiff |
1999-10-23 |
Francois Gouget | Define the COM macros even in C++. |
tree | commitdiff |
1999-10-23 |
Marcus Meissner | Added missing prototypes for StrRetToBuf(A|W). |
tree | commitdiff |
1999-10-13 |
Uwe Bonnes | Use LoadString16 for FormatMessage16 and handle |
tree | commitdiff |
1999-10-13 |
Francois Gouget | Fixed a typo in a function declaration. |
tree | commitdiff |
1999-09-27 |
Alexandre Julliard | Moved all signal support to a new platform-specific... |
tree | commitdiff |
1999-09-23 |
Patrik Stridvall | Fixed some of the issues reported by winapi-check. |
tree | commitdiff |
1999-09-20 |
Ulrich Weigand | Bugfix: Improved GetCodeHandle16 / GetCodeInfo16. |
tree | commitdiff |
1999-09-14 |
Patrik Stridvall | Add support for anonymous struct/unions on compilers... |
tree | commitdiff |
1999-09-11 |
Patrik Stridvall | Eliminated warnings. |
tree | commitdiff |
1999-09-04 |
Alexandre Julliard | Added configure check for str[n]casecmp. |
tree | commitdiff |
1999-08-18 |
Michael Veksler | Removed unnecessary includes from ole related files. |
tree | commitdiff |
1999-08-18 |
Ulrich Weigand | Moved implementation of WOW routines to single file. |
tree | commitdiff |
1999-08-15 |
Juergen Schmied | More use of rc files for strings and menus, fixes.... |
tree | commitdiff |
1999-08-08 |
Alexandre Julliard | Replaced a few calls to lstr* functions by their CRTDLL... |
tree | commitdiff |
1999-08-07 |
Ulrich Weigand | Separated Win16 (USER) and Win32 (MPR) network routines. |
tree | commitdiff |
1999-07-31 |
Patrik Stridvall | Various ANSI C compability fixes. |
tree | commitdiff |
1999-07-31 |
Ulrich Weigand | Implemented KERNEL.447 (WIN32_OldYield16). |
tree | commitdiff |
1999-07-31 |
Patrik Stridvall | Eliminated warnings. |
tree | commitdiff |
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 |
next |