Commit Graph

69138 Commits

Author SHA1 Message Date
Henri Verbeet 6f57aabc0a wined3d: Handle a zero source value for WINED3DSIH_POW. 2010-05-27 14:46:43 +02:00
Nikolay Sivov d926939b12 comctl32: Export subclass calls by names too. 2010-05-27 14:46:43 +02:00
Vincent Povirk 645f7c6208 windowscodecs: Account for a NULL pceltFetched in ComponentEnum_Next. 2010-05-27 14:46:43 +02:00
Austin English 6487f3397a user32/tests: Check return value of GetUpdateRect in test_validatergn. 2010-05-27 14:46:43 +02:00
Roderick Colenbrander 39eaaeaa27 wined3d: Add support for mobile Geforce 3xx GPUs. 2010-05-27 14:46:43 +02:00
Roderick Colenbrander c44603a559 wined3d: Mark Geforce GT 140 as a Geforce 9600GT. 2010-05-27 14:46:43 +02:00
Roderick Colenbrander 036295c37a wined3d: Add Geforce 2xx lowend models. 2010-05-27 14:46:43 +02:00
Roderick Colenbrander c471724a2a wined3d: Add Geforce 4x0 cards to GPU database. 2010-05-27 14:46:43 +02:00
Roderick Colenbrander 3e10c3d547 wined3d: Update Nvidia Geforce6+ driver version to latest 197.45 WHQL version. 2010-05-27 14:46:43 +02:00
Roderick Colenbrander ba09e7a2a1 wined3d: Don't use blit_supported() in d3dfmt_get_conv for now. 2010-05-27 14:46:43 +02:00
Roderick Colenbrander e54f06183c wined3d: Replace set_shader call with unset_shader in blt_to_drawable.
The blit_shader is activated before draw_textured_quad, so after use
it should be deactivated instead of being activated again.
2010-05-27 14:46:43 +02:00
Vincent Povirk d64ee9ff11 ole32: Fix seeking backwards in hglobalstream. 2010-05-27 14:46:43 +02:00
Vincent Povirk ff4292c229 ole32/tests: Add more IStream_Seek tests for hglobalstream. 2010-05-27 14:46:42 +02:00
Jacek Caban 0ce3bcee1b jscript: Added leftContext and rightCont4ext tests. 2010-05-27 14:46:42 +02:00
Jacek Caban ce67c76328 jscript: Added RegExp.rightContext implementation. 2010-05-27 14:46:42 +02:00
Jacek Caban 9159ddce92 jscript: Added RegExp.leftContext implementation. 2010-05-27 14:46:42 +02:00
Jacek Caban 32c61c5092 jscript: Store match result in script context. 2010-05-27 14:46:42 +02:00
Jacek Caban fe86330d7e jscript: Treat no argument as "undefined" in RegExp.test. 2010-05-27 14:46:42 +02:00
Jacek Caban 0acb7fb1e4 jscript: Added RegExp.leftContext and RegExp.rightContext stub implementation. 2010-05-27 14:46:42 +02:00
Jacek Caban 0cbe1574fe jscript: Store builtin constructor's length in instance object. 2010-05-27 14:46:42 +02:00
Matteo Bruni 913278c5cb d3dx9: Shader assembler vs_1_0 and vs_1_1 support. 2010-05-27 14:46:42 +02:00
Alexandre Julliard 7f19bda6ec gdi32: Only 16 and 32 bpp DIB sections can have bitfields. 2010-05-27 14:44:37 +02:00
Alexandre Julliard f4e51a9c45 gdi32: Return the actual DIB section bitfields instead of default values in GetDIBits. 2010-05-27 13:37:37 +02:00
Alexandre Julliard 775e5f7b3e kernel32: Reset stdio handles when they are closed. 2010-05-26 23:16:34 +02:00
Robert Wilhelm 5d4a7433a6 msvcrt90: Add stat64i32. 2010-05-26 17:36:33 +02:00
Robert Wilhelm d9746e3ed7 msvcrt90: Add fstat64i32. 2010-05-26 17:36:32 +02:00
Robert Wilhelm b3429e883c include: Add struct _stat32i64 and struct _stat64i32. 2010-05-26 17:36:32 +02:00
Nikolay Sivov 01fdf21717 comctl32/listview: Perform ranges validation only when tracing enabled. 2010-05-26 17:36:32 +02:00
Nikolay Sivov 45d6329cbb shell32: Export lowlevel PIDL manipulation calls by name too. 2010-05-26 17:36:32 +02:00
Henri Verbeet e6611e22fb d3d9: Set the FPU control word on device creation. 2010-05-26 17:36:32 +02:00
Henri Verbeet 7d5666e084 d3d8: Set the FPU control word on device creation. 2010-05-26 17:36:32 +02:00
Alexandre Julliard e2cb88ec2d user32: Copy icon bits by hand in CreateIconIndirect if the bitmaps can't be selected into a DC. 2010-05-26 17:36:32 +02:00
Alexandre Julliard f90b6d5af6 comctl32/imagelist: Fix a copy/paste typo in ImageList_Merge. 2010-05-26 17:36:23 +02:00
Alexandre Julliard 5572fc57ef comctl32/imagelist: Add support for 25% and 50% blending when using an alpha channel. 2010-05-26 15:39:17 +02:00
Alexandre Julliard 7ea98f680d user32: Check the active window instead of the foreground to show/hide owned popups. 2010-05-26 10:39:01 +02:00
Gerald Pfeifer f26b4f68e7 wordpad: Remove variable bottom which is not really used from print. 2010-05-26 10:19:03 +02:00
Gerald Pfeifer 72216a604d dbghelp: Remove variable basic_block which is not really used from dwarf2_parse_line_numbers. 2010-05-26 10:14:46 +02:00
Gerald Pfeifer c8748d73d1 rsaenh: Simplify store_key_container_permissions. 2010-05-26 10:14:41 +02:00
Austin English f125b82c20 winebuild: FreeBSD 64-bit binaries are elf_x86_64_fbsd. 2010-05-26 10:11:17 +02:00
Andrew Nguyen 2eda9c72cd configure: Don't enable maintainer mode if it is explicitly not requested. 2010-05-26 10:11:12 +02:00
Michael Stefaniuc 162e420f0e ole32: Avoid potential NULL pointer dereferences in a TRACE. 2010-05-26 10:11:05 +02:00
Marcus Meissner 41809d5833 d3dx9_36: Fixed off by 1 in the usage_idx check (Coverity). 2010-05-26 10:11:01 +02:00
André Hentschel 0ff9d8c290 oledb32: Add Variant to Integer conversion. 2010-05-26 10:10:20 +02:00
André Hentschel 0ed2288552 oledb32: Fix dst_len in DataConvert. 2010-05-26 10:10:17 +02:00
Juan Lang 1d94702431 crypt32/tests: Always compare serialized stores in memory. 2010-05-26 10:10:10 +02:00
Juan Lang 6451b9621e crypt32/tests: Test an otherwise unused return value. 2010-05-26 10:10:05 +02:00
Juan Lang d0b7cc5bb9 crypt32/tests: Improve granularity of testing a store's serialized form. 2010-05-26 10:10:01 +02:00
André Hentschel b4d895b3d2 winejack.drv: Use jack_client_open instead of deprecated function. 2010-05-26 10:09:51 +02:00
Sven Baars 9ce0ae1feb winhlp32: Fix Dutch translation. 2010-05-25 18:12:45 +02:00
Alexandre Julliard 4e00948efc atl: Fix formatting of generated class name for 64-bit. 2010-05-25 17:03:35 +02:00