Commit Graph

75389 Commits (d3a11316608aad6f89b5088dcd936430a5c1e13b)
 

Author SHA1 Message Date
Andrew Eikum 0b608d0f7f mmdevapi: Be explicit about the units of ACImpl::ofs. 2011-01-05 17:56:48 +01:00
Andrew Eikum 045cf8c0af mmdevapi: Be explicit about units of ACImpl::bufsize. 2011-01-05 17:56:43 +01:00
Andrew Eikum bbbf72ddcb mmdevapi: Store period size in frames.
There are three different units to represent durations of audio: time,
bytes, and frames. Since all three are in use in this module, we should
be more explicit about the unit of each variable.
2011-01-05 17:56:36 +01:00
André Hentschel 1bf8612718 user32/tests: Don't test function directly when reporting GetLastError(). 2011-01-05 17:56:04 +01:00
Huw Davies 40ba10ed7a wineps.drv: Explicitly report that we do not support blending. 2011-01-05 17:55:16 +01:00
Hwang YunSong d6f14fd638 wineconsole: Update Korean resource. 2011-01-05 17:55:10 +01:00
Hwang YunSong 183b89b689 wineboot: Update Korean resource. 2011-01-05 17:55:08 +01:00
Austin English 8ec262ef0d winex11.drv: Use consistent formatting in a TRACE(). 2011-01-05 17:54:58 +01:00
Huw Davies 62cd56ce81 ole32: Store the ole advise sinks in a STATDATA array. 2011-01-05 17:54:49 +01:00
Huw Davies 6ac2cb3ddc ole32: Reimplement SendOnDataChange using the connection enumerator. 2011-01-05 17:54:44 +01:00
Huw Davies d5c66bc23d wrc: Initialise variable. 2011-01-05 17:54:33 +01:00
Michael Stefaniuc 5cce70ddeb windowscodecs: Use an iface instead of a vtbl pointer in BmpFrameEncode. 2011-01-05 17:53:29 +01:00
Michael Stefaniuc 0eff947c09 mshtml: Use ifaces instead of vtbl pointers in ProtocolFactory. 2011-01-05 17:53:20 +01:00
Michael Stefaniuc 1ae51aa74a mshtml: COM cleanup for the nsIInputStream iface. 2011-01-05 17:53:13 +01:00
Michael Stefaniuc 1d7e50079a mshtml: COM cleanup for the nsIURL iface. 2011-01-05 17:53:06 +01:00
Michael Stefaniuc 1e19fd6c49 atl: Use ifaces instead of vtbl pointers in IOCS. 2011-01-05 17:52:56 +01:00
Michael Stefaniuc 4a6c525659 hlink: Use ifaces instead of vtbl pointers in ExtensionService. 2011-01-05 17:52:46 +01:00
Michael Stefaniuc 1503a1ff40 mshtml: COM cleanup for the IHTMLEmbedElement iface. 2011-01-05 17:52:20 +01:00
André Hentschel 564c7a5718 winemaker: Add def file support. 2011-01-05 17:52:06 +01:00
Vincent Povirk 5fd834fc95 windowscodecs: Store an impl pointer instead of an iface pointer. 2011-01-05 17:23:28 +01:00
Lauri Kenttä 11c3150ba9 readme: Add Finnish translation. 2011-01-05 17:22:22 +01:00
Henri Verbeet d72520b5cc wined3d: Remove IWineD3DBaseTexture::BindTexture() from the public interface. 2011-01-05 17:22:01 +01:00
Henri Verbeet f9a1e8813e wined3d: Pass an IWineD3DDeviceImpl pointer to create_primary_opengl_context(). 2011-01-05 17:21:47 +01:00
Henri Verbeet 7e0909d058 wined3d: Pass an IWineD3DDeviceImpl pointer to delete_opengl_contexts(). 2011-01-05 17:21:37 +01:00
Henri Verbeet e5d1a0c72d wined3d: Use surface_modify_location() to manipulate location flags in IWineD3DSurfaceImpl_Unmap().
Directly setting SFLAG_INFRAWABLE breaks for offscreen render targets, where
the drawable and texture are the same thing. Before commit
d3fd7b247b the explicit load of the texture
location with the default RTL_READTEX render target lock mode would have
prevented the flags from becomming inconsistent.
2011-01-05 17:21:28 +01:00
Alexandre Julliard 1898f22ca5 wrc: Do not use translations that are marked fuzzy. 2011-01-04 20:27:59 +01:00
Alexandre Julliard f8be8ff65e xcopy: Convert translations to po files. 2011-01-04 20:27:34 +01:00
Alexandre Julliard 26c924ee15 write: Convert translations to po files. 2011-01-04 20:27:34 +01:00
Alexandre Julliard 4bca33439e uninstaller: Convert translations to po files. 2011-01-04 20:27:33 +01:00
Alexandre Julliard f0673019a3 taskkill: Convert translations to po files. 2011-01-04 20:27:33 +01:00
Alexandre Julliard 1d3ef6992f start: Convert translations to po files. 2011-01-04 20:27:33 +01:00
Alexandre Julliard 7ca7138b40 reg: Convert translations to po files. 2011-01-04 20:27:33 +01:00
Alexandre Julliard b8c80c995e net: Convert translations to po files. 2011-01-04 20:27:32 +01:00
Alexandre Julliard 6ec2a5375f ipconfig: Convert translations to po files. 2011-01-04 20:27:01 +01:00
Alexandre Julliard 6864716caa cmd: Convert translations to po files. 2011-01-04 17:16:00 +01:00
Alexandre Julliard 367fd228d8 makefiles: Add rules to rebuild the po files in maintainer mode. 2011-01-04 17:05:21 +01:00
Alexandre Julliard 7c2a4bf25e makefiles: Add dependencies on all po files for po-translated resources. 2011-01-04 16:55:54 +01:00
Mikhail Maroukhine f859535774 user32: Add constness to params and variables. 2011-01-04 16:09:53 +01:00
Francois Gouget 7b28ae53e1 winemenubuilder: Fix compilation on systems that don't support nameless unions. 2011-01-04 16:03:21 +01:00
Francois Gouget ce3fcda1d3 shdocvw/tests: Fix compilation on systems that don't support nameless unions. 2011-01-04 16:03:11 +01:00
Greg Geldorp faf19ec966 msi/tests: Fix remaining Wow64 failures for action test set. 2011-01-04 16:03:02 +01:00
Nikolay Sivov 0044cc8f26 oleaut32: Do nothing for TKIND_ALIAS types in ::LayOut(). 2011-01-04 14:56:15 +01:00
Nikolay Sivov ea3c215b57 oleaut32: Use VARENUM members instead of hardcoded values. 2011-01-04 14:55:41 +01:00
Nikolay Sivov 2e25e5e22c oleaut32: Use alloc/free helpers for typelib creation part too. 2011-01-04 14:53:50 +01:00
Nikolay Sivov ed749f51ce oleaut32: Use IDispatch vtable size instead of hardcoded value. 2011-01-04 14:52:52 +01:00
Nikolay Sivov b09fd556b0 oleaut32: Use implementation pointer to avoid casts. 2011-01-04 14:52:18 +01:00
Andrew Nguyen 060c8f0c6e reg: Accept full names of the standard registry hives. 2011-01-04 14:51:39 +01:00
Michael Stefaniuc 5db4caee8e urlmon: Don't use DEFINE_THIS2 for the Protocol vtbl functions. 2011-01-04 11:58:34 +01:00
Andrew Nguyen 51d05e241a kernel32: Improve parameter validation for FillConsoleOutputAttribute. 2011-01-04 11:58:34 +01:00
Andrew Nguyen 50ee017f34 kernel32/tests: Add tests for FillConsoleOutputCharacterA. 2011-01-04 11:58:34 +01:00