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 |
Frédéric Delanoy
|
8d328ff810
|
cmd/tests: Refactor "broken" keyword handling so all cases are handled correctly.
|
2011-08-04 18:27:36 +02:00 |
Frédéric Delanoy
|
7158257fd8
|
cmd/tests: Remove redundant ok check in compare_line function.
|
2011-08-04 18:27:35 +02:00 |
Frédéric Delanoy
|
5661e9cdca
|
cmd/tests: Ensure failures are caught in all cases when an expected line ends with a '@'.
|
2011-08-04 18:27:35 +02:00 |
Alexandre Julliard
|
e5ce32e54d
|
gdi32: Get rid of the DIB_GetBitmapInfo function.
|
2011-08-04 18:27:35 +02:00 |
Alexandre Julliard
|
3d0f272a0d
|
gdi32: Create a sanitized BITMAPINFOHEADER in CreateDIBitmap.
|
2011-08-04 18:27:17 +02:00 |
Alexandre Julliard
|
a2c99c7353
|
gdi32: Create a sanitized BITMAPINFOHEADER in GetDIBits.
|
2011-08-04 18:25:59 +02:00 |
Alexandre Julliard
|
f234ce9dcc
|
gdi32: Move initialization of a correct BITMAPINFOHEADER to a separate function.
|
2011-08-04 18:23:41 +02:00 |
Alexandre Julliard
|
f825f5db8c
|
gdi32: Create a sanitized BITMAPINFO in SetDIBitsToDevice and pass that to the drivers.
|
2011-08-04 18:23:25 +02:00 |
Alexandre Julliard
|
d0d98046c6
|
gdi32: Create a sanitized BITMAPINFO in StretchDIBits and pass that to the drivers.
|
2011-08-04 18:23:00 +02:00 |
Alexandre Julliard
|
7deda05185
|
gdi32: Create a sanitized BITMAPINFO in CreateDIBSection and pass that to the driver.
|
2011-08-04 18:21:49 +02:00 |
Michael Stefaniuc
|
e21eebb2ab
|
dpnet: COM cleanup for the IDirectPlay8Peer iface.
|
2011-08-04 12:08:53 +02:00 |
Jacek Caban
|
a1e8bc65e7
|
wshom.ocx: Added Dll[Un]RegisterServer implementation.
|
2011-08-04 12:06:24 +02:00 |
Jacek Caban
|
2d58bca093
|
wshom.ocx: Added typelib.
|
2011-08-04 12:06:06 +02:00 |
Jay Yang
|
0a7a3be0b1
|
shell32: Implement SHCreateDefaultContextMenu and CDefFolderMenu_Create2.
|
2011-08-04 11:54:14 +02:00 |
André Hentschel
|
efaa801361
|
fusion/tests: Skip tests when file creation fails.
|
2011-08-04 11:51:18 +02:00 |
Francois Gouget
|
66395882f8
|
kernel32: Fix writing to a pipe in WriteConsoleW().
|
2011-08-04 11:47:36 +02:00 |