James Hawkins
5211e49e29
Load Show/Hide Advanced strings from resources.
2005-05-19 11:14:52 +00:00
Pierre d'Herbemont
342da59b0c
Remove stdlib.h inclusion if winsock.h is included.
2005-05-18 15:33:20 +00:00
James Hawkins
0a308f2d70
Add handling for drive options.
2005-05-18 09:48:47 +00:00
James Hawkins
0c2671c6fc
Add ShowDirSymLink and ShowDotFiles to the drive ui.
2005-05-17 10:19:59 +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
0ade757920
Set listview style LVS_SINGLESEL so only one drive can be selected.
2005-05-10 08:28:56 +00:00
James Hawkins
d6eb30d289
Use a listview instead of a listbox for drives list.
2005-05-09 14:34:56 +00:00
Alexandre Julliard
bf961bb144
Get rid of the DOS version combobox, normal users should never need to
...
change it.
2005-05-07 18:06:35 +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
Vincent Béron
0fa5e855fb
Use SUBLANG_NEUTRAL for French resources.
2005-05-04 09:52:47 +00:00
James Hawkins
fa316a8a92
Enlarge the license text control length.
2005-05-04 09:49:22 +00:00
James Hawkins
8091790717
Remove the corresponding registry entry when deleting a drive.
2005-05-04 09:47:56 +00:00
James Hawkins
34299c760a
Don't add the same program in AppDefaults more than once.
2005-05-04 09:47:46 +00:00
Peter Berg Larsen
6e3bcb5a54
Replace strncpy with memcpy or lstrcpyn.
2005-04-18 10:30:55 +00:00
Eric Pouech
05413fccc5
Fixed some signed / unsigned pointer casts.
2005-04-18 09:54:03 +00:00
Peter Berg Larsen
e732fc023d
Janitorial: Get rid of strncpy/strncpyW.
2005-03-28 14:17:51 +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
Paul van Schayck
6cf1b31d25
As last option for drive type detection we try the device node name.
2005-02-25 13:58:45 +00:00
Jonathan Ernst
a7d85a80b0
French localization.
2005-02-24 19:38:20 +00:00
Henning Gerhardt
8cb24e729f
Added German language support.
2005-02-23 20:57:51 +00:00
Marcelo Duarte
5cb9507ec1
Use "MS Shell Dlg" everywhere except for Japanese.
2005-02-21 18:38:36 +00:00
Alex Villacís Lasso
18bfe6a095
Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all
...
resources, so that Spanish locales other than Spain also use Spanish
resources.
2005-02-16 21:10:59 +00:00
Paul van Schayck
654a00415d
Change detection order to: OSS-ALSA-ARTS-JACK.
2005-02-16 17:51:37 +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
Michael Jung
fc0061f8f9
Added support for command line parameter '/D' to do drive detection
...
from wineprefixcreate.
2005-02-14 21:03:52 +00:00
Michael Jung
6c152520f5
Include config.h to reenable reading /etc/fstab on platforms that
...
support it.
Implemented a black list of mount directories, which should not be
mapped.
Ensure that the user's home directory is mapped.
2005-02-14 21:03:36 +00:00
Michael Jung
4fd4bf902d
Set pointers to NULL in delete_drive to prevent heap corruption in
...
load_drives.
2005-02-14 20:54:21 +00:00
Marcelo Duarte
574c0edabb
Update the resources for Portuguese.
2005-02-14 11:12:30 +00:00
Michael Jung
5e161ac72a
Fixed automatic drive detection for the case that the root directory
...
is not already mapped.
2005-02-14 11:01:16 +00:00
Alexandre Julliard
ba7a43e208
Authors: Américo José Melo <mmodem00@netvisao.pt>, Francois Gouget <fgouget@codeweavers.com>
...
Translate the Wine resources to Portuguese.
2005-02-10 17:14:15 +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
608d8dc64e
Clean up about dialog. Remove groupbox, position logo correctly.
2005-02-03 10:41:20 +00:00
Paul van Schayck
08255295e4
Reset the type dropdown when selecting another drive.
2005-01-19 16:59:48 +00:00
Gerald Pfeifer
eeca59ff0b
Use switch statements instead of if-cascades. Avoid warnings.
2005-01-17 13:41:58 +00:00
Crestez Leonard
3e55df3925
Fix add application (memory error).
...
Fix apply button lighting up in audio tab.
Fix video tab(crash when checking desktop, apply button not lighting
up.
Deal with invalid Desktop registry value in video tab.
Fix apply button in libraries tab.
Cleaned up and documented all the conversions in the libraries tab.
2005-01-14 19:48:41 +00:00
Mike Hearn
fd14bdebd4
Delete the \r not the \n in PRINTERROR.
2005-01-10 14:26:46 +00:00
Mike Hearn
160f562107
Do not apply changes just because QueryDosDevice reversed the
...
slashes.
Change an ERR to a WARN, it's common for it to occur.
2005-01-10 14:25:58 +00:00
Mike Hearn
63afcfebff
Fix a memory management bug in apply_drive_changes to stop winecfg
...
deleting all the drive definitions in some cases.
2005-01-09 18:01:00 +00:00
Mike Hearn
b889e29eb6
Make the UI update properly when the user adds/removes drives.
2005-01-09 18:00:46 +00:00
Mike Hearn
c619152344
- Finish off the "Remove Application" button.
...
- Allow removal of keys from the overlay.
- One or two whitespace fixes.
2005-01-03 14:45:05 +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
Eric Pouech
bcfa5b0900
ReadFile and WriteFile must be passed a parameter for the number of
...
handled bytes when no overlapped operation is done.
2004-12-22 18:38:31 +00:00
Gerald Pfeifer
61f8e1236d
Again rename getkey() and setkey() for FreeBSD.
2004-11-30 21:03:36 +00:00
Gerald Pfeifer
1635947fe0
Fix compilation on systems which do not have <mntent.h>.
2004-11-28 14:53:03 +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
José Manuel Ferrer Ortiz
2a389a6979
Updated Spanish translations.
2004-11-21 15:49:24 +00:00
David Kredba
60865df566
New Czech resources.
2004-10-25 21:54:56 +00:00
Anish Mistry
edf17b518e
Rename getkey and setkey for FreeBSD.
2004-10-19 23:51:16 +00:00