Commit Graph

3281 Commits

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