Commit graph

77616 commits

Author SHA1 Message Date
Igor Paliychuk
ef1ad5f374 po: Update Ukrainian translation. 2011-04-11 12:22:47 +02:00
Hwang YunSong
c5ece97167 po: Update Korean translation. 2011-04-11 12:22:44 +02:00
Austin English
dd2159c6e3 vcomp: Add stub dll. 2011-04-11 12:12:22 +02:00
Gerald Pfeifer
3ec82c5283 configure: Add compiler warning -Wunused-but-set-parameter. 2011-04-11 12:11:44 +02:00
Michael Stefaniuc
a159569115 d3d9: COM cleanup for the IDirect3D9Ex iface. 2011-04-11 12:10:47 +02:00
Michael Stefaniuc
c52c15ef99 riched20: COM cleanup for the ITextServices iface. 2011-04-11 12:10:30 +02:00
Michael Stefaniuc
e18ae2139b riched20: COM cleanup for the ITextHost iface. 2011-04-11 12:10:20 +02:00
Dmitry Timoshkov
a859e73d5f user32: Use symbolic names for values returned by WM_MENUCHAR handler. 2011-04-11 12:09:43 +02:00
Francois Gouget
fc4014454b mmdevapi: Reorder a couple of functions to avoid forward declarations and make MMDevice_SetPropValue() static. 2011-04-11 12:07:39 +02:00
Francois Gouget
aa3f823d19 mshtml: Make HTMLFiltersCollection_Create() static. 2011-04-11 12:07:31 +02:00
Francois Gouget
18e0e8c4c7 d3dx9_36: Make get_parameter_{handle,struct}() static. 2011-04-11 12:07:11 +02:00
Francois Gouget
25a31a49c1 progman: Fix the Alt+Enter accelerator so it shows the selected element attributes. 2011-04-11 12:07:04 +02:00
Nikolay Sivov
82258f4f25 comctl32/tab: Use dpa to store item data. 2011-04-11 12:06:37 +02:00
Nikolay Sivov
6867735e20 comctl32/tab: Fix invalid read of item data. 2011-04-11 12:06:18 +02:00
André Hentschel
6c710ae1ed winedbg: Implement get_addr on sparc. 2011-04-11 12:05:59 +02:00
Henri Verbeet
84103460bd wined3d: Check FBO completeness after the read / draw buffers are specified.
Unless the driver implements ARB_ES2_compatibility / GL4.1, FBO completeness
depends on what read / draw buffers are set.
2011-04-11 11:50:51 +02:00
Henri Verbeet
8e12b2e61e wined3d: Set the read buffer to GL_NONE for draws and clears on an FBO.
For the benefit of depth-only draws and clears, that would otherwise fail FBO
completeness, unless the driver supports ARB_ES2_compatibility.
2011-04-11 11:50:48 +02:00
Henri Verbeet
2f3c147ab2 wined3d: Only set draw buffers that are explicitly specified in context_apply_draw_buffers().
Anything that isn't explicitly specified is set to GL_NONE by
glDrawBuffersARB().
2011-04-11 11:50:44 +02:00
Henri Verbeet
bf99c0248f wined3d: Explicitly handle 0 rt_count right at the start of context_apply_draw_buffers().
It's trivial, and allows the rest of the code to assume at least 1 render
target is present.
2011-04-11 11:50:40 +02:00
Dmitry Timoshkov
6eed4c4241 winex11: Move the SendMessage(WM_SYSCOMMAND, SC_MAXIMIZE/SC_RESTORE) call after the window extents check. 2011-04-08 17:11:21 +02:00
Jacek Caban
81aa05eab6 kernel32: Moved GetProcessImageFileName implementation from psapi to kernel32. 2011-04-08 17:06:46 +02:00
Maarten Lankhorst
4429257358 dsound: COM cleanup property sets. 2011-04-08 16:49:51 +02:00
Henri Verbeet
dd2c7d0d8c wined3d: Don't free D3D swapchains until the wined3d swapchain is destroyed.
This will allow us the get rid of the swapchain refcounting hacks in d3d9 in
particular. This is similar to the way we handle resources that are still in
use by a stateblock, but aren't referenced anywhere by the application.
2011-04-08 14:40:48 +02:00
Henri Verbeet
d19c3588bc wined3d: Merge the IWineD3DSwapChain::Destroy() implementations.
They're mostly the same, except for the GL version also destroying its
contexts, and being a bit more careful about the order in which backbuffers
are destroyed.
2011-04-08 14:40:43 +02:00
Henri Verbeet
28137ba2e9 wined3d: Only create a swapchain context array for GL swapchains.
Lying about the number of contexts a swapchain has isn't very useful.
2011-04-08 14:40:39 +02:00
Jacek Caban
593d3f4492 mshtml: Reimplement nsIURI::SetHost on top of IUriBuilder. 2011-04-08 14:08:52 +02:00
Dmitry Timoshkov
094db744ce user32: Use symbolic names for values returned by WM_MENUCHAR handler. 2011-04-08 14:08:49 +02:00
Alexandre Julliard
05b1aea244 gdi32: Avoid reading bits outside of the glyph bitmap in GetGlyphOutline. 2011-04-08 13:03:22 +02:00
Jacek Caban
45c9ec0d55 shdocvw: Make tests stricter and fix GetUrl problem found by the change. 2011-04-08 13:03:22 +02:00
Jacek Caban
29ce9a1ff8 shdocvw: Clean tests skipping. 2011-04-08 13:03:22 +02:00
Jacek Caban
c6dba02ef5 shdocvw: intshcut.c COM clean up. 2011-04-08 13:03:22 +02:00
Jacek Caban
0a4dfa6665 shdocvw: Register .url extension. 2011-04-08 13:03:22 +02:00
Jacek Caban
439f9109fc shdocvw: Moved more registration to .rgs file. 2011-04-08 13:03:22 +02:00
Francois Gouget
d30316568a winhlp32: Add support for accelerators in general and F1 in particular. 2011-04-08 13:03:22 +02:00
Francois Gouget
4cb9c16143 shell32: Fix the *CPLINFO* lData field type. 2011-04-08 13:03:21 +02:00
Francois Gouget
9668e1c0d4 taskmgr: Implement the Help menu. 2011-04-08 13:03:21 +02:00
Francois Gouget
1ea1c3d0e5 progman: Fix accelerator support. 2011-04-08 13:03:21 +02:00
Francois Gouget
01839d190b cmdlgtst: Use the human readable application name in the window title. 2011-04-08 13:03:21 +02:00
Francois Gouget
f6544699d1 programs: NOINVERT is an obsolete flag so remove it. 2011-04-08 13:03:21 +02:00
Francois Gouget
ffbde17b32 msxml3/tests: Fix variable initializations to conform to C89. 2011-04-08 13:03:21 +02:00
Maarten Lankhorst
16f285cc15 include: Add missing defines to mddk.h. 2011-04-08 13:03:20 +02:00
Nikolay Sivov
0c33682330 ole32: Handle null argument in OleIsRunning(). 2011-04-08 13:03:20 +02:00
Henri Verbeet
032c374307 wined3d: Merge swapchain_base.c into swapchain.c. 2011-04-07 19:27:01 +02:00
Henri Verbeet
0a174ae542 wined3d: Merge swapchain_gdi.c into swapchain.c. 2011-04-07 19:26:50 +02:00
Henri Verbeet
617efafecf wined3d: Don't use IWineD3DDeviceImpl_GetSwapChain() in IWineD3DDeviceImpl_Present().
It adds COM overhead and validation of the swapchain index, but we already
know the index is valid.
2011-04-07 19:26:19 +02:00
Juan Lang
0b8bfd9736 wininet: Honor security flags specified when opening a connection. 2011-04-07 17:48:28 +02:00
Jacek Caban
777b06fb9e urlmon: Use winetest data.php URLs for regular http binding tests. 2011-04-07 17:21:14 +02:00
Huw Davies
b4ae697496 gdi32/tests: Add horizontal and vertical solid line tests. 2011-04-07 17:21:14 +02:00
Huw Davies
1e27c95125 gdi32: Draw single pixel wide, horizontal or vertical lines with the dib driver. 2011-04-07 17:21:13 +02:00
Huw Davies
d5d4603062 gdi32: Calculate AND and XOR masks corresponding to the current pen colour and rop2. 2011-04-07 17:21:13 +02:00