Commit Graph

1393 Commits

Author SHA1 Message Date
Felix Nawothnig 2aef956ceb Replace "Registry Explorer" by "Registry Editor" in about dialog. 2005-08-22 09:17:37 +00:00
Maxime Bellengé 0876700949 Make the icon choice algorithm really choose the best icon. 2005-08-22 09:17:25 +00:00
Mike McCormack 88bddd7ae1 Fix gcc 4.0 warnings. 2005-08-19 15:19:10 +00:00
Rémi Assailly 2e689c6c66 Removed mcianim. 2005-08-19 11:22:25 +00:00
Alexandre Julliard 6d1067b915 Make sure the string is null-terminated in memory_get_string. 2005-08-19 10:26:23 +00:00
Mike McCormack 516a577df1 Fix gcc 4.0 warnings. 2005-08-19 10:04:03 +00:00
Yuri Kozlov bd1864a149 Updated Russian resources. 2005-08-19 10:00:45 +00:00
Vitaliy Margolen aad2fe3b38 Add windows version registry entries. 2005-08-17 11:37:34 +00:00
Juan Lang 554b865314 Shrink the hex edit window a bit. 2005-08-16 11:13:58 +00:00
Vikram Kumar 68382fc3f9 Added Japanese resources. 2005-08-15 09:39:51 +00:00
Richard Cohen 390c4ce630 Update English neutral version of winecfg graphics tab, and make the
groupboxes not overlap.
2005-08-12 15:52:25 +00:00
Mike McCormack b744372231 Turn off gcc 4.0's builtin wchar inlines. 2005-08-11 17:12:18 +00:00
Alexandre Julliard 777cd4f7df Removed a useless header file. 2005-08-11 10:59:51 +00:00
Marcus Meissner 3cb3651bc8 Fixed harmless /tmp problem. 2005-08-10 10:51:50 +00:00
Kai Blin 78e1145ffe Add secur32.dll tests to winetest. 2005-08-08 11:06:55 +00:00
Alexandre Julliard 49b7fdcfc0 Removed the broken mmap64 configure check, and moved the
_FILE_OFFSET_BITS define to wine/port.h. Made sure that all files that
need the define include it.
2005-08-03 21:25:10 +00:00
Alexandre Julliard 6625b63b53 Get rid of the no longer used regedit test. 2005-08-03 19:36:51 +00:00
Alexandre Julliard 734821444e Merged some of the header checks to reduce the size of the generated
configure script a bit.
2005-08-03 19:21:04 +00:00
Peter Åstrand 7a15eb9318 Implemented an Esound driver. 2005-08-03 15:53:26 +00:00
Andreas Mohr 828fd75a96 Improve regsvr32 output. 2005-07-30 19:04:14 +00:00
Jonathan Ernst f5e828d9f3 Fixed control size and placement. 2005-07-29 14:49:29 +00:00
Stefan Dösinger b505c2b4c5 Correct the sizes of some controls in the German resources. 2005-07-29 14:49:17 +00:00
Daniel Remenak 423371828a Changed winhelp file->exit accelerator key from "e" to "x". 2005-07-20 10:29:42 +00:00
Hans Leidekker b5c65a2e48 Include the mshtml test. 2005-07-18 09:09:09 +00:00
Stefan Huehner 06822b8977 Fix some write-strings warnings. 2005-07-15 09:58:36 +00:00
Eric Pouech 81f1ea1c7c Ensure msvcrt's io block is passed down from wcmd's parent process to
child process.
2005-07-15 09:55:52 +00:00
Detlef Riekenberg edc061333f Space is valid between module name and entry point. 2005-07-14 12:34:04 +00:00
Paul Vriens 4908c2bc07 Update the Dutch translations. 2005-07-14 10:14:54 +00:00
Robert Shearman 0c9195c650 Remove additional current process tracking in backtrace_all as it can
refer to freed memory.
2005-07-14 10:14:44 +00:00
Jonathan Ernst c7bf987aa1 Updated winecfg French resources. 2005-07-13 19:31:36 +00:00
Henning Gerhardt 7581d47f92 - Added German winspool resource file.
- Updated German winecfg resource file.
2005-07-13 11:29:26 +00:00
Jacek Caban 8831329dae Added hh.exe. 2005-07-12 20:41:52 +00:00
Raphael Junqueira 88f73c4f33 - add direct3d configuration on winecfg graphics panel
- resync Fr libraries dialog (based on En.rc)
2005-07-12 18:11:11 +00:00
Francois Gouget 28dc5a8afc Assorted spelling fixes. 2005-07-11 10:59:41 +00:00
Raphael Junqueira 8d9d1fb17b Add some basic dsound configuration on Audio panel. 2005-07-11 10:24:28 +00:00
Detlef Riekenberg a51dcfcfc6 Do not print an error message when deleting a nonexistent variable. 2005-07-11 10:23:37 +00:00
Brian Vincent e53aad96e8 Describe tabs being linked together. 2005-07-10 17:44:02 +00:00
Henning Gerhardt 0e8e5c3075 Update German resource files. 2005-07-08 11:32:14 +00:00
Martin Fuchs 2a3ece86a6 - move ID_ABOUT_WINE into #ifdef __WINE__
- support for refresh in shell namespace windows
2005-07-07 20:27:24 +00:00
Eugeny Gorelov 3e84af5ee7 Added PageSetupDlg test. 2005-07-07 18:23:11 +00:00
Frank Richter a9c5c7cc06 Update German translation for changes to the DLL overrides UI. 2005-07-07 17:22:30 +00:00
Mike McCormack 257c337c19 gcc 4.0 -Wpointer-sign fixes (Reg* functions). 2005-07-07 12:08:42 +00:00
Martin Fuchs 62dbe21168 - remove <tchar.h> and <wchar.h> header usage by switching to WIN32
API string manipulation functions as far as possible
- switch to UNICODE compilaton
- remove launch_fileA() and tcscpyn
- don't crash in set_curdir() for NULL in the 'entry' pointer
2005-07-07 12:00:17 +00:00
Paul Vriens f278f12473 Update the Dutch translations. 2005-07-07 11:59:40 +00:00
Mike McCormack d7b9a23afd gcc 4.0 -Wpointer-sign fixes (Reg* functions). 2005-07-06 19:08:05 +00:00
Felix Nawothnig fb46982967 Changed layout of libraries tab, moved load-order setting into extra
dialog.
2005-07-06 19:05:24 +00:00
Alexandre Julliard 690115aab9 Moved the configuration key to HKCU\Software\Wine\WineMenuBuilder. 2005-07-06 15:47:48 +00:00
Hajime Segawa 7e27691c1e Fix for debug message buffer overflow in library tab. 2005-07-05 16:18:10 +00:00
Huw Davies 81fb184da7 Add an English neutral version of the graphics tab. 2005-07-05 11:46:22 +00:00
Jonathan Ernst 4335719eaf Updated winefile French resources. 2005-07-05 11:00:33 +00:00
Jonathan Ernst 7628ee176c - Updated winecfg French resources.
- Fixed control size and placement.
2005-07-05 11:00:20 +00:00
Marcelo Duarte 993aa33b99 Remove double SEPARATOR. 2005-07-05 10:58:53 +00:00
Jacek Caban 9111d07db7 Make registry compatible with winmine. 2005-07-03 11:20:08 +00:00
Henning Gerhardt 06de83a337 Update German resource files. 2005-07-01 19:16:36 +00:00
Michael Jung 12c08baf59 Added binfmt_misc to the filesystem blacklist. 2005-07-01 15:39:32 +00:00
Paul Vriens 85ecdd308c Update the Dutch translations. 2005-06-30 21:11:43 +00:00
Francois Gouget 0f150ad86d Improve the winedbg usage. 2005-06-30 18:09:15 +00:00
Francois Gouget 971f47e521 Remove unneeded casts. 2005-06-30 18:09:00 +00:00
Sven Paschukat b3415b0311 Repaired extraction of icons when config file is missing. 2005-06-30 10:17:57 +00:00
Gerald Pfeifer db7fc1cd58 Avoid compiler warning in AddEntryToList(). 2005-06-29 11:17:42 +00:00
Jacek Caban 6737d96983 Added mshtml test. 2005-06-29 11:00:09 +00:00
Robert Reif 8881284373 - Add an audio configure button with code to display the selected
audio driver's configure dialog.
- Add an audio control panel launch button.
2005-06-28 19:12:52 +00:00
Stefan Huehner ffe53258aa Fix some -Wstrict-prototypes warnings. 2005-06-27 09:57:28 +00:00
Andreas Mohr cf2b9f093d Constify wcmd. 2005-06-27 09:48:57 +00:00
Andreas Mohr e452c24654 Constify all needlessly non-const winecfg structs. 2005-06-27 09:48:06 +00:00
Jacek Caban d38caa48dc Added winemine debug channel. 2005-06-27 09:42:49 +00:00
Michael Jung 3bbb7fd243 Made the registry cache more general. 2005-06-23 11:42:54 +00:00
Steven Edwards 2dce23251b Remove an outdated comment in the command line options. 2005-06-23 09:47:17 +00:00
Stefan Huehner 204ecdaa20 Remove some more -Wstrict-prototypes warnings. 2005-06-22 12:00:31 +00:00
Paul Vriens 5c148bf475 Update Dutch resource file. 2005-06-21 09:42:56 +00:00
Martin Fuchs 4b4dfab8b9 Remove superfluous include statements. 2005-06-20 18:39:48 +00:00
Alexandre Julliard 1cfdb0fd9d Moved the audio driver configuration to HKCU\Software\Wine\Drivers and
changed it a bit to follow the model of the graphics driver.
2005-06-20 18:35:57 +00:00
Stefan Huehner ac6f562b52 Fix more -Wstrict-prototypes warnings. 2005-06-20 14:18:03 +00:00
Martin Fuchs b43a69c617 - Sync with ReactOS repository, re-indent and remove tabs in resource
scripts and header files.
- Add #ifdef __WINE__ for the Wine About dialog.
2005-06-20 11:45:39 +00:00
Alexandre Julliard 0d3bddc57c Updated paths of ShowDirSymlinks, ShowDotFiles and Version options. 2005-06-17 21:09:07 +00:00
Martin Fuchs d948e6ca75 Corrections of Czech translation by Denzil. 2005-06-17 12:12:13 +00:00
Stefan Huehner 03cc8c4181 Remove some -Wstrict-prototypes warnings. 2005-06-17 10:11:37 +00:00
Paul Vriens ce8b469246 Hide <-> Show Advanced. 2005-06-16 20:39:19 +00:00
Alexandre Julliard 848a6f1b3b Use RegOpenKey instead of RegOpenKeyEx to avoid trouble with handle
access rights.
2005-06-16 16:36:47 +00:00
Alexandre Julliard a18f20616a Fixed registry paths to edit the real config, and removed the startup
warning message.
2005-06-16 16:15:37 +00:00
Stefan Huehner 712087700e Fix some -Wstrict-prototypes warnings. 2005-06-16 15:52:44 +00:00
Mike McCormack 65ad7da1f7 Fix some declaration and write string warnings. 2005-06-16 10:45:25 +00:00
Alexandre Julliard 2e4bca9db5 Added magic comments to all Wine-specific registry accesses to make
them easier to grep.
2005-06-13 18:56:00 +00:00
Alexandre Julliard 6e92d382a3 Changed registry access functions to use more meaningful names. 2005-06-13 18:49:23 +00:00
Mike McCormack b61c182da8 More warning fixes. 2005-06-13 11:39:52 +00:00
Martin Fuchs 1fc0e675fc Remove duplicate toolbar button. 2005-06-13 11:38:27 +00:00
Martin Fuchs f7a9c49738 - use const parameter in find_entry_shell()
- rename ExecuteDialogWndProg() to ExecuteDialogDlgProc()
- remove old comment
- add missing call to CtxMenu_reset()
2005-06-13 10:04:55 +00:00
Martin Fuchs afb99013df Remove unnecessary paint code. 2005-06-12 11:08:19 +00:00
Martin Fuchs bd5f6e2a40 Move __WINE__ ifdef directive. 2005-06-12 11:07:44 +00:00
Martin Fuchs b44c2a3d8c Fix file size in property dialog by using _stprintf() instead of
wsprintf().
2005-06-12 10:43:40 +00:00
Mike McCormack 5f409c7d5b Fix more warnings. 2005-06-10 19:32:24 +00:00
Martin Fuchs d50ae025ad Synchronize resource scripts IDs of the different languages and adjust
INFO entries.
2005-06-07 20:06:57 +00:00
Martin Fuchs 3512161ddb Implement file properties dialog (partly based on Rob D.'s winfile
code).
2005-06-06 10:02:43 +00:00
Martin Fuchs 2f5aee99f1 Refresh window content after context menu popups only if any command
has been executed.
2005-06-05 19:18:11 +00:00
Martin Fuchs 4c6ad7ffc5 Sync winefile's header between WINE and ReactOS. 2005-06-05 18:02:05 +00:00
Mike McCormack d73dad6630 Fixes for -Wmissing-declarations and -Wwrite-strings warnings. 2005-06-04 10:01:25 +00:00
Martin Fuchs 8cf6accf23 Fix position of column header labels. 2005-06-03 11:25:17 +00:00
Mike McCormack ae51135ed9 Fixes for -Wmissing-declarations and -Wwrite-strings warnings. 2005-06-02 15:11:32 +00:00
Henning Gerhardt 1ab7234d55 Update German resource files. 2005-06-02 15:07:55 +00:00
Juan Lang 9ffac609ea Print command that fails to make error message a little more
comprehensible.
2005-06-02 10:28:53 +00:00
Stefan Leichter e7d1209e72 Update version resource of msiexec.exe to current version shipped from
Windows Update.
2005-05-30 09:55:34 +00:00
Martin Fuchs 0a0fffa5eb - implement commands 'copy' and 'delete'
- fix 'move' command for the left pane
2005-05-30 09:55:19 +00:00
Martin Fuchs 309ae27805 Refresh display after executing a context menu command. 2005-05-29 20:17:05 +00:00
Martin Fuchs 4e3fd5f3c3 Implement file filtering (matching of file name patterns and file
types).
2005-05-29 20:05:29 +00:00
Eric Pouech 73ea238f46 Reindented parts to be conform to the rest of the code. 2005-05-29 20:04:28 +00:00
Eric Pouech 333addd264 Rewrote all stack backtrace code (more code sharing, easier to follow,
and less bugs).
2005-05-29 20:03:56 +00:00
Stefan Leichter 332215f19a Include crypt32 tests into winetest. 2005-05-29 19:59:50 +00:00
Alexandre Julliard 95b87814e8 Added --list option to the tests and use that in winetest. 2005-05-27 20:10:59 +00:00
Dimi Paun b69e7a19d5 Move remaining GDI objects to the large heap. 2005-05-27 19:28:23 +00:00
Hans Leidekker 97d1b11ebd Fix uninitialized warnings. 2005-05-24 12:34:29 +00:00
Eric Pouech d6be549a76 - started infrastructure for proper multi-target support (active
process, minidump...)
- all read/write memory ops are now done thru a centralized process_io
  facility
