Juan Lang
e192beeb0d
iphlpapi: Set adapter description in GetAdaptersAddresses.
2010-09-24 11:34:17 +02:00
Juan Lang
4ec277d8f4
include: Define more IF_TYPEs.
2010-09-24 11:34:17 +02:00
Juan Lang
c297dd2fac
iphlpapi: Trace parameters to GetAdaptersAddresses.
2010-09-24 11:34:17 +02:00
Juan Lang
8da6bb6fb3
include: Add SCOPE_LEVEL definition.
2010-09-24 11:34:16 +02:00
Juan Lang
0f89a4f878
include: Add GAA_FLAG_* definitions.
2010-09-24 11:34:16 +02:00
Juan Lang
f776aea60d
iphlpapi: Set gateway addresses in GetAdaptersAddresses.
2010-09-24 11:34:16 +02:00
Juan Lang
873be06c92
include: Add Vista+ fields to IP_ADAPTER_ADDRESSES.
2010-09-24 11:34:16 +02:00
Juan Lang
1a6188e846
include: Define NDIS_INTERFACE_INFORMATION.
2010-09-24 11:34:16 +02:00
Juan Lang
accb42f3c3
include: Move IF_OPER_STATUS to ifdef.h.
2010-09-24 11:34:16 +02:00
Juan Lang
53db124517
include: Add ifdef.h.
2010-09-24 11:34:16 +02:00
Juan Lang
0905dfc3e7
iphlpapi: Set ConnectionType in GetAdaptersAddresses.
2010-09-24 11:34:16 +02:00
Juan Lang
df9191ae2d
iphlpapi: Set flags for adapters returned by GetAdaptersAddresses.
2010-09-24 11:34:15 +02:00
Juan Lang
f22cf51124
iphlpapi: Trace enumerated addresses.
2010-09-24 11:34:15 +02:00
Lauri Kenttä
41d341cf4e
user32: Update Finnish translation.
2010-09-24 11:34:15 +02:00
Lauri Kenttä
ebfa87b987
shell32: Update Finnish translation.
2010-09-24 11:34:15 +02:00
Henri Verbeet
5013ec83de
wined3d: Consistently use the same stateblock in state_colormat().
...
These should refer to the same stateblock when we're drawing, but it's still
ugly.
2010-09-24 11:34:15 +02:00
Henri Verbeet
7dd4174e05
wined3d: Pass a wined3d_state structure to ffp_clip_emul().
2010-09-24 11:34:15 +02:00
Henri Verbeet
23e286613f
wined3d: Directly pass the texture to texture_activate_dimensions().
2010-09-24 11:34:14 +02:00
Henri Verbeet
67b7a573b9
wined3d: Pass a wined3d_state structure to set_tex_op().
2010-09-24 11:34:14 +02:00
Vincent Povirk
d0f7edd2c1
mscoree: Search for Mono in some predefined paths before using the registry.
...
This makes it possible for distributions to install Mono in a shared location.
2010-09-24 11:34:14 +02:00
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