Commit Graph

93340 Commits

Author SHA1 Message Date
Stefan Dösinger
d3520ef465 ddraw: Don't discard buffers that haven't been used in draws. 2013-01-10 16:05:34 +01:00
Henri Verbeet
5fd8529363 d3d9/tests: Merge query.c into device.c. 2013-01-10 12:30:18 +01:00
Henri Verbeet
afca55649d d3d9/tests: Merge buffer.c into device.c. 2013-01-10 12:30:10 +01:00
Henri Verbeet
52a24e8297 d3d9/tests: Merge volume.c into device.c. 2013-01-10 12:30:02 +01:00
Henri Verbeet
5687a27c56 ddraw: Avoid LPD3DLIGHT7. 2013-01-10 12:29:39 +01:00
Henri Verbeet
b76a4700fc ddraw: Avoid LPD3DLIGHT. 2013-01-10 12:29:36 +01:00
Piotr Caban
777f349829 msvcrt: Added read tests on unicode files. 2013-01-10 12:29:33 +01:00
Piotr Caban
d88aa37e59 msvcrt: Added UTF8 support to read function. 2013-01-10 12:29:13 +01:00
Piotr Caban
ac3cdc7ffa msvcrt: Added UTF16 support to read function. 2013-01-10 12:29:07 +01:00
Piotr Caban
62bd615452 msvcrt: Added more read tests. 2013-01-10 12:29:02 +01:00
Piotr Caban
f93259b305 msvcrt: Added _setmode tests. 2013-01-10 12:28:57 +01:00
Piotr Caban
a0ef884542 msvcrt: Added unicode modes support _setmode function. 2013-01-10 12:28:53 +01:00
Piotr Caban
eeb7d0a649 msvcrt: Improved ftell implementation. 2013-01-10 12:28:47 +01:00
Piotr Caban
4ffa9364eb msvcrt: Simplify fseek implementation. 2013-01-10 12:28:39 +01:00
Piotr Caban
568a3be869 msvcrt: Call ftell function in fgetpos. 2013-01-10 12:28:32 +01:00
Piotr Caban
6e011b8310 msvcrt: Fixed handling of '\r' when it's the last character in the buffer in read. 2013-01-10 12:28:24 +01:00
Piotr Caban
5778bdbc3a msvcrt: Added write tests on unicode files. 2013-01-10 12:28:09 +01:00
Piotr Caban
94e3647533 msvcrt: Added support for unicode mode in write function. 2013-01-10 12:27:48 +01:00
Piotr Caban
617bf861ef msvcrt: Added fopen_s test with ccs option. 2013-01-10 12:27:42 +01:00
Piotr Caban
447f4fa51c msvcrt: Call _wsopen_s function in _sopen_s. 2013-01-10 12:27:36 +01:00
Piotr Caban
424ce2d2f5 msvcrt: Added support for unicode text mode in open functions family. 2013-01-10 12:27:10 +01:00
Piotr Caban
96be6eb570 msvcrt: Added support for unicode open mode in msvcrt_get_flags function. 2013-01-10 12:26:53 +01:00
Piotr Caban
a6daa3519d msvcrt: Don't duplicate wfsopen functionality in wfrepopen. 2013-01-10 12:23:49 +01:00
Christian Costa
8113346d3a d3dx9_36: Implement ID3DXFileDataImpl_GetType. 2013-01-10 12:23:40 +01:00
Christian Costa
c5d96f40d2 d3dx9_36: Implement ID3DXFileEnumObjectImpl_GetChildren and ID3DXFileEnumObjectImpl_GetChild. 2013-01-10 12:23:36 +01:00
Andrew Talbot
1e31182c0b ddraw: Avoid signed-unsigned integer comparisons. 2013-01-10 12:23:13 +01:00
Aric Stewart
7254a0ab4c usp10: Implement GPOS MarkToLigature Attachment Positioning Subtable. 2013-01-10 12:23:01 +01:00
Andrew Eikum
8eb70459a1 ieframe: Strip 'file://' from file URLs in BEFORENAVIGATE2 callbacks. 2013-01-10 12:22:00 +01:00
Jacek Caban
136b738b50 mshtml: Wine Gecko 1.9 release. 2013-01-09 17:45:49 +01:00
Alexandre Julliard
ad16c4c0df make_makefiles: Add support for Objective-C sources. 2013-01-09 17:39:38 +01:00
Ken Thomases
8da2cb1698 winemac: Implement basic window functionality. 2013-01-09 17:39:38 +01:00
Ken Thomases
35319684d3 winemac: Convert main thread to Cocoa main loop on process attach. 2013-01-09 17:39:37 +01:00
Ken Thomases
daf0fd75e6 winemac: Add a custom NSApplication subclass, WineApplication. 2013-01-09 17:39:37 +01:00
Julian Rüger
b5dc55673b po: Update German translation. 2013-01-09 17:39:36 +01:00
Aurimas Fišeras
c607607dc0 po: Update Lithuanian translation. 2013-01-09 17:39:36 +01:00
Christian Costa
1c77528a89 dmusic: COM cleanup of IDirectMusicDownload. 2013-01-09 17:39:35 +01:00
Christian Costa
ba6932459a d3dx9_36: Finish implementation of ID3DXFileImpl_CreateEnumObject and add stubbed interface for ID3DXFileData. 2013-01-09 17:39:35 +01:00
Austin English
f8582e1027 include: Add D3D_DRIVER_TYPE to d3dcommon.idl. 2013-01-09 17:39:34 +01:00
Jacek Caban
724ef956b3 vbscript: Added support for a few more constants. 2013-01-09 17:39:34 +01:00
Hans Leidekker
5891ce25e5 msi: Implement MsiQueryFeatureStateExA/W. 2013-01-09 17:39:33 +01:00
Hans Leidekker
6488a6a5e4 msi: Extend registry helpers to support opening the features key for a specific user. 2013-01-09 17:39:32 +01:00
Henri Verbeet
f279d09f78 d3d8/tests: Merge surface.c into device.c. 2013-01-09 17:39:29 +01:00
Henri Verbeet
59aab5ca5c d3d8/tests: Merge texture.c into device.c. 2013-01-09 17:05:05 +01:00
Henri Verbeet
19cb2e21a3 d3d8/tests: Merge buffer.c into device.c. 2013-01-09 17:05:02 +01:00
Henri Verbeet
06796a639d ddraw: Avoid LPD3DMATERIAL7. 2013-01-09 12:54:52 +01:00
Henri Verbeet
caa7e42ed4 ddraw: Avoid LPD3DMATERIAL. 2013-01-09 12:54:45 +01:00
Marcus Meissner
d8d83d2eb3 comctl32: Avoid leak of hShell32 (Coverity). 2013-01-09 12:54:39 +01:00
Marcus Meissner
063dccdd8a oleaut32: Mark various symbols as hidden. 2013-01-09 12:53:55 +01:00
Dmitry Timoshkov
8d72c2771d windowscodecs: BMP decoder should always return valid image resolution. 2013-01-09 12:48:42 +01:00
Dmitry Timoshkov
01ab797b64 windowscodecs: Add a test for loading a .bmp file with BITMAPINFOHEADER. 2013-01-09 12:48:36 +01:00