Commit Graph

83855 Commits

Author SHA1 Message Date
Jacek Caban bd80daff96 jscript: Added bytecode-based version of identifier expression. 2011-11-28 16:40:50 +01:00
Jacek Caban 518f4c4983 jscript: Use bytecode for new expression implementation. 2011-11-28 16:40:49 +01:00
Jacek Caban 25e58de596 jscript: Use bytecode for conditional expressions. 2011-11-28 16:40:49 +01:00
Jacek Caban 88dc54a7f7 jscript: Use bytecode for logical and expression. 2011-11-28 16:40:49 +01:00
Jacek Caban 28375af386 jscript: Use bytecode for logical or expression. 2011-11-28 16:40:49 +01:00
Hwang YunSong 7d5861f6d8 po: Updated Korean translation. 2011-11-28 16:40:49 +01:00
Aurimas Fišeras 991fcc17bf po: Update Lithuanian translation. 2011-11-28 16:40:49 +01:00
Gerald Pfeifer ef6f8a58c5 winex11.drv: Move a conditionally used label into the condition in X11DRV_XRender_Init. 2011-11-28 16:40:48 +01:00
Nikolay Sivov 2508025bcd msxml3: Fix get_namespaceURI() for document nodes. 2011-11-28 16:40:48 +01:00
Nikolay Sivov 852bde49cb msxml3: Place nodeValue() test data in a table. 2011-11-28 16:40:47 +01:00
Nikolay Sivov a1d9fa11d3 msxml3: Use common helper for IXMLDOMText_get_nodeValue(). 2011-11-28 16:40:47 +01:00
Nikolay Sivov 5afb829fdc msxml3: Some refcount tests to show details of internal DOM representation. 2011-11-28 16:40:47 +01:00
Henri Verbeet f5a2670689 wined3d: Store the device type only once. 2011-11-28 16:40:47 +01:00
Henri Verbeet d1327bbefe wined3d: Get rid of the WINED3DDEVICE_CREATION_PARAMETERS typedef. 2011-11-28 16:40:47 +01:00
Henri Verbeet f41ea4fefe ddraw/tests: Add tests for primary dimensions to test_coop_level_mode_set(). 2011-11-28 16:40:47 +01:00
Henri Verbeet 5b88d145e4 d3d8/tests: Test the window and backbuffer dimensions after display mode changes. 2011-11-28 16:40:47 +01:00
Henri Verbeet 1ac6f487d5 d3d9/tests: Test the window and backbuffer dimensions after display mode changes. 2011-11-28 16:40:47 +01:00
Austin English bf8d9cb707 netapi32: Add a stub for NetUseGetInfo. 2011-11-28 16:40:47 +01:00
Frédéric Delanoy 355a0aef8b winebuild: Avoid dead code in BuildCallFrom16Core (Coverity). 2011-11-28 16:40:47 +01:00
Alexandre Julliard 96e13da900 winedbg: Use proper links in the crash dialog. 2011-11-28 16:40:46 +01:00
Alexandre Julliard 62cf70d363 wineps: Don't crash on missing loca OTF table. 2011-11-26 16:29:50 +01:00
Francois Gouget 3b72928464 cmd: Use WCMD_output_asis*() for strings that are not supposed to contain formating directives. 2011-11-25 17:16:11 +01:00
Marcus Meissner d255efbde1 d3d9: Check that surface is allocated (Coverity). 2011-11-25 17:12:25 +01:00
Marcus Meissner 56968fb379 expand: Initialize a variable (Coverity). 2011-11-25 17:12:21 +01:00
Jacek Caban d4d51a489e urlmon: Added file URIs compare tests. 2011-11-25 16:22:38 +01:00
Jacek Caban e0f6b95d44 urlmon: Properly compare file URIs. 2011-11-25 16:22:33 +01:00
Jacek Caban 29cdb35750 urlmon: Make canonicalize_path_hierarchical Uri object and parse_data struct independent. 2011-11-25 16:22:29 +01:00
Jacek Caban 24f4c4e14c urlmon: Rename are_equal_simple to compare_uris and make it failable. 2011-11-25 16:22:24 +01:00
Jacek Caban bb8a05800b urlmon: Reduce indention in are_equal_simple and move it. 2011-11-25 16:22:19 +01:00
Frédéric Delanoy f38e0be5ea winefile: Avoid uninitialized field in SYSTEMTIME structure (Coverity). 2011-11-25 16:22:12 +01:00
Hans Leidekker 7d8730f8c5 winhttp: Resolve the server name only on the first request. 2011-11-25 16:22:02 +01:00
Frédéric Delanoy c724a6155d po: Update French translation. 2011-11-25 16:21:58 +01:00
André Hentschel 420e2e99f8 po: Update German translation. 2011-11-25 16:21:58 +01:00
Jacek Caban 58952a07d0 jscript: Use bytecode for '==' and '!=' expression. 2011-11-25 16:21:58 +01:00
Jacek Caban 413fe9a462 jscript: Use bytecode for unary '-' expression. 2011-11-25 16:21:58 +01:00
Jacek Caban b13c6a27c3 jscript: Use bytecode for '-' expression implementation. 2011-11-25 16:21:58 +01:00
Jacek Caban 47314a92d7 jscript: Use bytecode for comma expression implementation. 2011-11-25 16:21:58 +01:00
Jacek Caban 172fa4fa99 jscript: Fixed memory leaks.
Spotted by Piotr.
2011-11-25 16:21:57 +01:00
Piotr Caban 400c887e85 msvcp90: Added runtime_exception implementation. 2011-11-25 16:21:57 +01:00
Piotr Caban 1c04cbfd33 msvcp90: Reorganize __ASM_EXCEPTION_VTABLE macro. 2011-11-25 16:21:57 +01:00
Piotr Caban 913b075b07 msvcp90: Added _Timevec class implementation. 2011-11-25 16:21:57 +01:00
Piotr Caban e10dcd0c32 msvcp90: Added locale::name implementation. 2011-11-25 16:21:57 +01:00
Piotr Caban 2e449eba08 msvcp90: Added locale::_Addfac implementation. 2011-11-25 16:21:57 +01:00
Piotr Caban 1263b618d7 msvcp90: Added locale copy based constructors implementation. 2011-11-25 16:21:57 +01:00
Henri Verbeet 6a529e5847 wined3d: Get rid of the WINED3DVERTEXELEMENT typedef. 2011-11-25 16:21:57 +01:00
Henri Verbeet 1c74172a28 wined3d: Get rid of the WINED3DCLIPSTATUS typedef. 2011-11-25 16:21:57 +01:00
Henri Verbeet 094f64c823 wined3d: Handle changing the backbuffer format in wined3d_device_reset(). 2011-11-25 16:21:57 +01:00
Henri Verbeet f51bf61d2f wined3d: Use the correct backbuffer format in wined3d_device_reset(). 2011-11-25 16:21:56 +01:00
Henri Verbeet 24775459c8 wined3d: Don't apply fixups to converted surfaces. 2011-11-25 16:21:56 +01:00
Alexandre Julliard 855d32d38a msacm32: Convert dialogs to po files. 2011-11-24 20:57:03 +01:00