Commit Graph

85283 Commits

Author SHA1 Message Date
Francois Gouget
a573a3e06b po: Remove English strings from the Portuguese translation. 2012-01-18 12:54:37 +01:00
Francois Gouget
56e9ff621c po: Remove English strings from the Romanian translation. 2012-01-18 12:54:37 +01:00
Francois Gouget
15d69f7b08 po: Remove English strings from the Russian translation. 2012-01-18 12:54:36 +01:00
Francois Gouget
99ed857160 po: Remove English strings from the Danish translation. 2012-01-18 12:54:36 +01:00
Francois Gouget
ca609ad9e0 po: Tweak the Slovenian 'file or directory' xcopy translation. 2012-01-18 12:54:35 +01:00
Francois Gouget
44a064affe po: French translation updates. 2012-01-18 12:54:32 +01:00
Gustavo Henrique Milaré
3989ed121e po: Update Brazilian Portuguese translation. 2012-01-18 12:53:58 +01:00
André Hentschel
d8dd266082 po: Update German translation. 2012-01-18 12:53:58 +01:00
Nikolay Sivov
f6821d3169 po: Update Russian translation. 2012-01-18 12:53:58 +01:00
Frédéric Delanoy
2c38ea08b8 po: Update French translation. 2012-01-18 12:53:17 +01:00
Aurimas Fišeras
f979e2d3b5 po: Update Lithuanian translation. 2012-01-18 12:38:02 +01:00
Dmitry Timoshkov
d50814846e kernel32: Remove a no longer needed todo_wine. 2012-01-18 12:37:39 +01:00
André Hentschel
5e9b57d5b6 winedbg: Adjust button size to fit more translations. 2012-01-18 12:37:39 +01:00
André Hentschel
2c568309e3 winedbg: Remove superfluous break instruction. 2012-01-18 12:37:39 +01:00
Henri Verbeet
ed417a6f13 wined3d: Get rid of the WINED3DSTATEBLOCKTYPE typedef. 2012-01-18 12:37:38 +01:00
Henri Verbeet
ae2e5d65ff wined3d: Get rid of the WINED3DQUERYTYPE typedef. 2012-01-18 12:37:38 +01:00
Henri Verbeet
e53a277305 wined3d: Get rid of the WINED3DPOOL typedef. 2012-01-18 12:37:38 +01:00
Henri Verbeet
6a5a098b23 wined3d: Get rid of the WINED3DRESOURCETYPE typedef. 2012-01-18 12:37:38 +01:00
Henri Verbeet
992dbc1078 ddraw: Maintain D3D state across cooperative level changes. 2012-01-18 12:37:38 +01:00
Henri Verbeet
dfa7e9b563 ddraw/tests: Add some tests to show that we should maintain D3D state across cooperative level chnages. 2012-01-18 12:37:38 +01:00
Henri Verbeet
1acd8278c8 ddraw/tests: Add a border around the blitted source data in test_clipper_blt().
Some drivers use the neighbouring pixels in the interpolation. You can
probably argue about whether that's right or wrong, but it's really not what
we're trying to test in either case.
2012-01-18 12:37:38 +01:00
Henri Verbeet
cf636cc3b3 ddraw: Allow querying the surface interface if a device was created from a surface. 2012-01-18 12:37:38 +01:00
Henri Verbeet
c70e17e806 wined3d: Reset the changed float shader constants in stateblock_init_default_state().
The GLSL constant tracking needs these to be correct.
2012-01-18 12:37:37 +01:00
Henri Verbeet
59df293640 wined3d: Don't print an ERR if the depth/stencil surface still has references in wined3d_device_uninit_3d().
This is completely legitimate in ddraw.
2012-01-18 12:37:37 +01:00
Nikolay Sivov
3b60c2c0d1 msi: Support test for aplicable patch of MSIPATCH_DATATYPE_XMLPATH type. 2012-01-18 12:37:37 +01:00
Nikolay Sivov
123eba2801 msi: Support MSIPATCH_DATATYPE_XMLBLOB when testing for applicable patch. 2012-01-18 12:37:37 +01:00
Aric Stewart
4cd49d3bf1 quartz: Lower the merit on our current builtin filters. 2012-01-17 19:14:08 +01:00
Nikolay Sivov
5cbe5faf49 msi: Create the rest of objects with separate helpers. 2012-01-17 19:13:55 +01:00
Alexandre Julliard
2533c1287e winedbg: Append some system information to the crash log. 2012-01-17 19:11:07 +01:00
Alexandre Julliard
a70ac0e971 winedbg: Make the crash details dialog resizable. 2012-01-17 17:47:51 +01:00
Alexandre Julliard
dcd5643f74 winedbg: Add a dialog to display crash details and save them to a file. 2012-01-17 17:47:48 +01:00
Alexandre Julliard
dea7ced7f1 winedbg: Split minidump option handling to a separate function. 2012-01-17 16:27:06 +01:00
Alexandre Julliard
adad80f4bd user32: Always query actual key state from the server for pressed keys. 2012-01-17 16:26:09 +01:00
Alexandre Julliard
03820a527b user32: Fix some printf format warnings. 2012-01-17 15:02:51 +01:00
Alexandre Julliard
51bba9ee07 shlwapi: Fix some printf format warnings. 2012-01-17 15:02:49 +01:00
Alexandre Julliard
902915f667 jscript: Set return value after assert(0) to avoid warnings. 2012-01-17 15:02:47 +01:00
Alexandre Julliard
b46ea8a5b8 libwine: Avoid compiler warnings for Mingw builds. 2012-01-17 15:02:45 +01:00
Jacek Caban
f03b24ad3e jscript: Get rid of no longer used OP_label. 2012-01-17 14:08:33 +01:00
Jacek Caban
5c47f4a269 jscript: Added labelled statements tests. 2012-01-17 14:08:32 +01:00
Jacek Caban
4aec6b1090 jscript: Added labelled continue statement implementation. 2012-01-17 14:08:32 +01:00
Jacek Caban
9a4e12aa93 jscript: Added labelled break statement implementation. 2012-01-17 14:07:54 +01:00
Jacek Caban
383e2b1a0e jscript: Added labelled statement implementation. 2012-01-17 14:06:13 +01:00
Hans Leidekker
110d96634b oleaut32: Handle negative offsets into the custom data table.
Fixes a crash in the Visio 2002 installer.
2012-01-17 13:59:03 +01:00
Frédéric Delanoy
d6073cc58a appwiz.cpl: Avoid unneeded abbreviation in button label. 2012-01-17 11:58:59 +01:00
Francois Gouget
80ad846c5e po: Remove an English string from the Arabic translation. 2012-01-17 11:55:45 +01:00
Francois Gouget
1901c7149b po: Remove English strings from the Romansh translation. 2012-01-17 11:55:42 +01:00
Francois Gouget
fd631e372d po: Remove English strings from the Slovak translation. 2012-01-17 11:55:38 +01:00
Francois Gouget
12ce46548a po: Remove English strings from the Slovenian translation. 2012-01-17 11:55:35 +01:00
Francois Gouget
298eac2d66 po: Remove English strings from the Serbian (Cyrillic) translation. 2012-01-17 11:55:31 +01:00
Francois Gouget
83a7f1b7cf po: Remove English strings from the Serbian (Latin) translation. 2012-01-17 11:55:28 +01:00