Misha Koshelev
e4182ead47
d3dx9_36: Implement D3DXCreateMeshFVF.
2010-09-23 19:22:41 +02:00
Misha Koshelev
a6f2c003a3
d3dx9_36: D3DXDeclaratorFromFVF returns D3DERR_INVALIDCALL when an invalid declarator is passed.
2010-09-23 19:22:38 +02:00
Vitaly Perov
e8f56565cb
winspool.drv: Support pDevMode field in {Get/Set}Job.
2010-09-23 19:21:39 +02:00
Sven Baars
e169a780b0
mciwave: Fix some typos.
2010-09-23 19:21:22 +02:00
Piotr Caban
120346da88
msvcrt: Added 'll' modifier to printf functions.
2010-09-23 17:50:12 +02:00
Luca Bennati
f88ed20bc9
winefile: Update Italian translation.
2010-09-23 17:50:12 +02:00
Luca Bennati
84b84f776a
start: Fix Italian translation.
2010-09-23 17:50:12 +02:00
Luca Bennati
0c6c63891f
xcopy: Fix Italian translation.
2010-09-23 17:50:12 +02:00
Luca Bennati
dff754f5a0
winemine: Update Italian translation.
2010-09-23 17:50:11 +02:00
Luca Bennati
112f7db179
wordpad: Update Italian translation.
2010-09-23 17:50:11 +02:00
Luca Bennati
c12965b7e9
reg: Update Italian translation.
2010-09-23 17:50:11 +02:00
Luca Bennati
703a79dce0
winecfg: Fix Italian translation.
2010-09-23 17:50:11 +02:00
Luca Bennati
3f8f816f1d
regeedit: Update Italian translation.
2010-09-23 17:50:11 +02:00
Luca Bennati
22d15e6075
notepad: Update Italian translation.
2010-09-23 17:50:11 +02:00
Luca Bennati
f1247424a6
cmdlgtst: Update Italian translation.
2010-09-23 17:50:11 +02:00
Hwang YunSong
c5cf9c8171
taskkill: New Korean resource.
2010-09-23 17:50:11 +02:00
Alexandre Julliard
9bbfcb5b07
user32: Add support for RTL window layouts in GetUpdateRgn and GetUpdateRect.
2010-09-23 17:50:11 +02:00
Alexandre Julliard
024521190a
user32: Always store the window rectangles unmirrored after SetWindowPos.
2010-09-23 17:50:10 +02:00
Alexandre Julliard
bc20ff50b6
server: Mirror the rectangles for RTL windows in set_window_pos.
2010-09-23 17:50:10 +02:00
Damjan Jovanovic
aa7cc13154
winemenubuilder: Generate ICNS icons on MacOS.
2010-09-23 17:50:10 +02:00
Damjan Jovanovic
e502fafd69
winemenubuilder: Isolate the platform-specific icon generation code.
2010-09-23 17:50:10 +02:00
Henri Verbeet
6e46e9048f
wininet: Cut of the query string before searching for the filename in CreateUrlCacheEntryW().
...
Apparently it's possible to receive URLs with e.g. slashes in the query
string. I was under the impression those were reserved in the query string,
but e.g. Firefox will happily accept them as well.
2010-09-23 12:06:49 +02:00
Henri Verbeet
7782e81887
wininet: Check URLCache_LocalFileNameToPathW() return values in CreateUrlCacheEntryW().
...
It would be unfortunate if a long file name would cause us to open a file
based on mostly uninitialized data and write the contents of some random
webpage into it.
2010-09-23 12:06:38 +02:00
Henri Verbeet
578df29b9f
wined3d: Pass a wined3d_state structure to set_tex_op_nvrc().
2010-09-23 12:06:31 +02:00
Henri Verbeet
478a0aae38
wined3d: Pass a wined3d_state structure to is_invalid_op().
...
Instead of an entire device.
2010-09-23 12:06:27 +02:00
Hans Leidekker
e7e1ec62c7
shell32: Add stub implementations of IKnownFolder and IKnownFolderManager.
2010-09-23 12:06:18 +02:00
Hans Leidekker
12261fefd4
include: Add IKnownFolder and IKnownFolderManager interfaces.
2010-09-23 12:06:07 +02:00
Peter Oberndorfer
9d74a70ad5
kernel32: Fix last error value of GetStdHandle/SetStdHandle when called with wrong std handle.
2010-09-23 12:00:44 +02:00
Peter Oberndorfer
297b054e74
kernel32: VerifyConsoleIoHandle does not set last error value.
2010-09-23 12:00:29 +02:00
Peter Oberndorfer
f30b708916
kernel32: Fix WaitForMultipleObjectsEx for handles with lower 2 bits set.
2010-09-23 12:00:20 +02:00
Peter Oberndorfer
4f2afdd0ac
kernel32: Add test for WaitForSingleObject with lower 2 bits of handles set.
2010-09-23 11:59:42 +02:00
Sven Baars
577fb4d1f9
shell32: Update the Dutch translation.
2010-09-23 11:58:53 +02:00
Austin Lund
e1a0a66f27
comctl32/tests: Default listview width appears to be 1 inch.
2010-09-23 11:53:11 +02:00
Sven Baars
bb0cefd5c7
taskkill: Add the Dutch translation.
2010-09-22 20:57:50 +02:00
Vincent Povirk
4d55359faf
windowscodecs: Use the BMP decoder to decode ICO frames.
2010-09-22 20:42:41 +02:00
Vincent Povirk
870afcdd19
windowscodecs: Make it possible for the BMP decoder to read packed DIBs.
2010-09-22 20:42:39 +02:00
Alexandre Julliard
5c6a1f776a
user32: Add support for right-to-left menus.
2010-09-22 20:31:52 +02:00
Alexandre Julliard
3f026cafa5
user32: Add support for RTL window layouts in WIN_GetRectangles.
2010-09-22 20:28:20 +02:00
Alexandre Julliard
5702324b37
user32: Add support for RTL window layouts in MapWindowPoints.
2010-09-22 20:27:52 +02:00
Mike Kaplinskiy
cf72f406ec
ws2_32: Implement AcceptEx and GetAcceptExSockaddrs.
2010-09-22 20:04:32 +02:00
Peter Oberndorfer
9c2203123d
ntdll/tests: Remove unused NtWaitForSingleObject import.
2010-09-22 19:57:37 +02:00
Peter Oberndorfer
6191e42a0f
wineconsole: Allow to select popup menu entries with the right mouse button.
2010-09-22 19:57:28 +02:00
Alexander Morozov
476552c5b5
crypt32/tests: Add a test for CryptEncryptMessage.
2010-09-22 19:57:17 +02:00
Stefan Leichter
bffe120f4b
hal: Added stub for ExAcquireFastMutex.
2010-09-22 19:57:11 +02:00
Lauri Kenttä
0d27b6ca70
wined3d: Add check for Intel GM965/GL960 with Mesa driver.
2010-09-22 19:56:52 +02:00
Damjan Jovanovic
a4f3cabb5f
winex11.drv: Translate the drop point to the virtual screen.
2010-09-22 19:56:10 +02:00
Anders Jonsson
a76e78dc8a
shell32: Update Swedish translation.
2010-09-22 19:56:01 +02:00
Anders Jonsson
4754758039
taskkill: Add Swedish translation.
2010-09-22 19:55:57 +02:00
Frédéric Delanoy
da8137852a
taskkill: Add French translation.
2010-09-22 19:55:30 +02:00
Aurimas Fišeras
78fc5a54ab
taskkill: Add Lithuanian translation.
2010-09-22 19:55:10 +02:00