Sven Baars
dd09205984
winefile: Fix Dutch translation.
2010-05-28 16:22:30 +02:00
Henri Verbeet
c3cda92cf4
d3d9/tests: Remove an invalid point size test.
...
This test tests point size clamping behaviour when POINTSIZE_MAX <
POINTSIZE_MIN, but that behaviour isn't consistent between D3D drivers.
2010-05-28 16:22:26 +02:00
Henri Verbeet
1c12ba44a7
d3d9/test: Introduce point_match() to simplify testing point sizes.
2010-05-28 16:22:26 +02:00
Henri Verbeet
8c92f805f6
d3d9/tests: Don't depend so much on point rasterization rules in pointsize_test().
...
We can create a separate test for point rasterization if we really care about
that, but I doubt we do.
2010-05-28 16:22:26 +02:00
André Hentschel
64951f7110
dbghelp: Use the available PowerPC functions.
2010-05-28 16:22:26 +02:00
Nikolay Sivov
d5373c811f
README.ru: Fix some problems with words order in phrases.
2010-05-28 16:22:26 +02:00
Robert Wilhelm
620af69d88
msvcrt: Support system(NULL).
2010-05-28 16:22:26 +02:00
Alexandre Julliard
d815e582cf
user32: Only skip redraws on MDI child unmaximize if the new child is maximized.
2010-05-28 16:22:26 +02:00
Alexandre Julliard
2db72e9859
winex11: Only unmap windows when the window rect changes to unmapped the first time.
2010-05-28 16:22:26 +02:00
Alexandre Julliard
61e50e15ba
winex11: Map zero-size windows and set an empty window region for them.
2010-05-28 16:22:25 +02:00
Alexandre Julliard
81c4b4120d
winex11: Set size hints to 1x1 for zero-sized windows.
2010-05-28 16:22:25 +02:00
Alexandre Julliard
8b84d64075
winex11: Set window style to normal for windows with a minimize box.
...
Some window managers don't allow minimizing dialog windows.
2010-05-28 16:22:25 +02:00
Kristofer Henriksson
c58eff621d
winemp3.acm: Fix the Mac-specific code.
...
The previous code does not function on Snow Leopard, and does not conform
to Apple's documentation. This fix should function on all versions of OS X
later than 10.2.
2010-05-28 16:22:25 +02:00
Dmitry Timoshkov
167514ce94
winex11.drv: Simulate pressing Alt+F4 instead of clicking the caption Close button when handling the WM_DELETE_WINDOW event.
2010-05-28 16:22:25 +02:00
Hans Leidekker
c9fd854e04
wuapi: Return success from automatic_updates_Pause.
2010-05-28 16:22:25 +02:00
Thomas Mullaly
67d642b540
urlmon/tests: Added tests for the IUri_Get* dword property functions.
2010-05-28 16:22:25 +02:00
Thomas Mullaly
4fed489fe6
urlmon/tests: Added the remainder of tests for the IUri_Get* string functions.
2010-05-28 16:22:25 +02:00
Thomas Mullaly
6d328c9d40
urlmon/tests: Added tests for half of the IUri_Get* string functions.
2010-05-28 16:22:25 +02:00
Michael Stefaniuc
8cf14ed7bd
devenum: Split the translations into separate resource files.
...
Also use the existing resource ID defines.
2010-05-28 16:22:24 +02:00
Vincent Povirk
9c95761d9e
ole32: Always check the size of the small block root chain.
...
In some storage files, the size of this stream is not a multiple of the big
block size. This means that we may need to enlarge the stream even when we
don't really have to allocate more space for it.
2010-05-28 16:22:24 +02:00
Nikolay Sivov
07f9087365
comctl32: Fix accelerator letters for Toolbar customizing dialog.
2010-05-28 16:22:24 +02:00
Nikolay Sivov
5ab5c581fb
wineboot: Add a translation for prefix update dialog.
2010-05-28 16:22:24 +02:00
Nikolay Sivov
1b9565ac3b
shell32: Complete strings resources.
2010-05-28 16:22:24 +02:00
Nikolay Sivov
3f1f5edd52
Fix unneeded capitalization in user prompts.
2010-05-28 16:22:24 +02:00
Aric Stewart
cddb5d6455
usp10: Apply all the GSUB features specified in Microsofts Typesetting documentation for Arabic Shaping.
2010-05-28 16:22:24 +02:00
Aric Stewart
5ad2f6e152
usp10: Break out a function to apply a GSUB feature to an entire string of glyphs.
2010-05-28 16:22:23 +02:00
André Hentschel
fd5e732a39
oledb32: Fix variant to integer conversion.
2010-05-28 12:31:13 +02:00
André Hentschel
fd5b4f4c0c
libs/port: Add support for amd64-mingw32msvc platform.
2010-05-28 12:31:13 +02:00
André Hentschel
4bd8d384c4
widl: Add support for amd64-mingw32msvc platform.
2010-05-28 12:31:13 +02:00
André Hentschel
3686e74e1b
winebuild: Add support for amd64-mingw32msvc platform.
2010-05-28 12:31:12 +02:00
Austin English
aafef7cdd5
dmusic: Use if(0) instead of #if 0 to make sure code still compiles.
2010-05-28 12:31:12 +02:00
Austin English
df9fda760e
loader: Remove mapat from map_so_lib, where it is unused.
2010-05-28 12:31:12 +02:00
Austin English
aef3f42f0a
winenas.drv: Remove oldb from nas_add_buffer, where it's unused.
2010-05-28 12:31:12 +02:00
Alexandre Julliard
c9d112fd94
user32: Re-enable the fast code path in CreateIconIndirect.
2010-05-28 11:22:08 +02:00
Alexandre Julliard
48cffa0323
kernel32/tests: Restore the stderr handle after the closing test.
2010-05-28 11:21:44 +02:00
Alexandre Julliard
a10e9ba092
kernel32: Unalign the stack on process startup to work around Doom3 bug.
2010-05-28 11:20:28 +02:00
Alexandre Julliard
aa9c781703
Revert "gdi32: Pre-multiply RGB values by alpha for subpixel font rendering."
...
This reverts commit aff0eac21b
. The RGB
values are already alpha values, they don't need to be pre-multiplied.
2010-05-28 00:09:21 +02:00
Alexandre Julliard
a72f3f3075
winedump: Don't include winbase16.h.
2010-05-27 17:09:14 +02:00
Alexandre Julliard
c94e7645a4
version: Don't include winbase16.h.
2010-05-27 17:04:12 +02:00
Alexandre Julliard
ed4846bed9
user32: Don't include winbase16.h.
2010-05-27 17:04:08 +02:00
Marcus Meissner
122bfcc185
include: Pack NE_NAMEINFO and NE_TYPEINFO pack(1).
2010-05-27 16:49:33 +02:00
Austin English
caf0e0befe
qedit: Fix return value of DllUnregisterServer.
2010-05-27 15:23:25 +02:00
Marcus Meissner
b7f3aa61f4
wininet: Check for NULL lpwhh (Coverity).
2010-05-27 15:22:12 +02:00
Thomas Mullaly
7bc121c880
urlmon/tests: Added tests for IUri_GetPropertyDWORD.
2010-05-27 14:46:44 +02:00
Thomas Mullaly
d68e88718d
urlmon/tests: Added tests for IUri_GetPropertyBSTR.
2010-05-27 14:46:44 +02:00
Andrew Nguyen
f96d192947
ws2_32: Update DLL version information to correspond to XP.
...
The Star Trek: Armada II demo tries to install a Windows 95 winsock
redist if the detected ws2_32.dll version is too old.
2010-05-27 14:46:43 +02:00
Henri Verbeet
2210b9a6ac
d3d9/tests: Fix a typo.
2010-05-27 14:46:43 +02:00
Henri Verbeet
6f57aabc0a
wined3d: Handle a zero source value for WINED3DSIH_POW.
2010-05-27 14:46:43 +02:00
Nikolay Sivov
d926939b12
comctl32: Export subclass calls by names too.
2010-05-27 14:46:43 +02:00
Vincent Povirk
645f7c6208
windowscodecs: Account for a NULL pceltFetched in ComponentEnum_Next.
2010-05-27 14:46:43 +02:00