Commit Graph

78723 Commits

Author SHA1 Message Date
Hans Leidekker 1ab830188a msi: Execute the rollback script if the installation failed. 2011-05-20 12:44:37 +02:00
Hans Leidekker 0f5cb14a67 msi: Schedule rollback for standard actions. 2011-05-20 12:44:32 +02:00
Hans Leidekker 49f263558b msi: Implement MsiGetMode(MSIRUNMODE_ROLLBACKENABLED). 2011-05-20 12:44:26 +02:00
Hans Leidekker 9c9e0981b4 msi: Implement the DisableRollback standard action. 2011-05-20 12:44:22 +02:00
Hans Leidekker b817fb1aaa msi: Avoid a double free. 2011-05-20 12:44:18 +02:00
Hans Leidekker 7545fc1014 msi: Recursively create the destination directory in the MoveFiles action. 2011-05-20 12:44:13 +02:00
Hans Leidekker 4a1c243e6a msi: Factor out common code from MsiEnumComponentCostsW. 2011-05-20 12:44:10 +02:00
Rico Schüller 0858dee303 d3dx9: Parse effect samplers. 2011-05-20 12:44:05 +02:00
Dylan Smith 4e3be18e18 include: Replace a THIS, with THIS_ for a method with parameters. 2011-05-20 12:43:52 +02:00
Lucas Fialho Zawacki 872647ae42 include: Added DI*_ANY action constants. 2011-05-20 12:39:43 +02:00
Lucas Fialho Zawacki 2e0c60fc4b include: Added dinput8 DIMOUSE_* definitions. 2011-05-20 12:38:26 +02:00
Lucas Fialho Zawacki 0c8bf1ec17 include: Added dinput8 DIKEYBOARD_* key definitions correspondent to the DIK_* already present in the header. 2011-05-20 12:37:45 +02:00
Lucas Fialho Zawacki ea0181c94f include: Added some dinput8 DIPROP definitions. 2011-05-20 12:37:01 +02:00
Piotr Caban 38f476399c msvcrt: Fix __pctype_func implementation. 2011-05-20 12:36:24 +02:00
Dylan Smith f272fb2921 d3dx9/tests: Correct ok messages to be consistent with their test. 2011-05-20 12:36:17 +02:00
Dylan Smith c3201a4678 d3dx9: Implement D3DXFrameDestroy. 2011-05-20 12:35:46 +02:00
Alexandre Julliard f51668fdf9 services: Add a timeout to all pipe communications with the service process. 2011-05-20 12:34:39 +02:00
Alexandre Julliard c9dc9a1063 services: Load some timeout parameters from the registry. 2011-05-20 12:33:58 +02:00
Alexandre Julliard 0c1c1fc20d services: Add a helper function to send a command to the service. 2011-05-20 12:32:32 +02:00
Gerald Pfeifer be57450fee wineoss.drv: Cope with system which lack SNDCTL_DSP_HALT. 2011-05-20 10:35:27 +02:00
Dylan Smith 0857d2b26b d3dxof: Remove assumption of 4 bytes pointers for LPSTR value. 2011-05-20 10:34:52 +02:00
Dylan Smith 147e120049 d3dx9/tests: Fix a normal comparison for triangles with zero area. 2011-05-20 10:34:46 +02:00
Stefan Dösinger 77c1454cf6 d3d9: Skip the YUV tests when the driver confuses the U and V channels. 2011-05-20 10:34:37 +02:00
Stefan Dösinger 803bad0959 d3d9: Account for another different behavior in the viewport test. 2011-05-20 10:34:30 +02:00
Frédéric Delanoy 9298d97677 po: Update French translation. 2011-05-20 10:33:38 +02:00
Aurimas Fišeras 02c5134029 po: Update Lithuanian translation. 2011-05-20 10:33:16 +02:00
Marcus Meissner df6eedf969 mpr: Mark internal symbols with hidden visibility. 2011-05-20 10:33:10 +02:00
Marcus Meissner 3abe627af5 gphoto2.ds: Mark a variable with hidden visibility. 2011-05-20 10:33:06 +02:00
Marcus Meissner dc5c9c5595 mmdevapi: Mark internal symbols with hidden visibility. 2011-05-20 10:33:03 +02:00
Marcus Meissner 340be4feb7 localspl: Mark internal symbols with hidden visibility. 2011-05-20 10:32:59 +02:00
Marcus Meissner b93c6dfc69 mapi32: Mark internal symbols with hidden visibility. 2011-05-20 10:32:55 +02:00
Marcus Meissner fb48414419 mciavi32: Mark internal symbols with hidden visibility. 2011-05-20 10:32:51 +02:00
Marcus Meissner 4ef1e17f03 mciqtz: Mark one variable as static. 2011-05-20 10:32:48 +02:00
Marcus Meissner e025b138f9 mountmgr.sys: Mark internal symbols with hidden visibility. 2011-05-20 10:32:42 +02:00
Marcus Meissner d826e08904 msacm32: Mark internal symbols with hidden visibility. 2011-05-20 10:32:37 +02:00
Marcus Meissner ba9f4e807a mscoree: Mark internal symbols with hidden visibility and some vtables as static. 2011-05-20 10:32:32 +02:00
Vincent Povirk 6bd0887225 mscoree: Implement ICorRuntimeHost_GetDefaultDomain. 2011-05-20 10:31:28 +02:00
Vincent Povirk 692a7593cf mscoree: Return success from ICorRuntimeHost_Start stub.
We don't really have the ability to "Start" and "Stop" Mono, though we can create a default domain.
2011-05-20 10:31:10 +02:00
Vincent Povirk d434b33695 mscoree: Accept a NULL version in CorBindToRuntimeEx. 2011-05-20 10:31:01 +02:00
Thomas Mullaly baf036d538 urlmon: Prevent putting garbage data into TRACE. 2011-05-20 10:30:37 +02:00
Thomas Mullaly cd69836d54 mshtml: Added support for IDispatch Html document events. 2011-05-20 10:29:53 +02:00
Thomas Mullaly 34a297fe76 mshtml/tests: Added more IDispatch event tests. 2011-05-20 10:29:48 +02:00
Thomas Mullaly ea2ab11a74 mshtml/tests: Added IDispatch event tests. 2011-05-20 10:29:43 +02:00
Nikolay Sivov 478316ceec explorerframe: Get rid of interface pointer casts. 2011-05-20 10:29:33 +02:00
Nikolay Sivov f9ca298b21 comctl32/tests: Some tests for TVM_GETNEXTITEM and item toggle. 2011-05-20 10:29:24 +02:00
Aric Stewart 9a6cf4a391 usp10: If a feature changes a glyph reapply the feature to the new glyph. 2011-05-20 10:29:15 +02:00
Aric Stewart ecd43b4bd8 usp10: Correct lookahead offset in Coverage-based Chaining Context Glyph Substitution. 2011-05-20 10:29:09 +02:00
Alexandre Julliard 7f6e677d5a quartz: Make sure the preferred allocator pointer is initialized. 2011-05-20 10:28:21 +02:00
Alistair Leslie-Hughes 5a7dba5a70 gdi32: Add support in DeviceCaps CURVECAPS, LINECAPS, POLYGONALCAPS for EnhMetafiles. 2011-05-19 19:37:26 +02:00
Piotr Caban 73b9acf273 msvcrt: Make scanf functions thread safe. 2011-05-19 19:37:26 +02:00