Commit Graph

1073 Commits (7c342b4ce3a5fd6f404a8c38d6d3f47c0cf1a351)

Author SHA1 Message Date
Ferenc Wagner 30dcc6b4b7 Ask for a tag if one was not given on the command line. 2005-03-31 15:22:41 +00:00
Francois Gouget 6b10c324c5 Assorted spelling fixes. 2005-03-30 17:08:31 +00:00
Ferenc Wagner 96812eb280 Try using a stable temporary directory at first to silence ZoneAlarm
warnings.
2005-03-29 19:51:49 +00:00
Jacek Caban 13175a3fbc Added ES_AUTOHSCROLL style to the edittext changing text data. 2005-03-29 18:56:54 +00:00
Peter Berg Larsen e732fc023d Janitorial: Get rid of strncpy/strncpyW. 2005-03-28 14:17:51 +00:00
Vincent Béron 95571e6d23 Native wcmd.exe accepts CALLs to .exe files. 2005-03-28 10:01:31 +00:00
Ferenc Wagner a703343f60 Check desktop visibility after processing command line arguments. 2005-03-25 17:11:52 +00:00
Francois Gouget 93416cdaf7 Assorted spelling fixes. 2005-03-23 13:15:18 +00:00
Huw Davies 95c90f771b Fix usage printf. 2005-03-21 12:32:24 +00:00
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