Hugh McMaster
4a4baf2566
regsvr32: Use correct exit code when LoadLibraryEx fails.
2015-09-02 22:45:49 +09:00
Hugh McMaster
68a5642d5c
regsvr32: Use correct exit code when GetProcAddress fails.
2015-09-02 22:45:45 +09:00
Hugh McMaster
b09e98da78
regsvr32: /n and /u /n should be handled as invalid flags.
2015-09-02 16:41:11 +09:00
Hugh McMaster
d3b55e99e9
regsvr32: Process flags before files.
2015-08-31 20:13:26 +09:00
André Hentschel
b952703a2e
winedbg: Update minidump output.
2015-08-29 14:28:59 +09:00
Sebastian Lackner
8a73016819
notepad: New files should be created immediately.
2015-08-25 17:43:01 +09:00
Hugh McMaster
fb01bc0428
uninstaller: Add help switch and usage information.
2015-08-21 15:52:23 +09:00
Hugh McMaster
8432e7dd30
uninstaller: Add WriteFile fallback.
2015-08-19 20:19:57 +09:00
Michael Müller
130c655e2f
winecfg: Do not overwrite theme each time an item is drawn.
2015-08-19 20:19:57 +09:00
Thomas Faller
1d09a35878
cmd: Implement 'echo/'.
2015-08-19 08:39:26 +09:00
Andrey Gusev
5cdcd4493f
Assorted spelling and typos fixes.
2015-08-18 15:00:13 +09:00
Hugh McMaster
4335c464c3
uninstaller: Output Unicode program names in CLI mode.
2015-08-18 14:39:43 +09:00
Hugh McMaster
7bde6ec4ae
uninstaller: Add WriteConsoleW support.
2015-08-18 14:39:12 +09:00
Carlo Bramini
75e03c13e1
winecfg: Simplify code by using SetDlgItemInt.
2015-08-17 14:51:43 +09:00
André Hentschel
27bf278d72
ntdll: Add support for Win 10.
2015-08-13 15:04:29 +09:00
Sebastian Lackner
29b55a5cae
wineconsole: Consistently return nonzero exitcode on error.
2015-07-30 23:48:39 +02:00
Hao Peng
e48c3e466c
regsvr32: Change regsvr32 to a GUI program.
2015-07-29 21:44:04 +02:00
André Hentschel
3549810faa
winedbg: Remove dead variable (Clang).
2015-07-22 07:24:21 +02:00
André Hentschel
457c5f1977
notepad: Use character count for GetFileTitleW (Coverity).
2015-07-20 06:32:54 +02:00
André Hentschel
b5c3408a5e
wordpad: Copy the correct amount of data with lstrcpynW (Coverity).
2015-07-20 06:32:47 +02:00
Frédéric Delanoy
881ae8fc31
wineconsole: Leave more room for translations in resource file.
2015-07-20 06:30:07 +02:00
Huw Davies
3e7f0e685b
net: Don't call CloseServiceHandle() with an invalid handle.
2015-07-16 21:20:52 +09:00
Hugh McMaster
c3dd56c993
wineconsole: Allow users to enable or disable Insert Mode via the user dialog.
2015-07-13 22:22:57 +09:00
Hugh McMaster
f85b46912a
wineconsole: Rearrange user dialog to make room for new controls and improve resource strings.
2015-07-13 22:21:58 +09:00
Bernhard Übelacker
94c6e3af3a
oleview: Call RegEnumValueW with value and val_count parameters.
2015-07-08 16:02:25 +09:00
Bernhard Übelacker
cf6477ab27
regedit: Call RegEnumValueW with value and val_count parameters.
2015-07-08 16:02:24 +09:00
Alex Henrie
660021d0fc
cmd: Consistently wrap lines to 75 characters.
...
75 characters is the maximum length of a line before gettext breaks it,
so this convention will cause each translatable string to fit snugly
into the po files. It's also about what we were doing anyway, just not
consistently.
The biggest advantage to consistent line wrapping is that translators
will no longer have to guess where they should insert line breaks.
I have rewrapped the Catalan, Czech, Danish, German, Spanish, Finnish,
French, Croatian, Hungarian, Italian, Lithuanian, Norwegian, Dutch,
Polish, Portuguese, Romanian, Russian, Slovene, Swedish, Turkish, and
Ukranian translations so as to not burden their maintainers.
The Bulgarian, Greek, Esperanto, Farsi, Hindi, Malayalam, Oriya, Punjabi,
Romansh, Slovak, Serbian, Telugu, Thai, and Walloon translations did not
need to be rewrapped.
I removed Hebrew "translations" of cmd.rc that were just copies of the
English strings, and marked cmd.rc:142 as fuzzy if the translation
mentioned wine.conf.
Single-line translations that were 80 characters long or less were not
wrapped.
The Arabic, Japanese, Korean, and Chinese translations still need to be
rewrapped.
2015-07-06 14:49:40 +09:00
Hugh McMaster
ef0f0ad1d0
wineconsole: Add HKCU registry entries for Insert Mode.
2015-06-30 20:55:05 +09:00
Michael Stefaniuc
51144d6a6d
explorer: Print the debug string and not the pointer to it.
2015-06-30 17:40:27 +09:00
Nikolay Sivov
d11b498c81
winecfg: Fix string buffer length for override settings (Valgrind).
2015-06-29 18:51:03 +09:00
Nikolay Sivov
74c3a4a7e7
winecfg: Fix a leak when applying drive changes (Coverity).
2015-06-29 18:51:02 +09:00
Hugh McMaster
db4a8bf0ec
regsvr32: Clean up and update comments to reflect changes to the codebase.
2015-06-26 20:44:28 +09:00
Akihiro Sagawa
c908c9c7c9
winetest: Add SystemPreferredUILanguages to the log.
...
A few GDI functions are affected by System account's display
language (by GetSystemPreferredUILanguages).
2015-06-25 14:29:39 +09:00
Thomas Faller
3cda870469
cmd: Fix invalid "else if" execution.
2015-06-25 13:56:40 +09:00
Jared Smudde
49b6b60e23
winhlp32: Move Always on top to Options.
2015-06-24 19:09:59 +09:00
Hugh McMaster
3f01461ddc
regsvr32: Make Dll* exports WINAPI.
2015-06-24 19:07:12 +09:00
Hugh McMaster
485b8dfcf2
regsvr32: Add WriteFile fallback if WriteConsole fails.
2015-06-24 19:06:34 +09:00
Hugh McMaster
fdae80d45f
regsvr32: Convert codebase to Unicode.
2015-06-24 19:06:32 +09:00
Gerald Pfeifer
ced33792ff
winedbg: Avoid "uninitialized variable" compiler warning in types_extract_as_longlong.
2015-06-22 19:16:48 +09:00
Hugh McMaster
ba7d599b6f
net: WriteFile should output the number of bytes in the char array, not the length of the WCHAR array.
2015-06-19 20:17:26 +09:00
Qian Hong
2b6573ac3f
winemenubuilder: Fix copy and paste error.
2015-06-17 15:45:05 +09:00
Hugh McMaster
dc1b177a1a
regsvr32: Convert if-else block to switch statement.
2015-06-16 20:03:56 +09:00
Hugh McMaster
00c13a20a6
regsvr32: Move /i command line code to a separate function.
2015-06-16 20:03:39 +09:00
André Hentschel
bd1f7ef186
include: Rename 64-bit PState to 32-bit Cpsr on ARM64.
2015-06-15 14:51:33 +09:00
Thomas Faller
4e91fa5f6b
cmd: Fix invalid memory access.
2015-06-15 14:49:54 +09:00
Nikolay Sivov
6827724e54
regedit: Make it possible for save/restore position on tree root.
2015-06-15 14:48:46 +09:00
Thomas Faller
43dfe76376
cmd: Fix access of uninitialized memory.
2015-06-12 21:22:42 +09:00
Mark Harmstone
3b9ac1b18a
winecfg: Invalidate property sheet when font changed.
...
When you changed the font on the Desktop Integration tab, it wasn't
enabling the Apply button.
2015-06-12 21:22:41 +09:00
Sebastian Lackner
7661549755
winedbg: Also output system information to the terminal, not only to dialog.
2015-06-08 17:38:58 +09:00
André Hentschel
8e0164bd26
include: Add more ARM64 CV constants.
2015-05-28 14:20:55 +09:00
André Hentschel
48d150dc31
wineboot: Add hardware registry keys on ARM64.
2015-05-22 14:10:02 +09:00
André Hentschel
b4a46dbcaa
wineboot: Add environment registry keys on ARM64.
2015-05-22 14:09:50 +09:00
Jiaxing Wang
a53371497f
regedit: Avoid appending '\0' to string value of imported key.
2015-05-20 18:32:47 +09:00
Sebastian Lackner
2100d3e1ec
wineconsole: Allocate fake hwnds for curses backend.
...
Based on a patch by Qian Hong.
2015-05-20 18:21:18 +09:00
Nikolay Sivov
3ec3fa5eb7
explorer: Return desktop shellview interface.
2015-05-08 18:33:51 +09:00
Hugh McMaster
27753f2ea6
cmd.exe: Remove redundant call to SetConsoleMode.
2015-05-08 15:07:24 +09:00
Marcus Meissner
92286a521f
winedbg: Close filehandle on one exit branch (Coverity).
2015-05-07 22:29:22 +09:00
Marcus Meissner
aa59e6744d
winedbg: Initialize type.module (Coverity).
2015-05-07 22:29:22 +09:00
Nikolay Sivov
d1e309abe2
explorer: Added IDispatch support for IShellWindows.
2015-05-05 10:16:45 +09:00
Sebastian Lackner
c16f0644be
winedevice: Do not omit mandatory argument for VirtualProtect.
2015-05-04 20:08:00 +09:00
Nikolay Sivov
eeabe96abb
explorer: Return IShellBrowser in response to SID_STopLevelBrowser.
2015-05-04 15:08:38 +09:00
Nikolay Sivov
3c7bf0350a
explorer: Added stub IServiceProvider support for shell browser window.
2015-05-04 15:08:33 +09:00
Nikolay Sivov
68c5fed5cc
explorer: Implement Application property.
2015-05-04 15:08:27 +09:00
Nikolay Sivov
58775c878a
explorer: Added IDispatch support for ShellBrowserWindow instance.
2015-05-04 15:08:24 +09:00
Nikolay Sivov
a74c56a3b9
explorer: Added stub IWebBrowser2 support for desktop shell window.
2015-05-01 15:17:03 +09:00
Nikolay Sivov
b4769495bc
explorer: Added a stub IShellWindows implementation.
...
Most of it was done by Andrew Eikum.
2015-04-29 12:26:32 +09:00
Hans Leidekker
ae84730e34
iexplore: Update version to 9.0.8112.16421.
2015-04-21 22:21:20 +09:00
Nikolay Sivov
d0c8654d10
rpcss: Fix a protseq string leak (Valgrind).
2015-04-16 15:14:04 +09:00
Andrew Eikum
e17f4fd2f8
winecfg: Use a listview for speaker configuration.
2015-04-15 16:21:35 +09:00
Hugh McMaster
0516d969eb
wineconsole: Do not truncate argument strings larger than 256 bytes.
2015-04-14 18:00:02 +09:00
Jason Overland
4b18b0d10e
winecfg: Add owner to file picker dialogs, making them modal.
2015-04-06 16:08:25 +09:00
Mark Harmstone
8cf9108b2d
winecfg: Add manifest.
2015-04-03 17:07:37 +09:00
Francois Gouget
7f977e5d2f
winefile: Remove an unneeded NONAMELESSUNION directive.
2015-04-03 11:22:18 +09:00
Francois Gouget
ddcbbb6943
winhlp32: Remove an unneeded NONAMELESSSTRUCT directive.
2015-04-03 11:22:14 +09:00
Francois Gouget
2271d82cda
wineconsole: Remove an unneeded NONAMELESSSTRUCT directive.
2015-04-03 00:33:30 +09:00
Francois Gouget
6f64673fb5
winecfg: Remove unneeded NONAMELESSXXX directives.
2015-04-03 00:33:30 +09:00
Francois Gouget
1402201cd6
regedit: Remove an unneeded NONAMELESSSTRUCT directive.
2015-04-03 00:33:30 +09:00
Francois Gouget
546b1c4cea
rpcss: Remove unneeded NONAMELESSXXX directives.
2015-04-03 00:33:29 +09:00
Francois Gouget
c4f7918801
winedbg: Remove unneeded NONAMELESSXXX directives.
2015-04-03 00:33:29 +09:00
Mark Harmstone
8fab1cdc74
winecfg: Style updown control with UDS_ALIGNRIGHT.
2015-04-01 14:16:01 +09:00
Francois Gouget
801cf4c4af
explorer: Remove an uneeded NONAMELESSUNION directive.
2015-04-01 14:13:24 +09:00
Nikolay Sivov
db4dd8cd38
taskmgr: Set column order through listview.
2015-03-31 16:43:34 +09:00
Hugh McMaster
d4fb6257f5
attrib: Fix incorrect comment.
2015-03-31 00:04:44 +09:00
Thomas Faber
ee698506c8
wscript: Correctly use CommandLineToArgvW.
2015-03-30 16:42:18 +09:00
Frédéric Delanoy
f6a341c747
Assorted spelling/grammar fixes.
2015-03-27 22:29:48 +09:00
Hugh McMaster
ef41e8205a
netstat: Fix incorrect comment.
2015-03-27 21:30:58 +09:00
Alexandre Julliard
aceec41e93
explorer: Cleanup system tray icons when their owner is destroyed instead of polling.
2015-03-27 20:40:36 +09:00
Nikolay Sivov
66722487a7
taskmgr: Simplify setting extended style for a list.
2015-03-25 19:38:38 +09:00
Francois Gouget
f505e6fb4a
Assorted spelling fixes.
2015-03-19 21:54:14 +09:00
Francois Gouget
ab99567fe1
hh: Add an icon.
2015-03-19 13:57:55 +09:00
Ken Thomases
0815dc223e
winemenubuilder: Fix compiling on OS X.
2015-03-18 23:54:54 +09:00
Francois Gouget
520dcb4c23
winemenubuilder: Handle icons disguised as executables and better validate icon streams.
...
For some applications the shortcut's icon points to a .exe file which in
fact contains a .ico file. This means open_icon() cannot rely on the
file extension. Also reject icon streams that don't actually contain a
valid icon and use the next source as a fallback.
2015-03-17 14:17:16 +09:00
Francois Gouget
d4b9ac46a0
winemenubuilder: Avoid a couple of forward declarations.
2015-03-17 14:15:45 +09:00
Michael Stefaniuc
9e7135e00c
wordpad: Simplify code that happened to work by chance (PVS-Studio).
2015-03-06 20:32:03 +09:00
Michael Stefaniuc
9bf064a67a
winhlp32: Simplify code that happened to work by chance (PVS-Studio).
2015-03-06 20:32:03 +09:00
Nikolay Sivov
ebbb8fa5da
services: Fix GetNotifyResults() prototype.
2015-03-05 21:17:56 +09:00
Sebastian Lackner
317fc7aaf8
winecfg: Add library override instead of closing winecfg when pressing Enter.
...
Based on a patch by Hugh McMaster.
2015-03-04 21:50:36 +09:00
Nikolay Sivov
38bba54f32
services: Locate service image in proper system dir for WOW64 case.
2015-03-02 23:00:32 +09:00
Francois Gouget
123cfee93c
services: Fix compilation on systems that don't support nameless unions.
2015-03-02 13:49:13 +09:00
Nikolay Sivov
1896064332
services: Mark WOW64 services in registry.
2015-02-27 14:20:25 +09:00
Nikolay Sivov
daf0af4313
advapi32: Forward to CreateServiceWOW64W() when appropriate.
2015-02-27 14:20:25 +09:00
Nikolay Sivov
0f80d4b619
services: Make RPC interface compatible with native.
2015-02-27 14:20:24 +09:00
Andrew Eikum
1e783dbfaa
services: Monitor process handles for process quit.
2015-02-26 23:04:55 +09:00
Nikolay Sivov
c0b0d3b4e2
services: Pass resume index to server.
2015-02-25 20:35:23 +09:00
Nikolay Sivov
3c186a65d3
services: Make ChangeServiceConfig2W() rpc call compatible with native one.
2015-02-25 20:35:23 +09:00
Mark Harmstone
fa685fc353
winecfg: Refresh sys params on theme change.
2015-02-25 00:04:39 +09:00
Michael Müller
a8b000c54d
winedevice: Call DriverUnload function when unloading a driver.
...
Based on a patch by Alexander Morozov.
2015-02-24 21:55:48 +09:00
Jonathan Vollebregt
0898bd22bf
reg: Add wchar/type conversion functions.
2015-02-23 22:07:07 +09:00
Jonathan Vollebregt
513505d6c4
reg: Add a check for multiple backslashes at the end of the key.
2015-02-23 22:05:55 +09:00
Jonathan Vollebregt
208ca071dc
reg: Add sane_path function to do preliminary key validation.
2015-02-23 22:03:34 +09:00
Michael Stefaniuc
b7c8b62bbf
wcmd: Remove an unused variable (PVS-Studio).
2015-02-23 15:26:00 +09:00
André Hentschel
68d85cc7f8
taskmgr: Remove dead code.
2015-02-23 15:25:56 +09:00
Mark Harmstone
b467908ea4
winecfg: Draw colour button using theme.
2015-02-20 16:25:26 +09:00
Jacek Caban
748788f33e
wscript/tests: Fixed buffer handling and leaks.
2015-02-10 00:31:10 +09:00
Mark Harmstone
d3d4739513
winecfg: Fix bug causing 5.1 speakers to appear as stereo.
2015-02-04 21:32:50 +09:00
Mark Harmstone
b2dede7950
winecfg: Add speaker config controls to audio tab.
2015-02-03 20:12:50 +09:00
Jacek Caban
d6f527af14
wscript: Added IHost::Echo implementation.
2015-02-02 22:26:31 +09:00
Hans Leidekker
90fd0285f0
xcopy: Ignore the /V option.
2015-01-07 23:48:25 +01:00
Bruno Jesus
5a469f1b87
cmd: Ensure environment variables fit in memory.
2015-01-06 18:20:01 +01:00
Gerald Pfeifer
c7482ad1c1
wordpad: Avoid an out-of-bounds array access in registry_set_filelist.
2014-12-31 21:12:46 +01:00
Drew Ronneberg
cbc8f3c811
winemenubuilder: Eliminate an unused variable.
2014-12-18 11:30:12 +01:00
Drew Ronneberg
e6a558ad82
winemenubuilder: Prevent recursion by calling open_module_icon() instead of open_icon()
2014-12-17 18:04:05 +01:00
Dmitry Kozliuk
b4e261480d
winecfg: Fix title reset when removing application from the list.
2014-12-16 16:16:39 +01:00
Jonathan Vollebregt
4db1e20122
reg/tests: Test REG_NONE.
2014-12-15 14:16:08 +01:00
Jonathan Vollebregt
c15e87cec4
reg/tests: Test for integer overflow.
2014-12-15 14:16:05 +01:00
Bruno Jesus
a9c00c66d0
winefile: Allow paths with spaces.
2014-12-15 13:38:21 +01:00
Nikolay Sivov
37d5149ea5
regsvr32: Update program version.
2014-12-11 17:36:14 +01:00
André Hentschel
657933e135
winedbg: Remove unused code (Clang).
2014-12-04 14:03:18 +01:00
Alistair Leslie-Hughes
8885a4a2b9
winetest: Skip over stub dll if detected.
2014-12-03 21:34:26 +01:00
Gerald Pfeifer
1994140f3d
wordpad: Check for array index before using it in registry_set_filelist.
2014-12-01 11:00:15 +01:00
Hans Leidekker
d81b8bbd79
msiexec: Add support for /update.
2014-11-27 13:14:19 +01:00
Hans Leidekker
e3143f1105
msi: Update version resource.
2014-11-27 13:14:16 +01:00
Michael Stefaniuc
232390e5b8
cmd: Remove duplicated if-check (PVS-Studio).
2014-11-27 11:43:22 +01:00
André Hentschel
07b276e07e
control: Remove unused string (Clang).
2014-11-25 19:49:39 +01:00
André Hentschel
9988e2d685
winedbg: Declare debug channel only when needed in be_x86_64 (Clang).
2014-11-25 19:49:37 +01:00
André Hentschel
aa59d5b7bc
winecfg: Remove unused strings (Clang).
2014-11-25 19:49:35 +01:00
Jactry Zeng
eaa747311f
explorer: Remove unnecessary backslash when parsing /select and /root.
2014-11-20 22:38:45 +09:00
André Hentschel
51a4594f96
winedbg: Declare debug channel only when needed (Clang).
2014-11-20 22:32:00 +09:00
Sebastian Lackner
fb37d215cd
regedit: Fix incorrect usage of CompareString in parseKeyName.
2014-11-19 23:36:35 +09:00
Sebastian Lackner
f6b552324e
reg.exe: Fix incorrect usage of CompareString in get_rootkey.
2014-11-19 23:36:34 +09:00
Michael Stefaniuc
a542a13a02
regedit: Simplify check for an empty string (PVS-Studio).
2014-11-18 22:11:20 +09:00
Jonathan Vollebregt
e6acf969e7
reg/tests: Test result for deleting key that doesn't exist.
2014-11-07 14:41:33 +09:00
Jonathan Vollebregt
82c6c10428
reg/tests: Test for empty type and empty binary input.
2014-11-06 23:47:13 +09:00
Jonathan Vollebregt
1256177dc2
reg/tests: Move key format test section below first key creation.
2014-11-04 13:27:41 +09:00
Jonathan Vollebregt
375f9c9905
reg/tests: Delete keys manually to prevent timeout on winxp/win2k.
2014-11-04 13:27:24 +09:00
Alexandre Julliard
3d3c5ab400
cmd: Add a helper function to check if a path ends with a backslash.
2014-10-30 13:11:27 +09:00
Bruno Jesus
84d7239640
regedit: Allow importing/exporting strings with '\r'.
2014-10-30 12:00:38 +09:00
Bruno Jesus
c35bca6561
regedit: Allow importing strings with escaped NULL.
2014-10-29 20:31:10 +09:00
Michael Stefaniuc
517a495737
taskmgr: Fix messed up indentation of an if statement (PVS-Studio).
2014-10-29 20:31:06 +09:00
Alexandre Julliard
1555f29fc6
write: Always append a backslash to the system directory.
2014-10-28 15:47:42 +09:00
Bruno Jesus
01b0746906
regedit: Append exported strings using the correct size.
2014-10-28 14:54:12 +09:00
Alexandre Julliard
7711f494e3
xcopy: Avoid a potential out of bounds access.
2014-10-27 19:02:49 +09:00
Jonathan Vollebregt
f8445249a6
reg/tests: Test key formats.
2014-10-27 14:36:09 +09:00
Bruno Jesus
c5aacafeea
winecfg: No need to cut a backslash if it does not exist.
2014-10-24 19:58:05 +09:00
Jonathan Vollebregt
d2e6e210ac
reg/tests: Add REG_DWORD_BIG_ENDIAN tests for reg add.
2014-10-24 19:58:04 +09:00
Jonathan Vollebregt
90dcfadf9a
reg/tests: Add REG_BINARY tests for reg add.
2014-10-24 19:58:04 +09:00
Jonathan Vollebregt
53a5a837d2
reg/tests: Add REG_MULTI_SZ tests for reg add.
2014-10-24 19:58:04 +09:00
Jonathan Vollebregt
6552893824
reg/tests: Add REG_EXPAND_SZ tests for reg add.
2014-10-24 19:58:04 +09:00
Jonathan Vollebregt
b2c99522a6
reg/tests: Add negative DWORD tests.
2014-10-24 19:58:04 +09:00
Austin English
cf7fa95980
systeminfo: Add stub program.
2014-10-09 17:36:22 +02:00
André Hentschel
6d498018cc
winetest: Detect real version values.
2014-10-08 20:06:00 +02:00
André Hentschel
778c2ab6f9
ntdll: Add support for Win 8.1.
2014-10-08 17:45:51 +02:00
Frédéric Delanoy
1e214eb5d3
Assorted spelling/grammar fixes.
2014-10-02 16:58:53 +02:00
André Hentschel
b5eec81315
winemenubuilder: Respect TMPDIR environment variable.
2014-09-24 11:04:56 +02:00
Hao Peng
0af8e81238
svchost: Add LOAD_WITH_ALTERED_SEARCH_PATH flag when loading the dll.
2014-09-17 17:58:31 +02:00
André Hentschel
613d1715a4
winedbg: Respect TMPDIR environment variable.
2014-09-17 10:18:56 +02:00
Austin English
70d4979437
wineconsole: Only use getmouse when HAVE_MOUSEMASK is defined.
2014-09-12 10:38:57 +02:00
Akihiro Sagawa
a99d3c5bff
reg: Add reg.exe test suite.
2014-09-11 16:55:28 +02:00
Alistair Leslie-Hughes
213b244cb5
cmd: Dont assume cmd.exe is the first argument.
2014-09-10 12:40:02 +02:00
Indrek Altpere
c205e6800a
winemenubuilder: Fix crash on invalid icon entries.
2014-09-05 15:31:34 +02:00
Jonathan Vollebregt
b823337f65
reg.exe: Fix stack overflow on large registry keys.
2014-09-02 20:54:46 +02:00
Hans Leidekker
f5d916db06
msiexec: Command line option '!' is used to hide the cancel button.
2014-09-01 21:10:11 +02:00
Indrek Altpere
7b8624649a
winemenubuilder: Fix resource leak (Valgrind).
2014-08-27 11:02:15 +02:00
Gerald Pfeifer
ab8e9d23a0
winedbg: Avoid a compiler warning about "use of uninitialized" in in types_extract_as_longlong.
2014-08-25 22:01:29 +02:00
Gerald Pfeifer
1f14031334
uninstaller: Remove BackSlashW.
2014-08-21 12:23:42 +02:00
Gerald Pfeifer
51d217e6df
cmd: Remove fslashW.
2014-08-21 12:23:38 +02:00
Gerald Pfeifer
c24bd74486
winedbg: Add explicit return in the error case of print_typed_basic.
2014-08-11 23:55:22 +02:00
Andreas Mohr
6a86e2e983
kernel32: Fix naming/spelling/typo of macro to HasOverlappedIoCompleted().
2014-08-04 19:28:04 +02:00
Jacek Caban
e2fcd874e0
wscript: Added IActiveScriptSiteWindow implementation.
2014-07-23 21:24:26 +02:00
Alexandre Julliard
fd17c93224
cmd: Use array indexing syntax to access array members.
2014-07-16 14:53:18 +02:00
Bruno Jesus
421d3cd9e8
wineconsole: Free registry key name (valgrind).
2014-07-14 19:26:14 +02:00
Thomas Faber
f325bf7458
dxdiag: Do not omit mandatory argument to WriteFile.
2014-07-14 17:22:41 +02:00
Thomas Faber
d4c4f0ab95
cmd: Do not omit mandatory argument to WriteFile.
2014-07-14 17:22:40 +02:00
Vincent Povirk
5af3b8c97e
winebrowser: Don't use IUriBuilder with unix file: uri's.
2014-07-02 20:00:38 +02:00
Vincent Povirk
c5f000632f
winebrowser: Add traces for file uri conversion steps.
2014-07-02 20:00:28 +02:00
Vincent Povirk
ee17213f37
winebrowser: Manually percent-encode file: paths for unix filenames.
2014-07-02 20:00:23 +02:00
Frédéric Delanoy
95ae71f3ab
Assorted spelling/grammar fixes.
2014-07-01 13:09:13 +02:00
Vincent Povirk
8e873c8afc
notepad: Check IsDialogMessage before TranslateAccelerator.
2014-06-13 16:05:05 +02:00
Nikolay Sivov
6a4c146962
services: Defer service delete until all handles are closed.
2014-06-12 18:24:17 +02:00
Bruno Jesus
49ef87c314
winetest: Take care of EINTR on send/recv.
2014-06-12 13:19:09 +02:00
Nicolas Le Cam
81a904e729
winedbg: Remove unused variable.
2014-06-11 16:14:19 +02:00
Akihiro Sagawa
776849987d
taskmgr: Show whether the process is running under WOW64.
2014-05-12 10:52:33 +02:00
Jacek Caban
788cd0b4c6
iexplore: Mark iexplore.exe as large address aware.
2014-04-29 16:07:39 +02:00
André Hentschel
979c4498df
wscript: Fix function types.
2014-04-29 11:21:15 +02:00
André Hentschel
aa831198c2
winemenubuilder: Return FALSE on error when processing links and URLs.
2014-04-29 11:21:04 +02:00
Vincent Povirk
9e0971e374
start: Don't use SEE_MASK_NO_CONSOLE.
2014-04-25 10:22:51 +02:00
André Hentschel
aa7185a098
winemenubuilder: Use boolean return values in boolean functions.
2014-04-23 11:12:51 +02:00
Nikolay Sivov
fdbd8ffffc
services: Remove loop that's not really used anymore (Coverity).
2014-04-21 10:40:40 +02:00
Qian Hong
a1f8395290
wscript: Don't fail silently for unsupported switches.
2014-04-21 10:38:54 +02:00
Nikolay Sivov
389992fdfa
wscript: Ignore 'nologo' switch.
2014-04-18 10:47:32 +02:00
Alistair Leslie-Hughes
e838f0c285
sdbinst: New stub program.
2014-04-16 14:38:08 +02:00
Nikolay Sivov
463f91dce1
svchost: Simplify error handling, fix trace message.
2014-04-16 10:52:37 +02:00
Jacek Caban
6617f27004
wscript: Added WScript.CreateObject implementation.
2014-04-15 21:03:54 +02:00
Jacek Caban
e9aae93a6b
cscript: Share sources with wscript.
2014-04-14 20:19:01 +02:00
Nikolay Sivov
6c1d5f0bac
winhlp32: Remove unused assignments (Coverity).
2014-04-11 18:56:28 +02:00
Jacek Caban
98e9e4a3b0
services: Skip tests if OpenSCManager failed.
...
This should also fix failures on VMs with insufficient privileges.
2014-04-08 19:23:25 +02:00
Nikolay Sivov
5300364dfd
services: Remove redundant error code check (Coverity).
2014-04-07 15:34:36 +02:00
Nikolay Sivov
78720e52da
regsvr32: Fix some usage message issues.
2014-04-01 13:36:59 +02:00
Hugh McMaster
2aad5d7caf
regsvr32: Fix filename in version definition.
2014-03-28 20:09:07 +01:00
Hugh McMaster
3858ea03a3
regsvr32: Move silent check to the output_write function.
2014-03-26 19:20:31 +01:00
Hugh McMaster
412a4f13f6
regsvr32: Replace printf calls with WriteConsole function.
2014-03-26 19:20:30 +01:00
Thomas Faber
644bda381e
oleview: Avoid variable-length arrays.
2014-03-25 19:01:25 +01:00
Frédéric Delanoy
e9eb86edfb
cmd/tests: Don't use "@pwd@\" when expecting a full path.
2014-03-11 19:39:15 +01:00
Frédéric Delanoy
f80dd2469f
cmd/tests: Correctly determine script path for root directories.
2014-03-11 19:39:05 +01:00
Francois Gouget
8d51235dbe
xcopy/tests: Fix the test in case stdin has been redirected.
2014-03-03 17:02:29 +01:00
Frédéric Delanoy
e5a26f6fdf
winemenubuilder: Use BOOL type where appropriate.
2014-03-03 17:02:28 +01:00
Frédéric Delanoy
c60e81b7c9
start: Use BOOL type where appropriate.
2014-02-27 09:33:06 -06:00
Frédéric Delanoy
dc8b11e6f4
notepad: Use BOOL type where appropriate.
2014-02-27 09:32:57 -06:00
Nikolay Sivov
964c7d7305
programs: Added stub wevtutil tool.
2014-02-26 09:14:00 -06:00
Frédéric Delanoy
17fecb55a1
taskkill: Use BOOL type where appropriate.
2014-02-22 08:41:30 -06:00
Frédéric Delanoy
8bd2eb3e78
cabarc: Use BOOL type where appropriate.
2014-02-20 11:18:41 +01:00
Alistair Leslie-Hughes
e01f7fee0b
dpnsvr.exe: New stub program.
2014-02-18 14:13:37 +01:00
Jacek Caban
59c934aadc
wscript: Skip tests if we can't register ActiveX object.
2014-02-18 11:45:55 +01:00
Frédéric Delanoy
33cb4f80b7
winhlp32: Use BOOL type where appropriate.
2014-02-18 11:45:48 +01:00
Frédéric Delanoy
0f2bed51bd
Assorted spelling fixes.
2014-02-10 15:47:29 +01:00
Frédéric Delanoy
b3d07c7846
rundll32: Use BOOL type where appropriate.
2014-02-06 17:08:12 +01:00
André Hentschel
810fbdd222
taskmgr: Avoid return type when the return value is not used.
2014-02-04 11:15:05 +01:00
Alexandre Julliard
cf0e96c6d0
configure: Rename substituted variables to a standard _CFLAGS and _LIBS format.
2014-01-30 14:51:33 +01:00
André Hentschel
9ab0eab9e9
explorer: Check return of IShellFolder_GetDisplayNameOf (Coverity).
2014-01-29 15:02:14 +01:00
Alexandre Julliard
6bf64f0ac2
user32: Fail creation of the desktop window earlier on when it already exists.
2014-01-28 12:51:59 +01:00
Bruno Jesus
8a7687d868
programs: Add support to arguments with dash in taskkill.
2014-01-27 14:13:42 +01:00
Ken Thomases
a05b53894a
wineboot: Ignore 0 result from WM_QUERYENDSESSION if target window was destroyed.
2014-01-17 11:02:48 +01:00
Dmitry Timoshkov
dcc057c686
cabarc: Fix printing of a not recognized compression type argument.
2014-01-09 17:39:56 +01:00
Vincent Povirk
dfaf6a42ac
explorer: Default to showing the systray if the desktop is named "shell".
2014-01-08 16:11:40 +01:00
Vincent Povirk
913cb83622
explorer: Add a registry setting to always show the systray.
2014-01-08 16:11:39 +01:00
Vincent Povirk
71fc31db00
explorer: Add run dialog to start menu.
2014-01-08 16:11:37 +01:00
Vincent Povirk
058765f765
explorer: Add a start menu.
2014-01-08 16:11:36 +01:00
Vincent Povirk
5a00584bab
explorer: Add non-functional start button.
2014-01-08 16:11:35 +01:00
Alexandre Julliard
3e40fea9d6
makefiles: Automatically add the necessary msvcrt flags to the generated rules.
2014-01-08 14:34:15 +01:00
André Hentschel
87c7c961f2
Assorted spelling fixes.
2014-01-06 17:33:24 +01:00
Alexandre Julliard
99ef0d6ff0
makefiles: Get rid of the MAKE_TEST_RULES variable.
2014-01-02 12:13:16 +01:00
Alexandre Julliard
86b1f94d28
makefiles: Get rid of the MAKE_PROG_RULES variable.
2014-01-02 12:12:57 +01:00
Alexandre Julliard
54300b2302
makefiles: Add support for a variable to list extra targets.
2013-12-31 19:22:57 +01:00
Alexandre Julliard
d08ff3ff19
makefiles: Use a single variable for all types of idl files.
2013-12-31 18:15:17 +01:00
Frédéric Delanoy
a2473d2985
winetest: Constify a character string.
2013-12-20 10:51:11 +01:00
Frédéric Delanoy
8d8a4c103a
winefile: Constify some character strings.
2013-12-20 10:51:06 +01:00
Frédéric Delanoy
5730f6cf98
winedbg: Constify some character strings.
2013-12-20 10:51:03 +01:00
Frédéric Delanoy
a478c108e2
start: Constify a character string.
2013-12-20 10:50:40 +01:00
Frédéric Delanoy
1f3c916f00
regedit: Constify a character string.
2013-12-19 17:09:26 +01:00
Frédéric Delanoy
7bdcd40c08
oleview: Constify a character string.
2013-12-19 17:09:22 +01:00
Alexandre Julliard
ca41acc1f9
makefiles: Automatically update the IDL_H_SRCS variable.
2013-12-15 10:23:06 +01:00
Alexandre Julliard
4f3d71cef3
makefiles: Get rid of the no longer used PO_SRCS variables.
2013-12-15 10:23:04 +01:00
Alexandre Bique
483b7ebebf
cmd: Update the string of the ver command.
2013-12-12 19:21:35 +01:00
Dmitry Timoshkov
2fe08ed67f
msiexec: Make sure that SERVICE_STOPPED status is really sent to SCM.
2013-12-12 12:07:17 +01:00
Dmitry Timoshkov
955de31fad
msiexec: MSI service should report SERVICE_STOPPED when appropriate.
2013-12-11 12:59:32 +01:00
Dmitry Timoshkov
957f7013d2
msiexec: Make service thread do nothing by waiting for the kill event instead of using an empty loop.
2013-12-11 12:59:30 +01:00
Hans Leidekker
0463d01f15
ntdll: Report the latest service pack for 64-bit Windows XP.
2013-12-11 12:57:18 +01:00
André Hentschel
5ac1ecfbe5
winedbg: Improve formatting of context printing.
2013-12-10 12:20:30 +01:00
Marcus Meissner
f5b2988bb0
winedbg: Added missing breaks (Coverity).
2013-12-09 11:43:14 +01:00
Huw Davies
39538f91f5
wordpad: Pass the correct window to the font size list validator.
2013-12-06 17:51:31 +01:00
Frédéric Delanoy
5ba7f79bad
Assorted spelling fixes.
2013-12-03 19:41:53 +01:00
Austin English
7892df6fac
xcopy: Clarify a comment.
2013-12-03 12:40:37 +01:00
Francois Gouget
d9f9500158
winecfg: Tweak the wording of the drives configuration.
2013-12-02 19:25:20 +01:00
Francois Gouget
61358d04a4
xcopy: Add tests to show that the /D option only accepts dates in the m-d-y format.
2013-11-29 17:58:40 +01:00
André Hentschel
ca58cea0a5
winefile: Use defines instead of numbers.
2013-11-28 11:17:22 +01:00
André Hentschel
74046af7eb
winedbg: Update minidump output.
2013-11-26 10:17:01 +01:00
Qian Hong
0635c67251
arp: Added stub exe.
2013-11-25 15:15:55 +01:00
Frédéric Delanoy
57d7f74d34
Assorted spelling fixes.
2013-11-21 19:44:46 +01:00
Vitaly Lipatov
6ceb564408
ipconfig: Distinguish between IPv4 and IPv6 addresses in normal mode.
2013-11-18 21:01:27 +01:00
Alexandre Julliard
e2df0ab856
makefiles: Generate rules from makedep for building and installing man pages.
2013-11-18 11:40:00 +01:00
Vincent Povirk
cd1abd68c3
explorer: Use StrRetToStrW to convert STRRET result.
2013-11-18 11:15:52 +01:00
Frédéric Delanoy
f23cb66db6
winedbg: Use BOOL type where appropriate.
2013-11-14 10:36:30 +01:00
Frédéric Delanoy
baf4757c46
winedbg: Amend parameter name in *_fetch_integer.
2013-11-14 10:36:27 +01:00
Qian Hong
fa9fec618d
wscript: Get extension name by strrchrW instead of strchrW.
2013-11-12 12:58:03 +01:00
André Hentschel
57c54bc9ad
wineboot: Don't add registry keys for unsupported IA64 architecture.
2013-11-11 17:06:46 +01:00
André Hentschel
cc2866d521
wineboot: Add hardware registry keys on ARM.
2013-11-11 17:06:46 +01:00
André Hentschel
6e0b88006f
wineboot: Add environment registry keys on ARM.
2013-11-11 17:06:46 +01:00
Frédéric Delanoy
fe580c083d
winedbg: Use BOOL type where appropriate.
2013-11-11 13:27:28 +01:00
Alexandre Julliard
5756ee09f3
makefiles: Add makedep pragmas for rc files that contain translations.
2013-11-05 20:38:19 +01:00
Alexandre Julliard
f8421142e7
makefiles: Add makedep pragmas for typelib idl files.
2013-11-05 20:38:18 +01:00
Alexandre Julliard
c3a48aab20
makefiles: Add makedep pragmas for client and server idl files.
2013-11-05 20:38:18 +01:00
Frédéric Delanoy
5fd54997ba
regsvr32: Use BOOL type where appropriate.
2013-11-05 11:16:05 +01:00
Alexandre Julliard
1483bfa21d
explorer: Remove SWP_NOACTIVATE to ensure that the foreground window is set to the desktop.
2013-11-04 20:14:33 +01:00
Frédéric Delanoy
bc967a6e03
uninstaller: Remove unused global variable.
...
Not used since 393fd51f79
2013-11-04 11:05:00 +01:00
Frédéric Delanoy
a72c23ed0c
winhlp32: Use BOOL type where appropriate.
2013-11-04 11:04:51 +01:00
Frédéric Delanoy
4ef76cd75c
wordpad: Use BOOL type where appropriate.
2013-11-04 11:03:46 +01:00
Frédéric Delanoy
a24081a703
msiexec: Use BOOL type where appropriate.
2013-11-01 10:52:50 +01:00
Frédéric Delanoy
423d66195b
eject: Use BOOL type where appropriate.
2013-11-01 10:51:34 +01:00
Alexandre Julliard
b236142530
explorer: Allow to specify the name of the graphics driver in the /desktop option.
2013-10-30 09:47:08 +01:00
Alexandre Julliard
43f042ed9c
explorer: Load the graphics driver specified in the registry instead of relying on gdi32.
2013-10-29 12:11:52 +01:00
Alexandre Julliard
f5113d2d56
user32: Set the display device property on the desktop window as soon as it is created.
2013-10-24 19:01:55 +02:00
Frédéric Delanoy
189ac56e6d
wineboot: Use BOOL type where appropriate.
2013-10-23 11:21:49 +02:00
Alexandre Julliard
a6c7f6a4ba
explorer: Store the graphics driver name for the desktop in the registry.
2013-10-22 20:19:16 +02:00
Frédéric Delanoy
6eadc8ca4e
winhlp32: Use BOOL type where appropriate.
2013-10-22 16:37:40 +02:00
Alexandre Julliard
ded5ad8a8c
wineconsole: Avoid an empty for loop.
2013-10-21 20:23:49 +02:00
Alexandre Julliard
0d40cdc779
explorer: Avoid crashing when the desktop launchers are not initialized.
2013-10-18 14:39:38 +02:00
Alexandre Julliard
040bd407c7
explorer: Make sure the graphics driver module is always set.
2013-10-18 14:39:38 +02:00
Frédéric Delanoy
0b977adc67
winefile: Use BOOL type where appropriate.
2013-10-17 10:45:49 +02:00
Frédéric Delanoy
87c72332bb
winecfg: Use BOOL type where appropriate.
2013-10-17 10:45:45 +02:00
Frédéric Delanoy
682c89ced3
wordpad: Use BOOL type where appropriate.
2013-10-17 10:45:31 +02:00
Frédéric Delanoy
e459131677
cmd: Use BOOL type where appropriate.
2013-10-17 10:45:05 +02:00
Alexandre Julliard
13149b67d3
explorer: Create the driver desktop window after the window handle is created.
2013-10-16 12:13:50 +02:00
Alexandre Julliard
1f9c541b58
explorer: Set the final size of the desktop window only after it has been created.
2013-10-16 12:01:32 +02:00
Gerald Pfeifer
f039251991
winefile: Remove redundant check in format_bytes().
2013-10-16 11:41:21 +02:00
Michael Stefaniuc
ba3f11023f
services/tests: Compile with -D__WINESRC__.
2013-10-16 11:41:20 +02:00
Michael Stefaniuc
7641cef0bd
cmd/tests: Compile with -D__WINESRC__.
2013-10-16 11:41:20 +02:00
Frédéric Delanoy
9b6715226e
xcopy: Use BOOL type where appropriate.
2013-10-15 14:28:20 +02:00
Frédéric Delanoy
06a66688a3
net: Use BOOL type where appropriate.
2013-10-15 14:28:20 +02:00
Frédéric Delanoy
70205f583c
attrib: Use BOOL type where appropriate.
2013-10-15 14:28:20 +02:00
Alexandre Julliard
25b0810655
makefiles: Generate explicit build rules for resource files from makedep.
2013-10-15 13:53:11 +02:00
Frédéric Delanoy
101e7d3ee6
winepath: Use BOOL type where appropriate.
2013-10-14 10:44:56 +02:00
Frédéric Delanoy
3e5fecc6a4
winetest: Use BOOL type where appropriate.
2013-10-14 10:44:52 +02:00
Frédéric Delanoy
9e5367dbe3
winedbg: Use BOOL type where appropriate.
2013-10-14 10:44:41 +02:00
Alexandre Julliard
237ed76e6d
makefiles: Generate the common rules for programs from configure.
2013-10-10 11:41:14 +02:00
Alexandre Julliard
fabd3120c5
makefiles: Move the main module rules to the global Make.rules file.
2013-10-09 11:31:21 +02:00
Frédéric Delanoy
183f00cb6c
winecfg: Use BOOL type where appropriate.
2013-10-09 10:09:03 +02:00
Frédéric Delanoy
debd1346b0
services: Use BOOL type where appropriate.
2013-10-09 10:09:00 +02:00
Alexandre Julliard
08eea24b94
makefiles: Get rid of the recursive installation rules for dlls and programs.
2013-10-08 15:29:40 +02:00
Alexandre Julliard
2292b06281
makefiles: Move l_intl.nls and wine.inf to loader so that they are installed even when tools are not built.
2013-10-07 13:32:03 +02:00
Alexandre Julliard
8d5b8b1346
makefiles: Define __WINESRC__ globally.
2013-10-07 10:48:04 +02:00
Frédéric Delanoy
39a9604e25
taskkill: Use BOOL type where appropriate.
2013-10-02 11:06:44 +02:00
Michael Stefaniuc
0e681027a2
tests: Compile the tests by default with -D__WINESRC__.
2013-10-02 11:04:02 +02:00
Michael Stefaniuc
2e1708dc1b
tests: Readying some tests for the compilation with -D__WINESRC__.
2013-10-02 11:03:26 +02:00
Francois Gouget
c886ad824a
cmd: Standardize the references to directories in the builtin command usage messages.
2013-10-01 19:22:45 +02:00
Francois Gouget
b151052be4
cmd: Mention that the % must be doubled for FOR variables in batch files.
...
Also standardize on the 'Usage:' prefix for usage messages.
2013-10-01 19:16:30 +02:00
Hans Leidekker
b0755344c4
ntdll: Fix the version reported for 64-bit Windows XP.
2013-10-01 19:08:22 +02:00
Hans Leidekker
471bcd7e13
wmic: Convert integer property values to BSTR.
2013-10-01 13:10:21 +02:00
Alexandre Julliard
761301b669
wineconsole: Run a command shell by default.
2013-09-30 20:35:01 +02:00
Marcus Meissner
8953e8d7ee
view: Free the data on error exit (Coverity).
2013-09-30 11:39:08 +02:00
Marcus Meissner
a6550abee5
xcopy: Allocate more space for the W buffer (Coverity).
2013-09-30 11:38:08 +02:00
Marcus Meissner
7c8c90abbb
attrib: Fixed an allocation size (Coverity).
2013-09-30 11:37:56 +02:00
Marcus Meissner
e7858100d6
netstat: Allocate WCHARs not CHARs (Coverity).
2013-09-30 11:37:32 +02:00
Frédéric Delanoy
8683b6dee5
winevdm: Use BOOL type where appropriate.
2013-09-26 21:34:14 +02:00
Alexandre Julliard
a83c598c79
makefiles: Add support for specifying a prefix for installed library file names.
2013-09-26 14:35:45 +02:00
Frédéric Delanoy
e0bb0adee5
winecfg: Use BOOL type where appropriate.
2013-09-20 11:24:31 +02:00
Austin English
e55aea83cd
msiexec: Add a fixme for administrative installs.
2013-09-11 20:33:22 +02:00
Alexandre Julliard
31f8893678
taskmgr: Use definitions from winternl.h instead of duplicating them.
2013-09-11 18:33:07 +02:00
Frédéric Delanoy
77462fc68d
winedbg: Fix winedbg --help message formatting.
2013-09-02 19:27:01 +02:00
Frédéric Delanoy
903562e104
winedbg: Use consistently wpid in documentation.
2013-09-02 19:26:59 +02:00
Frédéric Delanoy
7a12ebca0e
winedbg: Fix manpage formatting.
2013-09-02 19:26:56 +02:00
Austin English
f725c989e9
programs: Add a stub tasklist.exe.
2013-08-20 12:35:54 +02:00
Michael Stefaniuc
4cf489f9ce
winedbg: Fix the return type of read_input(); it is never negative.
2013-08-20 11:50:06 +02:00
Dmitry Timoshkov
452a64e3a7
cabarc: Fix compilation under Windows.
2013-08-02 11:23:59 +02:00
Marcus Meissner
a7cc44a6db
winecfg: Free result in error nodes (Coverity).
2013-07-19 11:53:07 +02:00
Marcus Meissner
ba7b56b225
xcopy: fclose filedescriptor on eof case (Coverity).
2013-07-19 11:51:07 +02:00
Frédéric Delanoy
a282b2a753
notepad: Fix manpage formatting.
2013-07-17 20:30:49 +02:00
Frédéric Delanoy
b1ded781df
regedit: Fix manpage formatting.
2013-07-17 20:30:49 +02:00
Frédéric Delanoy
f0309d295a
regsvr32: Fix manpage formatting.
2013-07-17 20:30:49 +02:00
Frédéric Delanoy
6a905da767
wineboot: Fix manpage formatting.
2013-07-17 20:30:49 +02:00
Frédéric Delanoy
262380ab05
wineconsole: Fix manpage formatting.
2013-07-17 20:30:49 +02:00
Frédéric Delanoy
b07f2c25ab
winepath: Fix manpage formatting.
2013-07-17 20:30:49 +02:00
Frédéric Delanoy
b20af9e24c
msiexec: Fix manpage formatting.
2013-07-17 20:30:48 +02:00
Alexandre Julliard
dcc97a186d
Standardize the BUGS, AVAILABILITY and SEE ALSO sections across all man pages.
2013-07-16 20:48:05 +02:00
Frédéric Delanoy
be6d9e553c
winedbg: Fix manpage formatting.
2013-07-16 20:47:18 +02:00
Frédéric Delanoy
aab5e4d2c6
winefile: Fix manpage formatting.
2013-07-16 20:45:04 +02:00
Francois Gouget
c1eb9cf1b6
cmd: Remove an invalid comment in the FOR a usage message.
...
The % must be doubled for FOR variables. The removed comment was in fact documenting an old Wine bug.
2013-07-12 18:04:22 +02:00
Marcus Meissner
e85d3c7108
cmd: null terminate answer string (Coverity).
2013-07-10 10:53:14 +02:00
Alexandre Julliard
f241725bd8
taskmgr: Convert version resource to the standard format.
2013-07-09 22:21:57 +02:00
André Hentschel
49f550e8ed
netstat: Remove superfluous casts.
2013-07-01 19:51:23 +02:00
Alexandre Julliard
8b8d2a3d7c
winevdm: Make it a GUI application to avoid a spurious console.
2013-06-27 13:39:23 +02:00
Alexandre Julliard
fb6b0f93c2
wordpad: Don't offer vertical fonts in the font dialog.
2013-06-25 18:12:11 +02:00
Alexandre Julliard
2f7a7caa92
winefile: Don't offer vertical fonts in the font dialog.
2013-06-25 18:12:11 +02:00
Alexandre Julliard
ed853f93d4
wineconsole: Don't offer vertical fonts in the font dialog.
2013-06-25 18:12:10 +02:00
Alexandre Julliard
b07fb96a23
winecfg: Don't offer vertical fonts in the font dialog.
2013-06-25 12:39:32 +02:00
Alexandre Julliard
276306e227
notepad: Don't offer vertical fonts in the font dialog.
2013-06-25 12:39:26 +02:00
Alexandre Julliard
2088c36c19
clock: Don't offer vertical fonts in the font dialog.
2013-06-25 12:39:22 +02:00
Alexandre Julliard
f07ff7f981
winefile: Avoid abbreviations in column names.
2013-06-18 12:57:44 +02:00
Bernhard Übelacker
b62b740de2
winedbg: Call DebugActiveProcessStop when detaching.
2013-06-17 13:34:40 +02:00
Alexandre Julliard
849ea3d651
wineboot: Don't print an error when failing to delete a file.
2013-06-11 13:50:05 +02:00
Marcus Meissner
9a336ce3e7
explorer: Fixed wrong heapalloc size (Coverity).
2013-06-10 11:52:54 +02:00
Alexandre Julliard
9eb3f6a3db
explorer: Don't worry about desktop launchers in non-desktop mode.
2013-06-06 10:46:17 +02:00
Qian Hong
c8d1d4aadc
explorer: Create non-existent folders when initializing launchers.
2013-06-05 20:30:58 +02:00
Jason Edmeades
dd0b719a3a
cmd: Avoid infinite loop running batch program.
2013-06-05 17:31:36 +02:00
Jason Edmeades
a5b1172e90
cmd: Fix 'for' expansion of wildcards when no args are supplied.
2013-06-05 11:45:23 +02:00
Jason Edmeades
56a33a8c55
cmd: set "var=value" ignores trailing characters.
2013-06-05 11:45:19 +02:00
Jason Edmeades
2b9649d9db
cmd: Fix tilda parameter expansion when arg is empty.
2013-06-04 21:01:13 +02:00
Jason Edmeades
dc4dd0cb97
cmd: Fix handling of redundant information on goto/labels.
2013-06-04 21:01:13 +02:00
Akihiro Sagawa
4874b806f3
progman: Use LMEM_MOVEABLE when reallocating memory.
2013-06-03 11:29:44 +02:00
André Hentschel
70a7c6d3d1
winetest: Set font in resources.
2013-06-03 11:28:31 +02:00
André Hentschel
010399a3f7
winetest: Report number of failures in more places.
2013-06-03 11:28:28 +02:00
André Hentschel
09fb0ca5ee
winecfg: Add more room for the license.
2013-06-03 11:28:25 +02:00
Austin English
a0b8d304b7
winemenubuilder: Initialize a variable.
2013-05-30 19:33:09 +02:00
Hans Leidekker
d62e7f7b9b
explorer: Watch the desktop folders for changes and update the launcher list accordingly.
2013-05-28 14:55:42 +02:00
Hans Leidekker
e44f0c8f2d
explorer: Initial implementation of desktop launchers.
2013-05-28 14:55:32 +02:00
Marcus Meissner
d82de9b9a7
services: Fix handle leak for service handles (Coverity).
2013-05-28 14:33:30 +02:00
Sergey Guralnik
4b9d81b4b5
explorer: Use comma as argument delimiter.
2013-05-14 19:37:02 +02:00
Akihiro Sagawa
f649ee5997
winedbg: Add x87 register support in gdb proxy.
2013-05-08 14:30:51 +02:00
Akihiro Sagawa
e06fd8d003
winedbg: Improve the register conversion to support over 64-bit registers.
2013-05-08 14:30:45 +02:00
Akihiro Sagawa
b2de0880ec
winedbg: Verify context flags before reading or writing registers.
2013-05-08 14:30:11 +02:00
Nikolay Sivov
423d5f29e8
netstat: No need to allocate fixed length stats structs.
2013-04-30 11:50:21 +02:00
Sergey Guralnik
9d08045ad1
extrac32: Add /D switch support.
2013-04-24 20:15:29 +02:00
Michael Stefaniuc
6899279bab
cmd: Print the debug string instead of the pointer value.
2013-04-17 21:29:20 +02:00
Sergey Guralnik
80bc3838a7
extrac32: Avoid appending redundant backslash to path end.
2013-04-11 15:12:00 +02:00
Sergey Guralnik
7925c9b028
extrac32: Create directory for extracted file if need.
2013-04-11 15:11:57 +02:00
Alexandre Julliard
b3b498b5cc
icinfo: Fix vsnprintfW usage.
2013-04-10 16:16:47 +02:00
Sergey Guralnik
c7d2b1d5cc
extrac32: Use own parser for command line.
2013-04-10 12:17:46 +02:00
Alexandre Julliard
3221338ca3
wineconsole: Fix a pointer cast warning.
2013-04-09 15:26:11 +02:00
Alexandre Julliard
24fe312783
cabarc: Avoid some redefinition warnings.
2013-04-09 15:26:11 +02:00
Alexandre Julliard
43ac582d7d
libport: Rename spawnvp to _spawnvp to avoid the deprecated name.
2013-04-09 15:26:10 +02:00
Dmitry Timoshkov
04d3f6c1f5
include: Add COM interface definitions needed for PrintDlgEx implementation.
2013-04-09 11:59:45 +02:00