Commit Graph

27 Commits

Author SHA1 Message Date
Vitaliy Margolen 96dc70a9f8 Create new drives with autodetect type. 2005-11-21 11:58:29 +00:00
Vitaliy Margolen eb2924dba6 Set list view's text directly - don't use fill_drives_list for that.
Enable "Apply" button when text changes.
2005-10-29 10:29:47 +00:00
Alexandre Julliard 018fe31c4f Get rid of the show dir symlink option. 2005-10-27 11:24:02 +00:00
Alexandre Julliard c02356b835 Added "autodetect" drive type option. 2005-10-20 13:16:46 +00:00
Alexandre Julliard e595ff24c7 Enable the apply button when changing drive type. 2005-10-20 11:39:12 +00:00
Vitaliy Margolen 658a5420b5 Use correct notification for drive selection change. 2005-10-19 19:21:48 +00:00
Ivan Leo Puoti fc94b1c72c Make drive type an advanced option. 2005-10-18 12:02:51 +00:00
Alexandre Julliard 7f67b35a0d Replace a few more direct lpVtbl accesses by the proper macros. 2005-09-07 13:28:25 +00:00
Michael Jung 3bbb7fd243 Made the registry cache more general. 2005-06-23 11:42:54 +00:00
Alexandre Julliard 0d3bddc57c Updated paths of ShowDirSymlinks, ShowDotFiles and Version options. 2005-06-17 21:09:07 +00:00
Paul Vriens ce8b469246 Hide <-> Show Advanced. 2005-06-16 20:39:19 +00:00
Alexandre Julliard 6e92d382a3 Changed registry access functions to use more meaningful names. 2005-06-13 18:49:23 +00:00
Mike McCormack ae51135ed9 Fixes for -Wmissing-declarations and -Wwrite-strings warnings. 2005-06-02 15:11:32 +00:00
James Hawkins 5211e49e29 Load Show/Hide Advanced strings from resources. 2005-05-19 11:14:52 +00:00
James Hawkins 0a308f2d70 Add handling for drive options. 2005-05-18 09:48:47 +00:00
James Hawkins e2c5359e8b - Remove useless LVN_ITEMACTIVATE notification handling.
- Update controls in response to a NM_CLICK notification.
2005-05-10 13:14:49 +00:00
James Hawkins bf1061bfc6 Remove old listbox code from driveui. 2005-05-10 08:29:17 +00:00
James Hawkins d6eb30d289 Use a listview instead of a listbox for drives list. 2005-05-09 14:34:56 +00:00
Michael Jung e52296ccb8 The unixfs extension doesn't have a distinguished '/' node anymore.
Moved UI string into the resources.
2005-05-07 14:50:16 +00:00
Steven Edwards a7c1102bac Porting fixes. 2005-03-14 10:05:12 +00:00
Michael Jung d95a91ff52 Implemented 'Browse' functionality for the drive mapping property
sheet.
2005-03-09 16:41:30 +00:00
Dmitry Timoshkov 39f960bdfa - Fix prototypes of GetClassLongA/W, GetClassLongPtrA/W and
SetClassLongA/W according to SDK definitions.
- Add prototypes for SetClassLongPtrA/W, protect some GWL_ and GCL_
  constants from using in Wine or in _WIN64 mode.
- Fix all places in Wine affected by the above changes.
2005-02-15 21:51:06 +00:00
Kris Marsh 9c0d46da47 Fixed window height to show all data properly.
Cleaned up drives->advanced information visuals.
2005-02-08 12:08:20 +00:00
Paul van Schayck 08255295e4 Reset the type dropdown when selecting another drive. 2005-01-19 16:59:48 +00:00
Mike Hearn b889e29eb6 Make the UI update properly when the user adds/removes drives. 2005-01-09 18:00:46 +00:00
Michael Stefaniuc 5ad7d858e0 Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
2004-12-23 17:06:43 +00:00
Mike Hearn 7d8711e15f - More heapification.
- Split drive code into core, UI and autodetect.
- Implement drive autodetection.
- Slight redesign of drive tab.
- Code cleanup.
2004-11-23 13:50:23 +00:00