Francois Gouget
6a8f961e08
ddraw: Rename DDRAW_dump_flags_() to DDRAW_dump_flags_nolf() to clarify its difference from DDRAW_dump_flags().
2007-12-07 14:52:51 +01:00
Michael Stefaniuc
64b7359265
user32/tests: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead of clearing the memory with a separate memset() call.
2007-12-07 14:52:45 +01:00
Michael Stefaniuc
d35e57732e
winecfg: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead of clearing the memory with a separate memset() call.
2007-12-07 14:52:42 +01:00
Alexandre Julliard
195356c098
winebuild: Also optimize out imports that are only used for forwards.
2007-12-06 21:44:45 +01:00
Alexandre Julliard
0861141725
ntdll: Support delayed loading of modules referenced by forwarded entry points.
2007-12-06 21:43:54 +01:00
Alexandre Julliard
e6fe7341f5
winebuild: Improved checks for missing forward entry point targets.
2007-12-06 21:43:41 +01:00
Alexandre Julliard
32fc1acb1c
winebuild: Print a warning when failing to import a data export.
2007-12-06 21:43:41 +01:00
Alexandre Julliard
ad9396302d
Removed some unneeded imports.
2007-12-06 21:24:24 +01:00
Jacek Caban
d371b8b5f0
hlink: Added IHttpNegotiate interface to ExtensionService.
2007-12-06 14:52:51 +01:00
Jacek Caban
e35e27de4c
mshtml: Added HTMLTxtRange::Exec(IDM_INDENT) test.
2007-12-06 14:52:38 +01:00
Jacek Caban
f5a8a450b2
mshtml: Added HTMLTxtRange::Exec(IDM_INDENT) implementation.
2007-12-06 14:52:33 +01:00
Jacek Caban
8d08592018
mshtml: Fixed ref counting.
2007-12-06 14:52:23 +01:00
Jacek Caban
23393756dd
mshtml: Added IHTMLStyleSheetRulesCollection::get_length implementation.
2007-12-06 14:52:13 +01:00
Jacek Caban
4ac1ba130a
mshtml: Added IHTMLStyleSheet::get_rules implementation.
2007-12-06 14:52:08 +01:00
Jacek Caban
da39170029
mshtml: Added more DOM tests.
2007-12-06 14:50:06 +01:00
Roy Shea
a63f3e6a11
include: Added IDL file for BITS.
2007-12-06 14:49:32 +01:00
Roy Shea
68b55594a0
include: Added bitsmsg.h header.
2007-12-06 14:48:22 +01:00
Roy Shea
b655da6412
qmgr: Renamed bits_main.c to qmgr_main.c and updated comments.
2007-12-06 14:45:24 +01:00
Stefan Dösinger
1cc7530332
wined3d: Ignore unused attributes when generating the swizzle array.
2007-12-06 13:48:59 +01:00
Stefan Dösinger
f4d2449244
wined3d: Test clearing regarding the scissor test and colorwrite.
2007-12-06 13:48:43 +01:00
Peter Oberndorfer
429d0d3eb3
comctl32: EnumMRUListA/W fix getting list size by negative item pos.
2007-12-06 13:43:53 +01:00
Peter Oberndorfer
dac63ff680
comctl32: Add EnumMRUList tests.
2007-12-06 13:43:49 +01:00
Alexandre Julliard
a76d60c5ab
shell32: Fix some wrc warnings.
2007-12-06 12:43:05 +01:00
Luis C. Busquets Pérez
ce204283f5
wineboot: Added Spanish resource.
2007-12-06 12:14:12 +01:00
Luis C. Busquets Pérez
be3e29738c
browseui: Add Spanish resource.
2007-12-06 12:13:20 +01:00
Luis C. Busquets Pérez
cba3c81f6e
shell32: Update Spanish resource.
2007-12-06 12:13:12 +01:00
Luis C. Busquets Pérez
6208d4153e
mshtml: Update Spanish resource.
2007-12-06 12:13:08 +01:00
Alexander Nicolaysen Sørnes
84e945f180
shell32: Handle backspace key in shellview.
2007-12-06 12:13:02 +01:00
Alexander Nicolaysen Sørnes
b259c4ae80
shell32: Localize 'new folder' string.
2007-12-06 12:12:57 +01:00
Rob Shearman
1b79da8be0
rpcrt4: Fix a memory leak caused by NdrFullPointerXlatFree not freeing the entries in the full pointer translation table.
2007-12-06 12:08:10 +01:00
Rob Shearman
867cc3c05f
rpcrt4: Fix a memory leak when freeing an association by deleting the critical section.
2007-12-06 12:08:05 +01:00
Rob Shearman
5fb5fccac0
rpcrt4: Fix a memory leak in RpcAssoc_BindConnection.
2007-12-06 12:08:00 +01:00
Andrew Talbot
1f73a97a5a
ddraw: Remove unneeded casts.
2007-12-06 12:07:41 +01:00
Andrew Talbot
f2df3d7582
cabinet: Remove unneeded casts.
2007-12-06 12:07:36 +01:00
Michael Stefaniuc
a084d1db62
mshtml: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.
2007-12-06 12:07:30 +01:00
Michael Stefaniuc
d457af740d
kernel32: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead of clearing the memory with a separate memset() call.
2007-12-06 12:07:17 +01:00
Michael Stefaniuc
d117938f7a
secur32: Remove the SECUR32_ALLOC() macro around HeapAlloc().
2007-12-06 12:07:12 +01:00
Rob Shearman
1c28273686
mshtml: Use the correct deallocator in the htmldoc tests for the memory returned by IMoniker_GetDisplayName and fix a use-after-free error.
2007-12-06 12:07:02 +01:00
Rob Shearman
3328ad6eb9
ole32: Initialise object variable in RunningObjectTableImpl_GetObject.
...
As per the rules for memory in RPC, the memory pointer to by object will
be used during unmarshalling and previously it was uninitialised.
(Thanks to Dan Kegel and his Valgrind runs for reporting this.)
2007-12-06 12:06:56 +01:00
Alexandre Julliard
5393b7a675
winhelp: Use system colors instead of hardcoded colors.
2007-12-06 12:06:47 +01:00
Alexandre Julliard
b966b451ff
clock: Use system colors instead of hardcoded RGB values.
2007-12-06 12:06:31 +01:00
Alexander Nicolaysen Sørnes
68953bc5b3
credui: Update Norwegian resources.
2007-12-06 12:06:09 +01:00
Alexander Nicolaysen Sørnes
b25bc9220b
mshtml: Update Norwegian resources.
2007-12-06 12:06:05 +01:00
Alexander Nicolaysen Sørnes
8a00cb7be5
browseui: Add Norwegian resources.
2007-12-06 12:05:58 +01:00
Alexander Nicolaysen Sørnes
5ca3584695
write: Add Norwegian resources.
2007-12-06 12:05:53 +01:00
Alexander Nicolaysen Sørnes
74379bea7b
wineboot: Add Norwegian resources.
2007-12-06 12:05:48 +01:00
Paul Vriens
5e30e5a0f2
kernel32/tests: Test for functions should be or-ed.
2007-12-06 12:05:37 +01:00
Gerald Pfeifer
25301a76e6
icmp: Correctly handle underflow in IcmpSendEcho().
2007-12-06 12:05:29 +01:00
Alexandre Julliard
8382eb01b2
server: Return correct object types in the get_directory_entry request.
2007-12-05 18:16:42 +01:00
Alexandre Julliard
a5e38b332d
server: Partial implementation of NtQueryDirectoryObject.
2007-12-05 16:57:41 +01:00