Frédéric Delanoy
|
5ba7f79bad
|
Assorted spelling fixes.
|
2013-12-03 19:41:53 +01:00 |
Huw Davies
|
fed9f67bc4
|
ntdll: Don't reduce the size of the local buffer when we come to read another batch of entries.
In the wildcard case, we can't know how much to reduce it by anyway.
|
2013-12-03 19:40:22 +01:00 |
Stefan Dösinger
|
42470bae67
|
ddraw/tests: Test SetSurfaceDesc and Lock interaction.
|
2013-12-03 19:36:13 +01:00 |
Stefan Dösinger
|
5e43ee256c
|
ddraw: Check for lpSurface=NULL in SetSurfaceDesc.
|
2013-12-03 19:36:11 +01:00 |
Stefan Dösinger
|
c15d89c803
|
ddraw: SetSurfaceDesc accepts DDSD_CAPS with dwCaps=0.
|
2013-12-03 19:36:09 +01:00 |
Stefan Dösinger
|
1f36605886
|
ddraw: SetSurfaceDesc is not allowed on managed textures.
|
2013-12-03 19:36:07 +01:00 |
Stefan Dösinger
|
eb361e9eec
|
ddraw/tests: Port test_set_surface_desc to other versions.
|
2013-12-03 19:36:04 +01:00 |
Austin English
|
58bb260885
|
apphelp: Add a stub for ShimFlushCache.
|
2013-12-03 12:41:02 +01:00 |
Austin English
|
7892df6fac
|
xcopy: Clarify a comment.
|
2013-12-03 12:40:37 +01:00 |
Frédéric Delanoy
|
47ed171aac
|
rpcrt4: Use BOOL type where appropriate.
|
2013-12-03 12:40:19 +01:00 |
Henri Verbeet
|
e780ee581d
|
ddraw: Return the correct error in ddraw_surface7_Flip() when the surface is not flippable.
|
2013-12-03 12:35:19 +01:00 |
Henri Verbeet
|
66c71baefe
|
ddraw: Only set DDSCAPS_FRONTBUFFER on flippable surfaces.
|
2013-12-03 12:35:14 +01:00 |
Henri Verbeet
|
76420a2441
|
ddraw: Only set DDSCAPS_VISIBLE on the root surface.
|
2013-12-03 12:35:11 +01:00 |
Henri Verbeet
|
28efaec21f
|
ddraw: Only set DDSCAPS_PRIMARYSURFACE on the root surface.
|
2013-12-03 12:35:07 +01:00 |
Henri Verbeet
|
ebd5c2076c
|
ddraw/tests: Add a surface flipping test.
|
2013-12-03 12:35:03 +01:00 |
Ken Thomases
|
15467577fc
|
dbghelp: Add debug logging to some error paths in the Mach-O support.
|
2013-12-03 12:34:45 +01:00 |
Ken Thomases
|
3fe34fe346
|
dbghelp: Fix some parameter names and types in the Mach-O support.
|
2013-12-03 12:33:55 +01:00 |
Ken Thomases
|
f0c4354a6b
|
winemac: Include the OpenGL headers to fix building on OS X 10.9.
|
2013-12-03 12:33:44 +01:00 |
André Hentschel
|
66932a8855
|
comctl32/tests: Make trackbar.c compile with -D__WINESRC__.
|
2013-12-03 12:33:24 +01:00 |
Julian Rüger
|
0e9899fa8c
|
po: Update German translation.
|
2013-12-03 12:32:36 +01:00 |
Alexandre Julliard
|
4674566ba4
|
makedep: Allow the source directory itself in include paths.
|
2013-12-02 23:28:58 +01:00 |
Francois Gouget
|
d9f9500158
|
winecfg: Tweak the wording of the drives configuration.
|
2013-12-02 19:25:20 +01:00 |
Frédéric Delanoy
|
60a592b77a
|
mshtml: Avoid memory leaks (Coverity).
|
2013-12-02 19:22:30 +01:00 |
Stefan Dösinger
|
60ecf707a7
|
wined3d: Remove a useless comment.
|
2013-12-02 17:16:45 +01:00 |
Stefan Dösinger
|
6f865d3ea5
|
wined3d: Don't pass the pitch to read_from_framebuffer.
|
2013-12-02 17:16:43 +01:00 |
Stefan Dösinger
|
e8c774e486
|
wined3d: Remove redundant state restoration from read_from_framebuffer.
|
2013-12-02 17:16:38 +01:00 |
Stefan Dösinger
|
6907faf805
|
wined3d: Use surface_get_memory in read_from_framebuffer.
|
2013-12-02 17:16:34 +01:00 |
Stefan Dösinger
|
ae3788dcba
|
wined3d: Add a function to retrieve surface data.
|
2013-12-02 17:16:28 +01:00 |
Henri Verbeet
|
019143a6a9
|
ddraw/tests: Unify the skip messages a bit.
|
2013-12-02 12:12:54 +01:00 |
Henri Verbeet
|
a86aba4bc0
|
ddraw/tests: Add some missing DestroyWindow() calls.
|
2013-12-02 12:12:51 +01:00 |
Henri Verbeet
|
8a9fdb567e
|
ddraw: Get rid of the DDSCAPS_BACKBUFFER validation in ddraw_surface_create().
All callers except ddraw1_CreateSurface() already have a stricter check
themselves.
|
2013-12-02 12:12:48 +01:00 |
Henri Verbeet
|
d56b7c2016
|
ddraw: Use hr_ddraw_from_wined3d() in ddraw_surface_create().
|
2013-12-02 12:12:45 +01:00 |
Henri Verbeet
|
7052c87358
|
wined3d: Properly check for the front buffer in d3dfmt_get_conv().
|
2013-12-02 12:12:43 +01:00 |
Hans Leidekker
|
3271b98263
|
msi: Fix handling of empty mask edit templates.
|
2013-12-02 12:12:39 +01:00 |
Andrey Gusev
|
1f29734b18
|
d3dcompiler_43: Fix a typo.
|
2013-12-02 11:09:07 +01:00 |
Andrey Gusev
|
f5be799b07
|
d3d11: Add version.rc file.
|
2013-12-02 11:08:53 +01:00 |
André Hentschel
|
5430fafa85
|
include: Add bdaiface.idl.
|
2013-12-02 11:08:18 +01:00 |
André Hentschel
|
e8ac5892e8
|
propsys: Add stub for PSGetPropertyDescriptionListFromString.
|
2013-12-02 10:57:28 +01:00 |
Frédéric Delanoy
|
901fff3c07
|
winealsa.drv: Use BOOL type where appropriate.
|
2013-12-02 10:54:56 +01:00 |
Nikolay Sivov
|
fd65b0a1c3
|
ntdll: Allow NULL return length argument in NtAdjustPrivilegesToken().
|
2013-12-02 10:52:41 +01:00 |
André Hentschel
|
e810a58494
|
comctl32/tests: Make toolbar.c compile with -D__WINESRC__.
|
2013-12-02 10:52:20 +01:00 |
André Hentschel
|
af9073accb
|
comctl32/tests: Make rebar.c compile with -D__WINESRC__.
|
2013-12-02 10:51:58 +01:00 |
Michael Stefaniuc
|
bacd9abbc0
|
quartz: Cast to the correct type instead to void pointer.
|
2013-12-02 10:50:57 +01:00 |
Michael Stefaniuc
|
4b59a4266a
|
comctl32/tests: Make monthcal.c compile with -D__WINESRC__.
|
2013-12-02 10:50:44 +01:00 |
Stefan Leichter
|
89832cde4e
|
dbghelp: Add a null check for optional output parameter for function SymFromAddr.
|
2013-12-02 10:50:32 +01:00 |
Francois Gouget
|
0b5b54e9f4
|
msvcrt: Standardize on using a comparison operator to ensure we return 0 or 1.
|
2013-12-02 10:49:38 +01:00 |
Nikolay Sivov
|
202e71769e
|
qmgr/tests: Fixed some test failures on older windows versions.
|
2013-12-02 10:48:37 +01:00 |
Vincent Povirk
|
7a728d1813
|
windowscodecs: Don't treat S_FALSE as failure.
|
2013-12-02 10:47:52 +01:00 |
Francois Gouget
|
542652deab
|
comctl32: TTM_ADDTOOLW must refuse to set a tooltip text to NULL.
|
2013-12-02 10:47:24 +01:00 |
Alexandre Julliard
|
202d046d68
|
makedep: Don't look for header files in the build directories.
|
2013-11-30 12:50:30 +01:00 |