oleview: Added helpstring to functions.
[wine] / programs / oleview / typelib.c
2008-04-10  Piotr Cabanoleview: Added helpstring to functions.
2007-10-09  Mikolaj Zalewskioleview: Don't crash if the parent type couldn't be...
2007-04-25  Michael Stefaniucjanitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc...
2007-03-13  Alexandre Julliardoleview: Use standard APIs in SaveIdl and avoid overflows.
2007-03-13  Stefan HuehnerMark several functions as static.
2007-03-05  Francois Gougetoleview: Fix compilation on systems that don't support...
2007-02-28  Misha Koshelevoleview: Mimick native treeview display of enumerations.
2007-02-26  Misha Koshelevoleview: Add safearray type.
2007-02-26  Misha Koshelevoleview: Make optional flag "optional" not "opt.".
2007-02-26  Misha Koshelevoleview: Add forgotten newlines to forward declarations.
2007-02-26  Misha Koshelevoleview: Properly support enumerations.
2007-02-26  Misha Koshelevoleview: Report default values.
2007-02-22  Misha Koshelevoleview: Account for unnamed right hand side parameter...
2007-02-21  Misha Koshelevoleview: Respect size of array ITypeInfo_GetNames returns.
2007-02-06  Marcus Meissneroleview: Removed dead code (Coverity).
2007-02-05  Mike McCormackoleview: Remove many casts.
2006-10-23  Francois Gougetoleview: Fix compilation with gcc 2.95.
2006-10-05  Francois Gougetoleview: Fix the placement of a '\n'.
2006-10-03  Michael Stefaniucoleview: Win64 'incompatible pointer type' warning...
2006-08-26  Piotr Cabanoleview: Added data freeing in EnumFuncs function.
2006-08-22  Piotr Cabanoleview: Added dispinterface handling to idl viewer.
2006-08-22  Piotr Cabanoleview: Added typedef handling to idl viewer.
2006-08-21  Piotr Cabanoleview: Added idl save to file functionality.
2006-08-21  Piotr Cabanoleview: Added idl displaying.
2006-08-21  Piotr Cabanoleview: Added idl formatting.
2006-08-21  Piotr Cabanoleview: Added functions description to idl generation.
2006-08-14  Piotr Cabanoleview: Improved interface handling in idl viewer.
2006-08-02  Dan Hipschmanoleview: Initialize TVITEM.lParam to NULL in EnumFuncs.
2006-07-24  Piotr Cabanoleview: Added interface handling to idl display.
2006-07-19  Piotr Cabanoleview: Added data freeing in TypeLib Viewer.
2006-07-19  Piotr Cabanoleview: Added some features to IDL data displaying.
2006-07-19  Piotr Cabanoleview: Added skeleton for IDL files generation.
2006-07-11  Piotr Cabanoleview: Added more fields to TypeLib Viewer tree.
2006-07-03  Piotr Cabanoleview: Added next field to TypeLib viewer treeview...
2006-07-03  Piotr Cabanoleview: Improved type handling in TypeLib viewer.
2006-07-03  Piotr Cabanoleview: Added open TypeLib file functionality.
2006-07-03  Piotr Cabanoleview: Added type displaying in TypeLib Viewer.
2006-06-30  Piotr Cabanoleview: Added base TypeLib Viewer menu functionality.
2006-06-30  Piotr Cabanoleview: Added status bar to TypeLib Viewer.
2006-06-30  Piotr Cabanoleview: Added TypeLib Viewer base.