- minor fixes & cleanups in CPU backends
2005-05-24 11:46:25 +00:00
David Welch ccafccebf0 Added the ability to break into the program when using the gdb proxy. 2005-05-24 10:11:37 +00:00
David Welch 8fa319264d Fix decoding of thread IDs in the gdbproxy. 2005-05-24 09:49:56 +00:00
Eric Pouech a561275579 - now storing exception info (if any) in thread structure
- added minidump function in winedbg (write only)
2005-05-23 16:22:44 +00:00
Martin Fuchs 7b1df68929 Bug fixes for _NO_EXTENSIONS mode. 2005-05-23 10:26:47 +00:00
Eric Pouech 113bfe0fdc Removed the macros for verbose memory read/write operations. 2005-05-23 10:25:56 +00:00
Martin Fuchs 371c620d2d Implement ID_VIEW_SPLIT command. 2005-05-23 09:52:51 +00:00
Eric Pouech 29a70954f9 - no longer store internally the " for strings
- misc clean-ups
- activate symbol demangling by default
2005-05-23 09:51:44 +00:00
Alexandre Julliard f7b090ae2a Fail more gracefully if 16-bit support is missing. 2005-05-19 14:23:27 +00:00
Martin Fuchs 0ba99b10e6 The call to ScreenToClient() changes the content of the 'pt' variable,
so it can't be used for the following ShellFolderContextMenu() call.
2005-05-19 14:22:51 +00:00
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
Kouji Sasaki d840f2c114 Corrected RLE decompression processing. 2005-05-18 09:42:52 +00:00
Robert Shearman 733a033303 Rename DllRegisterServer and DllUnregisterServer to avoid confusion
with the COM functions of different signatures.
2005-05-17 14:33:36 +00:00
James Hawkins 0c2671c6fc Add ShowDirSymLink and ShowDotFiles to the drive ui. 2005-05-17 10:19:59 +00:00
Martin Fuchs 4a0a199fcf Implement connecting and disconnecting of network drives. 2005-05-16 21:36:41 +00:00
Alexandre Julliard 827a69f8ca Avoid referencing stackframe.h from outside kernel32. 2005-05-16 14:20:16 +00:00
Martin Fuchs 08cf5a301a Implement menu entry "format disk" (derived from Robert Dickenson's
code).
2005-05-16 14:08:41 +00:00
Martin Fuchs 36f16c634b Swedish translation of winefile resources by David Nordenberg,
proofread by Andreas Bjerkeholt.
2005-05-16 08:49:06 +00:00
Martin Fuchs a55f54fb44 Implement switching of file sort order. 2005-05-16 08:48:54 +00:00
Martin Fuchs 0d5d71999f - spelling fixes (prefered -> preferred)
- add ", {0, 0}, 0, 0" in comment lines
- update copyright statement
2005-05-14 18:50:30 +00:00
Martin Fuchs 12f0b41d13 Display free and total disk space in status bar. 2005-05-14 11:07:39 +00:00
Martin Fuchs aeea9833c2 Display source path in "move file" dialog. 2005-05-13 17:46:11 +00:00
Martin Fuchs b5ab337d72 Replace numeric resource identifiers by their defined constants. 2005-05-13 17:45:31 +00:00
Kevin Koltzau 55c1073b76 Enable/disable menu items based on edit control state. 2005-05-13 13:55:32 +00:00
Martin Fuchs 0a10ea00d1 Improved version of Piotr Caban's bugfix patch "Fixed display bug". 2005-05-11 18:23:30 +00:00
Robert Reif 8bffed50c6 Added dinput tests. 2005-05-11 12:05:17 +00:00
Dimitrie O. Paun 1ef6e296f9 Move {ABOVE,BELOW}_NORMAL_PRIORITY_CLASS to winbase.h. 2005-05-11 12:00:58 +00:00
Michael Stefaniuc 9a27e64349 Install msiexec in the bin directory. 2005-05-10 16:02:04 +00:00
Alexandre Julliard 15ac6847e0 Build and load import libraries directly from the dll directory where
possible, and only create symlinks for directories that don't have the
correct name.
2005-05-10 13:21:04 +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
Henning Gerhardt 86f63cfef8 Update German resource files. 2005-05-09 09:23:29 +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
Francois Gouget 0ae9be862e winemenubuilder.c is the only Wine source file checking for
HAVE_STRING_H. Remove that check for consistency.
2005-05-07 14:50:40 +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
Kevin Koltzau 868a2b0466 Handle notepad log feature. 2005-05-07 12:14:05 +00:00
Kevin Koltzau 216ae64f9d Add a few missing accelerators. 2005-05-07 12:13:51 +00:00
Alexandre Julliard 2dabac08ee Added support in winebuild for specifying import libraries directly on
the command line without the -l option.
Changed the -d option to only mark the library as delayed, the actual
loading is now done separately.
2005-05-06 15:54:41 +00:00
Francois Gouget f5c9da6860 Assorted spelling fixes. 2005-05-06 15:44:31 +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
Martin Fuchs 05c0cd0081 Implement owner drawn context menus. 2005-05-04 09:47:07 +00:00
Alexandre Julliard e197332fa7 Removed a few more strncpy calls. 2005-04-26 14:35:53 +00:00
Peter Berg Larsen 6e3bcb5a54 Replace strncpy with memcpy or lstrcpyn. 2005-04-18 10:30:55 +00:00
Ferenc Wagner ff67da4321 Enforce valid tag syntax during input. 2005-04-18 09:54:24 +00:00
Eric Pouech 05413fccc5 Fixed some signed / unsigned pointer casts. 2005-04-18 09:54:03 +00:00
Eric Pouech 69a4eedd3f Removed a couple of unneeded casts. 2005-04-18 09:50:45 +00:00
Francois Gouget 86d5520c5b If winemenubuilder is given a list of menus to recreate, it should not
give up on the first menu that fails.
2005-04-15 16:10:53 +00:00
Robert Shearman 828aff306c - Add neutral English resources.
- Add a control for editing binary data.
- Add a binary value editor dialog.
2005-04-14 11:30:31 +00:00
Rein Klazes b05cceb6f5 In AllocConsole() pass the wShowWindow value and STARTF_USESHOWWINDOW
flag from the calling process to the console process. Make wineconsole
use the CmdShow parameter in the ShowWindow call.
2005-04-14 11:30:09 +00:00
Ferenc Wagner bda2fe5eb6 Use the same maximum length for tags given on the command line and
tags entered in the GUI.
2005-04-11 16:10:01 +00:00
Marcus Meissner 3e5b9b8d57 Removed inclusion of process.h (not needed and breaks with gcc4). 2005-04-11 12:59:17 +00:00
Hannu Valtonen d3f5fa8983 Fix a typo in uninstaller's english appname. 2005-04-11 12:57:32 +00:00
Ferenc Wagner f042209c3b Silence some signedness warnings. 2005-04-11 12:46:28 +00:00
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