Michael Stefaniuc
b5840db3e6
qedit/tests: Use the W version of FindResource().
2013-10-02 11:02:25 +02:00
Michael Stefaniuc
9463dba830
tests: Use the explicit LoadLibraryA function.
2013-10-02 11:02:21 +02:00
Andrew Eikum
360afb93b5
riched20: Continue interpreting data as UTF-8 after the first chunk boundary.
2013-10-02 11:01:33 +02:00
Ken Thomases
b7709771d1
winemac: Reapply display modes when switching back to app after "escaping" with Command-Tab.
...
The Mac driver captures the displays when the program changes the display
mode. If the user types Command-Tab to switch away, it resets the displays
to their original modes and releases them. However, if they switched back,
it didn't restore the mode to what the program had set, so the program often
showed the game window in a corner of the screen with the top behind the Mac
menu bar.
2013-10-02 11:00:36 +02:00
Ken Thomases
7c55e912da
winemac: Remove a too-early attempt to set the process's Dock icon.
2013-10-01 23:05:08 +02:00
Akihiro Sagawa
db86409db6
gdi32: Return fake BBox when requesting empty glyph metrics.
2013-10-01 19:26:17 +02:00
Akihiro Sagawa
b138c36c11
gdi32: Fix empty glyph handling in the dib driver.
2013-10-01 19:26:11 +02:00
Akihiro Sagawa
24e0e4d150
gdi32/tests: Fix copy&paste issues related to gmBlackBoxY.
2013-10-01 19:25:25 +02:00
Francois Gouget
c886ad824a
cmd: Standardize the references to directories in the builtin command usage messages.
2013-10-01 19:22:45 +02:00
Francois Gouget
b151052be4
cmd: Mention that the % must be doubled for FOR variables in batch files.
...
Also standardize on the 'Usage:' prefix for usage messages.
2013-10-01 19:16:30 +02:00
Francois Gouget
7eeb804907
winmm: Fix two error messages to not point users to a MIDI Mapper configuration applet we don't have.
2013-10-01 19:13:18 +02:00
Francois Gouget
d3672524ed
Assorted spelling fixes.
2013-10-01 19:09:08 +02:00
Hans Leidekker
b0755344c4
ntdll: Fix the version reported for 64-bit Windows XP.
2013-10-01 19:08:22 +02:00
Jacek Caban
5cdb4a273e
mshtml: Added support for 'document' and 'window' script for attribute values.
2013-10-01 19:07:18 +02:00
Alexandre Julliard
c30923f25b
libwine: Add JNI initialisation support to start Wine from an Android activity.
2013-10-01 17:32:17 +02:00
Jacek Caban
7226c49098
urlmon: Include values from 'Post Platform' registry key in user agent string.
2013-10-01 17:32:17 +02:00
Stefan Dösinger
723e518312
wined3d: Don't invert blits from offscreen surfaces.
2013-10-01 17:32:16 +02:00
Hans Leidekker
471bcd7e13
wmic: Convert integer property values to BSTR.
2013-10-01 13:10:21 +02:00
Piotr Caban
26721c25f6
msvcrt: Don't forward wcsncmp to ntdll.
2013-10-01 13:10:21 +02:00
Piotr Caban
7fb5cca3e4
msvcrt: Don't forward qsort to ntdll.
2013-10-01 13:10:21 +02:00
Piotr Caban
5fce0724ed
msvcrt: Don't forward bsearch to ntdll.
2013-10-01 13:10:21 +02:00
Piotr Caban
3868bf06b2
msvcrt: Add _wtoi64_l implementation.
2013-10-01 13:10:21 +02:00
Piotr Caban
d99090aff8
msvcrt: Don't forward _itoa to ntdll.
2013-10-01 13:10:21 +02:00
Piotr Caban
1a3546e54b
msvcr80: Don't forward some function to msvcrt.
2013-10-01 13:10:20 +02:00
Alistair Leslie-Hughes
05a807af49
oledb32: Implement IDataSourceLocator get/put hWnd.
2013-10-01 13:10:14 +02:00
Henri Verbeet
b347554937
d3dcompiler: Get rid of the BWRITERSHADER_PARAM_REGISTER_TYPE typedef.
2013-10-01 10:57:36 +02:00
Henri Verbeet
a8aa199c36
d3dcompiler: Get rid of the BWRITERSHADER_INSTRUCTION_OPCODE_TYPE typedef.
2013-10-01 10:57:34 +02:00
Henri Verbeet
1f864bc9c3
wined3d: Send vertex declaration binding updates through the command stream.
2013-10-01 10:57:32 +02:00
Henri Verbeet
fd5fc51bc5
wined3d: Send depth stencil binding updates through the command stream.
2013-10-01 10:57:29 +02:00
Henri Verbeet
438b672660
wined3d: Send render target binding updates through the command stream.
2013-10-01 10:57:27 +02:00
Francois Gouget
0cc1c22d16
ddraw/tests: Fix compilation on systems that don't support nameless unions.
2013-10-01 10:56:28 +02:00
Bruno Jesus
adb8fb115a
ws2_32: Implement WSASendMsg().
2013-10-01 10:56:10 +02:00
Frédéric Delanoy
ba2f448db9
shell32: Use BOOL type where appropriate.
2013-10-01 10:51:02 +02:00
Frédéric Delanoy
30aec559ac
msxml3: Use BOOL type where appropriate.
2013-10-01 10:50:54 +02:00
Frédéric Delanoy
c91f39055e
rpcrt4: Use BOOL type where appropriate.
2013-10-01 10:50:46 +02:00
Jacek Caban
6d13dd697c
mshtml: Added IHTMLStyle6::outline property implementation.
2013-09-30 20:36:36 +02:00
Jacek Caban
93f9d824eb
mshtml: Added IHTMLEventObj::y implementation.
2013-09-30 20:36:35 +02:00
Jacek Caban
c24767262b
mshtml: Added IHTMLEventObj::x implementation.
2013-09-30 20:36:35 +02:00
Ken Thomases
54291ad3d1
winemac: Let Wine always drive window minimization; Cocoa just requests it.
2013-09-30 20:36:34 +02:00
Sebastian Lackner
e915cfd4e7
winex11: Call destroy_gl_drawable before destroying the window.
2013-09-30 20:36:33 +02:00
Dmitry Timoshkov
c7afb0bb88
ntdll: Don't use asynchronous file IO in the loader.
2013-09-30 20:35:03 +02:00
Dmitry Timoshkov
fe3bc8c574
ntdll: Unify the checks for asynchronous NtReadFile behaviour.
2013-09-30 20:35:03 +02:00
Dmitry Timoshkov
5e5fb99755
ntdll: Unify the checks for asynchronous NtWriteFile behaviour.
2013-09-30 20:35:03 +02:00
Thomas Faber
513f8286cb
mmdevapi: Fix build with MSVC.
2013-09-30 20:35:03 +02:00
Rico Schüller
e615c67bc7
d3dx9: Handle FX/TX blobs in D3DXFindShaderComment().
2013-09-30 20:35:03 +02:00
Daniel Jelinski
d15416a563
include: Define ERROR_REQUEST_PAUSED.
2013-09-30 20:35:03 +02:00
Frédéric Delanoy
5f607a95df
wrc: Use BOOL type where appropriate.
2013-09-30 20:35:02 +02:00
Frédéric Delanoy
bf36cf284e
wmc: Use BOOL type where appropriate.
2013-09-30 20:35:02 +02:00
Frédéric Delanoy
66a95f6d45
winemac.drv: Use BOOL type where appropriate.
2013-09-30 20:35:02 +02:00
Qian Hong
55f31701ab
atl80: Add a WinSxS manifest resource.
2013-09-30 20:35:02 +02:00