Commit Graph

49147 Commits (f208025228852d2286ffcd8de7ba880216413d16)
 

Author SHA1 Message Date
Roy Shea f208025228 mstask: Implemented partial stub for (Set|Get)AccountInformation. 2008-08-22 11:32:08 +02:00
Roy Shea a597d9eaed mstask: Implemented (Set|Get)MaxRunTime. 2008-08-22 11:32:08 +02:00
Roy Shea 37708b1e5c mstask: Implemented (Set|Get)Comment. 2008-08-22 11:32:08 +02:00
Roy Shea 2f95e5123b mstask: Implement (Set|Get)Parameters. 2008-08-22 11:32:08 +02:00
Roy Shea aec0eb87de mstask: Task PersistFile AddRef, QueryInterface, and Release. 2008-08-22 11:32:08 +02:00
Piotr Caban 2841755c16 msxml3: Added IDispatchEx QueryInterface test. 2008-08-22 10:42:37 +02:00
Piotr Caban 3e3a5b187e msxml3: Added queryresult's IDispatchEx implementation.
File dispex.c is copied from mshtml.dll. Jacek helped me to write this patch.
2008-08-22 10:42:33 +02:00
Piotr Caban 12f7e0aa39 msxml3: Code clean up. 2008-08-22 10:41:29 +02:00
Piotr Caban 379e543bba msxml3: Use LoadTypeLibEx to register typelib. 2008-08-22 10:41:21 +02:00
Maarten Lankhorst dc22442141 dsound: Tune some parameters to make pulseaudio work. 2008-08-22 10:41:16 +02:00
Maarten Lankhorst 944cb7ea15 winealsa.drv: Tune some parameters to make pulseaudio work.
Kudos to pulseaudio for actually respecting buffer_time and period_time.
2008-08-22 10:41:13 +02:00
Hongbo Ni a8a359ac68 comctl32: Update simplified Chinese resource. 2008-08-22 10:40:43 +02:00
Hongbo Ni 7fe167eeae comdlg32: Update simplified Chinese resource. 2008-08-22 10:40:40 +02:00
Hongbo Ni 2a881472d5 shell32: Update simplified Chinese resource. 2008-08-22 10:40:36 +02:00
Hongbo Ni d24b6e424f user32: Update simplified Chinese resource. 2008-08-22 10:40:33 +02:00
Hongbo Ni d9e45488f6 progman: Update simplified Chinese resource. 2008-08-22 10:40:29 +02:00
Hongbo Ni 1897f8369a winconsole: Update simplified Chinese resource. 2008-08-22 10:40:26 +02:00
Hongbo Ni 5070763a0e winefile: Update simplified Chinese resource. 2008-08-22 10:40:22 +02:00
Hongbo Ni 3f83493a7f winhlp32: Update simplified Chinese resource. 2008-08-22 10:40:18 +02:00
Hongbo Ni b46ffb40c6 clock: Update simplified Chinese resource. 2008-08-22 10:40:15 +02:00
Muneyuki Noguchi da11bfda28 winecfg: Update Japanese translation. 2008-08-22 10:40:09 +02:00
Muneyuki Noguchi f9bc73e25f notepad: Update Japanese translation. 2008-08-22 10:40:04 +02:00
Muneyuki Noguchi 2e61fe2227 regedit: Update Japanese translation. 2008-08-22 10:39:59 +02:00
Nikolay Sivov 4a44100aa7 gdiplus: Implemented GdipFillClosedCurve2[I]. 2008-08-22 10:39:52 +02:00
Stefan Leichter 3ad8b7ea1a rasapi: Fix test failure on platforms vista, w2k8. 2008-08-22 10:39:44 +02:00
Alexander Nicolaysen Sørnes 237b4109bd winhlp32: Update Norwegian Bokmål translation. 2008-08-22 10:39:38 +02:00
Huw Davies 08c2b101f2 crypt32: Remove some unnecessary code. 2008-08-22 10:39:31 +02:00
Huw Davies e714064515 crypt32: Don't decrease the size of the buffer, since we're already counting the characters that we're adding to it. 2008-08-22 10:39:28 +02:00
Roderick Colenbrander fd0e60180a wined3d: Fix window rewrite regression. 2008-08-22 10:39:23 +02:00
H. Verbeet b917bdaa52 wined3d: Remove useless hash_table_entry_t typedef.
It doesn't add much.
2008-08-22 10:39:08 +02:00
H. Verbeet 05931f4a5a wined3d: Track FBOs per-context.
Although sharing FBOs across contexts is allowed by EXT_framebuffer_object
(issue 76), it causes issues with nVidia drivers. Considering the GL 3 spec
explicitly disallows sharing of FBOs accross contexts (Appendix D), this
patch is probably the right thing to do.
2008-08-22 10:38:59 +02:00
H. Verbeet 2f99bcdde2 wined3d: Move depth stencil location handling code up a couple of lines.
This is just for clarity, so that render targets and the depth stencil are
handled in the same place.
2008-08-22 10:38:30 +02:00
Damjan Jovanovic 1cbd1c2bf3 oleaut32: Add a failing VarFormat test. 2008-08-22 10:37:56 +02:00
Alexandre Julliard 5d900bb0f6 Avoid some size_t printf format warnings. 2008-08-21 16:05:15 +02:00
Alexandre Julliard 49421014b7 kernel32: Fix a compiler warning on Mac OS. 2008-08-21 16:04:58 +02:00
Vladimir Pankratov 91227d9138 taskmgr: Converted some functions and variables to Unicode. 2008-08-21 14:24:30 +02:00
Vladimir Pankratov bc4ded7469 taskmgr: Converted some functions and variables to Unicode. 2008-08-21 14:22:02 +02:00
Vladimir Pankratov 79fadfa7f5 taskmgr: Converted some functions and variables to Unicode. 2008-08-21 14:20:46 +02:00
Vladimir Pankratov b98334b9ec taskmgr: Converted some functions and variables to Unicode. 2008-08-21 14:19:56 +02:00
Vladimir Pankratov b28a6c1889 taskmgr: Converted some functions and variables to Unicode. 2008-08-21 14:17:16 +02:00
Lei Zhang 098dc7b330 comctl32: Set listview focus on WM_LBUTTONUP instead of WM_LBUTTONDOWN. 2008-08-21 14:11:58 +02:00
Roy Shea 44941a55fa expand: Extended expand program to accept /r argument. 2008-08-21 13:44:10 +02:00
Roy Shea ca73655124 mstask: Implemented (Set|Get)ApplicationName. 2008-08-21 13:42:08 +02:00
Alexander Dorofeyev 67631163ff wined3d: Fix copy paste error in IWineGDISurfaceImpl_RealizePalette.
It has to update the whole surface, so NULL must be passed to 
x11_copy_to_screen. Fixes a regression in Red Alert.
2008-08-21 13:35:35 +02:00
Alexander Dorofeyev 03ae71dad9 wined3d: Set D3DPTEXTURECAPS_TRANSPARENCY.
It indicates support of colorkey transparency on textures, so set it because 
wined3d supports it. Fixes transparency problems in Forsaken.
2008-08-21 13:35:30 +02:00
Alexander Dorofeyev 1da8a032af wined3d: Disable TEXTURE_RECTANGLE in SetupForBlit. 2008-08-21 13:35:23 +02:00
Alexander Dorofeyev e718eae9e2 ddraw/tests: Skip cubemap tests when cubemap isn't supported. 2008-08-21 13:35:12 +02:00
Stefan Dösinger c38b2fe09e wined3d: Filter out more spam. 2008-08-21 13:34:23 +02:00
Stefan Dösinger b692e86104 wined3d: De-pickify the texbem test. 2008-08-21 13:34:06 +02:00
Stefan Dösinger a901f0966d d3d9: Make the bumpmap test less picky. 2008-08-21 13:33:58 +02:00