Francois Gouget
dfb823bb6f
regedit: Deal with races in 'regedit /E' by resizing the buffers and retrying.
2008-12-01 12:57:39 +01:00
Alexandre Julliard
3249b40f70
advapi32: Reimplemented ChangeServiceConfig2W in services.exe.
2008-11-26 14:35:30 +01:00
Kirill K. Smirnov
1482006fb5
winecfg/audio: Simplify removeDriver() function.
2008-11-26 13:41:40 +01:00
Kirill K. Smirnov
d540cf3c80
winecfg/audio: Fix uninitialized variable.
2008-11-26 13:40:03 +01:00
Francois Gouget
b3bf746ff9
Straighten out some ellipses.
2008-11-26 12:33:34 +01:00
Alexandre Julliard
42fb9fe779
services: Properly initialize service status at creation time.
2008-11-25 11:56:33 +01:00
Michael Stefaniuc
c75a143f3d
regedit: Remove NULL check before HeapFree (Smatch).
2008-11-25 11:55:59 +01:00
Alexandre Julliard
79f24b54c5
winetest: Optionally compress the distributed exe with upx.
2008-11-24 15:33:48 +01:00
Hwang YunSong(황윤성)
f927b89f3d
wordpad: Updated Korean resource.
2008-11-24 14:41:29 +01:00
Francois Gouget
9c5e97aa71
Assorted spelling fixes.
2008-11-24 14:25:10 +01:00
Francois Gouget
c880ccea1a
regedit: Fix handling of zero-byte binary values for 'regedit /E'.
2008-11-24 13:43:47 +01:00
Francois Gouget
3bb449468d
reg: Avoid wvsprintfW() so we can avoid loading user32.dll.
2008-11-21 10:01:57 +01:00
Francois Gouget
be19acfbe8
regedit: Avoid wsprintfW() so we can avoid loading user32.dll for 'regedit /E'.
2008-11-21 10:00:47 +01:00
Francois Gouget
a81bb704df
regedit: Fix exporting of REG_EXPAND_SZ and other 'weird' strings.
...
REG_EXPAND_SZ must be exported as hexadecimal to preserve the string type.
0-byte strings and those missing a trailing '\0' or with odd sizes must
be saved as hexadecimal too so they are restored as is.
Move the binary-value export code to the new REGPROC_export_binary()
function.
2008-11-21 10:00:41 +01:00
Francois Gouget
3ef0b0ef2d
regedit: Pass the string length to REGPROC_export_string().
...
We already know it in the caller so this saves us one lstrlenW() call.
2008-11-21 10:00:17 +01:00
Francois Gouget
d92c976803
regedit: Fix a buffer allocation in export_registry_key().
...
This fixes a major buffer overflow bug in 'regedit /E'.
2008-11-21 10:00:13 +01:00
Alexandre Julliard
6e336fe344
winetest: Report an error when a test program completely fails to run.
2008-11-19 13:24:43 +01:00
Alexandre Julliard
a580c6c240
winetest: Allow to specify a subset of tests to run on the command line.
2008-11-19 12:51:28 +01:00
Alexandre Julliard
db8783e724
winetest: Capture the Win32 stderr into the log file too.
2008-11-19 12:19:22 +01:00
Paul Vriens
812c5e1bf1
winetest: Give the 'Running' progress bar the same size as the others.
2008-11-18 13:08:07 +01:00
Francois Gouget
3b140ccb0e
Assorted spelling fixes.
2008-11-17 16:04:39 +01:00
Andrew Riedi
103cfb90f2
reg: const WCHAR -> static const WCHAR.
2008-11-17 13:57:09 +01:00
Hirofumi Katayama
1b8f4b9e48
wordpad: Update resources for date and time dialog.
2008-11-17 13:15:17 +01:00
Damjan Jovanovic
9ff230dcaa
shdocvw, winemenubuilder: Generate fd.o entries for .url files.
2008-11-14 13:30:25 +01:00
Vincent Povirk
6949694740
msiexec: Build with -mwindows.
2008-11-13 12:04:19 +01:00
Francois Gouget
e1901500ee
regedit: Fix the wrapping of binary values in export_hkey().
...
Don't wait until the line overflows before wrapping it.
Don't wrap the last line.
2008-11-12 13:12:35 +01:00
Francois Gouget
f0f91a69b3
regedit: Fix a buffer overflow when exporting binary values in export_hkey().
...
We must take the indentation into account to compute the number of lines a binary value will use.
2008-11-12 13:12:31 +01:00
Francois Gouget
7df7222594
regedit: Simplify / clean up export_hkey().
...
Avoid unneeded/redundant calls to lstrcatW() and lstrlenW().
Tighten the scope of variables.
2008-11-12 13:12:23 +01:00
Francois Gouget
126ffb1f8a
regedit: Tighten a buffer size calculation.
2008-11-12 13:12:12 +01:00
Francois Gouget
d1d3db4183
regedit: Simplify REGPROC_export_string().
2008-11-12 13:12:09 +01:00
Francois Gouget
7f707b3037
regedit: The xxx_name_len variables track buffer sizes. That is they count the trailing '\0'. Adjust a couple of places that got this wrong and rename them to xxx_name_size.
2008-11-12 13:11:59 +01:00
Francois Gouget
5940ada80b
regedit: line_size is supposed to track a string length.
...
That is it does not count the trailing '\0'.
Fix a few places that got this wrong and rename it to line_len.
2008-11-12 13:11:41 +01:00
Francois Gouget
f982e731c5
regedit: Check that we were able to allocate line_buf too.
2008-11-12 13:11:30 +01:00
Francois Gouget
71af3e1582
regedit: Remove unneeded variable initializations.
2008-11-12 13:11:23 +01:00
Damjan Jovanovic
4e2cec5aba
winemenubuilder: Moved all wineshelllink functionality to winemenubuilder and removed wineshelllink.
2008-11-12 11:49:12 +01:00
Hwang YunSong(황윤성)
ede8c994e8
winecfg: Updated Korean resource.
2008-11-12 11:49:12 +01:00
Hirofumi Katayama
7984e70697
wordpad: Accept double-click in date and time dialog.
2008-11-12 11:49:11 +01:00
Eric Pouech
583e051044
winedbg: Added scoped symbol picker, and options to handle it.
2008-11-11 11:40:36 +01:00
Eric Pouech
508414313e
winedbg: Slightly change the option setting syntax (allows also to get the current state back).
2008-11-11 11:40:26 +01:00
Eric Pouech
4c00325c3b
winedbg: Rewrote the symbol picking mechanism so that it can handle several algorithms.
2008-11-11 11:40:17 +01:00
Damjan Jovanovic
f5b8bad2aa
winemenubuilder: Generate desktop files instead of wineshelllink.
2008-11-10 11:06:40 +01:00
Vincent Povirk
f54a8ab71b
rundll32: Build with -mwindows.
2008-11-07 11:50:34 +01:00
Alexandre Julliard
394e97feea
winemenubuilder: Move the xdg global variables out of the libpng ifdef block.
2008-11-03 20:19:30 +01:00
Damjan Jovanovic
26fcfb4b24
winemenubuilder: Generate icons in winemenubuilder instead of wineshelllink.
2008-11-03 15:05:18 +01:00
Michael Stefaniuc
4f199a10ad
Remove the remaining casts of NULL.
2008-11-03 13:42:09 +01:00
Michael Stefaniuc
87785a2df0
oleview: Do not cast NULL.
2008-11-03 13:41:21 +01:00
Michael Stefaniuc
880d944ea0
winedbg: Use FIELD_OFFSET instead of reimplementing it.
2008-11-03 13:40:20 +01:00
Alexandre Julliard
6ccf01fe8a
winecfg: Display an nicer error when the mount manager cannot be accessed.
2008-11-03 13:34:12 +01:00
Katayama Hirofumi MZ
873b971bb7
notepad: Don't save maximized size.
2008-10-29 11:51:48 +01:00
Michael Stefaniuc
42e612fd78
cmdlgtst: Use NULL instead of casting 0 to a pointer.
2008-10-28 12:34:02 +01:00