Commit Graph

3489 Commits

Author SHA1 Message Date
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