93896 Commits

Author SHA1 Message Date
Marcus Meissner
fc179497bd kernel32: Use the correct pointer size in atl thunk (Coverity). 2013-02-18 10:31:22 +01:00
Alexandre Julliard
c41f6add05 Release 1.5.24. 2013-02-15 21:21:05 +01:00
Huw Davies
1c0aaf7dd2 riched20: Use ME_PointFromChar to calculate the caret position. 2013-02-15 17:52:13 +01:00
Huw Davies
635614b5ea riched20: Move the password string hack to just before it's used. 2013-02-15 17:52:11 +01:00
Huw Davies
a4378f44aa riched20: Move the range clamping to the helper now that the range isn't used later on. 2013-02-15 17:52:08 +01:00
Huw Davies
79278497d3 riched20: Move underline drawing to a common function. 2013-02-15 17:52:02 +01:00
Hans Leidekker
bfe5e58d3a msi: Don't remove products if msidbUpgradeAttributesOnlyDetect is set. 2013-02-15 16:56:19 +01:00
Francois Gouget
f704803c96 winetest: Trace the time it takes to run each test. 2013-02-15 16:48:50 +01:00
Piotr Caban
fb29bf7d2f vbscript: Rename vbsheap to heap_pool. 2013-02-15 16:26:30 +01:00
Piotr Caban
7246f7f3aa vbscript: Added IRegExp2::Pattern implementation. 2013-02-15 16:26:27 +01:00
Piotr Caban
08a16a2876 vbscript: Added partial implementation of IDispatch methods in IRegExp2. 2013-02-15 16:26:25 +01:00
Piotr Caban
b0ef29595a vbscript: Added IRegExp2_QueryInterface tests. 2013-02-15 16:26:21 +01:00
Piotr Caban
63d27b5420 vbscript: Added IRegExp2 stub. 2013-02-15 16:26:10 +01:00
Piotr Caban
06e8d830e2 jscript: Moved generic regular expressions code to separate file. 2013-02-15 14:43:17 +01:00
Piotr Caban
5f06c6de28 jscript: Make context generic in internal regular expression functions. 2013-02-15 14:43:09 +01:00
Piotr Caban
deca5e1aca jscript: Move code operating on JSRegExp out of do_regexp_match_next function. 2013-02-15 14:43:06 +01:00
Piotr Caban
1d61b4581a jscript: Don't use jsstr_t in js_NewRegExp. 2013-02-15 14:43:04 +01:00
Piotr Caban
89711e35c1 jscript: Don't use jsstr_t in JSRegExp structure. 2013-02-15 14:43:01 +01:00
Piotr Caban
02d63cb312 jscript: Rename jsheap_t to heap_pool_t. 2013-02-15 14:42:58 +01:00
Jeff Latimer
2b5babc399 wmvcore: Fix a typo. 2013-02-15 14:13:33 +01:00
Francois Gouget
867615419e ws2_32/tests: Fix the GetAcceptExSockaddrs() test. 2013-02-15 11:55:39 +01:00
Roman Dadkov
665717ae75 ole32/tests: Add test for OleRun. 2013-02-15 11:55:37 +01:00
Francois Gouget
aaabd02cff d3d11: Make debug_d3d_driver_type() static. 2013-02-15 11:52:55 +01:00
Jacek Caban
97f2912965 vbscript: Added support for a few more constants. 2013-02-15 11:52:51 +01:00
Dmitry Timoshkov
70c21c8e6c kernel32: There is no need for lock/unlock heap in GlobalAlloc. 2013-02-15 11:52:47 +01:00
Dmitry Timoshkov
e069662c0c gdi32: SelectClipPath should update actual clipping region for a EMF DC. 2013-02-15 11:50:32 +01:00
Henri Verbeet
e89edd60fe configure: Include Xlib.h before Xrandr.h. 2013-02-14 21:38:03 +01:00
Alexandre Julliard
102f5085ef wtsapi32: Remove an unnecessary DllMain entry point. 2013-02-14 21:38:01 +01:00
Alexandre Julliard
6af3e91cf8 usp10: Remove an unnecessary DllMain entry point. 2013-02-14 21:38:00 +01:00
Alexandre Julliard
a5c4f231ca sensapi: Remove an unnecessary DllMain entry point. 2013-02-14 21:37:58 +01:00
Alexandre Julliard
94038dd67a ktmw32: Remove an unnecessary DllMain entry point. 2013-02-14 21:37:56 +01:00
Alexandre Julliard
4468a0122f iphlpapi: Remove an unnecessary DllMain entry point. 2013-02-14 21:37:55 +01:00
Alexandre Julliard
79e1723e72 dpnhpast: Remove an unnecessary DllMain entry point. 2013-02-14 21:37:53 +01:00
Alexandre Julliard
a4cdc0e90d cryptnet: Remove an unnecessary DllMain entry point. 2013-02-14 21:37:52 +01:00
Alexandre Julliard
731a3fea91 twain_32: Remove an unnecessary DllMain entry point. 2013-02-14 21:37:50 +01:00
Alexandre Julliard
981f79dbf8 odbccu32: Remove an unnecessary source file. 2013-02-14 21:37:48 +01:00
Aric Stewart
9a59d81f72 usp10: Correct error with ScriptLayout log2vis.
Issue found and test written by Huw Davies.
2013-02-14 20:05:11 +01:00
Jacek Caban
851866e22a wininet: Set available bytes in InternetQueryDataAvailable even if it ends up in async call. 2013-02-14 20:05:05 +01:00
Jacek Caban
5f14eb564e urlmon: Allow available_bytes to be set before protocol_continue call. 2013-02-14 20:05:01 +01:00
Jactry Zeng
79b236c2d1 msvcr90: Sync _wstat32i64 and _stat32i64 implementation. 2013-02-14 17:41:11 +01:00
Jactry Zeng
669f1bdfd9 msvcr80: Sync _wstat32i64 and _stat32i64 implementation. 2013-02-14 17:41:10 +01:00
Jactry Zeng
e7a3b7bcc7 msvcr100: Added _stat32i64 implementation. 2013-02-14 17:40:29 +01:00
Jactry Zeng
ead3ccc18e msvcr100: Added _wstat32i64 implementation. 2013-02-14 17:40:24 +01:00
Jörg Höhle
f67bc43e22 winmm: Handle GetTickCount overflow in MIDI player. 2013-02-14 17:37:14 +01:00
Huw Davies
ab6bb56988 riched20: Simplify selection painting by drawing a selected run twice with appropriate clipping. 2013-02-14 17:35:24 +01:00
Huw Davies
d528e76076 riched20: Use the point from char helpers to calculate the selection rectangle. 2013-02-14 17:35:20 +01:00
Huw Davies
2a6f99efcc riched20: The string len parameter is no longer necessary. 2013-02-14 17:35:06 +01:00
Huw Davies
42b0c6ea33 riched20: Make it possible to perform point -> char conversion while holding a context. 2013-02-14 17:35:03 +01:00
Huw Davies
530c546a3f riched20: Remove the special case tab handling now that we handle that in draw_space. 2013-02-14 17:35:00 +01:00
Huw Davies
4cbe94f42a riched20: Move the white space painting operations to a common function. 2013-02-14 17:34:57 +01:00