Commit graph

47326 commits

Author SHA1 Message Date
Juan Lang
1723157954 inetmib1: Add stub dll. 2008-06-25 10:53:02 +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
Kai Blin
2d02cb056d netapi32: tests/access: Don't clutter up standalone Windows boxes.
On Windows XP (and newer), calling NetUserChangePassword with a NULL
domainname parameter creates a user home directory, iff the machine is
not member of a domain.  As we don't want to clutter up the folder
containing the home directories, specify \\127.0.0.1 as domainname to
access the local samdb.
2008-06-25 10:44:03 +02:00
Hwang YunSong(황윤성)
8ce4a6fdec winhlp32: Updated Korean resource. 2008-06-25 10:43:22 +02:00
H. Verbeet
079686b707 d3d9: Use color_match() in fog_with_shader_test(). 2008-06-25 10:43:13 +02:00
H. Verbeet
c433562a68 wined3d: Explicitly enable depth buffer writing in depth_blt().
This prevents conflicts with WINED3DRS_ZWRITEENABLE.
2008-06-25 10:43:08 +02:00
James Hawkins
6056fd1b05 msi: Add another MsiGetFileVersionTest. 2008-06-25 10:43:02 +02:00
James Hawkins
75a10719ac urlmon: Fix a few test failures in IE7. 2008-06-25 10:42:53 +02:00
James Hawkins
f564ed5f1f mscms: Only check the first three characters of the color space name. 2008-06-25 10:42:50 +02:00
Jacek Caban
7d978d557f mshtml: Forward HTMLSelectElement's IDispatch functions to IDispatchEx implementation. 2008-06-25 10:42:41 +02:00
Jacek Caban
1d6c28459b mshtml: Added IHTMLSelectElement::get_type implementation. 2008-06-25 10:42:36 +02:00
Jacek Caban
9338979c11 mshtml: Added IHTMLInputElement::put_disabled implementation. 2008-06-25 10:42:32 +02:00
Jacek Caban
6314becd8c mshtml: Added IHTMLElement::put_title implementation. 2008-06-25 10:42:27 +02:00
Jacek Caban
f911e240d0 mshtml: Added IHTMLElement::get_title implementation. 2008-06-25 10:42:23 +02:00
Jacek Caban
a3a9a317de mshtml: Added IHTMLSelectElement::put_onchange implementation. 2008-06-25 10:42:15 +02:00
Jacek Caban
da8560bbf7 mshtml: Return NULL instead of empty string in IHTMLSelectElement::get_value. 2008-06-25 10:42:08 +02:00
Jacek Caban
c2759cb80d mshtml: Added IHTMLSelectElement::put_value implementation. 2008-06-25 10:42:03 +02:00
Maarten Lankhorst
8bedda7e1f quartz: Make the memory allocator emit more warnings and fix race condition. 2008-06-25 10:41:58 +02:00
Maarten Lankhorst
6aabf5d39e quartz: Create thread after connection is made. 2008-06-25 10:41:52 +02:00
Maarten Lankhorst
33294331d2 quartz: Remove dead code from DSoundRender. 2008-06-25 10:41:47 +02:00
Maarten Lankhorst
cdb66444ed quartz: Handle case where ReceiveConnection is called on an already connected pin. 2008-06-25 10:39:47 +02:00
Paul Vriens
99deb5ca2c shlwapi/tests: Fix another test on Vista. 2008-06-25 10:39:35 +02:00
Paul Vriens
f88a3c569e shlwapi/tests: Fix a test on Vista. 2008-06-25 10:39:31 +02:00
Kai Blin
c7ffd4fab9 advapi32: Fix lsa tests for domain members.
For a domain member, the domain info contains meaningful implementation.
It makes no sense to check for the standalone case only.
2008-06-25 10:39:22 +02:00
Dmitry Timoshkov
6f16f81340 include: Undefine a custom DECL_WINELIB_DBT_TYPE_AW macro at the end of the file. 2008-06-25 10:39:16 +02:00
Dmitry Timoshkov
3ead12bb84 include: Remove a semicolon from a DECL_WINELIB_TYPE_AW use. 2008-06-25 10:39:13 +02:00
Zac Brown
332733a43b mshtml: Initialize variables in a couple structs. 2008-06-25 10:39:07 +02:00
Paul Vriens
dd01d39f3b kernel32: Fix return values of GetConsoleCursorInfo. 2008-06-24 12:47:18 +02:00
Paul Vriens
296bbde1c1 kernel32/tests: Add some tests for GetConsoleCursorInfo. 2008-06-24 12:45:25 +02:00
Paul Vriens
732a07957d shell32/tests: Skip some tests if functions are not available. 2008-06-24 12:45:20 +02:00
Dmitry Timoshkov
bb4e7832b4 user32: Make test_SetForegroundWindow() the last message test. 2008-06-24 12:45:16 +02:00
Zhangrong Huang
ebe2ae146c kernel32: Add locale script tag resources. 2008-06-24 12:39:27 +02:00
Dmitry Timoshkov
0d6dcc1e4e gdi32: Perform correct glyph scaling even if font metrics haven't been cached yet. 2008-06-24 12:23:10 +02:00
Dmitry Timoshkov
6f7457d8ad gdi32: Add a test for outline text metrics. 2008-06-24 12:23:03 +02:00
Dmitry Timoshkov
e02168791e gdi32: Indent a block of code using 4 spaces instead of 5. 2008-06-24 12:22:49 +02:00
Dmitry Timoshkov
b2fa21e4bb gdi32: Scale outline font metrics. 2008-06-24 12:22:42 +02:00
Dmitry Timoshkov
433c3cfeec gdi32: Don't return cached glyph metrics if a custom transformation was requested. 2008-06-24 12:22:31 +02:00
Dmitry Timoshkov
7ef471220d gdi32: Don't cache glyph metrics if they have a custom transformation. 2008-06-24 12:22:24 +02:00
Dmitry Timoshkov
8cdca3980a gdi32: Apply the custom transform to a glyph only if it's not an identity one. 2008-06-24 12:22:18 +02:00
Dmitry Timoshkov
df76fe6f0c gdi32: Perform the world transform separately from font scaling. 2008-06-24 12:21:42 +02:00
Dmitry Timoshkov
8a6628aea5 gdi32: Font scaling transform is performed separately. 2008-06-24 12:21:28 +02:00
Dmitry Timoshkov
85c16fc45b gdi32: Don't forget to update the glyph advance in the case of a custom transformation. 2008-06-24 12:21:16 +02:00
Dmitry Timoshkov
9675720510 gdi32: Initialize otmMacAscent, otmMacDescent, otmMacLineGap in outline text metrics. 2008-06-24 12:21:06 +02:00
Dmitry Timoshkov
e378795970 gdi32: Perform font height scaling with higher precision. 2008-06-24 12:20:55 +02:00
Dmitry Timoshkov
ade4132b25 gdi32: Make GetOutlineTextMetrics set tmDigitizedAspectX/Y to real values as GetTextMetrics does. 2008-06-24 12:20:50 +02:00