Commit Graph

90175 Commits

Author SHA1 Message Date
Henri Verbeet 66ec8a5cfb wined3d: Get rid of wined3d_device_get_wined3d(). 2012-09-04 15:05:22 +02:00
Hans Leidekker 5c074732d5 wbemprox: Implement Win32_ComputerSystem.DomainRole. 2012-09-04 15:05:15 +02:00
Hans Leidekker a568d08c5f wbemprox: Implement IWbemClassObject::GetObjectText. 2012-09-04 15:05:10 +02:00
Hans Leidekker 4e2c2e5a64 wbemprox: Add support for boolean values in get_value_bstr. 2012-09-04 15:05:04 +02:00
Hans Leidekker bbb823f8c2 wbemprox: Add a function to query the service configuration. 2012-09-04 15:04:58 +02:00
Hans Leidekker d582950db2 wbemprox: Get rid of a duplicate string constant. 2012-09-04 15:04:51 +02:00
Rico Schüller 6268414cab d3dx9: Remove ID3DXMatrixStackImpl typedef. 2012-09-04 15:04:40 +02:00
Rico Schüller 27b7fdf663 d3dx9: Use sizeof variable instead of type. 2012-09-04 15:04:34 +02:00
Rico Schüller 7d08ae9b29 d3dx9: Make '\0' the default case in get_constant_by_name(). 2012-09-04 15:04:23 +02:00
Rico Schüller b999ab16b3 d3dx9: Fix ID3DXConstantTable::GetConstantElement() for structs. 2012-09-04 15:04:09 +02:00
Jason Edmeades c5a72379a1 cmd: Fix renaming inside directories. 2012-09-04 15:04:01 +02:00
Jason Edmeades 94f9e789c9 cmd: Fix rmdir error during recursive delete. 2012-09-04 15:03:44 +02:00
Alexandre Julliard 514eb69584 winex11: Store the rectangle of the GL drawable and use it when updating the window size. 2012-09-04 15:03:04 +02:00
Alexandre Julliard ea07c310ec winex11: Create the whole window at window creation time. 2012-09-04 14:11:16 +02:00
Alexandre Julliard a76f60d14e server: Always repaint the whole non-client area if part of it is exposed. 2012-09-04 14:11:07 +02:00
Alexandre Julliard 2dc234d923 user32: Only show a window the first time WS_VISIBLE is toggled, to work around Steam's WM_SETREDRAW usage. 2012-09-04 12:38:33 +02:00
Marcus Meissner 54f06e6b84 wbemprox: Break out of loop when out of memory (Coverity). 2012-09-03 17:44:42 +02:00
Marcus Meissner bf8c45f3ed joy.cpl: Added missing break; (Coverity). 2012-09-03 17:43:58 +02:00
Marcus Meissner 2288851c90 msctf: Also free the sink in the non-source branch (Coverity). 2012-09-03 17:43:47 +02:00
Marcus Meissner 439605634e dinput: No need for null ptr check of pKeyboard. 2012-09-03 17:43:38 +02:00
Marcus Meissner 5ae8629fca gdiplus: Avoid uninitialized usage of bitmap (Coverity). 2012-09-03 17:43:31 +02:00
Jacek Caban fcc3a77ae5 mshtml: Added IHTMLIFrameElement3 stub implementation. 2012-09-03 17:42:50 +02:00
Jacek Caban 12a35ac9de mshtml: Added IHTMLIFrameElement2 stub implementation. 2012-09-03 17:42:45 +02:00
Jacek Caban d71ce1a282 mshtml.idl: Added IHTMLIFrameElement2 and IHTMLIFrameElement3 declarations. 2012-09-03 17:42:41 +02:00
Jacek Caban 2dcb37e520 mshtml: Use nsIDOMWindowCollection::NamedItem in get_window_by_name. 2012-09-03 17:42:38 +02:00
Jacek Caban a535417443 mshtml: Open targeted anchors in existing frames if available. 2012-09-03 17:42:34 +02:00
Jacek Caban d3b77c4507 mshtml: Moved getting frame by name to separated function. 2012-09-03 17:42:29 +02:00
Alexandre Julliard 9f042298f7 winex11: Move the GL drawable management to opengl.c. 2012-09-03 16:45:51 +02:00
Alexandre Julliard ef034e71e2 winex11: Treat the client window as an OpenGL drawable. 2012-09-03 16:45:51 +02:00
Alexandre Julliard fbac3194a5 winex11: Store the OpenGL drawable in a separate structure with its own context. 2012-09-03 16:45:51 +02:00
Alexandre Julliard d596b62d95 winex11: Only create the client window when the pixel format is changed. 2012-09-03 16:45:50 +02:00
Daniel Jelinski e389326bdd comctl32/listview: Do not draw unnecessary grid lines. 2012-09-03 16:45:50 +02:00
Dan Kegel 481a8036ea msvcr100: Add wmemmove_s and wmemcpy_s. 2012-09-03 16:45:46 +02:00
Jacek Caban 7fec767864 jscript: Fixed argument conversion in disp_call_value when 'this' is specified. 2012-09-03 16:13:21 +02:00
Jacek Caban 3cd189c0c0 urlmon: Added more tests. 2012-09-03 16:10:27 +02:00
Jacek Caban 719ab21d75 urlmon: Avoid direct notifications from callbacks from Read call. 2012-09-03 16:10:23 +02:00
Jacek Caban 8bf9d8e90d urlmon: Process pending tasks before exiting Start function. 2012-09-03 16:10:20 +02:00
Jacek Caban 3636a25279 urlmon: Added better debug traces for BINDSTATUS values. 2012-09-03 16:10:16 +02:00
Michael Stefaniuc c21000ea81 include/windowsx.h: Avoid a TRUE:FALSE conditional expression. 2012-09-03 15:52:13 +02:00
Rico Schüller 792cd67bf1 d3dx9: Don't use memcpy in ID3DXConstantTable::GetDesc(). 2012-09-03 15:52:07 +02:00
Rico Schüller 587468dc6d d3dx9: Remove FormatType typedef. 2012-09-03 15:52:01 +02:00
Rico Schüller 8da8811615 d3dx9: Remove PixelFormatDesc typedef. 2012-09-03 15:51:57 +02:00
Jason Edmeades 1a9413b98a cmd: for /l with zero iterations failed to skip its commands. 2012-09-03 15:51:26 +02:00
Jason Edmeades 3a25888f38 cmd: for loops did not respect boundaries. 2012-09-03 15:51:20 +02:00
Philip Pemberton e3e1ddcf2f kernel32: Scan for SCSI scanners and printers. 2012-09-03 15:50:09 +02:00
Marcus Meissner 006ee88278 shell32: Use characters not bytes in one place (Coverity). 2012-09-03 15:49:49 +02:00
Marcus Meissner e10a658c0c dinput: Added some missing free/close in disabled case (Coverity). 2012-09-03 15:49:39 +02:00
Marcus Meissner 791bc1cb93 quartz: Handle freeing pins in error case (Coverity). 2012-09-03 15:49:31 +02:00
Marcus Meissner c7355f7921 gameux: Move SysFreeString to success branches (Coverity). 2012-09-03 15:48:22 +02:00
Alexandre Julliard b8ef9b5669 Release 1.5.12. 2012-08-31 19:43:48 +02:00