mshtml: Added IOmHistory::get_length implementation.
[wine] / dlls / appwiz.cpl / appwiz.c
2012-12-27  Frédéric Delanoyappwiz.cpl: Fix a leak (coverity).
2012-11-19  Michael Stefaniucappwiz: Use the correct types for callbacks.
2012-05-21  Vincent Povirkappwiz.cpl: Add Wine Mono to addons.
2012-05-15  Jacek Cabanappwiz.cpl: Replace install_wine_gecko with configurabl...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2011-12-01  Alexandre Julliardappwiz.cpl: Make the Gecko URL a proper link.
2011-05-30  Hans Leidekkerappwiz.cpl: Don't list system components.
2011-02-22  Hans Leidekkerappwiz.cpl: List 32-bit applications on 64-bit platforms.
2011-01-13  Alexandre Julliardappwiz.cpl: Build the file filter by hand instead of...
2011-01-10  Hans Leidekkerappwiz.cpl: Fix two RegQueryValueExW calls.
2010-12-24  Alexandre Julliardappwiz.cpl: Convert the application list to a standard...
2010-12-24  Hans Leidekkerappwiz.cpl: Run msiexec if the WindowsInstaller value...
2010-12-20  Jacek Cabanappwiz.cpl: Correctly handle NULL params in CPL_STARTWP...
2010-12-07  Jacek Cabanappwiz.cpl: Added Gecko installer based on mshtml code.
2010-08-23  Marko Nikolicappwiz.cpl: Removed sign comparison warning.
2010-06-14  Alexandre Julliardappwiz.cpl: Create a 32-bpp image list to get alpha...
2010-04-16  Alexandre Julliardappwiz.cpl: Use the fancy new icon.
2010-03-29  Mikhail Maroukhineappwiz.cpl: Fix compiler warnings with flag -Wcast...
2009-10-26  André Hentschelappwiz: Ignore apps without title in the list.
2009-07-15  Owen Rudgeappwiz.cpl: Execute installer when Modify clicked.
2009-07-15  Owen Rudgeappwiz.cpl: Enable/disable Modify button, and modify...
2009-07-15  Owen Rudgeappwiz.cpl: Read modification path from registry.
2009-06-24  André Hentschelappwiz: Add function for installer button.
2009-05-11  Nikolay Sivovcomctl32/listview: Make ListView_* macros match PSDK.
2008-11-12  Dmitry Timoshkovappwiz.cpl: Make some data static const.
2008-08-18  Rob Shearmanappwiz.cpl: Fix leak of thread and process handles...
2008-07-29  Owen Rudgeappwiz.cpl: Gather extra information for Support Info...
2008-07-28  Andrew Talbotappwiz.cpl: Sign-compare warning fix.
2008-07-28  Francois Gougetappwiz.cpl: Fix compilation on systems that don't suppo...
2008-07-25  Detlef Riekenbergappwiz.cpl: Do not access memory after HeapFree in...
2008-07-25  Owen Rudgeappwiz.cpl: Add basic Support Information dialog.
2008-07-25  Owen Rudgeappwiz.cpl: Add uninstall routine for applications.
2008-07-25  Owen Rudgeappwiz.cpl: Add applications to list, remove on window...
2008-07-25  Owen Rudgeappwiz.cpl: Read installed application information...
2008-07-25  Owen Rudgeappwiz.cpl: Check to see if buttons should be enabled.
2008-07-25  Owen Rudgeappwiz.cpl: Add imagelist for listview.
2008-07-25  Owen Rudgeappwiz.cpl: Add column headers to listview.
2008-07-25  Owen Rudgeappwiz.cpl: Display Add/Remove Programs dialog.
2008-07-25  Owen Rudgeappwiz.cpl: Add skeleton Add/Remove Programs control...