Alexandre Julliard
|
cca4e123b2
|
Release 1.6-rc3.
|
2013-06-21 20:24:01 +02:00 |
Alexandre Julliard
|
1ac9815deb
|
po: Remove obsolete msgids from Dutch translation.
|
2013-06-21 19:50:12 +02:00 |
Caibin Chen
|
abfe8a5b96
|
po: Update Simplified Chinese translation.
|
2013-06-21 19:49:37 +02:00 |
Stefan Dösinger
|
248f4b7415
|
wined3d: Fix the TMP_COLOR optimization with custom fog.
|
2013-06-21 17:35:07 +02:00 |
Piotr Caban
|
bba1db0905
|
msvcrt: Don't forward memchr to ntdll.
|
2013-06-21 16:23:35 +02:00 |
Piotr Caban
|
eb13a49de9
|
msvcrt: Add some _mbstok tests.
|
2013-06-21 16:23:35 +02:00 |
Piotr Caban
|
779c1f8049
|
msvcrt: Don't call invalid parameter handler when string to be tokenized and context are not set in mbstok.
|
2013-06-21 16:23:35 +02:00 |
Hans Leidekker
|
e1b4334f89
|
wintrust/tests: Replace the self-signed certificate with one that expires in ten years.
|
2013-06-21 16:23:34 +02:00 |
Roger Koot
|
537ec17aa6
|
po: Update Dutch translation.
|
2013-06-21 16:23:31 +02:00 |
Pavel Borecki
|
0e171311ff
|
po: Update Czech translation.
|
2013-06-21 12:09:47 +02:00 |
Ken Thomases
|
3c7bc8202c
|
winemac: Avoid overdriving single-buffered GL if possible; the system throttles us.
Use glFlushRenderAPPLE(), if available, instead of glFlush() calls less
than 1/60th of a second since the last.
|
2013-06-21 11:57:42 +02:00 |
Ken Thomases
|
a8efa5271b
|
winemac: Fix off-by-one errors when indexing into pixel_formats array with 1-based pixel format number.
|
2013-06-21 11:56:37 +02:00 |
Marcus Meissner
|
7bf9743041
|
wbemprox: Fixed leaking dirstack (Coverity).
|
2013-06-21 11:53:51 +02:00 |
Stefan Dösinger
|
cf1e6a487a
|
ddraw/tests: Get rid of D3DRENDERSTATE_LIGHTING hacks in ddraw4.c.
|
2013-06-20 22:14:36 +02:00 |
Stefan Dösinger
|
4b93cf707d
|
ddraw/tests: Test lighting control in different interface versions.
|
2013-06-20 22:14:36 +02:00 |
Stefan Dösinger
|
c1663c5583
|
ddraw: Device2 and Device3 do not have a lighting render state.
|
2013-06-20 22:14:36 +02:00 |
Stefan Dösinger
|
669611b4be
|
ddraw: Send device2_Draw* through device3_Draw*.
|
2013-06-20 22:14:36 +02:00 |
Stefan Dösinger
|
05de3f8cee
|
ddraw: SPECULARENABLE defaults to true in IDirect3DDevice2.
|
2013-06-20 22:14:36 +02:00 |
Matteo Bruni
|
aeade16d62
|
d3d9/tests: Skip unbound_sampler_test if cube or volume textures aren't supported.
|
2013-06-20 22:14:36 +02:00 |
Matteo Bruni
|
5ffabcdfff
|
d3d9/tests: Reset texture 0 to NULL at the end of texop_test().
|
2013-06-20 22:14:35 +02:00 |
Matteo Bruni
|
5649746b60
|
wined3d: Fix NP2 surface repacking in surface_download_data.
|
2013-06-20 22:14:35 +02:00 |
Alexandre Julliard
|
410b728c7b
|
winemac.drv: Don't register IME classes before the dll is initialized.
|
2013-06-20 22:14:35 +02:00 |
Jacek Caban
|
f98ccb82b9
|
dwmapi: Added DwmGetCompositionTimingInfo stub.
|
2013-06-20 22:14:35 +02:00 |
Jacek Caban
|
92bdc37058
|
dwmapi.h: Added some missing declarations.
|
2013-06-20 22:14:35 +02:00 |
Aric Stewart
|
37d216cc56
|
gdi32/tests: Add a test case for vertical fonts enumeration order.
|
2013-06-20 22:14:35 +02:00 |
Alexandre Julliard
|
e531306f7a
|
gdi32: Put vertical font families after their horizontal counterpart in the font list.
|
2013-06-20 22:14:35 +02:00 |
Alexandre Julliard
|
102b2785f4
|
gdi32: Add support for loading name strings in Apple Unicode format.
|
2013-06-20 22:14:35 +02:00 |
Alexandre Julliard
|
3d0f044883
|
gdi32: Add support for loading name strings in Macintosh format.
|
2013-06-20 22:14:34 +02:00 |
Alexandre Julliard
|
b05b637c91
|
gdi32: Improve font name localization by not requiring a strict language match.
|
2013-06-20 22:14:32 +02:00 |
Marcus Meissner
|
c60bab330c
|
wbemprox: Add missing FindClose() (Coverity).
|
2013-06-20 21:07:56 +02:00 |
Hans Leidekker
|
7974b12ab1
|
msi: Restrict the match on files from cabinets to the disk ID.
|
2013-06-20 21:07:56 +02:00 |
Wei-Lun Chao
|
b9aa0c6fbf
|
po: Update Chinese (Taiwan) translation.
|
2013-06-20 21:07:51 +02:00 |
Kamil Pošvic
|
a356d47969
|
po: Update Czech translation.
|
2013-06-20 11:35:58 +02:00 |
Bruno Jesus
|
486e921ab9
|
po: Update Brazilian Portuguese translation.
|
2013-06-20 11:35:56 +02:00 |
Ken Thomases
|
153f3e27c4
|
winemac: Forcibly release mouse capture for clicks in Mac menu bar or app deactivation.
|
2013-06-20 11:31:25 +02:00 |
Ken Thomases
|
1d10457aee
|
winemac: Also activate if a window is ordered front shortly after tray icon clicked.
... in addition to if one is focused.
|
2013-06-20 11:30:16 +02:00 |
Ken Thomases
|
92a67d4259
|
winemac: Don't complain that WM_MACDRV_ACTIVATE_ON_FOLLOWING_FOCUS is unrecognized.
|
2013-06-20 11:29:58 +02:00 |
Stefan Leichter
|
9e3e9b49a5
|
msvcp100/tests: Fix dynamically loaded functions for platform arm.
|
2013-06-20 11:29:52 +02:00 |
Frédéric Delanoy
|
15171d8d05
|
loader: Update French translation of wine manpage.
|
2013-06-19 20:09:54 +02:00 |
Frédéric Delanoy
|
2d19782ec5
|
loader: Remove copy-paste error in BUGS section of wine manpage.
|
2013-06-19 20:09:54 +02:00 |
Stefan Dösinger
|
21491c8748
|
ddraw/tests: Add a test for fog_start == fog_end.
|
2013-06-19 20:09:53 +02:00 |
Stefan Dösinger
|
5f2f2ae9c8
|
d3d8/tests: Add a test for fog_start == fog_end.
|
2013-06-19 20:09:53 +02:00 |
Stefan Dösinger
|
e030ed3c2f
|
d3d9/tests: Add a test for fog_start == fog_end.
|
2013-06-19 20:09:53 +02:00 |
Stefan Dösinger
|
22319c7f9e
|
wined3d: Work around broken FFP fog with ARB shaders.
|
2013-06-19 20:09:53 +02:00 |
Stefan Dösinger
|
b648b74191
|
wined3d: Pass fogstart==fogend to GL in fog table mode.
|
2013-06-19 20:09:53 +02:00 |
Alistair Leslie-Hughes
|
ba16113dc5
|
oledb32: Add more database tests.
|
2013-06-19 20:09:53 +02:00 |
Alexandre Julliard
|
2c4e5ad1a9
|
make_unicode: Cache files under their full path name to avoid conflicts.
|
2013-06-19 20:09:53 +02:00 |
Alexandre Julliard
|
28ece74fd8
|
Use the official Microsoft definitions for Gaelic languages.
|
2013-06-19 20:09:51 +02:00 |
Dmitry Timoshkov
|
84ef3d484c
|
gdiplus: get_font_hfont() should ask gdi32 to match font height against the character height instead of cell height.
|
2013-06-19 19:18:39 +02:00 |
Alistair Leslie-Hughes
|
ff9039d94d
|
wine.inf: Install msdaps.dll into the correct directory.
|
2013-06-19 19:18:39 +02:00 |