Dan Hipschman
|
6fd05b1dc7
|
rpcrt4: Fix bug calculating union switch type.
|
2007-06-19 11:45:51 +02:00 |
|
Dan Hipschman
|
b09b917a5c
|
rpcrt4: Remove inaccurate comments.
|
2007-06-19 11:45:44 +02:00 |
|
Dan Hipschman
|
08c846a9da
|
rpcrt4: Add encapsulated union tests.
|
2007-06-19 11:45:11 +02:00 |
|
Evan Stade
|
72ab72c50c
|
gdiplus: Implemented GdipDrawPie/GdipFillPie.
|
2007-06-19 11:45:02 +02:00 |
|
Detlef Riekenberg
|
8a9f817fa8
|
ntprint: Add version resource.
|
2007-06-19 11:44:44 +02:00 |
|
Detlef Riekenberg
|
a8697b58f1
|
ntprint: Add a stub for ntprint.dll.
|
2007-06-19 11:36:27 +02:00 |
|
Detlef Riekenberg
|
aec01bfcf4
|
printui: Add version resource.
|
2007-06-19 11:33:22 +02:00 |
|
Lei Zhang
|
55771014e1
|
riched20: Add tests for EM_FORMATRANGE.
|
2007-06-19 11:33:07 +02:00 |
|
Andrew Talbot
|
76d857f3f5
|
msvidc32: Constify some variables.
|
2007-06-19 11:32:52 +02:00 |
|
James Hawkins
|
9309f4dfa0
|
msi: Properly delete rows from the table, instead of zeroing out the row.
|
2007-06-19 11:31:44 +02:00 |
|
James Hawkins
|
82f4e3981b
|
msi: Send the expected data to set_deferred_action_props.
|
2007-06-19 11:31:07 +02:00 |
|
Jeff Latimer
|
a00aa0391d
|
hnetcfg: Stub implementation of the dll.
|
2007-06-19 11:30:59 +02:00 |
|
Alexandre Julliard
|
87fe0145c0
|
winedbg: Added support for indirect call with absolute address.
|
2007-06-18 17:21:07 +02:00 |
|
Jason Edmeades
|
196fb10c32
|
cmd.exe: for loop by default only matches files.
|
2007-06-18 14:25:13 +02:00 |
|
Jason Edmeades
|
54d890ca1e
|
cmd.exe: Fix FOR so it works as 'well' as before.
|
2007-06-18 14:24:59 +02:00 |
|
Jason Edmeades
|
d2e7b401a2
|
cmd.exe: Support IF..ELSE processing tolerate multiline/part lines.
|
2007-06-18 14:24:23 +02:00 |
|
Jason Edmeades
|
345cb89175
|
cmd.exe: Correctly parse IF ELSE plus multipart/multiline.
|
2007-06-18 14:24:01 +02:00 |
|
Jason Edmeades
|
d4afe81c3f
|
cmd.exe: Parse multipart FOR statements.
|
2007-06-18 14:23:42 +02:00 |
|
Jason Edmeades
|
d2474dece3
|
cmd.exe: EXIT /b skips any residual commands.
|
2007-06-18 14:23:23 +02:00 |
|
Jason Edmeades
|
de4c6970a3
|
cmd.exe: Lines starting with REM ignore any multiline/part characters.
|
2007-06-18 14:23:14 +02:00 |
|
Jason Edmeades
|
929a92f3c4
|
cmd.exe: GOTO throws away any preloaded multi part/line command.
|
2007-06-18 14:22:57 +02:00 |
|
Jason Edmeades
|
8f12d8bde3
|
cmd.exe: Pass the command list through so it is available to built in commands.
|
2007-06-18 14:22:43 +02:00 |
|
Jason Edmeades
|
aad1d8ce24
|
cmd.exe: Pass command structure into WCMD_pipe, not command line itself.
|
2007-06-18 14:22:26 +02:00 |
|
Jason Edmeades
|
a88a6c802a
|
cmd.exe: Add basic support for && and (...) syntax.
|
2007-06-18 14:22:07 +02:00 |
|
Rob Shearman
|
0871ab9130
|
rpcrt4: Implement encapsulated union NDR functions.
|
2007-06-18 13:58:09 +02:00 |
|
Huw Davies
|
4b8c1c46d2
|
wineps.drv: Ignore ExtTextOut calls that occur before the job has started.
|
2007-06-18 13:58:09 +02:00 |
|
Alexander Nicolaysen Sørnes
|
d9a4a3bf46
|
wordpad: Use Unicode functions in more places.
|
2007-06-18 13:58:08 +02:00 |
|
Detlef Riekenberg
|
3fd4a536fc
|
printui: Add stub for printui.dll.
|
2007-06-18 13:49:41 +02:00 |
|
Detlef Riekenberg
|
b7a7cc6b57
|
localspl/tests: Add tests for AddPortEx.
|
2007-06-18 13:37:01 +02:00 |
|
Detlef Riekenberg
|
4307f6428f
|
winspool/tests: Add tests for AddPortEx.
|
2007-06-18 13:36:56 +02:00 |
|
Francois Gouget
|
fe40b2d85f
|
crypt32/tests: Fix compilation on systems that don't support nameless unions.
|
2007-06-18 13:36:48 +02:00 |
|
Andrew Talbot
|
19ef864058
|
msi: Name all or none of the formal arguments in function prototypes.
|
2007-06-18 13:36:42 +02:00 |
|
Evan Stade
|
8b9f5342b4
|
gdiplus: Implemented GdipDrawBezier.
|
2007-06-18 13:36:34 +02:00 |
|
Alexandre Julliard
|
b8d1560ac3
|
winedos: Fix the device open code for the new NtCreateFile syntax for Unix files.
|
2007-06-18 12:53:40 +02:00 |
|
Alexandre Julliard
|
8e53a00282
|
kernel32: Fix VxD open code for the new NtCreateFile syntax for Unix files.
|
2007-06-18 12:53:27 +02:00 |
|
H. Verbeet
|
b16dbf46da
|
wined3d: Mask texture stage state arguments with WINED3DTA_SELECTMASK when comparing them.
|
2007-06-18 12:33:56 +02:00 |
|
H. Verbeet
|
9f8083c646
|
wined3d: Only set GL_SHADER_OPERATION_NV to GL_NONE for mapped stages.
|
2007-06-18 12:33:55 +02:00 |
|
Stefan Dösinger
|
5194ce1972
|
d3d9: Hold the lock in Pixelshader functions.
|
2007-06-18 12:33:55 +02:00 |
|
Stefan Dösinger
|
896568f209
|
d3d9: Hold the lock in indexbuffer methods.
|
2007-06-18 12:33:55 +02:00 |
|
Stefan Dösinger
|
ea3076b0f7
|
d3d9: Hold the lock in cubetexture methods.
|
2007-06-18 12:33:55 +02:00 |
|
Stefan Dösinger
|
0820777983
|
d3d9: Hold the lock in methods implemented in device.c.
|
2007-06-18 12:33:54 +02:00 |
|
Stefan Dösinger
|
66821059b4
|
d3d9: Hold the lock in IDirect3D9 methods.
|
2007-06-18 12:33:54 +02:00 |
|
Misha Koshelev
|
1a65db6076
|
wine.inf: Quote %1 for Msi.Package shell actions per native.
|
2007-06-18 12:16:11 +02:00 |
|
Misha Koshelev
|
9be151c2e9
|
shell32: Conform to native in SHELL_ArgifyW for unquoted %1 in registry keys.
|
2007-06-18 12:15:51 +02:00 |
|
Vitaly Budovski
|
e0940226cd
|
winealsa: Fix incorrect callback private value.
|
2007-06-18 12:15:37 +02:00 |
|
James Hawkins
|
261e1179bb
|
msi: Patches are applied based on ProductCode, not ProductID.
|
2007-06-18 12:14:58 +02:00 |
|
James Hawkins
|
d8860d34e4
|
msi: Implement MsiApplyPatchW.
|
2007-06-18 12:14:53 +02:00 |
|
James Hawkins
|
974e76fe79
|
msi: Forward MsiApplyPatchA to MsiApplyPatchW.
|
2007-06-18 12:14:38 +02:00 |
|
Francois Gouget
|
56c841ced0
|
shlwapi: Update win32.api to fix the winapi_check warnings.
|
2007-06-18 12:14:30 +02:00 |
|
Francois Gouget
|
8b35421bf9
|
winapi_check: ULONG_PTR is a 'long --pointer', not a 'long'.
|
2007-06-18 12:14:24 +02:00 |
|