Alexandre Julliard
|
36c4ec8f33
|
msi: Fixed definition of the MSIITERHANDLE type.
|
2006-11-06 13:02:47 +01:00 |
Damjan Jovanovic
|
0cc74835b9
|
icmp: Changed select to poll.
|
2006-11-06 12:29:23 +01:00 |
Damjan Jovanovic
|
b56953f49d
|
dinput: Changed select to poll.
|
2006-11-06 12:29:12 +01:00 |
Alexandre Julliard
|
0082973d93
|
ws2_32: Convert WS_select to use poll() instead of select(). Also fixes an fd leak.
|
2006-11-06 12:28:53 +01:00 |
Phil Krylov
|
b81b44f615
|
ntdll: Fix building on Darwin versions prior to 8.0.
|
2006-11-06 12:27:30 +01:00 |
Rob Shearman
|
3acc624219
|
rpcrt4: Remove unnecessary quotes in traces, as debugstr_a and debugstr_w add them instead.
|
2006-11-06 12:27:21 +01:00 |
Eric Pouech
|
76e8b504c1
|
dbghelp: Fixed memory leak in source string handling.
|
2006-11-06 12:27:01 +01:00 |
Jacek Caban
|
a519d104a8
|
shdocvw: Added more tests.
|
2006-11-06 12:26:39 +01:00 |
Jacek Caban
|
7858c208a1
|
shdocvw: Cal on_offlineconnected_change and on_silent_change in SetClientSite.
|
2006-11-06 12:26:30 +01:00 |
Jacek Caban
|
e7c3d0157a
|
shdocvw: Added OnAmbientPropertyChange(DISPID_AMBIENT_OFFLINECONNECTED) implementation.
|
2006-11-06 12:26:23 +01:00 |
Jacek Caban
|
f76253bf00
|
shdocvw: Added [get|put]_Offline implementation.
|
2006-11-06 12:26:16 +01:00 |
Jacek Caban
|
7bbae51ce0
|
shdocvw: Added OnAmbientPropertyChange(DISPID_AMBIENT_SILENT) implementation.
|
2006-11-06 12:26:09 +01:00 |
Jacek Caban
|
ebbcd53c71
|
shdocvw: Ignore hwndParent in DoVerb.
|
2006-11-06 12:25:59 +01:00 |
Jacek Caban
|
30b24fbf7f
|
shdocvw: Set parent window in activate_inplace.
|
2006-11-06 12:25:45 +01:00 |
Jacek Caban
|
53fe2d1531
|
mshtml: Fixed query_edit_status when Gecko is not available.
|
2006-11-06 12:24:07 +01:00 |
Mike McCormack
|
1e85e7c7c2
|
riched20: Fix a leak in the undo stack.
|
2006-11-06 12:23:50 +01:00 |
Mike McCormack
|
b7501a3b0c
|
riched20: Fix one more memory leak.
|
2006-11-06 12:23:46 +01:00 |
Mike McCormack
|
d89c46748f
|
riched20: Don't access memory after freeing it.
|
2006-11-06 12:23:42 +01:00 |
Mike McCormack
|
01e8eaefdc
|
riched20: Fixed memory leaks.
|
2006-11-06 12:23:33 +01:00 |
Mike McCormack
|
dfb41b35c4
|
comctl32: Switch to a Nx4 tiling.
|
2006-11-06 12:23:10 +01:00 |
Mike McCormack
|
6772873396
|
comctl32: Remove a Nx1 assuption in ImageList_AddMasked().
|
2006-11-06 12:21:24 +01:00 |
Mike McCormack
|
49df0467b1
|
comctl32: Check if GetObject fails on bitmaps passed to us.
|
2006-11-06 12:21:14 +01:00 |
Mike McCormack
|
6a9209da8f
|
comctl32: Fix Nx1 assumptions when adding multiple bitmaps with ImageList_Add.
|
2006-11-06 12:20:52 +01:00 |
Mike McCormack
|
ba73cac961
|
comctl32: Fix an Nx1 in ImageList_DrawIndirect().
|
2006-11-06 12:20:43 +01:00 |
Mike McCormack
|
4e5f56a8e0
|
comctl32: Remove another Nx1 assumption from ImageList_Remove().
|
2006-11-06 12:20:32 +01:00 |
Mike McCormack
|
ca6be70819
|
comctl32: Remove Nx1 assumptions in ImageList_Merge.
|
2006-11-06 12:20:22 +01:00 |
Mike McCormack
|
9cd86dddf1
|
comctl32: Remove Nx1 assumptions in ImageList_GetIcon().
|
2006-11-06 12:20:13 +01:00 |
Mike McCormack
|
1328ca572b
|
comctl32: Use imagelist_copy_images() in ImageList_SetImageCount().
|
2006-11-06 12:19:59 +01:00 |
Mike McCormack
|
7370fc0e70
|
comctl32: Create a helper function to copy a block of images.
|
2006-11-06 12:19:26 +01:00 |
Mike McCormack
|
83149b1d2c
|
comctl32: Fix a regression.
|
2006-11-06 12:13:19 +01:00 |
Roderick Colenbrander
|
6c4267a1cf
|
opengl32: Use HKCU instead of HKLM.
|
2006-11-06 12:13:14 +01:00 |
Roderick Colenbrander
|
1d4effcaa5
|
wgl: Fix WoW screen flickering.
|
2006-11-06 12:13:09 +01:00 |
Alexandre Julliard
|
1f50b7f7eb
|
kernel32/tests: Don't wait for overlapped result if the previous test failed.
|
2006-11-04 12:07:10 +01:00 |
Kai Blin
|
cd8332ae1c
|
secur32: Fix handling of buffers that don't have the SECBUFFER_TOKEN as the first buffer.
Thanks to Robert Shearman for catching this one and providing some of the test code.
|
2006-11-04 12:07:05 +01:00 |
Kai Blin
|
e1bfe4c18a
|
secur32: Get rid of some HeapAlloc() calls to make code more readable.
|
2006-11-04 12:02:06 +01:00 |
Kai Blin
|
0c3f45eda0
|
secur32: Avoid double HeapFree() of password and session key.
|
2006-11-04 12:02:01 +01:00 |
Roderick Colenbrander
|
1ef0d0a61a
|
opengl32: Remove glx context.
|
2006-11-04 12:01:55 +01:00 |
Stefan Dösinger
|
9b74d76214
|
d3d9/tests: Add refcount test for binding objects.
|
2006-11-04 11:57:36 +01:00 |
Stefan Dösinger
|
7cae24fc36
|
wined3d: glReadPixels corrections.
|
2006-11-04 11:57:28 +01:00 |
Huw Davies
|
7d4163b5fa
|
winex11.drv: If the app asks for a single buffered pixel format, then it should be happy with a double buffered one.
Likewise for mono vs stereo.
Add some TRACEs so that we know what condition is failing.
|
2006-11-03 21:00:44 +01:00 |
Roderick Colenbrander
|
2f8a05e27e
|
wgl: Add extension checking code / glxGetProcAddress protection.
|
2006-11-03 21:00:29 +01:00 |
Alexandre Julliard
|
02fc886302
|
ntdll: Retrieve mailslot message info from the client side.
|
2006-11-03 17:53:04 +01:00 |
Alexandre Julliard
|
511e0bb671
|
ntdll: FILE_GetDeviceInfo no longer needs to be public.
|
2006-11-03 15:20:21 +01:00 |
Alexandre Julliard
|
c9b5569bc2
|
ntdll: Added implementation of RtlDllShutdownInProgress.
|
2006-11-03 13:52:02 +01:00 |
Roderick Colenbrander
|
3314367238
|
winex11.drv: Opengl init fix.
|
2006-11-03 13:51:27 +01:00 |
Louis Lenders
|
37df23db6a
|
mscoree: Add a few more stubs.
|
2006-11-03 13:51:16 +01:00 |
Alexandre Julliard
|
2765df9f23
|
ws2_32: Don't store the socket file descriptor in the async structure, retrieve it as needed.
|
2006-11-03 12:03:14 +01:00 |
Alexandre Julliard
|
d384871bc3
|
ntdll: Don't store the unix file descriptor in the async structure, retrieve it as needed.
|
2006-11-03 11:56:51 +01:00 |
Alexandre Julliard
|
9ddb9294da
|
ntdll: Added a server_get_unix_fd function that avoids doing a dup() of the fd when not required.
|
2006-11-03 11:38:44 +01:00 |
Rob Shearman
|
7be4853911
|
secur32: Make the path to ntlm_auth easier to change by moving the executable name to the top of ntlm.c.
|
2006-11-02 21:57:20 +01:00 |
Rob Shearman
|
01425f603a
|
wininet: Don't return an error for INTERNET_OPTION_SEND/RECEIVE_TIMEOUT not being implemented
on protocols other than HTTP, just print a FIXME. Reported by Michael Moss.
|
2006-11-02 21:57:17 +01:00 |
Andrey Turkin
|
7dff8c19ee
|
atl: Implement AtlAxCreateDialogA and AtlAxCreateDialogW.
|
2006-11-02 21:21:15 +01:00 |
Andrey Turkin
|
821aae4f9f
|
atl: Implement AtlAxCreateControl and AtlAxCreateControlEx.
|
2006-11-02 21:16:20 +01:00 |
Andrey Turkin
|
b7ec4de7c6
|
atl: Implement AtlModuleAddCreateWndData and AtlModuleExtractCreateWndData.
|
2006-11-02 21:14:18 +01:00 |
Andrey Turkin
|
2d9fc5d7b5
|
atl: Implement AtlAxWinInit and AtlAxWin window procedure.
|
2006-11-02 21:13:20 +01:00 |
Andrey Turkin
|
abc3769ad2
|
atl: Implement AtlPixelToHiMetric and AtlHiMetricToPixel.
|
2006-11-02 21:12:08 +01:00 |
Jacek Caban
|
64fe277428
|
mshtml: Added implementation of QueryStatus(IDM_UNDERLINE).
|
2006-11-02 21:03:58 +01:00 |
Jacek Caban
|
5e0d749c2f
|
mshtml: Added implementation of QueryStatus(IDM_ITALIC).
|
2006-11-02 21:03:47 +01:00 |
Jacek Caban
|
da3f18745e
|
mshtml: Added more QueryStatus tests.
|
2006-11-02 21:03:39 +01:00 |
Jacek Caban
|
227be057c2
|
mshtml: Added implementation of QueryStatus(IDM_BOLD).
|
2006-11-02 21:03:31 +01:00 |
Jacek Caban
|
f003d3c569
|
mshtml: Added more edit mode tests.
|
2006-11-02 21:03:25 +01:00 |
Jacek Caban
|
cf075bdf00
|
mshtml: Load about:blank in exec_editmode.
|
2006-11-02 21:03:10 +01:00 |
Jacek Caban
|
d6108c6c24
|
mshtml: Added beginning of set_progress task implementation.
|
2006-11-02 21:03:01 +01:00 |
Jacek Caban
|
0cd636c355
|
mshtml: Call SetStatusText in set_parsecomplete.
|
2006-11-02 21:02:28 +01:00 |
Jacek Caban
|
f09890eade
|
mshtml: Get DISPID_AMBIENT_SILENT and DISPID_AMBIENT_OFFLINECONNECTED property in IPersistMoniker::Load.
|
2006-11-02 21:02:20 +01:00 |
Jacek Caban
|
f9db47d66b
|
mshtml: Fix no longer valid ERR.
|
2006-11-02 21:02:11 +01:00 |
Jacek Caban
|
2a16169791
|
mshtml: Added heuristic hack that decides if run the page from moniker or gecko channel.
|
2006-11-02 21:01:16 +01:00 |
Jacek Caban
|
1031c5f9c6
|
wininet: Revert commit 760043c245 .
After more testing I've checked that current code is bad, but my patch
was also wrong and causes regression in WoW.
|
2006-11-02 21:01:05 +01:00 |
Huw Davies
|
c18af414e5
|
comctl32: Implement PSM_GETRESULT.
|
2006-11-02 21:00:55 +01:00 |
Huw Davies
|
6d0b86a92b
|
comctl32: Fix return value of PropertySheet() for modal propsheets.
|
2006-11-02 21:00:51 +01:00 |
Dmitry Timoshkov
|
1ebf1471c0
|
user32/tests: Move the system menu test into its own test.
|
2006-11-02 21:00:46 +01:00 |
Dmitry Timoshkov
|
ab8c870ae1
|
user32: Check only for -1 and -2 as special values returned by MENU_ExecFocusedItem.
|
2006-11-02 21:00:28 +01:00 |
Paul Chitescu
|
c75d739d32
|
msxml3: Check parameters of IXMLDOMNode::insertBefore().
|
2006-11-02 21:00:12 +01:00 |
Alexandre Julliard
|
28418cc919
|
ntdll: Maintain a file descriptor cache on the client side.
|
2006-11-02 20:48:19 +01:00 |
Mikołaj Zalewski
|
258008012c
|
comctl32: toolbar: Add buttons size tests.
|
2006-11-02 12:31:32 +01:00 |
Mikołaj Zalewski
|
0559afda80
|
comctl32: toolbar: Use the width of the current button instead of nButtonWidth to position the icon.
|
2006-11-02 12:31:18 +01:00 |
Mikołaj Zalewski
|
420f7cb076
|
comctl32: toolbar: The SetButtonSize should not allow too small buttons.
|
2006-11-02 12:31:06 +01:00 |
Mikołaj Zalewski
|
3bfcacc54c
|
comctl32: toolbar: The top margin should be computed and saved in CalcToolbar.
|
2006-11-02 12:30:53 +01:00 |
Mikołaj Zalewski
|
a8a0a65515
|
comctl32: toolbar: Add a LayoutToolbar that works like CalcToolbar but doesn't overwrite the button sizes.
|
2006-11-02 12:30:34 +01:00 |
Mikołaj Zalewski
|
f7f1479a08
|
comctl32: toolbar: Fix buttons heights.
|
2006-11-02 12:30:17 +01:00 |
Mikołaj Zalewski
|
9ec280c258
|
comctl32: toolbar: The string should be included in the height of a button-less toolbar only if there is a string in the pool.
|
2006-11-02 12:29:50 +01:00 |
Mikołaj Zalewski
|
d57a61f831
|
comctl32: toolbar: Add support for WM_SETFONT.
|
2006-11-02 12:29:32 +01:00 |
Paul Vriens
|
d44b0dba6f
|
comctl32: Move documented functions to string.c.
|
2006-11-02 12:29:24 +01:00 |
Dmitry Timoshkov
|
86c28920c3
|
user32/tests: Mask a not documented extended style 0x800 in WINDOWINFO before the comparison.
|
2006-11-02 12:25:33 +01:00 |
Mike McCormack
|
f86cfd4088
|
msi: Avoid a memory leak by freeing actions scripts in one place only.
|
2006-11-02 12:25:07 +01:00 |
Mike McCormack
|
f5dddd557f
|
msi: Fix a memory leak.
|
2006-11-02 12:25:03 +01:00 |
Mike McCormack
|
aaa0dc0425
|
msi: Fix a handle leak in the tests.
|
2006-11-02 12:25:00 +01:00 |
Mike McCormack
|
b5c031b160
|
riched20: Initialize and free the RTF lookup table in DllMain to avoid memory leaks.
|
2006-11-02 12:24:55 +01:00 |
Mike McCormack
|
14ec1d0c4c
|
riched20: Use WARN() not ERR() on unknown tokens.
|
2006-11-02 12:24:33 +01:00 |
Mike McCormack
|
5c004898b9
|
kernel32: Add a stub for HeapSetInformation.
|
2006-11-02 12:24:27 +01:00 |
Mike McCormack
|
f97bf3e6e0
|
comctl32: imagelist: Remove more 1xN assumptions.
|
2006-11-02 12:24:08 +01:00 |
Mike McCormack
|
5f89960a56
|
comctl32: Remove a redundant variable.
|
2006-11-02 12:24:01 +01:00 |
James Hawkins
|
a27ae79295
|
advpack: Use the full path of the INF file as the source directory if the CAB file is invalid.
|
2006-11-02 12:23:53 +01:00 |
Alexandre Julliard
|
313d93e491
|
kernel32: Moved PeekNamedPipe implementation to ntdll.
|
2006-11-01 16:24:36 +01:00 |
Alexandre Julliard
|
2cb4361c06
|
kernel32: Reimplemented SetFilePointerEx on top of ntdll functions.
|
2006-11-01 16:12:57 +01:00 |
Mike McCormack
|
83a66a981f
|
imagelist: Move Nx1 assumptions about bitmaps dimensions into a single function.
|
2006-11-01 13:38:25 +01:00 |
Mike McCormack
|
14dda0f74f
|
msi: Fix a typo.
|
2006-11-01 13:38:23 +01:00 |
Mike McCormack
|
3f2cedd41f
|
msi: Don't print traces for addref and release.
|
2006-11-01 13:38:20 +01:00 |
Mike McCormack
|
9a4ba8c114
|
msi: Search the patch package for source cabinet files.
|
2006-11-01 13:38:09 +01:00 |
Andrew Talbot
|
ecd35a0267
|
kernel32: Cast-qual warnings fix.
|
2006-11-01 13:38:05 +01:00 |