Phil Krylov
8e772c83ef
server: Fix compilation under Darwin 7.
2006-03-24 12:14:14 +01:00
Jacek Caban
ed10e5046c
mshtml: Added IHTMLElement2 implementation.
2006-03-24 12:14:04 +01:00
Jacek Caban
9c22544688
exdisp.idl: Added missing IE6 methods to DWebBrowserEvents2.
2006-03-24 12:13:56 +01:00
Stefan Dösinger
6af24c816d
wined3d: Rectpatch code fix.
...
Update the wined3d code to use WINED3DRECTPATCH_INFO, which was added
with an older patch.
2006-03-24 12:13:50 +01:00
Alexandre Julliard
7fe881c7f2
msvcrt: Implementation of wcsftime (based on a patch by Mike McCormack).
2006-03-23 20:35:52 +01:00
Paul Vriens
418b839980
kernel: Add processor specific environment variables.
2006-03-23 20:34:16 +01:00
James Hawkins
aa57ad373d
comctl32: A couple fixes for tab icon offsets.
...
- Shift selected icons up and non-selected icons down.
- Add the top or left draw rect to the vertical offset, because it may
not be zero.
2006-03-23 20:20:33 +01:00
James Hawkins
bed3d4d3eb
advpack: Implement FileSaveMarkNotExistW.
2006-03-23 20:19:55 +01:00
James Hawkins
cfbc26f3e6
advpack: Forward AdvInstallFileA to its Unicode counterpart.
2006-03-23 20:19:41 +01:00
James Hawkins
72581bd2d7
advpack: Forward the ansi user stub APIs to their Unicode counterparts.
2006-03-23 20:19:09 +01:00
James Hawkins
ca3ad7d6dc
advpack: Forward AddDelBackupEntryA to its unicode counterpart.
2006-03-23 20:18:45 +01:00
Alexandre Julliard
dc8e564f9e
kernel: Remove a couple of incorrect asserts.
2006-03-23 17:07:27 +01:00
Rein Klazes
8b55e4a662
comctl32: Do not free LPSTR_TEXTCALLBACK tooltip texts.
2006-03-23 17:07:17 +01:00
Detlef Riekenberg
213cee62b5
kernel: Load QueueUserWorkItem function dynamically.
2006-03-23 17:06:55 +01:00
Eric Kohl
6ad46cc961
widl: Fix base type alignments.
...
Generate aligned marshal and unmarshal code for base type arguments
and return values.
2006-03-23 17:06:25 +01:00
Eric Kohl
1550938a50
widl: Fix format string size calculation.
...
- Move proc format string size calculation from client.c and server.c
to typegen.c.
- Implement type format string size calculation.
2006-03-23 17:06:10 +01:00
Alexandre Julliard
9873494ced
server: Class and global atoms should not be local to a window station.
2006-03-22 22:13:40 +01:00
Marcus Meissner
40af0c8a30
programs: Move icinfo out of avitools.
2006-03-22 21:55:43 +01:00
H. Verbeet
1aca53860a
wined3d: Set vertex attribute pointers defined in vertex declarations properly.
2006-03-22 21:41:05 +01:00
H. Verbeet
e7b33b0f37
wined3d: Fix slightly misleading ParseVertexDeclarationUsage naming.
2006-03-22 21:40:37 +01:00
H. Verbeet
f716eea3df
wined3d: Initialise WINED3DVERTEXELEMENT's Reg field in
...
IWineD3DVertexDeclarationImpl_ParseDeclaration9.
2006-03-22 21:40:21 +01:00
H. Verbeet
46b13aaa58
wined3d: glTypeLookup cleanup.
...
Use a struct instead of an UINT array as entries in the glTypeLookup
table.
2006-03-22 21:39:04 +01:00
H. Verbeet
bce3da3af7
wined3d: Store the pixelshader version in the pixelshader object.
2006-03-22 21:37:19 +01:00
Huw Davies
c4b44245fb
user32: Only adjust the margins if the edit control is above a certain size.
2006-03-22 21:37:10 +01:00
James Hawkins
15a2169ec0
advpack: Forward RebootCheckOnInstallA to its Unicode counterpart.
2006-03-22 21:36:46 +01:00
Jacek Caban
b88b981dcb
mshtml: Clean up get_all and tags (also fixes a typo).
2006-03-22 21:36:36 +01:00
Mike McCormack
c3c112de23
wine.inf: Add a shdocvw.dll stub dll to the system directory.
2006-03-22 21:36:29 +01:00
Mike McCormack
886036696a
msi: Add stub for the RegisterComPlus and UnregisterComPlus actions.
2006-03-22 21:36:20 +01:00
Mike McCormack
e1fdf3e24c
msi: Don't crash when logging a record with only one field.
2006-03-22 21:36:16 +01:00
Alexandre Julliard
b00fb174f6
server: New scheme for cleaning up objects on server exit.
...
Objects stored in static variables can now be marked when they are
created and are automatically cleaned up on exit. This avoids having
to export a bunch of close_* functions.
2006-03-22 20:32:04 +01:00
James Hawkins
b877d84af0
advpack: Forward TranslateInfStringExA to its unicode counterpart.
2006-03-22 11:21:10 +01:00
James Hawkins
396242faa7
advpack: Add second null for double null terminated lists.
2006-03-22 11:20:28 +01:00
Mike McCormack
06c84c4a42
msi: Show "hidden dialogs" but hide them initially.
2006-03-22 11:20:19 +01:00
Mike McCormack
cf4f79e877
msi: Implement custom action type 17.
2006-03-22 11:20:12 +01:00
Mike McCormack
fedd5250e3
riched20: Add a version resource.
2006-03-22 11:20:02 +01:00
Mike McCormack
ee069f24ba
wintrust: Use the definition of WINTRUST_ACTION_GENERIC_VERIFY_V2 in softpub.h.
2006-03-22 11:19:50 +01:00
Mike McCormack
cfef0fee01
include: Add softpub.h.
2006-03-22 11:19:42 +01:00
Kevin Koltzau
0c2d277286
ole32: Initial tests for OLE clipboard functions.
2006-03-22 11:19:25 +01:00
Bryan Mayland
98fd541de8
kernel: WaitForMultipleObjectsEx should accept up to MAXIMUM_WAIT_OBJECTS.
2006-03-22 11:19:09 +01:00
Lei Zhang
b4ee2ad0e4
riched20: Implements FR_WHOLEWORD for EM_FINDTEXT.
...
Add FR_WHOLEWORD to riched20's EM_FINDTEXT and fix a couple small bugs
introduced in earlier patches for EM_FINDTEXT. Additional test cases
have been added to check for corner cases. Also improve input
validation.
2006-03-21 20:11:04 +01:00
Francois Gouget
6bddeb1cf7
Assorted spelling fixes.
2006-03-21 20:10:39 +01:00
Francois Gouget
5c14417130
taskmgr: Avoid forward declarations and make functions static.
2006-03-21 20:05:29 +01:00
Francois Gouget
b01a1c6f0e
taskmgr: Reorder functions to avoid forward declarations.
2006-03-21 20:04:46 +01:00
Francois Gouget
b72013d6d1
taskmgr: Avoid forward declarations and make functions static.
2006-03-21 20:04:09 +01:00
Francois Gouget
0c02e4671e
Update win32.api to match the current sources.
2006-03-21 20:03:10 +01:00
Francois Gouget
155ac7e598
include: Add missing error and facility codes.
2006-03-21 20:02:45 +01:00
Francois Gouget
cf49dc36c7
advapi32: Fix the LsaEnumerateAccountRights() export.
2006-03-21 20:02:35 +01:00
Francois Gouget
5b993191a9
include: Standardize the LsaLookupNames() prototype.
2006-03-21 20:02:28 +01:00
Robert Shearman
4b19449b6b
oleaut: ITypeInfo::GetIDsOfNames should search inherited interfaces
...
regardless of what type they are.
Add a test for this and dump type infos created with CreateDispTypeInfo.
2006-03-21 20:02:11 +01:00
Huw Davies
130a0e4f41
fonts: Use the EBLC table to retrieve the ascent of the bitmap font.
2006-03-21 20:01:55 +01:00