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
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
ca4451fa13
ntdll: Add unwind annotations to the call_entry_point function for x86_64.
2009-06-16 14:26:34 +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
Alexandre Julliard
cbaf176013
msvcrtd/tests: Fix calling convention for operator_new_dbg.
2009-06-16 13:29:38 +02:00
Alexandre Julliard
2ee9118266
ntdll: Fix handling of self-relative security descriptors for 64-bit.
2009-06-16 13:29:05 +02:00
Alexandre Julliard
3a33ff7df9
advapi32: Fix self-relative security descriptor creation for 64-bit.
2009-06-16 13:28:08 +02:00
Alexandre Julliard
ac5002ed2b
advapi32/tests: Avoid accessing an uninitialized pointer.
2009-06-16 13:27:32 +02:00
Nikolay Sivov
34b802caf0
comctl32/listview: Convert forwarded header notifications to ANSI if NFR_ANSI is current format.
2009-06-16 13:27:12 +02:00
Nikolay Sivov
b4b186d7b7
comctl32/listview: Forward HDN_DIVIDERDBLCLICK to parent.
2009-06-16 13:26:54 +02:00
Nikolay Sivov
736d8ff023
comctl32/listview: Block header items drag if LVS_EX_HEADERDRAGDROP isn't set.
2009-06-16 13:26:49 +02:00
Andrew Talbot
045c94baf1
crypt32: Constify some variables.
2009-06-16 13:26:42 +02:00
Austin English
281382afe3
gphoto2.ds: Fix a compiler warning for libjpeg includes.
2009-06-16 13:26:07 +02:00
Austin English
15ff349ada
oleaut32: Fix a compiler warning for libjpeg includes.
2009-06-16 13:26:00 +02:00
Louis Lenders
afce86b4bc
gdi32: Add stub for GdiEntry13.
2009-06-15 13:42:31 +02:00
Detlef Riekenberg
ed1b527dd9
setupapi: Move IsUserAdmin to shell32.IsUserAnAdmin.
2009-06-15 13:42:31 +02:00
Anders Jonsson
fb98499063
ntoskrnl.exe: Stub for PsTerminateSystemThread.
2009-06-15 13:42:31 +02:00
Anders Jonsson
fc07a52148
ntoskrnl.exe: Stub for ExInitializeZone.
2009-06-15 13:42:31 +02:00
Anders Jonsson
afff5f9da5
ntoskrnl.exe: Stub for ExInitializeResourceLite.
2009-06-15 13:42:31 +02:00
Anders Jonsson
34e6ad3222
ntoskrnl.exe: Stub for IoStartTimer.
2009-06-15 13:42:31 +02:00
Anders Jonsson
15dd9e8d35
ntoskrnl.exe: Stub for IoInitializeTimer.
2009-06-15 13:42:31 +02:00
Anders Jonsson
80450122fe
ntoskrnl.exe: Stub for KeWaitForSingleObject.
2009-06-15 13:42:31 +02:00
Anders Jonsson
b79a474033
ntoskrnl.exe: Stub for KeInitializeMutex.
2009-06-15 13:42:31 +02:00
Paul Vriens
cf43e2cac7
gdi32/tests: Fix several test failures on Win9x/WinME/NT4.
2009-06-15 13:42:30 +02:00
Nikolay Sivov
7f936a0a6e
comctl32/listview: Setting item text to callback stub value already having it raises item-change notifications.
...
Use same new text comparison rules for both items and subitems.
Based on patch by Stefan Stranz.
2009-06-15 13:42:30 +02:00
Nikolay Sivov
47bc142dad
comctl32/listview: Get rid of Header_* macros.
2009-06-15 13:42:30 +02:00
Nikolay Sivov
caa91dcbc7
comctl32/listview: Don't offset subitems on painting.
2009-06-15 13:42:30 +02:00
Nikolay Sivov
89f0bdff6e
comctl32/listview: Fix some hittest problems on LVS_EX_FULLROWSELECT.
2009-06-15 13:42:30 +02:00
Nikolay Sivov
8372d1832d
comctl32/listview: Don't offset item box to item position on LVS_EX_FULLROWSELECT if item isn't in leftmost column.
2009-06-15 13:42:30 +02:00
Marcus Meissner
882716e78b
ddraw: Use correct union member.
2009-06-15 13:42:30 +02:00
Detlef Riekenberg
387f24f467
urlmon/tests: Move SecurityManager and ZoneManager tests to a separate file.
2009-06-15 13:42:30 +02:00
Andrew Talbot
465a583f27
crypt32: Constify some variables.
2009-06-15 13:42:30 +02:00
Francois Gouget
d51d209b5f
rpcrt4/tests: Replace malloc() with HeapAlloc().
2009-06-15 13:42:29 +02:00
Francois Gouget
489bd52aff
gdiplus: Remove spaces before '\n's.
2009-06-15 13:42:29 +02:00
Francois Gouget
1ba95da66f
msctf: Make the CompartmentMgr functions static.
2009-06-15 13:42:29 +02:00
Francois Gouget
125131aea4
msctf/tests: Make EditSession_Constructor() static.
2009-06-15 13:42:29 +02:00
Francois Gouget
34accb382b
gdi32/tests: Small indentation fix.
2009-06-15 13:42:29 +02:00
Francois Gouget
8396dad5c2
winedos: DOSVM_GetTimer() is not used so remove it.
2009-06-15 13:42:29 +02:00
Francois Gouget
c54031960a
winedos: DPMI_FreeInternalRMCB() is not used so remove it.
2009-06-15 13:42:29 +02:00
Francois Gouget
c772cdfca5
winedos: Move VGA_SetGraphicMode() up a bit and make it static. VGA_GetModeInfoList() is unused so remove it.
2009-06-15 13:42:29 +02:00
Francois Gouget
37c0780e14
cryptdlg & cryptui: Use SUBLANG_NEUTRAL for German.
2009-06-15 13:42:29 +02:00
Henri Verbeet
88162fabb8
wined3d: Get rid of the pointers in WINED3DSURFACE_DESC.
2009-06-15 13:42:29 +02:00
Henri Verbeet
fede35d1c5
wined3d: Introduce surface_calculate_size().
2009-06-15 13:42:28 +02:00
Henri Verbeet
5f581975dc
wined3d: Introduce surface_init() to handle most of the surface initialization.
2009-06-15 13:42:28 +02:00
Henri Verbeet
bbfdfb2f1f
wined3d: Introduce surface_gdi_cleanup().
2009-06-15 13:42:28 +02:00
Henri Verbeet
32613eb628
wined3d: Introduce surface_cleanup().
2009-06-15 13:42:28 +02:00
Damjan Jovanovic
36685b0761
winex11.drv: Fix file drops on KDE4 and XFCE.
2009-06-15 13:42:28 +02:00
Rein Klazes
1591e3a762
winedos: int21, function 32h returns data in DS:BX, not DS:DX.
2009-06-15 13:42:28 +02:00
Aurimas Fišeras
7f77207769
hhctrl.ocx: Add Lithuanian translation.
2009-06-15 13:42:28 +02:00
Aurimas Fišeras
e078ad3e2a
wininet: Add Lithuanian translation.
2009-06-15 13:42:28 +02:00
Eric Pouech
b37996305d
dbghelp: Improve speed of our hashtable implementation by remembering the last element added to every bucket.
2009-06-15 13:42:28 +02:00
Austin English
056131f67e
kernel32: GetConsoleAliasW is a stub, make sure it acts like one.
2009-06-15 13:42:28 +02:00
Paul Vriens
397e7ed31d
shell32/tests: Fix a test failure on some Win95 boxes and NT4.
2009-06-15 13:42:27 +02:00
Paul Vriens
267c39bc9c
user32/tests: Skip some tests on Win9x/WinME.
2009-06-15 13:42:27 +02:00
Paul Vriens
3a5a79ff75
mlang/tests: Fix a test failure on Win95.
2009-06-15 13:42:27 +02:00
Paul Vriens
c5946beccc
riched32/tests: Fix test failures on Win9x, WinMe and NT4.
2009-06-15 13:42:27 +02:00
Juan Lang
9da4d2f3a9
wintrust: Check for the presence of required members of WINTRUST_CERT_INFO rather than requiring callers to be compiled with the same SDK version.
2009-06-15 13:42:26 +02:00
Juan Lang
abacfc0f45
wintrust: Check for the presence of required members of WINTRUST_BLOB_INFO rather than requiring callers to be compiled with the same SDK version.
2009-06-15 13:42:26 +02:00
Alexandre Julliard
e65ebee63f
ntdll: Add appropriate stdcall decorations to assembly functions.
2009-06-15 13:42:26 +02:00