Replace a few more direct lpVtbl accesses by the proper macros.
[wine] / programs / winecfg / driveui.c
2005-09-07  Alexandre JulliardReplace a few more direct lpVtbl accesses by the proper...
2005-06-23  Michael JungMade the registry cache more general.
2005-06-17  Alexandre JulliardUpdated paths of ShowDirSymlinks, ShowDotFiles and...
2005-06-16  Paul VriensHide <-> Show Advanced.
2005-06-13  Alexandre JulliardChanged registry access functions to use more meaningfu...
2005-06-02  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-05-19  James HawkinsLoad Show/Hide Advanced strings from resources.
2005-05-18  James HawkinsAdd handling for drive options.
2005-05-10  James Hawkins- Remove useless LVN_ITEMACTIVATE notification handling.
2005-05-10  James HawkinsRemove old listbox code from driveui.
2005-05-09  James HawkinsUse a listview instead of a listbox for drives list.
2005-05-07  Michael JungThe unixfs extension doesn't have a distinguished ...
2005-03-14  Steven EdwardsPorting fixes.
2005-03-09  Michael JungImplemented 'Browse' functionality for the drive mappin...
2005-02-15  Dmitry Timoshkov- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
2005-02-08  Kris MarshFixed window height to show all data properly.
2005-01-19  Paul van SchayckReset the type dropdown when selecting another drive.
2005-01-09  Mike HearnMake the UI update properly when the user adds/removes...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-23  Mike Hearn- More heapification.