Commit Graph

85549 Commits

Author SHA1 Message Date
Detlef Riekenberg
1e1ad5ba2f ieframe: Remove dead code. 2012-01-25 13:54:02 +01:00
Austin English
58e4febe4d imm32: Add a stub for ImmGetHotKey. 2012-01-25 13:54:01 +01:00
Austin English
9a2c2ed5c2 kernel32: Add a stub for AddConsoleAliasA/W. 2012-01-25 13:53:59 +01:00
Austin English
a52f88096f iphlpapi: Add a stub for GetTcpTable2:. 2012-01-25 13:31:25 +01:00
Austin English
dc80d2d6c2 iphlpapi: Sync spec file to Windows 7. 2012-01-25 13:31:09 +01:00
Alex Henrie
f0b274bada comdlg32: Correctly handle filters with invalid extensions in Save As dialogs. 2012-01-25 11:53:44 +01:00
Francois Gouget
02b12e1117 programs: Standardize references to the <Enter> key. 2012-01-25 11:53:06 +01:00
Matteo Bruni
b4afbf98cf winex11: Don't put the GL drawable offscreen. 2012-01-25 11:28:02 +01:00
Henri Verbeet
515329d58c winex11: Remove some leftover X Shm code. 2012-01-25 11:27:37 +01:00
Henri Verbeet
24d4a52e85 d3d8: Remove COM from the pixel shader implementation. 2012-01-25 11:25:40 +01:00
Henri Verbeet
483b17d410 d3d8: Remove COM from the vertex shader implementation. 2012-01-25 11:25:35 +01:00
Henri Verbeet
f056fe7bb5 d3d8: Remove COM from the vertex declaration implementation. 2012-01-25 11:25:27 +01:00
Henri Verbeet
d0347f51ed wined3d: Only take the wined3d mutex during the WM_DISPLAYCHANGE handler in device_process_message().
We can deadlock if we send messages while holding the wined3d mutex and the
message loop is on another thread. Ideally we probably shouldn't send messages
while holding the wined3d mutex at all, but that may be hard to enforce with
the way wined3d locking is currently set up.
2012-01-25 11:25:04 +01:00
Frédéric Delanoy
8ef373a7f2 msi: Avoid dead code in parse_prop (Coverity). 2012-01-25 11:24:58 +01:00
Hwang YunSong
63263a3bf9 po: Updated Korean translation. 2012-01-25 11:24:49 +01:00
Nikolay Sivov
fb9d6851e6 po: Update Russian translation. 2012-01-25 11:24:35 +01:00
Francois Gouget
1d74ac2286 po: Fix some typography issues in the Thai translation. 2012-01-25 11:24:19 +01:00
Francois Gouget
1e9eda5ca3 po: Fix a couple of formatting directives in the Slovenian translation. 2012-01-25 11:24:16 +01:00
Francois Gouget
1cbc4140fa po: Fix some typography issues in the Czech translation. 2012-01-25 11:24:12 +01:00
Francois Gouget
28233992c3 po: Fix some typography issues in the Bulgarian translation. 2012-01-25 11:24:10 +01:00
Francois Gouget
80119af8f9 po: Fix some typography issues in the Japanese translation. 2012-01-25 11:24:07 +01:00
Aurimas Fišeras
69581c370a po: Update Lithuanian translation. 2012-01-25 11:23:11 +01:00
Jacek Caban
dfa9f4bc26 wininet: Insert custom headers only once in HTTP_HttpSendRequestW. 2012-01-24 20:43:14 +01:00
Jacek Caban
ac26517ac9 wininet: Correctly detect https connections and custom port numbers in HTTP_HandleRedirect. 2012-01-24 20:43:13 +01:00
Aric Stewart
9526499b88 winegstreamer: Set bmiHeader.biSizeImage in the transform filter. 2012-01-24 20:43:13 +01:00
Alexandre Julliard
9ef59aad98 wordpad: Add message contexts for accelerators that can be translated. 2012-01-24 20:43:09 +01:00
Alexandre Julliard
fe021a44d6 winefile: Add message contexts for accelerators that can be translated. 2012-01-24 20:39:50 +01:00
Alexandre Julliard
ac2286a1ba winemine: Add message contexts for accelerators that can be translated. 2012-01-24 20:39:34 +01:00
Alexandre Julliard
9c164e06dd view: Add message contexts for accelerators that can be translated. 2012-01-24 20:39:13 +01:00
Alexandre Julliard
10fe8c61e7 regedit: Add message contexts for accelerators that can be translated. 2012-01-24 20:38:51 +01:00
Alexandre Julliard
eaa8fad52e notepad: Add message contexts for accelerators that can be translated. 2012-01-24 20:35:24 +01:00
Alexandre Julliard
ceadc43c78 wrc: Add support for translating accelerators through po files. 2012-01-24 18:10:32 +01:00
Eric Pouech
1bd693b139 winedbg: Enhance algorithm to look up for memory data inside a minidump. 2012-01-24 18:10:32 +01:00
Eric Pouech
a672a51cbf dbghelp: Allow each CPU backend to save CPU specific memory ranges in minidump.
Used this feature to add x86_64 unwind information.
2012-01-24 18:10:32 +01:00
Eric Pouech
1c5450f91f dbghelp: Allow CPU backends to add specific information into a minidump.
Use it to add a 256 byte block around current program counter.
2012-01-24 18:10:32 +01:00
Eric Pouech
d02295d998 dbghelp: Add our own thread data gathering struct for minidump internals instead on relying on SYSTEM_PROCESS_INFO. 2012-01-24 18:10:32 +01:00
Eric Pouech
2ce0e94018 winedbg, winedump: Embed wine build-id information info minidump, and display it. 2012-01-24 18:10:32 +01:00
Gerald Pfeifer
2505dfcc57 configure: Use the -Wignored-qualifiers compiler option if available. 2012-01-24 18:10:32 +01:00
Dan Kegel
b94fabfb5b include: ntddcdvd.h structure naming, packing fixes. 2012-01-24 18:10:32 +01:00
Dmitry Timoshkov
3a5ee02735 ntdll: Add an access check for file mappings. 2012-01-24 18:10:31 +01:00
Dmitry Timoshkov
0e85fc66de ntdll: Use PAGE_EXECUTE_READ protection for an image section. 2012-01-24 18:10:31 +01:00
Dmitry Timoshkov
29b91206a8 server: Store correct protection for an image mapping. 2012-01-24 18:10:31 +01:00
Francois Gouget
bf044ed50c po: Remove spaces before a '\n'. 2012-01-24 16:57:33 +01:00
Francois Gouget
8adea48368 po: A small Slovenian translation update. 2012-01-24 16:57:33 +01:00
Francois Gouget
4f6697f455 po: A small Japanese translation update.
'Unicode' and 'UTF-8' are used as is in Japanese (with thanks to Akihiro Sagawa).
2012-01-24 16:57:33 +01:00
Francois Gouget
5f7f14182e po: Fix an accelerator key specification in the Walloon translation. 2012-01-24 16:57:33 +01:00
Francois Gouget
008b170568 po: Fix the accelerator key specifications in the Chinese (PRC) translation. 2012-01-24 16:57:33 +01:00
Francois Gouget
ca68a40263 po: Fix the accelerator key specifications in the Chinese (Taiwan) translation. 2012-01-24 16:57:33 +01:00
Francois Gouget
452ec21da5 po: Fix an accelerator key specification in the Swedish translation. 2012-01-24 16:57:33 +01:00
Francois Gouget
c0c7e6ba11 po: Fix an accelerator key specification in the Russian translation. 2012-01-24 16:57:33 +01:00