Alexandre Julliard
|
2a59f016db
|
mountmgr: Add dynamic devices support using UDisks.
Inspired by a patch from Detlef Riekenberg.
|
2011-12-20 20:06:26 +01:00 |
Alexandre Julliard
|
55f5209631
|
mountmgr: Rename hal.c to dbus.c.
|
2011-12-20 11:06:12 +01:00 |
Alexandre Julliard
|
e45d124c52
|
configure: Add a check for libdbus independent from the libhal check.
|
2011-12-20 10:36:46 +01:00 |
Nikolay Sivov
|
ea75ac8406
|
msxml3: Support VT_ARRAY|VT_UI1 as body type.
|
2011-12-20 10:32:08 +01:00 |
Francois Gouget
|
fc6dd916b3
|
include: Add missing include directives to cor.idl.
|
2011-12-20 10:17:11 +01:00 |
Francois Gouget
|
109325fb80
|
include: bits.h should include bits1_5.h.
|
2011-12-20 10:17:06 +01:00 |
Francois Gouget
|
785d7a8841
|
include: Add the missing guiddef.h include directives.
|
2011-12-20 10:17:02 +01:00 |
Francois Gouget
|
a603e9871e
|
include: Add a few missing include directives to shlguid.h.
|
2011-12-20 10:16:45 +01:00 |
Francois Gouget
|
5f88f362ea
|
dlls: Standardize on 'static const WCHAR' for our Unicode string literals.
Do the same for the corresponding Ansi strings.
|
2011-12-20 10:16:09 +01:00 |
Dmitry Timoshkov
|
1026bddf53
|
kernel32: Add a test for MapViewOfFile called on a not accessible mapping.
|
2011-12-20 10:15:42 +01:00 |
Ken Thomases
|
b5b9184dec
|
user32/tests: Test that ToUnicode null-terminates the buffer if it's big enough.
|
2011-12-20 10:15:31 +01:00 |
Ken Thomases
|
3fa4da76ea
|
winex11: Have ToUnicodeEx null-terminate the output buffer, if there's room.
|
2011-12-20 10:15:16 +01:00 |
Ken Thomases
|
c2f3c1114f
|
comdlg32: Fix a leak.
|
2011-12-20 10:14:28 +01:00 |
Alistair Leslie-Hughes
|
1a9d9e0f76
|
jscript: Don't double free IObjectWithSite interface.
|
2011-12-20 10:13:10 +01:00 |
Andrew Eikum
|
54b24f3926
|
winealsa.drv: Limit the data written to ALSA's buffer.
Based on an algorithm by Alexey Loukianov.
|
2011-12-20 10:12:19 +01:00 |
Henri Verbeet
|
3082c1a9de
|
wined3d: Get rid of the WINED3DRENDERSTATETYPE typedef.
|
2011-12-20 10:11:47 +01:00 |
Henri Verbeet
|
5bddd4427d
|
wined3d: Get rid of the WINED3DDEGREETYPE typedef.
|
2011-12-20 10:11:39 +01:00 |
Henri Verbeet
|
5c3ba123de
|
ddraw/tests: Move the Direct3D7 ProcessVertices() test to ddraw7.c.
|
2011-12-20 10:11:36 +01:00 |
Henri Verbeet
|
7cdfa40156
|
ddraw/tests: Add a ProcessVertices() test for Direct3D3.
|
2011-12-20 10:11:24 +01:00 |
Henri Verbeet
|
cb8f26be02
|
ddraw/tests: Remove some error checking from ProcessVerticesTest().
|
2011-12-20 10:10:39 +01:00 |
Nikolay Sivov
|
73354ef9d2
|
comctl32: Fix parameter validation for CreateMRUListLazyA().
|
2011-12-20 10:10:32 +01:00 |
Alexandre Julliard
|
d9d4a06ca7
|
wordpad: Merge accelerators into the main resource file.
|
2011-12-19 20:15:54 +01:00 |
Alexandre Julliard
|
0185c471ec
|
winefile: Merge accelerators into the main resource file.
|
2011-12-19 20:15:53 +01:00 |
Alexandre Julliard
|
3dc628c636
|
regedit: Merge accelerators into the main resource file.
|
2011-12-19 20:15:53 +01:00 |
Michael Mc Donnell
|
50f785ef11
|
d3dx9/tests: Add a D3DXValidMesh test.
|
2011-12-19 20:15:53 +01:00 |
Gerald Pfeifer
|
64de0876e4
|
winedump: Remove unused parameter from codeview_dump_linetab(). codeview_dump_linetab().
|
2011-12-19 20:15:52 +01:00 |
Piotr Caban
|
9c65376dcf
|
msvcp90: Use macro to define RTTI data.
|
2011-12-19 20:15:52 +01:00 |
Piotr Caban
|
5761bb5d7d
|
msvcp90: Added collate<char> constructors implementation.
|
2011-12-19 20:15:51 +01:00 |
Piotr Caban
|
786ff410bc
|
msvcp90: Reorder classes to avoid forward declarations.
|
2011-12-19 20:15:51 +01:00 |
Hans Leidekker
|
c42989ed9a
|
ws2_32: Return the right value for SO_CONNECT_TIME if the socket is not connected.
|
2011-12-19 20:15:51 +01:00 |
Hans Leidekker
|
895e7a5f5b
|
iphlpapi: Add a stub implementation of GetExtendedTcpTable.
|
2011-12-19 20:15:50 +01:00 |
Hans Leidekker
|
3a204f50ae
|
winhttp/tests: Avoid crashes on some win2k systems.
|
2011-12-19 20:15:50 +01:00 |
Henri Verbeet
|
969f3be73f
|
wined3d: Get rid of the WINED3DBLENDOP typedef.
|
2011-12-19 20:15:49 +01:00 |
Henri Verbeet
|
b39125d2f0
|
wined3d: Get rid of the WINED3DBLEND typedef.
|
2011-12-19 20:15:49 +01:00 |
Henri Verbeet
|
fb28e7f596
|
ddraw/tests: Introduce proper vector types.
|
2011-12-19 20:15:48 +01:00 |
Henri Verbeet
|
bd09f63bff
|
ddraw/tests: Remove a redundant IDirect3DDevice7_SetViewport() call.
|
2011-12-19 20:15:48 +01:00 |
Henri Verbeet
|
2db8688185
|
ddraw/tests: Introduce some functions for comparing floating-point vectors.
|
2011-12-19 20:15:48 +01:00 |
Jacek Caban
|
7c3160ae02
|
jscript: Use compiler for hanling empty statements.
|
2011-12-19 20:15:47 +01:00 |
Jacek Caban
|
cf2fc11e31
|
jscript: Use compiler for handling if statement.
|
2011-12-19 20:15:47 +01:00 |
Jacek Caban
|
ccba279b89
|
jscript: Use compiler for handling expression statements.
|
2011-12-19 20:15:47 +01:00 |
Jacek Caban
|
2f3e27f09a
|
jscript: Use bytecode for execution main code block in exec_source.
|
2011-12-19 20:15:46 +01:00 |
Jacek Caban
|
f6023c428a
|
jscript: Use bytecode for block statement implementation.
|
2011-12-19 20:15:46 +01:00 |
Jacek Caban
|
42aefd424d
|
jscript: Store type information in statement nodes.
|
2011-12-19 20:15:45 +01:00 |
Aric Stewart
|
00588673c6
|
usp10: Add Mathematical Alphanumeric Symbols script.
|
2011-12-19 20:15:45 +01:00 |
Aric Stewart
|
88c6b7ef00
|
usp10: Add Osmanya script.
|
2011-12-19 20:15:45 +01:00 |
Aric Stewart
|
095276073c
|
usp10: Add Deseret script.
|
2011-12-19 20:15:44 +01:00 |
Aric Stewart
|
4fbb6fd66d
|
usp10: Handle surrogate pairs when shaping.
|
2011-12-19 20:15:44 +01:00 |
Aric Stewart
|
0404d68999
|
usp10: Decode surrogate pairs in get_char_script and handle ranges beyond the BMP.
|
2011-12-19 20:15:43 +01:00 |
Aric Stewart
|
10ec7dacde
|
usp10: Code for the cmap format 12 table for unicode code points beyond the BMP.
|
2011-12-19 20:15:43 +01:00 |
Jörg Höhle
|
38f9ba0070
|
mmdevapi: Enforce limits on period and duration.
|
2011-12-19 20:15:43 +01:00 |