Commit Graph

44095 Commits (ee69858ebed9627420a89e5ecd02d479d495a159)
 

Author SHA1 Message Date
Paul Vriens ee69858ebe shell32/tests: Make tests run again on win95 and NT. 2008-03-10 11:22:23 +01:00
Ethan Chen c19e0a6371 include: Add GdipBitmapUnlockBits to include/gdiplusflat.h. 2008-03-10 11:22:18 +01:00
Jacek Caban b84626bdf0 mshtml: Added IHTMLDocument2::write implementation. 2008-03-10 11:22:11 +01:00
Alexandre Julliard a32e36aee5 Release 0.9.57. 2008-03-07 15:24:24 +01:00
Alexandre Julliard 533380817b mscms: Fix a couple of compiler warnings when lcms is missing. 2008-03-07 12:26:36 +01:00
Louis Lenders 81ae4182f5 shdocvw: Return something more useful for WebBrowser_get_ReadyState. 2008-03-07 11:29:23 +01:00
Nathan Beckmann 366854a7cc gdiplus: Implement GdipGetImageEncoders. 2008-03-07 11:29:05 +01:00
Nathan Beckmann 7f50e42bbc oleaut32: Replace bitmap integer constants with symbolic constants. 2008-03-07 11:28:59 +01:00
Dan Hipschman 275f00f54d qmgr: Only have one BackgroundCopyManager per system. 2008-03-07 11:15:39 +01:00
Alistair Leslie-Hughes 4b89de772a netapi32: Correct test for NetUserChangePassword. 2008-03-07 11:13:52 +01:00
Jason Green d0b8fd0a13 d3d9: Fix a few ok() comparisons to not always return true in the visual tests. 2008-03-07 11:13:47 +01:00
Dmitry Timoshkov 03da2166dd fonts: Add cyrillic glyphs of a 9 pixel bitmap set to Tahoma. 2008-03-07 11:01:07 +01:00
Alexandre Julliard b7d103b634 user32: Force the window position to be on-screen in SetWindowPlacement. 2008-03-07 11:01:07 +01:00
Stefan Dösinger 5f14acc0bf d3d9: Add a point size test. 2008-03-07 11:01:07 +01:00
Stefan Dösinger 20e57ea607 wined3d: Mark constants dirty in the EXT_gpu_program_parameters path. 2008-03-07 11:01:07 +01:00
Stefan Dösinger 8a3ef776f4 wined3d: gl_FragCoord isn't exact. 2008-03-07 11:01:07 +01:00
Stefan Dösinger c00c89eb51 d3d9: Add a test for the vPos register.
The vPos register returns the unnormalised position of the current
fragment to the pixel shader. This test tests for its functionality in
both onscreen and offscreen render targets. On- and offscreen targets
are used because of the inverted y coordinate.
2008-03-07 11:01:07 +01:00
Maarten Lankhorst 8b164ce484 server: Fix reference leak in enum_desktop. 2008-03-07 11:01:07 +01:00
Andrew Talbot 32d7a9e668 msvcrt: Assign to structs instead of using memcpy. 2008-03-07 11:01:07 +01:00
Andrew Talbot 0d80791371 msvfw32: Assign to structs instead of using memcpy. 2008-03-07 11:01:07 +01:00
Andrew Talbot 6661f43438 msi: Assign to structs instead of using memcpy. 2008-03-07 11:01:07 +01:00
James Hawkins d52f48fed4 msi: Fix handling of published installer properties. 2008-03-07 10:52:46 +01:00
Mikołaj Zalewski d3608cf4b2 comctl32: rebar: Fix SizeToHeight when no bands visible. 2008-03-07 10:52:38 +01:00
Dan Kegel 1eba6c7644 winex11: wintab.c: use atan2 instead of atan. 2008-03-07 10:52:25 +01:00
Paul Vriens 81e0ef44e9 advapi32/tests: Fix a few typos. 2008-03-07 10:52:20 +01:00
Huw Davies 60ee0c3eff ole32: Fix CopyTo to work correctly with LARGE_INTEGERs. 2008-03-07 10:52:15 +01:00
Ove Kaaven be874f1a26 msi: Fix bug in handling of multivolume CAB files. 2008-03-07 10:52:11 +01:00
Rob Shearman 76e089692e adsiid: Add static import library for active directory GUIDs. 2008-03-06 17:53:11 +01:00
Rob Shearman ba29e89870 include: Add defines for GetExceptionCode, GetExceptionInformation and AbnormalTermination to excpt.h for the MS compiler when using compiler exceptions. 2008-03-06 17:43:22 +01:00
Rob Shearman 630e273d17 uuid: Add CLSID_InProcFreeMarshaler.
Remove its initialisation from ole32.
2008-03-06 17:43:19 +01:00
Rob Shearman 38a541186a user32: Add test for calling CreateDesktop on already created desktop name. 2008-03-06 17:43:16 +01:00
Rob Shearman 3b0ea978fd mshtml: Move some public GUIDs to shlguid.h. 2008-03-06 17:43:12 +01:00
Rob Shearman a1e4bcda1a rpcrt4: Use closesocket to close sockets and define it to close on Unix platforms to make the code more portable. 2008-03-06 17:39:31 +01:00
Huw Davies 0aedac346a ole32: Fix CopyTo to work correctly with LARGE_INTEGERs. 2008-03-06 17:39:27 +01:00
Francois Gouget a555658ba1 hal: Add a stub for HalGetBusData() to make 3DMark2001SE happy in WinNT mode. 2008-03-06 17:39:22 +01:00
Francois Gouget ae9411089a ddk: Add a stub ntddk.h header. 2008-03-06 17:39:17 +01:00
Francois Gouget 63040e4d90 port: s/#if/#ifdef/ so it still works if HAVE_XXX is not defined. 2008-03-06 17:39:13 +01:00
Francois Gouget 9e67edfc16 configure: s/#if/#ifdef/ so it still works if HAVE_XXX is not defined. 2008-03-06 17:39:08 +01:00
Francois Gouget f5ea0fd2e4 ws2_32: s/#if/#ifdef/ so it still works if HAVE_XXX is not defined. 2008-03-06 17:38:59 +01:00
Ethan Chen e0552c1bc6 gdiplus: Implemented GdipCreateBitmapFromFileICM. 2008-03-06 17:38:54 +01:00
James Hawkins c8acf21e0c msi: Break out the publishing tests into their respective actions. 2008-03-06 16:24:39 +01:00
Lei Zhang 0831be5adc quartz: Validate input for FilterGraph2_AddFilter. 2008-03-06 13:19:34 +01:00
Nathan Beckmann 66067423d1 gdiplus: Fix errors in image dimensions. 2008-03-06 13:19:29 +01:00
Rico Schüller 7cbdb29884 wined3d: Fix copy and past error. 2008-03-06 12:46:50 +01:00
Rico Schüller 4188af790a ddraw: Fix diffuse and specular color types. 2008-03-06 12:46:46 +01:00
Maarten Lankhorst c8d8ddab11 include: Add flag for BROADCAST_QUERY_DENY. 2008-03-06 12:46:40 +01:00
Andrew Talbot 8841da666f msdmo: Assign to structs instead of using memcpy. 2008-03-06 12:46:33 +01:00
Andrew Talbot d52b9ddd67 mshtml: Assign to structs instead of using memcpy. 2008-03-06 12:46:29 +01:00
Andrew Talbot 5f160e561e msacm32.drv: Assign to structs instead of using memcpy. 2008-03-06 12:45:05 +01:00
Hans Leidekker 3e3ce1fa5e winhttp: Add a stub implementation of WinHttpDetectAutoProxyConfigUrl. 2008-03-06 12:45:00 +01:00