Robert Shearman
75eae135f9
Always display path in status bar.
2005-03-21 11:23:40 +00:00
Hans Leidekker
77da3d2d39
Prevent crash when no URL is specified.
2005-03-21 11:22:55 +00:00
Robert Shearman
3a4eaa2b05
- Add icons for the value pane.
...
- Display REG_MULTI_SZ values.
- Make the lack of support for certain value types more noticeable to
the user.
2005-03-21 10:29:32 +00:00
Robert Shearman
06913278f1
- Display an error message if any edit operation fails.
...
- Make key renaming fail if the destination key already exists.
- Better error recovery in the case where SHCopyKey fails.
2005-03-21 10:29:09 +00:00
Alexandre Julliard
b30d92dfb2
Fixed other instances of the xrealloc(0) bug.
2005-03-18 14:09:55 +00:00
Dmitry Timoshkov
38972345b8
GetDlgItemTextW takes buffer length in WCHARs not bytes.
2005-03-16 19:48:04 +00:00
C. Scott Ananian
a418694d05
Add tSTRING to the pathname production, so that you can quote a
...
pathname which contains 'odd' characters.
2005-03-14 10:48:29 +00:00
C. Scott Ananian
28c2b5494f
Move definition of 'tPATH' token up, so that '/', '.' and '0xA' (etc)
...
are lexed as paths (in the appropriate contexts) instead of as
operator or number tokens.
Add '-' to the set of characters legal in a pathname.
2005-03-14 10:48:08 +00:00
Dmitry Timoshkov
097df18039
Special case Win9x platforms in the desktop visibility test, in Win98
...
GetUserObjectInformation is a stub returning ERROR_CALL_NOT_IMPLEMENTED.
2005-03-14 10:06:22 +00:00
Steven Edwards
a7c1102bac
Porting fixes.
2005-03-14 10:05:12 +00:00
Jonathan Ernst
3024167cc0
Internationalization.
2005-03-11 13:16:35 +00:00
Jonathan Ernst
393d16a67f
Add search field with find-as-you-type function.
2005-03-11 10:26:41 +00:00
Dmitry Timoshkov
454c1b7599
Implement a test for the desktop visibility based on the MSDN article
...
pointed out by Robert Shearman.
2005-03-10 17:17:35 +00:00
Jonathan Ernst
9b4b9ce88f
Use a dialog instead of a normal window.
2005-03-10 15:46:33 +00:00
Michael Jung
d95a91ff52
Implemented 'Browse' functionality for the drive mapping property
...
sheet.
2005-03-09 16:41:30 +00:00
Dmitry Timoshkov
b486324059
Make running tests on a visible desktop a mandatory requirement.
2005-03-08 18:58:58 +00:00
Rein Klazes
0ed059cd77
Support execution of pif files.
2005-03-07 19:24:43 +00:00
Alexandre Julliard
9772d02287
Make output line-buffered to avoid messing up log files.
2005-03-07 12:26:48 +00:00
Dmitry Timoshkov
b5c358bba7
Another attempt of a test for a visible desktop.
2005-03-07 10:58:37 +00:00
Vincent Béron
6cef9c09c2
APPMODE can now be one of -mwindows or -mconsole.
2005-03-05 10:47:42 +00:00
Alexandre Julliard
31c4aa736d
Avoid a compiler warning.
2005-03-04 12:33:34 +00:00
Alexandre Julliard
3f7f290b0b
Fixed a few regressions in the handling of segmented addresses.
2005-03-03 14:10:17 +00:00
Dmitry Timoshkov
391d85d81d
Use IsWindowVisible instead of GetWindowLong(GWL_STYLE) & WS_VISIBLE
...
as a test for desktop visibility.
2005-03-03 13:49:47 +00:00
Francois Gouget
fbb3343547
Assorted spelling fixes.
2005-03-02 13:53:50 +00:00
Alexandre Julliard
d0ee9f9309
Avoid spaces before preprocessor directives, that's not portable.
2005-03-02 12:23:20 +00:00
Paul Vriens
dc457f0f9b
Change Favourite(s) into Favorite(s).
...
Change variables containing FAVOURITE into FAVORITE.
2005-03-01 11:46:38 +00:00
Jon Griffiths
eb5bf7dd38
Documentation spelling fixes.
2005-02-25 14:07:56 +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
bea24feaf8
Small fix for the German resource file.
2005-02-23 20:58:09 +00:00
Henning Gerhardt
8cb24e729f
Added German language support.
2005-02-23 20:57:51 +00:00
Jacek Caban
df681b922a
Translation update.
2005-02-23 12:41:22 +00:00
Mike McCormack
3563511ad2
When running a second time, don't fail if we can't extract an icon.
2005-02-22 19:31:19 +00:00
Jon Griffiths
cb613f5111
Use config.h & HAVE_ where needed, -W fixes.
2005-02-22 14:52:35 +00:00
Marcelo Duarte
b9b39f2329
Sync Polish resources.
2005-02-21 20:39:21 +00:00
Marcelo Duarte
5cb9507ec1
Use "MS Shell Dlg" everywhere except for Japanese.
2005-02-21 18:38:36 +00:00
Marcelo Duarte
d07c76480d
Cleanup taskmgr resource file (get rid of C++ style coments, use "MS
...
Shell Dlg" for dialogs, etc).
Preparation for translators (move english resources to En.rc).
2005-02-21 18:32:41 +00:00
Aric Stewart
8f19b1f94a
The values are quoted and spaces added, so having spaces in the
...
properties results in spaces in the values which is incorrect.
2005-02-21 18:29:21 +00:00
Mike McCormack
553dd72315
Small indentation fixes.
2005-02-18 12:52:33 +00:00
Dmitry Timoshkov
9074f257e0
Convert winemenubuilder to unicode.
2005-02-17 11:51:44 +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
Mike McCormack
dc524986f2
Small fixes, indentation and comments.
2005-02-16 16:04:05 +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
Henning Gerhardt
d0cc21f45f
Add/updated German resources.
2005-02-15 20:46:19 +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
Lauri Tulmin
a118603c55
Implement word wrap.
2005-02-14 11:51:27 +00:00
Marcelo Duarte
574c0edabb
Update the resources for Portuguese.
2005-02-14 11:12:30 +00:00