Zebediah Figura
|
be47a6f59d
|
include: Add WNODE flags to wmistr.h.
|
2015-06-10 16:19:57 +09:00 |
Michael Müller
|
6b4ac9971a
|
winebuild: Set a valid major and minor linker version.
Some apps expect a nonzero linker version.
|
2015-06-10 16:16:29 +09:00 |
Austin English
|
0a0b0b46e9
|
api-ms-win-core-processthreads-l1-1-1: Add advapi32 forwards.
|
2015-06-10 16:15:40 +09:00 |
Nikolay Sivov
|
0a15e163db
|
gdiplus: Implement trivial case of GdipCreateRegionRgnData for empty and infinite regions.
|
2015-06-10 15:50:44 +09:00 |
Daniel Lehman
|
79118f3543
|
msvcp110: Add wide-char days and months to _LocInfo.
|
2015-06-10 15:26:11 +09:00 |
Daniel Lehman
|
1a4db7cdf5
|
msvcrt: Add _W_GetMonths.
|
2015-06-10 15:26:11 +09:00 |
Daniel Lehman
|
bc1eaf7a0f
|
msvcrt: Add _W_Getdays.
|
2015-06-10 15:26:10 +09:00 |
Daniel Lehman
|
5ac70b2c23
|
msvcp110: Add _Yarn<wchar_t> implementaton.
|
2015-06-10 15:26:10 +09:00 |
Michael Stefaniuc
|
e444c31f9e
|
dswave: Finish the cleanup of create_dswave().
|
2015-06-10 15:26:10 +09:00 |
Michael Stefaniuc
|
7370bed714
|
dswave: Get rid of the extra pointer to a DMUS_OBJECTDESC.
|
2015-06-10 15:26:10 +09:00 |
Michael Stefaniuc
|
834a92cc8b
|
dswave: Use the generic DirectMusicObject implementation for DSWave.
|
2015-06-10 15:26:10 +09:00 |
Michael Stefaniuc
|
5843a1a002
|
dswave: COM cleanup for the IUnknown interface of DirectSoundWave.
Also lock/unlock the module only on creation/destruction of the object.
|
2015-06-10 15:26:10 +09:00 |
Michael Stefaniuc
|
770f7de1f4
|
dswave/tests: Check for the private interface in DirectSoundWave.
|
2015-06-10 15:26:10 +09:00 |
Nikolay Sivov
|
eca362bd76
|
dwrite: Fix problems with outline conversion and reporting.
|
2015-06-10 15:26:10 +09:00 |
Alexandre Julliard
|
3494fb7f72
|
kernel32: Avoid resolving imports against the advapi32 forwards.
|
2015-06-10 15:26:05 +09:00 |
Jacek Caban
|
09176c3aa0
|
kernel32: Treat empty locale name as LOCALE_INVARIANT.
|
2015-06-10 15:00:15 +09:00 |
Huw Davies
|
42cbc05e59
|
mmdevapi/tests: Link against advapi32.
|
2015-06-09 22:09:58 +09:00 |
Piotr Caban
|
a0e8d62a8e
|
msvcp90: Fix off by one issue in basic_string::rfind.
|
2015-06-09 22:09:58 +09:00 |
Alistair Leslie-Hughes
|
4f15cc4d1a
|
dpnet: Implement IDirectPlay8Address GetComponentByIndex.
|
2015-06-09 22:09:58 +09:00 |
Stefan Dösinger
|
985c061ad3
|
wined3d: Downgrade the framebuffer attachment FIXMEs to WARNs.
|
2015-06-09 22:09:58 +09:00 |
Stefan Dösinger
|
733d4b5ecc
|
wined3d: Don't use depth textures without ARB_depth_texture.
|
2015-06-09 22:09:57 +09:00 |
Stefan Dösinger
|
28af7b407b
|
wined3d: Require FBO attachability for render targets and depth stencils.
|
2015-06-09 22:09:57 +09:00 |
Stefan Dösinger
|
04c3c97072
|
wined3d: Set WINED3DFMT_FLAG_FBO_ATTACHABLE on depth stencil formats.
|
2015-06-09 22:09:57 +09:00 |
Stefan Dösinger
|
e8ec01ad51
|
wined3d: Use renderbuffers if the resource type is RB.
|
2015-06-09 22:09:57 +09:00 |
Nikolay Sivov
|
1a2d520ee1
|
dwrite: Exit earlier when setting property for zero length range.
|
2015-06-09 22:09:57 +09:00 |
Nikolay Sivov
|
ffeba2348a
|
dwrite: Use [0,~0u) as initial range for strikethrough settings.
|
2015-06-09 22:09:57 +09:00 |
Nikolay Sivov
|
9d74a11efb
|
dwrite/tests: A test for case-sensitivity of SetFontFamilyName.
|
2015-06-09 22:09:57 +09:00 |
Iván Matellanes
|
a3150b95df
|
msvcirt: Add implementation of streambuf::gbump/pbump.
|
2015-06-09 22:09:56 +09:00 |
Iván Matellanes
|
70b447d078
|
msvcirt: Add implementation of streambuf locking.
|
2015-06-09 22:09:56 +09:00 |
Iván Matellanes
|
2e880feaab
|
msvcirt: Add implementation of streambuf::unbuffered.
|
2015-06-09 22:09:56 +09:00 |
Iván Matellanes
|
43b9cb7180
|
msvcirt: Add implementation of streambuf buffer getters.
|
2015-06-09 22:09:56 +09:00 |
Iván Matellanes
|
77dbfc8979
|
msvcirt: Add implementation of streambuf::allocate.
|
2015-06-09 22:09:56 +09:00 |
Alexandre Julliard
|
3d7aa246d5
|
server: Add a request to empty the clipboard.
|
2015-06-09 22:09:56 +09:00 |
Alexandre Julliard
|
26bae6d613
|
user32/tests: Add tests for calling EmptyClipboard from a different thread.
|
2015-06-09 22:09:56 +09:00 |
Michael Stefaniuc
|
da07fe99a5
|
dswave: Remove gratuitous IDirectMusicSegment8 from DirectSoundWave.
|
2015-06-09 22:09:55 +09:00 |
Nikolay Sivov
|
a5ab896abd
|
gdiplus: Added GdipImageSetAbort stub.
|
2015-06-09 18:05:48 +09:00 |
Nikolay Sivov
|
5742497a35
|
kernel32/tests: Some tests for invalid classes in SetFileInformationByHandle().
|
2015-06-09 18:05:48 +09:00 |
Nikolay Sivov
|
b95d318454
|
oledb32/tests: Added a test for GetDataSource() with created provider and custom properties.
|
2015-06-09 14:47:49 +09:00 |
Nikolay Sivov
|
afa6cb528a
|
oledb32: Fix instance leak on error path (Valgrind).
|
2015-06-09 14:47:46 +09:00 |
Huw Davies
|
17f273360a
|
riched20: Append a final \par when writing the whole buffer.
|
2015-06-09 14:47:30 +09:00 |
Piotr Caban
|
0922865b37
|
msvcrt: Fix strtol implementation on strings not containing valid number.
|
2015-06-08 19:07:55 +09:00 |
Nikolay Sivov
|
7a02782f48
|
usp10: Remove dead null check that can't fail (Coverity).
|
2015-06-08 18:52:02 +09:00 |
Nikolay Sivov
|
68fcf9d7cf
|
wined3d: dst_surface can't be NULL at this point (Coverity).
|
2015-06-08 18:51:54 +09:00 |
Stefan Dösinger
|
dc7cb59c3a
|
wined3d: Keep track of renderbuffer capabilities.
|
2015-06-08 18:51:30 +09:00 |
Stefan Dösinger
|
c8d1a70804
|
wined3d: Set the gl resource type in resource_init.
|
2015-06-08 18:51:24 +09:00 |
Stefan Dösinger
|
ec25ca7832
|
wined3d: Read format flags from the surface container.
|
2015-06-08 18:51:21 +09:00 |
Stefan Dösinger
|
4451bf477a
|
wined3d: Read format flags from the volume container.
|
2015-06-08 18:51:13 +09:00 |
Sebastian Lackner
|
7661549755
|
winedbg: Also output system information to the terminal, not only to dialog.
|
2015-06-08 17:38:58 +09:00 |
Nikolay Sivov
|
3681a59c29
|
riched20: Improve error handling in SetFont (Coverity).
|
2015-06-08 15:48:04 +09:00 |
Nikolay Sivov
|
2688363714
|
riched20: Handle range method failures in InRange (Coverity).
|
2015-06-08 15:48:00 +09:00 |