Commit Graph

50569 Commits

Author SHA1 Message Date
Roderick Colenbrander 0362ee3d16 wined3d: UpdateSurface should take into account the offset from the source rectangle. 2008-09-22 13:19:57 +02:00
Detlef Riekenberg 60bbae4b40 jscript/tests: Fix a typo in ok(). 2008-09-22 13:17:11 +02:00
Francois Gouget f26c27acc6 jscript: Remove spaces before '\n' in Wine traces. 2008-09-22 13:17:02 +02:00
Alexandre Julliard fb84ba59d9 winex11: Fix SetLayeredWindowAttributes when called on a thread that doesn't have any window. 2008-09-22 12:52:53 +02:00
Philip Nilsson 2876bcd098 configure: Add i486-mingw to the cross-compiler prefixes. 2008-09-22 12:21:14 +02:00
Roderick Colenbrander c13b3f6179 wined3d: Re-add a comment which got lost. 2008-09-22 12:20:42 +02:00
Henri Verbeet f84680e66c wined3d: Don't try to draw with unsupported attribute data types. 2008-09-22 12:20:34 +02:00
Henri Verbeet 3862347bce wined3d: Fix a memory leak. 2008-09-22 12:20:28 +02:00
Henri Verbeet 76de76e508 wined3d: Destroy FBO entries in the context. 2008-09-22 12:20:24 +02:00
Henri Verbeet 459673da1a wined3d: Make sure update_minfilter and update_magfilter are initialized. 2008-09-22 12:20:18 +02:00
Stefan Dösinger 2e6717ab79 wined3d: Initialize standalone surface parameters. 2008-09-22 12:20:13 +02:00
Alexander Nicolaysen Sørnes 4f332e610e regedit: Fix some fprintf arguments. 2008-09-22 12:20:07 +02:00
Alexander Nicolaysen Sørnes 1e0a77622b regedit: Fix char escaping for registry export. 2008-09-22 12:19:54 +02:00
Paul Vriens e46e095c22 imm32/tests: Skip tests when IME support is not implemented. 2008-09-22 12:19:35 +02:00
Paul Vriens e9f5fbc419 ntdll/tests: Show that we are skipping tests. 2008-09-22 12:19:17 +02:00
Paul Vriens 1010768d8e ntdll/tests: Show that we are skipping tests. 2008-09-22 12:19:10 +02:00
Paul Vriens f812d30486 ntdll/tests: Use skip and add a FreeLibrary. 2008-09-22 12:18:30 +02:00
Paul Vriens a397448549 userenv/tests: Don't crash on NT4. 2008-09-22 12:17:18 +02:00
Paul Vriens 8ccfe80c0b dsound/tests: Fix failure on Win9x and NT4. 2008-09-22 12:17:04 +02:00
Paul Vriens a12509532c ddraw/tests: Fix a test on a Win98 box. 2008-09-22 12:16:53 +02:00
Paul Vriens 1c5043e73d kernel32/tests: Add extra tests for SetCurrentDirectory. 2008-09-22 12:16:46 +02:00
Paul Vriens 7cb7c14476 kernel32/tests: Make sure we can remove a test directory. 2008-09-22 12:16:07 +02:00
Paul Vriens e23904ceb9 kernel32/tests: Fix tests on NT4. 2008-09-22 12:16:00 +02:00
Paul Vriens 40a94e04b4 kernel32/tests: Skip some tests on win9x. 2008-09-22 12:15:24 +02:00
Paul Vriens ed55217444 kernel32/tests: Use skip instead of trace. 2008-09-22 12:15:17 +02:00
Alexandre Julliard 8552b50640 comctl32/tests: Fix a couple of message test failures. 2008-09-22 12:15:11 +02:00
Alexandre Julliard 17c6542cfe user32/tests: Fix some more message test failures. 2008-09-22 12:14:56 +02:00
Alexandre Julliard 733693829a ntdll/tests: Fix a few test failures on NT4. 2008-09-22 12:14:41 +02:00
Jacek Caban e806869d4e jscript: Added Function default value implementation. 2008-09-22 11:56:21 +02:00
Jacek Caban 5760eb808b jscript: Added Function.toString implementation. 2008-09-22 11:56:16 +02:00
Jacek Caban 68bd72c7cd jscript: Don't call IDispatch as constructor. 2008-09-22 11:56:10 +02:00
Jacek Caban 90dd23cc4c jscript: Added Math.ceil implementation. 2008-09-22 11:56:05 +02:00
Jacek Caban c4fe1b2efd jscript: Added Math.pow implementation. 2008-09-22 11:56:00 +02:00
Jacek Caban 37b69e9a9e jscript: Added Math.max implementation. 2008-09-22 11:55:56 +02:00
Jacek Caban 2149494c9d jscript: Added Math.abs implementation. 2008-09-22 11:55:51 +02:00
Jacek Caban c395981b2f jscript: Added Math.round implementation. 2008-09-22 11:55:46 +02:00
Jacek Caban 50a24a4a13 jscript: Added Math.min implementation. 2008-09-22 11:55:42 +02:00
Jacek Caban 17ceb90b30 jscript: Added String function implementation. 2008-09-22 11:55:38 +02:00
Jacek Caban 6751644835 jscript: Added String.concat implementation. 2008-09-22 11:55:33 +02:00
Jacek Caban 1f134b41b3 jscript: Added String default value implementation. 2008-09-22 11:55:28 +02:00
Jacek Caban 3925f13023 jscript: Added String constructor implementation. 2008-09-22 11:55:24 +02:00
Jacek Caban 84b69fb1aa jscript: Remove no longer used jsdisp_set_prototype. 2008-09-22 11:55:19 +02:00
Jacek Caban f8537b6eb9 jscript: Added parseInt implementation. 2008-09-22 11:55:15 +02:00
Jacek Caban 8612ae880f jscript: Added String.charCodeAt implementation. 2008-09-22 11:55:10 +02:00
Jacek Caban 2c6847d000 jscript: Added String.slice implementation. 2008-09-22 11:55:06 +02:00
Jacek Caban 1388a6f421 jscript: Added String.valueOf implementation. 2008-09-22 11:55:00 +02:00
Jacek Caban 304e9fe0d4 jscript: Added String.toString implementation. 2008-09-22 11:54:56 +02:00
Jacek Caban 5fdf258b1a jscript: Added String.substring implementation. 2008-09-22 11:54:52 +02:00
Jacek Caban dff4f0b598 jscript: Fixed typo in to_integer. 2008-09-22 11:54:46 +02:00
Jacek Caban 898cb6fcd4 jscript: Added Array default value implementation. 2008-09-22 11:54:41 +02:00