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
Marcus Meissner
3f2047c836
oleview: Fixed size passed to LoadStringW.
2008-10-28 12:33:52 +01:00
Austin English
f64fbe2ef3
winecfg: Set default windows version to XP.
2008-10-28 12:33:45 +01:00
Dmitry Timoshkov
b8b0b7fa41
wineconsole: Don't ignore extended keys.
2008-10-28 12:13:41 +01:00
Reece Dunn
20d8e46858
winecfg: Renamed 'Shell Folder' to 'Folder'.
2008-10-27 13:35:29 +01:00
Reece Dunn
bd645a8482
winecfg: Add ellipsis ('...') to buttons that launch other dialogs.
2008-10-27 13:35:10 +01:00
Michael Stefaniuc
a195777b85
cmdlgtst: HGDIOBJ is interchangeable with other handle types; no casts are needed.
2008-10-27 11:30:11 +01:00
Michael Stefaniuc
2d90c85ada
taskmgr: HGDIOBJ is interchangeable with other handle types; no casts are needed.
2008-10-27 11:30:07 +01:00
Marcus Meissner
19464a6bf7
programs: Fixed two RegEnumValue name lengths.
2008-10-27 11:28:29 +01:00
Eric Pouech
0c4e9df2a1
winedbg: Add a kill command to kill the current process.
2008-10-27 11:28:17 +01:00
Alexandre Julliard
abe00bbebe
winecfg: Load the existing drive config from mountmgr instead of relying on QueryDosDevice.
2008-10-24 14:24:58 +02:00
Alexandre Julliard
18b66912b7
winecfg: Store the Unix device if any in the drive configuration.
2008-10-24 14:24:58 +02:00
Alexandre Julliard
eb65f6a212
winecfg: Use an ioctl to the mount manager to define drives.
2008-10-24 14:24:58 +02:00
Alexandre Julliard
8d7fc61717
msiexec: Fix initial state of the argument parsing state machine.
2008-10-23 12:53:47 +02:00
Andrey Turkin
783b855f42
wordpad: Do not pass resource ids to MessageBox.
2008-10-23 12:45:08 +02:00
Alexandre Julliard
f410cf7c98
winecfg: Update the drives only when they have changed, instead of trying to compare with the current setup.
2008-10-23 12:15:43 +02:00
Ricardo Filipe
365e245cf6
wineboot: Added Portuguese translation.
2008-10-22 13:54:55 +02:00
Ricardo Filipe
42f63e0fac
net: Added Portuguese translation.
2008-10-22 13:54:54 +02:00
Ricardo Filipe
50ae1d2eb4
taskmgr: Added Portuguese translation.
2008-10-22 13:54:54 +02:00
Ricardo Filipe
97ca1df4b1
write: Added Portuguese translation.
2008-10-22 13:54:54 +02:00
Ricardo Filipe
511226c8ac
wordpad: Added Portuguese translation.
2008-10-22 13:54:54 +02:00
Ricardo Filipe
3d047b7601
xcopy: Added Portuguese translation.
2008-10-22 13:54:54 +02:00
Ricardo Filipe
c05fc2d762
oleview: Added Portuguese translation.
2008-10-22 13:54:54 +02:00
Hwang YunSong(황윤성)
07badc790a
wordpad: Updated Korean resource.
2008-10-20 14:36:58 +02:00
Eric Pouech
cbb84fdb73
winedbg: Added a command to allow loading mismatched modules.
2008-10-20 13:53:08 +02:00
Eric Pouech
5c8ad49158
winedbg: Use Unicode strings for all module references.
2008-10-20 13:52:44 +02:00
Michael Stefaniuc
f65cd2e2eb
winecfg: Fix compilation on older gcc versions.
2008-10-20 12:23:35 +02:00
Ricardo Filipe
3df9158747
reg.exe: Added Portuguese translation.
2008-10-20 11:37:26 +02:00
Alexandre Julliard
01b7667a1a
programs: Convert source files to utf-8.
2008-10-18 19:22:19 +02:00
Alexandre Julliard
f150ddc3ed
winecfg: Store the drive label as Unicode.
2008-10-17 14:11:56 +02:00
Alexandre Julliard
6483f2f201
winecfg: Store the drive serial number as a number instead of a string.
2008-10-17 13:37:04 +02:00
Andrey Esin
f0321f85a0
regedit: Corrections in Russian translation.
2008-10-17 11:42:55 +02:00
Frans Kool
730d23046d
wordpad: Corrected Dutch translations.
2008-10-15 16:45:14 +02:00
Rob Shearman
b7cfa58996
write: Close the thread and process handles returned by CreateProcessW.
2008-10-15 16:44:17 +02:00
Andrey Turkin
71c01bb974
wordpad: Do not try to close uninitialized handles.
2008-10-15 12:21:59 +02:00
Marcus Meissner
1b95076308
oleview: RegEnumKey gets always sizes, not -1.
2008-10-14 13:41:55 +02:00
Dylan Smith
f124a586d4
wordpad: Added option to disable word wrap.
2008-10-14 13:41:55 +02:00
Andrey Turkin
dfb64699bf
wordpad: Do not leak a handle on error path.
2008-10-13 11:55:29 +02:00
Andrey Turkin
ef23ef9335
wordpad: Use inches instead of cm in calculations.
2008-10-13 11:55:24 +02:00
Muneyuki Noguchi
8fe9ad5ab3
write: Convert Japanese resource to UTF-8.
2008-10-13 11:40:34 +02:00
Muneyuki Noguchi
613685f6d1
wordpad: Convert Japanese resource to UTF-8.
2008-10-13 11:40:30 +02:00
Muneyuki Noguchi
1d9354f0e8
winhlp32: Convert Japanese resource to UTF-8.
2008-10-13 11:40:27 +02:00
Muneyuki Noguchi
99b3dd1216
winemine: Convert Japanese resource to UTF-8.
2008-10-13 11:40:23 +02:00
Muneyuki Noguchi
940a41637d
winefile: Convert Japanese resource to UTF-8.
2008-10-13 11:40:19 +02:00
Muneyuki Noguchi
8987dbaee5
winecfg: Convert Japanese resource to UTF-8.
2008-10-13 11:40:16 +02:00
Muneyuki Noguchi
8b5f1632d7
wineboot: Convert Japanese resource to UTF-8.
2008-10-13 11:40:12 +02:00
Muneyuki Noguchi
706957ac4a
view: Convert Japanese resource to UTF-8.
2008-10-13 11:40:08 +02:00
Muneyuki Noguchi
11b25629e9
taskmgr: Convert Japanese resource to UTF-8.
2008-10-13 11:40:04 +02:00
Muneyuki Noguchi
a969e0066e
regedit: Convert Japanese resource to UTF-8.
2008-10-13 11:39:56 +02:00
Muneyuki Noguchi
9bfa96adc2
reg: Convert Japanese resource to UTF-8.
2008-10-13 11:39:52 +02:00
Muneyuki Noguchi
540d32d8e8
oleview: Convert Japanese resource to UTF-8.
2008-10-13 11:39:48 +02:00
Muneyuki Noguchi
9898c87071
notepad: Convert Japanese resource to UTF-8.
2008-10-13 11:39:41 +02:00
Muneyuki Noguchi
aac846d11c
cmdlgtst: Convert Japanese resource to UTF-8.
2008-10-13 11:39:32 +02:00
Muneyuki Noguchi
e11c68e19d
cmd: Convert Japanese resource to UTF-8.
2008-10-13 11:39:23 +02:00
Muneyuki Noguchi
c9c5c0e26b
clock: Convert Japanese resource to UTF-8.
2008-10-13 11:39:14 +02:00
Andrey Turkin
fbfb165d56
wordpad: Fix some compile-time warnings.
2008-10-10 14:13:07 +02:00
Andrey Turkin
c53b772394
wordpad: Convert some ANSI calls to Unicode.
2008-10-10 14:12:43 +02:00
Andrey Turkin
566dcd78fe
wordpad: Fix some unicode bugs.
2008-10-10 14:12:32 +02:00
Lei Zhang
a4ed7a1003
regedit: Pass VK_DELETE messages to Listview/Treeview child windows.
2008-10-09 14:19:50 +02:00
Michael Stefaniuc
2daee2e4a2
winecfg: Use FAILED instead of !SUCCEEDED.
2008-10-08 13:43:13 +02:00
Michael Stefaniuc
163874844b
winefile: Use FAILED instead of !SUCCEEDED.
2008-10-08 13:43:00 +02:00
Lei Zhang
d3908e699b
regedit: Make branch export behavior work more like native regedit.
2008-10-06 13:08:40 +02:00
Lei Zhang
86a4e99c04
regedit: Check return values, don't request unneeded value which always fails.
2008-10-02 10:29:06 -05:00
Lei Zhang
4389066754
regedit: Use W version of TreeView_GetItem.
2008-10-02 10:29:00 -05:00
Andrey Turkin
ae097646ab
regedit: Ignore spaces in regedit files.
2008-09-30 11:33:14 -05:00
Muneyuki Noguchi
82fd8167bc
reg: Add Japanese resources.
2008-09-29 17:18:14 -05:00
Muneyuki Noguchi
1c6a54621e
write: Add Japanese resources.
2008-09-29 17:18:03 -05:00
Muneyuki Noguchi
f94ab4f482
notepad: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-25 13:28:04 +02:00
Muneyuki Noguchi
323e6a2de5
winhlp32: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-25 13:28:01 +02:00
Muneyuki Noguchi
595dc28620
wordpad: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-25 13:27:58 +02:00
Muneyuki Noguchi
cb7fba896d
winecfg: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-25 13:27:55 +02:00
Muneyuki Noguchi
0f6a195647
taskmgr: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-25 13:27:52 +02:00
Muneyuki Noguchi
d9b98122be
winefile: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-25 13:27:49 +02:00
Muneyuki Noguchi
521ad0c7e5
wineboot: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-25 13:27:46 +02:00
Muneyuki Noguchi
6461d5dc7e
regedit: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-25 13:27:43 +02:00
Alexandre Julliard
700b5c6d7f
regedit: Fix file exports in ASCII format.
2008-09-22 15:34:41 +02:00
Alexander Nicolaysen Sørnes
4f332e610e
regedit: Fix some fprintf arguments.
2008-09-22 12:20:07 +02:00
Alexander Nicolaysen Sørnes
1e0a77622b
regedit: Fix char escaping for registry export.
2008-09-22 12:19:54 +02:00
Muneyuki Noguchi
08040c70a8
oleview: Add Japanese resources.
2008-09-19 14:05:48 +02:00
Vitaly Lipatov
977b7d398e
wineboot: Do registry update with wineboot --update in any case.
2008-09-18 13:27:38 +02:00
Paul Chitescu
ac865ad931
explorer: WM_SYSCOMMAND SC_SCREENSAVE to desktop triggers screen saver.
2008-09-17 18:11:16 +02:00
Peter Dons Tychsen
bc7b194bf9
winedevice: Fix problems with driver entries without the "ImagePath" entry in registry.
2008-09-17 10:58:46 +02:00
Peter Dons Tychsen
741dd708c4
services: Fixed problem with services where DependOnServices key is REG_SZ and not REG_MULTI_SZ.
2008-09-17 10:55:50 +02:00
Alexander Nicolaysen Sørnes
c4d58a4b07
regedit: Add support for exporting unicode files.
2008-09-16 13:35:31 +02:00
Alexander Nicolaysen Sørnes
60cd910797
regedit: Gather a full string before exporting it.
2008-09-16 13:35:27 +02:00
Marcus Meissner
a392d3774c
winefile: Fixed sizes to LoadString.
2008-09-15 11:47:00 +02:00
Marcus Meissner
53d671d736
oleview: Fixed LoadString buffer sizes.
2008-09-15 11:46:05 +02:00
Marcus Meissner
a24550aa82
winecfg: Fixed buffersize to GetPrivateProfileStringW.
2008-09-15 11:23:19 +02:00
Florian Köberle
49c96a5075
winedbg: Fixed an infinite loop.
2008-09-12 11:39:52 +02:00
Dmitry Timoshkov
a2a3c59a45
winedevice: Wine PE loader is able to resolve forwards to not yet loaded modules.
2008-09-11 11:46:07 +02:00
Hirofumi Katayama
32b6a1a08c
notepad: Cancel closing window by cancelling "Save As" dialog box.
2008-09-11 11:41:52 +02:00
Alexander Nicolaysen Sørnes
484421560b
regedit: Fix importing REG_MULTI_SZ values for ANSI files.
2008-09-10 11:08:30 +02:00
Gerald Pfeifer
95613fbdd2
wordpad: Shed off unused parameters from on_fontlist_modified, OnCreate, OnUser, OnNotify, and OnInitPopupMenu.
2008-09-09 11:46:14 +02:00
Alexander Nicolaysen Sørnes
32f890939f
regedit: Convert parts of export handling to unicode.
2008-09-09 11:46:14 +02:00
Alexander Nicolaysen Sørnes
87a871efe4
notepad: Only append .txt to missing files without a dot in them.
2008-09-09 11:46:14 +02:00
Muneyuki Noguchi
48dfff8577
cmdlgtst: Add Japanese resources.
2008-09-08 14:08:08 +02:00
Muneyuki Noguchi
3a6373d1a8
view: Add Japanese resources.
2008-09-08 14:08:04 +02:00
Eric Pouech
a181ad5a2c
winedbg: Also handle 1 byte signed int as they were char (PDB files are done like this... sigh).
2008-09-08 12:47:20 +02:00
Muneyuki Noguchi
fcb488f3f8
notepad: Update Japanese translation.
2008-09-08 12:47:20 +02:00
Michael Stefaniuc
26f363aed3
regedit: Fix the Bg, Cs, Da, Es, Hu, It, Ko, Pl, Pt, Ru, Si and Tr translations.
2008-09-08 12:47:20 +02:00
Michael Stefaniuc
ba94f959db
worpad: Fix the German translation.
2008-09-08 12:47:20 +02:00
Michael Stefaniuc
5f8ab11751
wordpad: Change the encoding of the German resource file to utf-8.
2008-09-08 12:47:20 +02:00
Michael Stefaniuc
d94a90273e
wordpad: Fix the Hungarian translation by removing an untranslated and incomplete STRINGTABLE.
2008-09-08 12:47:20 +02:00
Vincent Povirk
aacfc6ed95
explorer: Modify rects passed to SHAppBarMessage to not interfere with existing appbars.
2008-09-05 12:11:40 +02:00
Vincent Povirk
8adae9aa1f
explorer: Track appbar positions and send ABN_POSCHANGED notifications.
2008-09-05 12:11:23 +02:00
Vincent Povirk
96f8de0de9
explorer: Implement ABM_ADD and ABM_REMOVE.
2008-09-05 12:10:55 +02:00
Muneyuki Noguchi
131996ae45
regedit: Update Japanese translation.
2008-09-05 11:21:05 +02:00
Alexandre Julliard
09874bf78a
xcopy.exe: Get rid of remaining uses of Unicode macros.
2008-09-04 14:08:19 +02:00
Alexandre Julliard
90685fcf03
reg.exe: Get rid of remaining uses of Unicode macros.
2008-09-04 14:08:12 +02:00
Eric Pouech
6986975816
winedbg: Search default debuggee dir for symbol information.
2008-09-04 13:47:48 +02:00
Vincent Povirk
3cce9ad9c6
shell32: Move SHAppBarMessage implementation from shell32 to explorer.
2008-09-04 13:32:42 +02:00
Jeff Zaroyko
454a241e97
winetest: Check that user enters a tag.
2008-09-04 11:52:55 +02:00
Alexander Nicolaysen Sørnes
92e9b1edcf
regedit: Fix a memory leak in export handling.
2008-09-04 11:51:29 +02:00
Alexander Nicolaysen Sørnes
5defba1165
regedit: Convert open/save dialogues to unicode.
2008-09-04 11:51:23 +02:00
Hongbo Ni
e670b5c831
regedit: Add simplified and traditional Chinese resources.
2008-09-04 11:42:54 +02:00
Hongbo Ni
832c2ae1eb
oleview: Add simplified and traditional Chinese resources.
2008-09-04 11:42:51 +02:00
Alexandre Julliard
b66685cdd8
programs: Build the programs that support it with -DWINE_NO_UNICODE_MACROS.
2008-09-03 14:21:41 +02:00
Alexander Nicolaysen Sørnes
d67986b9dd
regedit: Some minor unicode conversions.
2008-09-03 13:14:52 +02:00
Alexander Nicolaysen Sørnes
7bb5df75d3
regedit: Remove some unused code.
2008-09-03 13:14:52 +02:00
Alexander Nicolaysen Sørnes
ba093c6dc0
regedit: Fix some references to TCHARs.
2008-09-03 13:14:51 +02:00
Katayama Hirofumi MZ
13359ce22b
wordpad: Added Japanese resource.
2008-09-02 21:34:55 +02:00
Muneyuki Noguchi
2e9603c4a0
taskmgr: Update Japanese translation.
2008-09-02 14:07:42 +02:00
Muneyuki Noguchi
0cd01df155
winecfg: Update Japanese translation.
2008-09-02 14:07:39 +02:00
Muneyuki Noguchi
7c52cd5044
clock: Update Japanese translation.
2008-09-02 14:07:36 +02:00
Muneyuki Noguchi
ddcbbaae1e
winemine: Add Japanese translation.
2008-09-02 14:07:32 +02:00
Francois Gouget
5a127ad570
winhlp32: Remove spaces before '...' in the Chinese resources.
2008-09-02 13:59:05 +02:00
Francois Gouget
c8bafc3817
notepad: Remove spaces before '\n' in the Chinese resources.
2008-09-02 13:59:01 +02:00
Alexander Nicolaysen Sørnes
c36fec1cd0
regedit: Set the unicode flag for the treeview.
2008-09-02 13:26:57 +02:00
Alexander Nicolaysen Sørnes
0035421e45
regedit: Remove an ANSI function.
2008-09-02 13:26:57 +02:00
Alexander Nicolaysen Sørnes
d2664e0fbb
regedit: Set the unicode flag for the listview.
2008-09-02 13:26:57 +02:00
Alexander Nicolaysen Sørnes
d0991c92d7
regedit: Convert listview init to unicode.
2008-09-02 12:55:49 +02:00
Alexander Nicolaysen Sørnes
fef3660024
regedit: Fix a memory leak.
2008-09-02 12:55:38 +02:00
Alexander Nicolaysen Sørnes
e26b563ee1
regedit: Remove some ANSI functions.
2008-09-02 12:55:30 +02:00
Alexander Nicolaysen Sørnes
6b7ebf0881
regedit: Convert key renaming to unicode.
2008-09-02 12:53:35 +02:00
Alexander Nicolaysen Sørnes
4a3d8d8cb0
regedit: Convert value renaming to unicode.
2008-09-02 12:53:01 +02:00
Alexander Nicolaysen Sørnes
7aa56d249a
regedit: Don't try to convert NULL pointers.
2008-09-02 12:52:03 +02:00
Alexander Nicolaysen Sørnes
df84eb514c
regedit: Remove old fixme.
2008-09-02 12:51:41 +02:00
Alexander Nicolaysen Sørnes
1e56f94945
regedit: Convert value editing to unicode.
2008-09-02 12:51:34 +02:00
Hongbo Ni
bcf8aed618
taskmgr: Add simplified and traditional Chinese resources.
2008-09-02 11:58:42 +02:00
Hongbo Ni
a58ae3b9b6
uninstaller: Add simplified and traditional Chinese resources.
2008-09-02 11:58:26 +02:00
Hongbo Ni
d6017c1bed
view: Add simplified and traditional Chinese resources.
2008-09-02 11:58:21 +02:00
Hongbo Ni
0a11607dc8
wineboot: Add simplified and traditional Chinese resources.
2008-09-02 11:58:15 +02:00
Hongbo Ni
3832c289f8
winemine: Add simplified and traditional Chinese resources.
2008-09-02 11:58:09 +02:00
Hongbo Ni
1e4704195e
wordpad: Add simplified and traditional Chinese resources.
2008-09-02 11:57:55 +02:00
Hongbo Ni
0ef830d66b
notepad: Update Chinese resources - dialog font.
2008-09-02 11:57:42 +02:00
Aric Stewart
f8096d2b84
systray: Keep systray hidden when requested by moving it off screen.
2008-08-29 14:00:12 +02:00
Hongbo Ni
ecc1bf3d0e
notepad: Add traditional Chinese resource.
2008-08-29 12:30:32 +02:00
Hongbo Ni
d07bb7f60b
winecfg: Add simplified Chinese resource.
2008-08-29 12:30:21 +02:00
Hongbo Ni
fcb7e8a609
winecfg: Update traditional Chinese resource.
2008-08-29 12:30:12 +02:00
Hongbo Ni
a10d6ede68
wineconsole: Add traditional Chinese resource.
2008-08-29 12:28:56 +02:00
Hongbo Ni
e0676d2777
winefile: Add traditional Chinese resource.
2008-08-29 12:28:46 +02:00
Hongbo Ni
a2efa42363
winhlp32: Add traditional Chinese resource.
2008-08-29 12:28:37 +02:00
Hongbo Ni
c75fde2c0a
progman: Add traditional Chinese resource.
2008-08-29 12:28:32 +02:00
Hongbo Ni
0b091fa5cb
clock: Add traditional Chinese resource.
2008-08-29 12:28:26 +02:00
Alexander Nicolaysen Sørnes
9d6b80b121
regedit: Convert value creation to unicode.
2008-08-29 12:26:43 +02:00
Alexandre Julliard
deccfeec9a
winetest: Build the test list from the makefile instead of make_makefiles.
2008-08-28 12:17:42 +02:00
Alexandre Julliard
67828b60e0
configure: Build the winetest dependencies in configure instead of make_makefiles.
2008-08-28 12:09:46 +02:00
Alexander Nicolaysen Sørnes
4aabdecd67
regedit: Use Unicode strings when updating listview.
2008-08-28 11:24:50 +02:00
Alexander Nicolaysen Sørnes
f7ff9e76f9
regedit: Avoid conversion to ANSI when importing hex values.
2008-08-28 11:24:50 +02:00
Alexander Nicolaysen Sørnes
b058648ae3
regedit: Fix concat handling for ANSI files.
2008-08-28 11:24:50 +02:00
Lei Zhang
faf9c55eb8
regedit: Fix typo in commit c6d01ac847
.
2008-08-28 11:24:49 +02:00
Hongbo Ni
92d6f981f4
winecfg: Convert traditional Chinese resource to utf8.
2008-08-27 13:21:23 +02:00
Hongbo Ni
c808b9063a
clock: Convert simplified Chinese resource to utf8.
2008-08-27 13:21:23 +02:00
Hongbo Ni
50b6ed4bb6
progman: Convert simplified Chinese resource to utf8.
2008-08-27 13:21:22 +02:00
Hongbo Ni
0eaabac545
wineconsole: Convert simplified Chinese resource to utf8.
2008-08-27 13:21:22 +02:00
Hongbo Ni
252243e932
winefile: Convert simplified Chinese resource to utf8.
2008-08-27 13:21:22 +02:00
Hongbo Ni
746981a8e7
winhlp32: Convert simplified Chinese resource to utf8.
2008-08-27 13:21:22 +02:00
Hongbo Ni
e371287971
notepad: Convert simplified Chinese resource to utf8.
2008-08-27 13:21:22 +02:00
Alexander Nicolaysen Sørnes
1def017ecd
regedit: Ignore case when sorting values.
2008-08-27 13:21:22 +02:00
Alexander Nicolaysen Sørnes
c6d01ac847
regedit: Add listview entries as unicode.
2008-08-27 13:21:22 +02:00
Alexander Nicolaysen Sørnes
b0a8b66789
regedit: Fix leak in GetItemFullPathW.
2008-08-27 13:21:21 +02:00
Alexander Nicolaysen Sørnes
46ea43e677
regedit: Convert menu & statusbar handling to unicode.
2008-08-27 13:21:21 +02:00
Alexander Nicolaysen Sørnes
5915b49700
regedit: Use only SendMessageW in treeview.c.
2008-08-26 12:07:42 +02:00
Alexander Nicolaysen Sørnes
be43131b49
regedit: Convert treeview init to Unicode.
2008-08-26 12:07:42 +02:00
Alexander Nicolaysen Sørnes
583bf6e4bf
regedit: Convert searching to Unicode.
2008-08-26 12:07:42 +02:00
Alexandre Julliard
b3ec2e5f95
makefiles: Recurse into all directories for install-lib and install-dev too.
2008-08-25 14:27:03 +02:00
Muneyuki Noguchi
b8b3a7d89b
winefile: Add a Japanese resource file.
2008-08-25 12:36:20 +02:00
Muneyuki Noguchi
7fe4e83c33
winecfg: Update Japanese translation.
2008-08-25 12:36:16 +02:00
Alexandre Julliard
4051eaf7c9
configure: Allow multiple variables in makefile output, and generate the programs directory lists.
2008-08-25 12:14:54 +02:00
Alexander Nicolaysen Sørnes
ded5b05e4a
regedit: Fix memory leaks in favourites handling.
2008-08-25 11:39:02 +02:00
Alexander Nicolaysen Sørnes
455ce06d4f
regedit: Convert favourites handling to unicode.
2008-08-25 11:38:56 +02:00
Alexander Nicolaysen Sørnes
039df36b16
regedit: Fix possible memory leaks.
2008-08-25 11:38:28 +02:00
Alexander Nicolaysen Sørnes
223c24bdbf
regedit: Remove unneeded character conversions.
2008-08-25 11:38:20 +02:00
Muneyuki Noguchi
757f347dd3
winhlp32: Add Japanese resources.
2008-08-25 11:14:36 +02:00
Muneyuki Noguchi
bea8b95904
clock: Add Japanese resources.
2008-08-25 11:14:23 +02:00
Alexander Nicolaysen Sørnes
74cae34da8
regedit: Convert AddEntryToTree to unicode.
2008-08-22 11:32:09 +02:00
Alexander Nicolaysen Sørnes
a6a4109dd4
regedit: Convert key creation to unicode.
2008-08-22 11:32:09 +02:00
Hongbo Ni
d9e45488f6
progman: Update simplified Chinese resource.
2008-08-22 10:40:29 +02:00
Hongbo Ni
1897f8369a
winconsole: Update simplified Chinese resource.
2008-08-22 10:40:26 +02:00
Hongbo Ni
5070763a0e
winefile: Update simplified Chinese resource.
2008-08-22 10:40:22 +02:00
Hongbo Ni
3f83493a7f
winhlp32: Update simplified Chinese resource.
2008-08-22 10:40:18 +02:00
Hongbo Ni
b46ffb40c6
clock: Update simplified Chinese resource.
2008-08-22 10:40:15 +02:00
Muneyuki Noguchi
da11bfda28
winecfg: Update Japanese translation.
2008-08-22 10:40:09 +02:00
Muneyuki Noguchi
f9bc73e25f
notepad: Update Japanese translation.
2008-08-22 10:40:04 +02:00
Muneyuki Noguchi
2e61fe2227
regedit: Update Japanese translation.
2008-08-22 10:39:59 +02:00
Alexander Nicolaysen Sørnes
237b4109bd
winhlp32: Update Norwegian Bokmål translation.
2008-08-22 10:39:38 +02:00
Vladimir Pankratov
91227d9138
taskmgr: Converted some functions and variables to Unicode.
2008-08-21 14:24:30 +02:00
Vladimir Pankratov
bc4ded7469
taskmgr: Converted some functions and variables to Unicode.
2008-08-21 14:22:02 +02:00
Vladimir Pankratov
79fadfa7f5
taskmgr: Converted some functions and variables to Unicode.
2008-08-21 14:20:46 +02:00
Vladimir Pankratov
b98334b9ec
taskmgr: Converted some functions and variables to Unicode.
2008-08-21 14:19:56 +02:00
Vladimir Pankratov
b28a6c1889
taskmgr: Converted some functions and variables to Unicode.
2008-08-21 14:17:16 +02:00
Roy Shea
44941a55fa
expand: Extended expand program to accept /r argument.
2008-08-21 13:44:10 +02:00
David Adam
2ca1fe29b8
wordpad: Update the French translation.
2008-08-21 13:26:56 +02:00
Alexander Nicolaysen Sørnes
93f1d070fc
regedit: Fix passing null pointer.
2008-08-21 12:52:01 +02:00
Hongbo Ni
8720776749
notepad: Update simplified Chinese resource.
2008-08-21 11:42:35 +02:00
Owen Rudge
393fd51f79
uninstaller: Remove GUI portion of Wine uninstaller.
2008-08-20 12:22:53 +02:00
Alexander Nicolaysen Sørnes
6168a7c60c
regedit: Convert clipboard handling to unicode.
2008-08-20 12:20:37 +02:00
Alexander Nicolaysen Sørnes
5cb8bccf46
regedit: Convert printing&help to unicode.
2008-08-20 12:20:33 +02:00
Alexander Nicolaysen Sørnes
04929756e7
regedit: Convert deletion to unicode.
2008-08-20 12:20:28 +02:00
Christian Costa
04d72cdd6f
d3dxof: Add basic tests.
2008-08-19 15:30:32 +02:00
Alexandre Julliard
3842ab09f1
makefiles: Add missing entries for mstask tests.
2008-08-19 15:30:25 +02:00
Kirill K. Smirnov
2bca1c86ad
winhlp32: Use TopicOffset mapping and get rid of unused function.
2008-08-19 15:15:02 +02:00
Kirill K. Smirnov
4c387a9567
winhlp32: Fix offsets handling for old 3.0 files.
2008-08-19 15:14:54 +02:00
Kirill K. Smirnov
deb98a4e83
winhlp32: Load internal file containing pagenum->topicoffset mapping.
2008-08-19 15:14:36 +02:00
Kirill K. Smirnov
e8eb6d1b42
winhlp32: Set correct font size while generating rtf stream.
2008-08-18 17:15:55 +02:00
Rob Shearman
257bf68f3d
rpcss: Register the endpoint for the ncalrpc protseq for the endpoint mapper.
2008-08-18 14:35:38 +02:00
Rob Shearman
a80a6353d7
rpcss: Warn in ept_insert if TowerExplode fails.
2008-08-18 14:35:34 +02:00
Eric Pouech
687a00c0af
winedbg: Don't force integral values while displaying a stack value, it doesn't work for float/double values.
2008-08-18 14:34:10 +02:00
Kirill K. Smirnov
520ab5c261
winhlp32: Clear richedit area before setting text.
2008-08-05 14:09:38 +02:00
Kirill K. Smirnov
52081393bc
winhlp32: Fix off-by-one error.
2008-08-05 14:09:38 +02:00
Kirill K. Smirnov
7377856352
winhlp32: Fix parsing system header of win3.0 help file.
2008-08-05 14:09:37 +02:00
Vladimir Pankratov
2a4429bfa3
winecfg: Update Russian translation.
2008-08-05 14:09:37 +02:00
Kirill K. Smirnov
359cd00982
wineconsole: Check return value of CreateWindow() for errors, do not rely upon callback function.
2008-08-04 13:04:05 +02:00
Kirill K. Smirnov
a7cb435400
winhlp32: Remove outdated comment.
2008-08-01 12:21:03 +02:00
Kirill K. Smirnov
c7eec67554
winhlp32: Remove superfluous buttons from propsheet dialog templates.
2008-08-01 12:21:00 +02:00
Alexandre Julliard
b008b053a9
winetest: Set environment variables in the Win32 environment.
2008-08-01 11:18:11 +02:00
Vladimir Pankratov
992d004382
taskmgr: Converted some functions to Unicode.
2008-08-01 11:18:11 +02:00
Colin Finck
a33d7fc8c9
Fix some hackish usages of WideCharToMultiByte.
2008-07-31 14:08:29 +02:00
Lei Zhang
e6bce797d3
cmd: Check the return value from HeapAlloc.
2008-07-30 14:38:51 +02:00
Vladimir Pankratov
b822886c70
taskmgr: Update Russian translation.
2008-07-30 12:43:39 +02:00
Vladimir Pankratov
1d1dfc1f18
taskmgr: Remove unused code.
2008-07-29 14:09:23 +02:00
Vladimir Pankratov
78e59637bd
taskmgr: Update Russian translation.
2008-07-28 12:17:29 +02:00
Owen Rudge
021850c0b8
winefile: Fix absolute pidl conversion for non-filesystem shell objects.
2008-07-28 11:32:28 +02:00
Gerald Pfeifer
412cd04cfc
wordpad: Remove unused parameter for preview_command().
2008-07-23 11:20:50 +02:00
Gerald Pfeifer
b15bcddeac
winedbg: Fix the type of four loop variables and reduce scope of one.
2008-07-22 15:25:47 +02:00
Frans Kool
c91eb084ce
wordpad: Added missing Dutch translations.
2008-07-21 14:37:13 +02:00
Alexandre Julliard
b4e26f0419
winetest: Fix a compiler warning with the size_t type.
2008-07-21 13:00:14 +02:00
Francois Gouget
22ff8c9b29
regedit: Remove a couple of left-over debug statements.
2008-07-21 12:59:55 +02:00
Zac Brown
b2be840e47
winhttp/tests: Add test for opening request.
2008-07-18 12:48:47 +02:00
James Hawkins
d725626a2b
services: Assign the service manager db to the lock in LockServiceDatabase.
2008-07-18 11:06:25 +02:00
Alexander Nicolaysen Sørnes
0952fd3a89
regedit: Fixes for Norwegian Bokmål translation.
2008-07-18 11:06:04 +02:00
Alexander Nicolaysen Sørnes
abea9de69b
winefile: Don't access uninitialized value.
...
Spotted by Dan Kegel.
2008-07-18 11:06:00 +02:00
Alexander Nicolaysen Sørnes
b69592416c
wordpad: Show error if file open fails.
2008-07-18 11:05:50 +02:00
Vladimir Pankratov
d168078fe0
winhlp32: Update Russian translation.
2008-07-17 13:12:47 +02:00
Hwang YunSong(황윤성)
fb0e728a74
winhlp32: Updated Korean resource.
2008-07-16 20:12:39 +02:00
Detlef Riekenberg
fbc9dc109c
winetest: Run tests again on Win9x.
2008-07-16 19:56:24 +02:00
Frans Kool
4c31603eb6
wordpad: Fixed and added Dutch translations.
2008-07-16 17:53:50 +02:00
Frans Kool
9d2e5091b9
winhlp32: Fixed Dutch translations.
2008-07-16 17:53:45 +02:00
Frans Kool
9eaf4c2890
regedit: Fixed Dutch translations.
2008-07-16 17:53:41 +02:00
Alexander Nicolaysen Sørnes
bf76a39f3b
regedit: Update Norwegian Bokmål translation.
2008-07-16 17:52:06 +02:00
Alexander Nicolaysen Sørnes
d50e2df17b
notepad: Fix opening Unicode files.
2008-07-14 12:26:25 +02:00
Alexander Nicolaysen Sørnes
d1e02c169d
regedit: Add missing fclose on file import.
2008-07-14 12:26:17 +02:00
Alexander Nicolaysen Sørnes
4ef4777630
regedit: Fix concat handling in unicode import.
2008-07-14 12:25:49 +02:00
Alexander Nicolaysen Sørnes
bd2734d9c6
wordpad: Show error message if saving fails.
2008-07-14 12:25:24 +02:00
Dylan Smith
e3efa88c45
richedit: Cannot undo setting of default character format.
...
This also reverts commit 2b52dd845097f16076c0185b02a003f63898dcab:
wordpad: Empty the richedit undo buffer on creation.
The reverted commit I created to fix an issue that only applied to Wine,
but it just masked the issue which was in richedit controls. The
default character format was set in two places while wordpad was
starting up, and caused wordpad to have two undo items at startup.
2008-07-14 12:22:44 +02:00
Eric Pouech
8291034d01
winhelp: Double clicking in the index list should open the page.
2008-07-14 12:20:45 +02:00
Eric Pouech
cdd235e24a
winhelp: Constify the internal .hlp file parsing.
2008-07-14 12:20:37 +02:00
Eric Pouech
ace5171df6
winhelp: Move the check about correct RLE decoding inside the decoding routine itself.
2008-07-14 12:20:27 +02:00
Eric Pouech
81168297e2
winhelp: Allow MACRO_Execute to be called recursively.
2008-07-14 12:19:37 +02:00
Eric Pouech
7d0b6bd4a6
winhelp: Implemented SetPopupColor macro.
2008-07-14 12:19:23 +02:00
Eric Pouech
448fed2055
winhelp: Implemented SetHelpOnFile macro.
2008-07-14 12:19:16 +02:00
Eric Pouech
f6e93ea2d3
winhelp: Fixed memory leak in macro handling.
2008-07-14 12:19:00 +02:00
Eric Pouech
6346250ed8
winhelp: Pick nicer fonts for buttons.
2008-07-14 12:18:54 +02:00
Andre Wisplinghoff
a7f84cc035
regedit: Implement deleting multiple values.
2008-07-11 14:49:44 +02:00
Alexander Nicolaysen Sørnes
2a9713a6cb
regedit: Null-terminate buffer in Unicode file import.
2008-07-11 14:07:07 +02:00
Alexander Nicolaysen Sørnes
e4b1abefdd
regedit: Fix comment handling in Unicode file import.
2008-07-11 14:06:57 +02:00
Alexander Nicolaysen Sørnes
e83d8dad04
regedit: Use strchrW instead of custom code in Unicode file import.
2008-07-11 14:06:49 +02:00
Alexander Nicolaysen Sørnes
6f2e3e1b1e
regedit: Add support for importing Unicode files.
2008-07-10 18:09:15 +02:00
Alexander Nicolaysen Sørnes
9d60849037
regedit: Convert remaining registry import code to Unicode.
2008-07-10 18:01:33 +02:00
Alexander Nicolaysen Sørnes
db074ee9a3
regedit: Convert openKey to Unicode.
2008-07-10 17:58:56 +02:00
Alexander Nicolaysen Sørnes
2e7b8cbc42
regedit: Convert the rest of setValue to Unicode.
2008-07-10 17:54:21 +02:00
Alexandre Julliard
f7f249e59b
regedit: Fixed the GetWideString and GetMultiByteString functions to work with null-terminated strings.
2008-07-10 17:49:36 +02:00
Alexandre Julliard
23296f0c4a
winetest: Use Win32 APIs exclusively for file I/O and output redirection.
2008-07-10 17:45:22 +02:00
Alexander Nicolaysen Sørnes
c23da6c35f
regedit: Use RegSetValueExW when importing data.
2008-07-10 13:33:53 +02:00
Alexander Nicolaysen Sørnes
f4c3e0f464
regedit: Use unicode for all key deletion.
2008-07-10 13:32:54 +02:00
Francois Gouget
888cf5a4af
rpcss: Add a trailing '\n' to a Wine trace.
2008-07-10 12:18:34 +02:00
Francois Gouget
bfc133f19b
winhlp32: Remove spaces before '...'.
2008-07-10 12:18:19 +02:00
Stefan Leichter
b8c6d8e598
rasapi32: Added some tests for RasEnumDevicesA (based on a patch by Austin English),
2008-07-09 12:34:34 +02:00
Hwang YunSong(황윤성)
eebed38b5b
winhlp32: Updated Korean resource.
2008-07-09 10:45:05 +02:00
Alexander Nicolaysen Sørnes
eafa99ea55
regedit: Convert import delete handling to unicode.
2008-07-08 21:26:21 +02:00
Mikołaj Zalewski
ca12410f46
taskmgr: Use own icon in Run dialog.
2008-07-08 21:08:54 +02:00
Alistair Leslie-Hughes
d4f0685173
oleview: Fixed crash with loading typelib information.
2008-07-08 12:28:07 +02:00
Gerald Pfeifer
7da2a20a19
winecfg: Fix signedness of variable in enumerate_valuesW().
2008-07-08 11:32:07 +02:00
Alexander Nicolaysen Sørnes
8a3f21f0b1
winhlp32: Update Norwegian Bokmål translation.
2008-07-08 10:43:40 +02:00
Alexander Nicolaysen Sørnes
5bd57c5992
winecfg: Update Norwegian Bokmål translation.
2008-07-07 12:33:31 +02:00
Alexandre Julliard
28a2179dd6
Add noinput directive to all lex files to avoid a compiler warning.
2008-07-07 12:31:33 +02:00
Eric Pouech
fa25f187c3
winhelp: Remove the search button, hook the index button to the Finder, and add a new summary button to go back to main page.
2008-07-07 12:11:24 +02:00
Eric Pouech
841720e491
winhelp: Removed the topics button, and forward search and topics to the same prop sheet.
2008-07-07 12:11:23 +02:00
Dylan Smith
fcaa599181
wordpad: Properly save window rect on closing Min/Maximized windows.
...
Previously the window size and position was obtained in such a way that
when the window is closed while minimized, it would be hidden when the
program is started again. Closing a maximized window would save the
size of the maximized window and use it as the normal/restored size when
the program is started again.
2008-07-04 20:24:54 +02:00
Alexandre Julliard
7e8ecd2d64
services.exe: Pass the service name as first argument when auto-starting services.
2008-07-02 12:02:11 +02:00
Hwang YunSong(황윤성)
c4133613df
winhlp32: Updated Korean resource.
2008-07-02 11:51:19 +02:00
Hwang YunSong(황윤성)
a617634e2e
taskmgr: Updated Korean resource.
2008-07-02 11:51:14 +02:00
Hwang YunSong(황윤성)
c41d74167e
winecfg: Updated Korean resource.
2008-07-01 12:22:38 +02:00
Vladimir Pankratov
92642828d6
taskmgr: Changed about form to standard shell32.
2008-07-01 11:22:58 +02:00
Eric Pouech
21b9cb0783
winhelp: Let CtrlC do something useful thanks to richedit.
2008-06-30 14:16:38 +02:00
Eric Pouech
cec4ee8648
winhelp: Start implementing a prop sheet for all lookup needs.
2008-06-30 14:15:47 +02:00
Mikołaj Zalewski
f8a104f4a5
taskmgr: Move Run dialog caption to resources, use the standard text.
2008-06-30 13:24:36 +02:00
Vladimir Pankratov
2025d14503
winhlp32: Update Russian translation.
2008-06-30 12:12:31 +02:00
Vladimir Pankratov
79f4ec5cd4
winecfg: Update Russian translation.
2008-06-30 12:12:21 +02:00
Dmitry Timoshkov
da88293338
wordpad: Pass correct parameters to WM_SIZE message handler.
2008-06-27 12:32:21 +02:00
Filipe Ferreira
a933d5401e
winecfg: Added Windows registration information setting.
2008-06-26 13:40:51 +02:00
Rob Shearman
45a3462c32
rpcrt4/rpcss: Remove old named pipe code for communicating with RPCSS process.
2008-06-26 12:20:24 +02:00
Rob Shearman
16849ceba9
rpcss: Implement endpoint-mapper server using DCE/RPC.
2008-06-26 12:16:48 +02:00
Alexandre Julliard
966cf7c86e
explorer.exe: Create the top-level message window along with the desktop window.
2008-06-25 14:49:33 +02:00
Juan Lang
cca77db0a6
inetmib1: Add tests for SnmpExtensionInit.
2008-06-25 10:56:13 +02:00
Dylan Smith
b599f89abe
winemine: Increased buffer size for player names.
...
Player names can be 31 characters long in Windows, so winemine should
now be able to read any of the player names in the registry created from
the minesweeper in the native Windows.
2008-06-25 10:48:28 +02:00
Dylan Smith
beccf37586
winemine: The number of mines should be visible before first choice.
...
There were a few lines of code that I removed that explicitly kept the
number of mines and the timer unlit before the game started. This isn't
consistent with Windows, so I don't know what the purpose was for doing
this. In fact, it prevents the number of mines from being shown ahead
of time, which is useful information.
2008-06-25 10:48:10 +02:00
Dylan Smith
273080af7d
winemine: Middle click drag should move the box highlighting.
...
The correct behaviour was intended, but the wrong check was made for
wParam on the WM_MOUSEMOVE event.
2008-06-25 10:47:22 +02:00
Dylan Smith
04f925e72c
winemine: Set mines after first choice.
...
The first choice never is on a mine in Windows. This can be tested by
making a custom game with as many mines as possible, and then playing
the start of many games, and the first choice will never be on a mine.
This is done to make the game reasonable, since after the first choice
there will at least be some information given to make the next choice.
2008-06-25 10:47:18 +02:00
Dylan Smith
df62e0277a
winemine: Adding flag before the game starts shouldn't start the timer.
...
The game only starts when the player left clicks on a box to test it for
a mine, not when a flag is added. Manually tested against Windows XP.
2008-06-25 10:44:45 +02:00
Dylan Smith
8f1a85e4d5
winemine: Beginner mode should have one more row and column.
...
Windows uses a 9x9 instead of 8x8 board for beginner mode.
2008-06-25 10:44:32 +02:00
Hwang YunSong(황윤성)
8ce4a6fdec
winhlp32: Updated Korean resource.
2008-06-25 10:43:22 +02:00
Michael Stefaniuc
7057d7a914
winedbg: Fix "floating pointer" typo.
2008-06-24 11:51:20 +02:00
Eric Pouech
cd8b30f1dd
winhelp: Removed the main history button, and use the item in Options menu instead.
2008-06-23 13:11:51 +02:00
Eric Pouech
2ecb36709e
winhelp: Added the options menu.
2008-06-23 13:10:39 +02:00
Eric Pouech
25b79fafe3
winhelp: Properly quit winhelp when no file are given on command line.
2008-06-23 12:47:01 +02:00
Ted Percival
0674e61955
regedit: Interpret REG_DWORD as unsigned in editor.
2008-06-23 12:46:52 +02:00
Vladimir Pankratov
87b5e94480
taskmgr: Add Russian translation.
2008-06-23 12:45:56 +02:00
Vladimir Pankratov
ad0c267f74
oleview: Add Russian translation.
2008-06-21 11:13:44 +02:00
Dylan Smith
8769e706cc
wordpad: Fixed a bug in setting the recent file list in the registry.
2008-06-20 12:34:57 +02:00
Dylan Smith
d0927f63aa
wordpad: Fixed bugs that prevented setting alignment through dialog.
...
The combobox to select the alignment in the paragraph format dialog
did not have enough height to display the dropdown list. Also, code was
missing to set the alignment when OK button is pressed. This patch fixes
these issues.
2008-06-20 12:34:39 +02:00
Dylan Smith
7fe5d6ad60
wordpad: Fixed calculations for the paragraph format dialog.
2008-06-20 12:32:52 +02:00
Dylan Smith
2ee7bcc13c
wordpad: Apply changes on dropdown selection for comboboxes on toolbar.
...
The changes were previously being applied only when the combobox's edit
control lost focus notifying an end edit event. In addition, the
selection of an item from the dropdown list should also cause the
changes to be applied. New functions were created to handle the
duplication in expected behaviour for these two events.
2008-06-20 12:32:30 +02:00
Dylan Smith
6fab4754d7
wordpad: Fixed the font size validation for the toolbar's combobox.
2008-06-20 12:30:47 +02:00
Dylan Smith
536edd7bfc
wordpad: Added style to the richedit control to not hide selection.
...
When run with the native richedit control the selection will be hidden
when focus is lost without the ES_NOHIDESEL style applied to the
richedit control. This can be annoying in native windows when focus is
on a combobox in the toolbar, because it won't show what text will be
changed. This patch adds the ES_NOHIDESEL style to be consistent with
native wordpad.
2008-06-20 12:29:39 +02:00
Mikołaj Zalewski
30899341cd
winhlp32: Update Polish translation.
2008-06-20 11:28:19 +02:00
Jon Griffiths
f2276f5a49
include: Provide wide char definitions for CFSTR_*.
2008-06-19 12:44:43 +02:00
Vladimir Pankratov
56c1ea6af4
regedit: Update Russian translation.
2008-06-19 11:55:20 +02:00
Jon Griffiths
9e62412dc1
winedbg: Add support for printing c++ bool values.
2008-06-18 16:48:17 +02:00
Francois Gouget
600368c4ed
winecfg: Remove spaces before '...'.
2008-06-16 15:52:31 +02:00
Francois Gouget
dcfd6b9d50
regedit: Remove spaces before '...'.
2008-06-16 15:52:27 +02:00
Francois Gouget
d81fb8e027
Remove spaces before '...' in the Danish resources.
2008-06-16 15:52:21 +02:00
Jaime Rave
39289d4bd4
wineconsole: Update Spanish translation.
2008-06-16 15:52:01 +02:00
Matthias Kupfer
0e074d6dd6
wordpad: Small typo fix for German translation.
2008-06-16 15:51:46 +02:00
Francois Gouget
d66790e327
xcopy: Remove spaces before '\n' in resource strings.
2008-06-12 12:03:34 +02:00
Michael Stefaniuc
40f85c70bb
winecfg: Fix the Portuguese Brazilian translation.
...
Thanks to Mauricio Teixeira <mteixeira@webset.net> for the translation.
2008-06-12 12:03:13 +02:00
Alexandre Julliard
0b85c35c70
net: Add missing #pragma codepage in utf-8 resources.
2008-06-11 20:32:08 +02:00
Michael Karcher
40e8e95cf7
xcopy: Fix non-translation of a string.
2008-06-11 20:03:27 +02:00
Francois Gouget
cbfca763bb
notepad: Remove spaces before '\n' in resource strings.
2008-06-11 20:03:15 +02:00
Francois Gouget
b31fbfc47d
cmd: Remove spaces before '\n' in resource strings.
2008-06-11 20:03:12 +02:00
Francois Gouget
ded229c492
winecfg: Remove spaces before '\n' in resource strings.
2008-06-11 20:03:05 +02:00
Francois Gouget
67e003676c
net: Remove spaces before '\n' in resource strings.
2008-06-11 20:03:02 +02:00
Mikołaj Zalewski
d0d2b4a45c
xcopy: German should use SUBLANG_NEUTRAL.
2008-06-11 20:02:24 +02:00
Michael Stefaniuc
48bc578c68
regedit: Fix the Danish translation.
2008-06-11 11:27:35 +02:00
Michael Stefaniuc
b68f6d9fbe
winecfg: Fix and re-enable the Italian translation.
2008-06-11 11:27:32 +02:00
Michael Stefaniuc
4f03310ec5
regedit: Fix the Slovenian translation.
2008-06-11 11:27:30 +02:00
Michael Stefaniuc
7f09556e24
regedit: Fix the Turkish translation.
2008-06-11 11:27:28 +02:00
Michael Karcher
95f3b94800
xcopy: Add German translation.
2008-06-11 11:27:23 +02:00
Francois Gouget
c959867510
winecfg: Update the Portuguese and Brazillian translations, based on a patch by Americo Jose Melo.
2008-06-10 19:45:49 +02:00
Francois Gouget
9b81d86a6d
Replace SUBLANG_ENGLISH_US with SUBLANG_DEFAULT.
2008-06-10 19:45:14 +02:00
Francois Gouget
4ddb0a9e8f
progman: Update the license and warranty French translation.
2008-06-10 19:45:09 +02:00
Francois Gouget
91423de8f3
winecfg: Update the license French translation.
2008-06-10 19:45:07 +02:00
Francois Gouget
85bdabeb5a
clock: Update the license and warranty French translation.
2008-06-10 19:45:05 +02:00
Francois Gouget
a0be11e3e8
progman: Progman is a program, not a library. So tweak the license and warranty messages accordingly.
2008-06-10 19:45:02 +02:00
Francois Gouget
dbd8387cbd
winecfg: Winecfg is a program, not a library. So tweak the license and warranty messages accordingly.
2008-06-10 19:44:59 +02:00
Francois Gouget
705dc91571
clock: Clock is a program, not a library. So tweak the license and warranty messages accordingly.
2008-06-10 19:42:51 +02:00
Alexandre Julliard
065dc03faf
winetest: Fix the printf format for the version numbers.
2008-06-10 17:45:24 +02:00
Francois Gouget
5bc7b784cb
notepad: Improve handling of quoted filenames.
2008-06-10 17:43:00 +02:00
Francois Gouget
88d3994de2
start: Remove spaces before '\n' in resource strings.
2008-06-10 11:34:49 +02:00
Hans Leidekker
3dcf22e03f
winebrowser: Convert URL obtained through DdeGetData to Unicode.
2008-06-09 12:39:17 +02:00
Jonathan Ernst
6f41fd0c86
notepad: Updated About menu entry.
2008-06-09 12:39:03 +02:00