wordpad: Properly save window rect on closing Min/Maximized windows.
[wine] / programs / winecfg / driveui.c
2008-04-28  Michael Stefaniucwinecfg: Transform the set_advanced() driveui function...
2008-04-21  Alexandre Julliardwinecfg: Don't allow editing the configuration of the...
2008-01-04  Dmitry Timoshkovwinecfg: Don't mix the strings in unix and windows...
2007-04-25  Tom Spearwinecfg: Change WINE_ERR to WINE_TRACE since there...
2006-11-21  Vitaliy Margolenwinecfg: Remove some old dead code and associated langu...
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-10-05  Francois Gougetwinecfg: Remove unneeded memset() calls.
2006-08-23  Paul Vrienswinecfg: Wrong text in messagebox.
2006-08-21  Frank Richterwinecfg: driveui: Load UI strings from resources.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-14  Michael Jungwinecfg: Support for setting symlinks for 'Desktop...
2006-01-19  Mike McCormackwinecfg: Tidy up included headers.
2006-01-11  Vitaliy Margolenwinecfg: Simplify code a bit.
2005-11-21  Vitaliy MargolenCreate new drives with autodetect type.
2005-10-29  Vitaliy MargolenSet list view's text directly - don't use fill_drives_l...
2005-10-27  Alexandre JulliardGet rid of the show dir symlink option.
2005-10-20  Alexandre JulliardAdded "autodetect" drive type option.
2005-10-20  Alexandre JulliardEnable the apply button when changing drive type.
2005-10-19  Vitaliy MargolenUse correct notification for drive selection change.
2005-10-18  Ivan Leo PuotiMake drive type an advanced option.
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.