Alexandre Julliard
|
8c00ee0bef
|
Release 1.3.26.
|
2011-08-05 19:24:22 +02:00 |
William Pettersson
|
0e043819f4
|
wined3d: Add support for Nvidia GTX 550/560 Ti.
|
2011-08-05 16:43:24 +02:00 |
Michał Ziętek
|
2f4ad88c12
|
wscript: Fix tests on wow64.
|
2011-08-05 16:41:17 +02:00 |
Frédéric Delanoy
|
71a237d478
|
cmd: Fix handling of lines starting with echo. or echo:.
|
2011-08-05 16:41:14 +02:00 |
Andrew Eikum
|
9ad60d1d14
|
winealsa.drv: Inject handle_underrun=1 setting for pulse-backed devices.
|
2011-08-05 16:41:09 +02:00 |
Andrew Eikum
|
8c109aee13
|
winealsa.drv: Tell ALSA to play silence during underruns.
|
2011-08-05 16:37:54 +02:00 |
Francois Gouget
|
0b2a67cffb
|
net: Add a WriteConsole() fall back so things still works on Windows if the output is redirected.
|
2011-08-05 15:35:22 +02:00 |
Francois Gouget
|
d8624c0445
|
net: Convert to Unicode.
|
2011-08-05 15:34:59 +02:00 |
Hans Leidekker
|
9432b8e796
|
winhttp: Don't depend on shlwapi for decoding a URL.
|
2011-08-05 15:26:12 +02:00 |
Huw Davies
|
c5f484597f
|
gdi32: Simplify dibdrv_GetImage by merging the stand-alone and selected bitmap cases.
|
2011-08-05 15:24:58 +02:00 |
Huw Davies
|
37423cec7c
|
gdi32: Fix dibdrv_PutImage for the selected bitmap case.
|
2011-08-05 15:22:48 +02:00 |
Michael Stefaniuc
|
3a9fa90257
|
dpnet: COM cleanup for the IDirectPlay8LobbiedApplication iface.
|
2011-08-05 15:22:48 +02:00 |
Michael Stefaniuc
|
41059e1606
|
dpnet: COM cleanup for the IDirectPlay8ThreadPool iface.
|
2011-08-05 15:22:48 +02:00 |
Jörg Höhle
|
2e01ea4bda
|
winmm: Remove redundant code.
|
2011-08-05 15:22:48 +02:00 |
Jörg Höhle
|
547f4cace9
|
winmm: Restore checking of callback flags.
|
2011-08-05 15:22:48 +02:00 |
Jörg Höhle
|
b9de906ac1
|
winmm: Fix logic conditions.
|
2011-08-05 15:22:48 +02:00 |
Jörg Höhle
|
961683704b
|
winmm: Fix memory leak in msacm error path.
|
2011-08-05 15:22:48 +02:00 |
Jörg Höhle
|
7fed738353
|
winmm: Assign to structs instead of using memcpy.
|
2011-08-05 15:22:48 +02:00 |
Jörg Höhle
|
710d200427
|
winmm: Replace one HeapAlloc with stack allocation.
|
2011-08-05 15:22:47 +02:00 |
Jacek Caban
|
88f9fcf1f4
|
mshtml: Fixed nsAString handling in navigate_anchor.
|
2011-08-05 15:22:47 +02:00 |
Francois Gouget
|
a61145f284
|
shell32: Make SHELL_CreateContextMenu() static.
|
2011-08-05 15:22:47 +02:00 |
Francois Gouget
|
319f3b7d6d
|
shell32: Remove WINAPI on static functions where not needed.
|
2011-08-05 15:22:47 +02:00 |
Francois Gouget
|
3b239dbc62
|
kernel32: Implement K32GetProcessImageFileNameA().
|
2011-08-05 15:22:47 +02:00 |
Alexandre Julliard
|
3a1194edd7
|
gdi32: Always use BI_BITFIELDS for 16-bpp in GetImage.
|
2011-08-05 15:22:43 +02:00 |
Alexandre Julliard
|
c668354cc0
|
gdi32: Always set compression to BI_BITFIELDS for 16-bpp DIB sections.
|
2011-08-05 13:41:18 +02:00 |
Alexandre Julliard
|
cf4c565fd2
|
gdi32: Validate the DIB parameters in functions that take a BITMAPINFO.
|
2011-08-05 13:39:14 +02:00 |
Alexandre Julliard
|
805f083f34
|
gdi32: Add a missing release in the error path.
|
2011-08-05 10:58:16 +02:00 |
André Hentschel
|
1923e0e159
|
c2man: Mark the file used if a comment is found.
|
2011-08-05 09:57:51 +02:00 |
Henri Verbeet
|
812a314821
|
wined3d: Get rid of the fglrx point sprite hack.
Fglrx 9.3 is well over 2 years old at this point. I'd strongly encourage
anyone still affected by this to upgrade to the r300g driver.
|
2011-08-05 09:17:59 +02:00 |
Henri Verbeet
|
293bf961ed
|
wined3d: Pass a non-NULL rectangle to surface_color_fill() in wined3d_device_clear_rendertarget_view().
|
2011-08-05 09:17:51 +02:00 |
Henri Verbeet
|
7e8e7ecebb
|
wined3d: Always pass a non-NULL rectangle to surface_color_fill() in wined3d_device_color_fill().
|
2011-08-05 09:17:47 +02:00 |
Henri Verbeet
|
831801dd60
|
ddraw: Remove rectangle validation from ddraw_surface7_BltFast().
This is already done by wined3d_surface_blt().
|
2011-08-05 09:17:43 +02:00 |
Henri Verbeet
|
a84275075d
|
wined3d: Implement wined3d_surface_bltfast() on top of wined3d_surface_blt().
|
2011-08-05 09:17:39 +02:00 |
Frédéric Delanoy
|
a2e8d61453
|
winedbg: Remove dead assignment (Clang).
|
2011-08-05 09:17:31 +02:00 |
Huw Davies
|
33532613a8
|
gdi32: Don't load a font replacement if any face of the real family exists.
|
2011-08-04 18:42:33 +02:00 |
Piotr Caban
|
e934d847b2
|
mshtml: Added error handling to get_doc_string.
|
2011-08-04 18:42:30 +02:00 |
Piotr Caban
|
0bbc95e4f6
|
mshtml: Fix DOCUMENT_NODE handling in nsnode_to_nsstring_rec.
|
2011-08-04 18:42:28 +02:00 |
Mariusz Pluciński
|
f3bd5210b8
|
shell32: Check if known folder's relative path was passed to function.
All non-virtual known folders must have set relative path field.
|
2011-08-04 18:27:38 +02:00 |
Mariusz Pluciński
|
faa9d41e7f
|
shell32/tests: Add verification of FOLDERID_ProgramFilesX64 and FOLDERID_ProgramFilesCommonX64.
These two known folders exists on 64-bit Windows versions.
|
2011-08-04 18:27:38 +02:00 |
Mariusz Pluciński
|
20cd9f631b
|
shell32/tests: Add verification of known folders definition attributes.
|
2011-08-04 18:27:38 +02:00 |
Mariusz Pluciński
|
183bc5006d
|
shell32/tests: Add verification of known folders attributes.
|
2011-08-04 18:27:37 +02:00 |
Frédéric Delanoy
|
28fe027eee
|
cmd/tests: Add FOR /A tests.
|
2011-08-04 18:27:37 +02:00 |
Frédéric Delanoy
|
760faf01a9
|
tests: Assorted spelling fixes.
|
2011-08-04 18:27:37 +02:00 |
Huw Davies
|
b94616864d
|
gdi32: If possible use the GetImage driver entry to fill the colour table for GetDIBits.
|
2011-08-04 18:27:36 +02:00 |
Huw Davies
|
d947f6ef08
|
gdi32: Simplify the code a little by using a separate variable for the return value.
|
2011-08-04 18:27:36 +02:00 |
Huw Davies
|
d88151704e
|
gdi32/tests: Add some GetDIBits tests with zero lines and bits parameters.
|
2011-08-04 18:27:36 +02:00 |
Huw Davies
|
3a2d8b74cf
|
gdi32/tests: Simplify some of the tests.
|
2011-08-04 18:27:36 +02:00 |
Hans Leidekker
|
7b7c95425a
|
msi: Make sure the source directory has a trailing backslash.
|
2011-08-04 18:27:36 +02:00 |
Kusanagi Kouichi
|
806e407193
|
winex11.drv: Fix a memory leak.
|
2011-08-04 18:27:36 +02:00 |
Frédéric Delanoy
|
920bdcc4b8
|
cmd/tests: Add setlocal/endlocal tests.
|
2011-08-04 18:27:36 +02:00 |