Alexandre Julliard
|
a5130f4e72
|
ntdll: Add parsing of the processor architecture in manifests.
|
2007-07-19 17:45:49 +02:00 |
Jacek Caban
|
c0e7cd9d93
|
ntdll: Beginnings of manifest parsing.
|
2007-07-19 17:44:20 +02:00 |
Alexandre Julliard
|
9c58a2ce8c
|
ntdll: Add infrastructure for loading a manifest file or resource.
Partially based on a patch by Eric Pouech.
|
2007-07-19 17:38:43 +02:00 |
Eric Pouech
|
5f92f1f901
|
ntdll: Added basic structures for storing activation context assembly information.
|
2007-07-19 17:09:09 +02:00 |
Alexandre Julliard
|
797dd942ec
|
ntdll: Implemented handling of the per-thread activation context stack.
|
2007-07-19 17:07:48 +02:00 |
Alexandre Julliard
|
64f6fdc57e
|
kernel32: Move activation context creation to ntdll (based on a patch by Eric Pouech).
|
2007-07-19 17:01:04 +02:00 |
Alexandre Julliard
|
44c9758d05
|
ntdll: Move private data to make room in the TEB for the activation context data.
|
2007-07-19 16:56:10 +02:00 |
Martin Fuchs
|
303b357ce1
|
shell32: Implementation of SheGetDirA/W and SheChangeDirA/W.
|
2007-07-19 14:51:08 +02:00 |
Alexander Nicolaysen Sørnes
|
5ae5da912f
|
wordpad: Add date/time toolbar button.
|
2007-07-19 14:49:17 +02:00 |
Alexander Nicolaysen Sørnes
|
4c6c9e596f
|
wordpad: Add date/time dialog.
|
2007-07-19 14:48:51 +02:00 |
Evan Stade
|
099bfbe1a4
|
gdi32: Improved PolyDraw in path closed case.
|
2007-07-19 14:46:54 +02:00 |
Huw Davies
|
00631b2480
|
wininet: Stub for InternetQueryFortezzaStatus().
|
2007-07-19 14:38:42 +02:00 |
Juan Lang
|
955f5f3910
|
msi: Return FALSE from MsiGetMode for MSIRUNMODE_OPERATIONS.
|
2007-07-19 14:38:37 +02:00 |
Juan Lang
|
834dbceada
|
wincrypt: Add more missing definitions.
|
2007-07-19 14:38:33 +02:00 |
Mikołaj Zalewski
|
3c29359286
|
msxml3/tests: Avoid a crash that happens on some native systems.
|
2007-07-19 13:22:28 +02:00 |
Evan Stade
|
9b9e08c210
|
winex11.drv: Draw dashed lines for extended pens.
|
2007-07-19 12:04:00 +02:00 |
Dmitry Timoshkov
|
12d3905427
|
rpcrt4: Fix the buffer bounds check.
|
2007-07-19 12:03:50 +02:00 |
James Hawkins
|
3b1ab76986
|
msi: Implement reference counting for tables, manipulated with the HOLD and FREE sql commands.
|
2007-07-19 12:00:43 +02:00 |
James Hawkins
|
0169533be8
|
msi: Add more tests for the ALTER command.
|
2007-07-19 11:59:59 +02:00 |
Misha Koshelev
|
4e205947e7
|
urlmon/tests: Add tests for HttpProtocol behavior when it is called without the BINDF_FROMURLMON flag.
|
2007-07-19 11:59:27 +02:00 |
Misha Koshelev
|
b6aea93891
|
urlmon: Implement HttpProtocol::Terminate.
|
2007-07-19 11:59:15 +02:00 |
Misha Koshelev
|
043f71b576
|
urlmon: Fix HttpProtocol behavior when it is called without the BINDF_FROMURLMON flag.
|
2007-07-19 11:59:04 +02:00 |
Misha Koshelev
|
0878627071
|
urlmon/tests: Fix http_protocol tests to succeed when called more than once.
|
2007-07-19 11:58:57 +02:00 |
Misha Koshelev
|
e2726effe2
|
urlmon/tests: Fix http_protocol tests to succeed on Win98.
|
2007-07-19 11:58:39 +02:00 |
Misha Koshelev
|
c2534d0cd6
|
urlmon: Use InternetCloseHandle instead of CloseHandle.
|
2007-07-19 11:58:30 +02:00 |
Misha Koshelev
|
442ec6acdd
|
urlmon: Remove FLAG_CALLED_SWITCH, which is now redundant.
|
2007-07-19 11:58:24 +02:00 |
Michael Stefaniuc
|
483d213eca
|
tools: Remove unreachable break after return/break. Found by Smatch.
|
2007-07-19 11:57:57 +02:00 |
Michael Stefaniuc
|
9a522589fb
|
programs: Remove unreachable break after return/break. Found by Smatch.
|
2007-07-19 11:57:53 +02:00 |
Michael Stefaniuc
|
02933a11de
|
dlls: Remove unreachable break after return/break. Found by Smatch.
|
2007-07-19 11:57:49 +02:00 |
Michael Stefaniuc
|
016b8bbedd
|
winhelp: Add missing case label "default". Found by Smatch (unreached code).
|
2007-07-19 11:57:26 +02:00 |
Michael Stefaniuc
|
0f14b3a574
|
ntdll: Don't produce unreachable code during conditional compilation. Found by Smatch.
|
2007-07-19 11:57:23 +02:00 |
H. Verbeet
|
2785395080
|
wined3d: glXSwapBuffers needs a GLX context.
|
2007-07-19 11:57:16 +02:00 |
Detlef Riekenberg
|
dac8676895
|
spoolss: Add a stub for ImpersonatePrinterClient.
|
2007-07-19 11:57:06 +02:00 |
Paul Vriens
|
af27e2159f
|
advapi32/service: Some tests for DeleteService.
|
2007-07-19 11:57:01 +02:00 |
Paul Vriens
|
f8f6340a69
|
advapi32/service: Check for duplicate displayname.
|
2007-07-19 11:56:39 +02:00 |
Paul Vriens
|
a80e952ac0
|
advapi32/service: Cleanup (long lines and a typo).
|
2007-07-19 11:56:30 +02:00 |
Rob Shearman
|
4fdf90d406
|
advapi32: Add tests for ConvertStringSecurityDescriptorToSecurityDescriptor.
|
2007-07-19 11:55:47 +02:00 |
Rob Shearman
|
ccfa9ad8df
|
advapi32: Set the right pointer so that StringAcl is updated correct in ParseAceStringRights.
The number of allowed hex digits should be 8, not 6.
|
2007-07-19 11:55:37 +02:00 |
Rob Shearman
|
6c24386e03
|
advapi32: Don't crash in ConvertStringSecurityDescriptorToSecurityDescriptorW if LocalAlloc fails.
|
2007-07-19 11:55:13 +02:00 |
Rob Shearman
|
4d5ce383f5
|
advapi32: Add the size of the security descriptor structure to the size of memory required in ParseStringSecurityDescriptorToSecurityDescriptor.
|
2007-07-19 11:55:06 +02:00 |
Rob Shearman
|
60d847b074
|
advapi32: Fix a typo in ParseStringAclToAcl which caused the ACE to be written inside of the ACL memory.
|
2007-07-19 11:54:59 +02:00 |
Rob Shearman
|
f56fe2c1bc
|
advapi32: Fix ComputeStringSidSize to work with SIDs with one sub authority.
Use GetSidLengthRequired instead of computing the length in a way that
won't always be correct.
|
2007-07-19 11:54:40 +02:00 |
Huw Davies
|
3f2d93b512
|
wininet: Stubs for IsUrlCacheEntryExpired[AW].
|
2007-07-19 11:54:10 +02:00 |
Huw Davies
|
d9bdf793fe
|
wininet: Certain options of InternetQueryOption can take a NULL handle, so don't do the NULL handle check at the beginning.
|
2007-07-19 11:54:04 +02:00 |
Vitaliy Margolen
|
9c9174efac
|
user32/test: Destroy no longer needed test dialog windows.
|
2007-07-19 11:53:58 +02:00 |
Paul Vriens
|
f8ea5a73ce
|
advapi32/service: Test for duplicate displayname.
|
2007-07-18 13:38:16 +02:00 |
Hwang YunSong(황윤성)
|
9e2f6b113b
|
wordpad: Updated Korean resource.
|
2007-07-18 13:35:03 +02:00 |
Hwang YunSong(황윤성)
|
70ce53af03
|
cmd: Updated Korean resource.
|
2007-07-18 13:34:58 +02:00 |
Evan Stade
|
12e3eadd41
|
gdiplus: Added GdipMultiplyMatrix.
|
2007-07-18 13:31:38 +02:00 |
Evan Stade
|
024800cb9a
|
gdiplus: Added GdipGetPenDashStyle.
|
2007-07-18 13:30:22 +02:00 |