Henri Verbeet
fccb3d82fd
wined3d: Fall back to backbuffer offscreen rendering if FBOs are unavailable.
...
Backbuffer appears to be a better choice than PBuffer at the moment, since
PBuffer appears to be somewhat broken.
2009-06-17 12:13:07 +02:00
Henri Verbeet
dad6c311ec
wined3d: Fix a typo.
2009-06-17 12:13:07 +02:00
Aric Stewart
6b2f56a0a7
msctf: Implement ITfCompartmentMgr::EnumCompartments.
2009-06-17 12:08:13 +02:00
Aric Stewart
979c929656
msctf: Implement ITfCompartmentMgr::ClearCompartment.
2009-06-17 12:08:05 +02:00
Aric Stewart
ca9ca58c20
msctf: Contexts have a default DocumentMgr of the one that creates them.
2009-06-17 12:07:58 +02:00
Aric Stewart
2e52edf38d
msctf: Implement ITfThreadMgr::IsThreadFocus.
2009-06-17 12:05:10 +02:00
Rein Klazes
8526eee472
comdlg32/tests: Fix file dialog resize failures on NT4 and with tiny desktops.
2009-06-17 12:05:04 +02:00
Roderick Colenbrander
28a2646d21
wgl: Get rid of glXQueryDrawable because officially it only works on GLXDrawables.
...
Nvidia allows it to operate on a standard Window too but Mesa and AMD
don't and this isn't needed according to the GLX specs. This prevents
crashes when creating +wgl logs.
2009-06-17 12:04:55 +02:00
Andrew Talbot
85f9460a58
crypt32: Constify some variables.
2009-06-17 12:04:35 +02:00
Francois Gouget
f6c7e48af1
wineesd.drv: Remove a redundant assignment.
2009-06-17 12:04:29 +02:00
Francois Gouget
45311c6724
winweesd.drv: Make sure esd_all_info is always initialized and freed when needed.
2009-06-17 12:04:25 +02:00
Francois Gouget
f7faba2309
wineesd.drv: Initialize the stream name before using it.
2009-06-17 12:04:14 +02:00
Alexander Nicolaysen Sørnes
dcade85261
regedit: Fix reading from stdin.
2009-06-17 12:04:03 +02:00
Hans Leidekker
c29328583d
wininet: Implement InternetQueryOption(INTERNET_OPTION_CACHE_TIMESTAMPS).
2009-06-16 15:41:08 +02:00
Hans Leidekker
7ba8c86f85
wininet: Don't fail if dwReserved is set in CreateUrlCacheEntryW.
2009-06-16 15:41:04 +02:00
Anders Jonsson
a2f6bac107
ntoskrnl.exe: Stub for ExInitializeNPagedLookasideList.
2009-06-16 15:32:39 +02:00
Paul Vriens
4e4d477c4d
shell32/tests: Fix some test failures on NT4 (and some Win95 boxes).
2009-06-16 15:32:02 +02:00
Alexandre Julliard
a19db6dc11
ntdll: Handle x86_64 signals on a separate signal stack.
2009-06-16 15:27:48 +02:00
Alexandre Julliard
873e027e01
winebuild: Add unwind annotations to all the generated functions for x86_64.
2009-06-16 14:26:51 +02:00
Alexandre Julliard
ca4451fa13
ntdll: Add unwind annotations to the call_entry_point function for x86_64.
2009-06-16 14:26:34 +02:00
Alexandre Julliard
b9fd2c8d4c
libwine: Add unwind annotations to the stack switching functions for x86_64.
2009-06-16 14:26:20 +02:00
Stefan Doesinger
4830a29101
wined3d: Implement texldd in ARB.
2009-06-16 13:57:34 +02:00
Stefan Doesinger
2f6a713805
wined3d: Use flags instead of bools to control shader_hw_sample.
2009-06-16 13:57:30 +02:00
Stefan Doesinger
e608ef856e
wined3d: Implement IFC in ARB.
2009-06-16 13:57:20 +02:00
Stefan Doesinger
dfefbcd00d
wined3d: Implement break and breakc.
2009-06-16 13:57:15 +02:00
Stefan Doesinger
c220bafa2c
wined3d: Unroll loops in ARB if needed.
...
This is needed to allow us to claim vs_2_0 support with plain
GL_ARB_vertex_program. vs_2_0 allows loops without breaks.
2009-06-16 13:57:04 +02:00
Aric Stewart
dee4e5d5d9
msctf: Implement ITfContext::GetDocumentMgr.
2009-06-16 13:51:36 +02:00
Mike Kaplinskiy
413934cac5
wininet/test: Test malformed header separators.
2009-06-16 13:49:56 +02:00
Mike Kaplinskiy
6c767c4e2c
wininet: Make \r and \n valid header separators.
2009-06-16 13:49:52 +02:00
Ge van Geldorp
dcf4a9903b
advapi32: Set values to 0 in LsaEnumerateAccountRights.
2009-06-16 13:40:31 +02:00
Piotr Caban
50e985e252
jscript: Added Date_setUTCHours and Date_setHours implementation.
2009-06-16 13:40:22 +02:00
Piotr Caban
e0e84d5628
jscript: Added Date_setUTCMinutes and Date_setMinutes implementation.
2009-06-16 13:40:14 +02:00
Piotr Caban
2c7c0cd1c7
jscript: Added Date_setUTCSeconds and Date_setSeconds implementation.
2009-06-16 13:40:03 +02:00
Piotr Caban
0329be2e2f
jscript: Added Date_setUTCMilliseconds and Date_setMilliseconds implementation.
2009-06-16 13:39:49 +02:00
Piotr Caban
5f2eca2729
jscript: Added Date_getUTCMilliseconds and Date_getMilliseconds implementation.
2009-06-16 13:39:25 +02:00
Piotr Caban
3523a1f2bb
jscript: Added Date_getUTCSeconds and Date_getSeconds implementation.
2009-06-16 13:38:45 +02:00
Piotr Caban
a005865f45
jscript: Added Date_getUTCMinutes and Date_getMinutes implementation.
2009-06-16 13:38:19 +02:00
Piotr Caban
73a0f2c900
jscript: Fixed hour_from_time and week_day functions.
2009-06-16 13:38:00 +02:00
Hans Leidekker
70454967f9
wininet: Always create a URL cache entry.
2009-06-16 13:37:29 +02:00
Paul Vriens
53b1e8909f
gdi32/tests: Fix the last test failure on NT4.
2009-06-16 13:37:21 +02:00
Paul Vriens
eae4b22b61
gdi32/tests: Fix some test failures on NT4.
2009-06-16 13:37:11 +02:00
Henri Verbeet
23231d5a62
wined3d: Add format conversions for some depth stencil formats.
...
Although these formats aren't lockable, we still explicitly set the initial
surface data when creating the texture. Unfortunately that means we'll need
the conversion functions, even though all they'll ever convert will be zeroes.
2009-06-16 13:37:06 +02:00
Henri Verbeet
7dd5cc8749
d3d8: Add tests for deleting invalid shader handles.
2009-06-16 13:36:59 +02:00
Henri Verbeet
1bbc65b155
d3d8: Deleting an invalid pixel shader handle should return D3D_OK.
2009-06-16 13:36:54 +02:00
Henri Verbeet
dc3958c079
d3d8: Do some more verification on handles.
2009-06-16 13:36:48 +02:00
Henri Verbeet
f1cb32798a
shdocvw: Add SHDOCVW_LockModule()/SHDOCVW_UnlockModule() calls to ITaskbarList.
2009-06-16 13:36:40 +02:00
Henri Verbeet
697e529c19
shdocvw: Take the riid parameter to TaskbarList_Create() into account.
2009-06-16 13:36:34 +02:00
Aric Stewart
936713fe33
msctf: Setup global CompartmentMgr.
2009-06-16 13:35:40 +02:00
Detlef Riekenberg
0baa711b0b
urlmon/tests: Fix a typo in an ok message.
2009-06-16 13:30:01 +02:00
Rein Klazes
b498fe7544
comdlg32: Delay setting the initial size of resizable file dialog until the CDN_INITDONE notification has been processed.
2009-06-16 13:29:48 +02:00