Commit graph

85390 commits

Author SHA1 Message Date
Alexandre Julliard
42e583f1f6 widl: We no longer need to avoid windows.h in generated headers. 2012-01-20 15:59:02 +01:00
Alexandre Julliard
25441f40f8 include: Allow using windows.h in Wine code. 2012-01-20 15:58:57 +01:00
André Hentschel
0c0b6a1096 d3drm: Forward all IUnknown methods to IDirect3DRM. 2012-01-20 14:22:35 +01:00
André Hentschel
dfd7c70d37 d3drm: Reorder d3drm creation function to avoid forward declarations. 2012-01-20 14:22:30 +01:00
André Hentschel
9defecb013 d3drm: Forward all IUnknown methods from IDirect3DRMMeshBuilder3. 2012-01-20 14:22:24 +01:00
André Hentschel
2e3e62b6aa d3drm: Reorder meshbuilder creation function to avoid forward declarations. 2012-01-20 14:22:21 +01:00
André Hentschel
c5cf5f8ea8 d3drm: Reorder frame creation function to avoid forward declarations. 2012-01-20 14:19:49 +01:00
Francois Gouget
a0cb4e6355 po: Fix some typography issues and improve the Walloon translation. 2012-01-20 13:40:02 +01:00
Francois Gouget
03001c15b0 po: Remove English strings from the Catalan translation. 2012-01-20 13:40:02 +01:00
Francois Gouget
35f60bf686 po: Remove English strings from the Bulgarian translation. 2012-01-20 13:40:01 +01:00
Francois Gouget
ccdacc7faf po: Translate a couple of keys for Catalan. 2012-01-20 13:40:01 +01:00
Francois Gouget
73415e228a po: Remove English strings from the Czech translation. 2012-01-20 13:40:00 +01:00
Francois Gouget
a355354c28 po: Remove English strings from the Greek translation. 2012-01-20 13:39:57 +01:00
Francois Gouget
3a6f314244 po: Tweak the CD-ROM Danish and Dutch translations. 2012-01-20 13:34:42 +01:00
Michael Stefaniuc
84d5317302 dsound: Remove the now obsolete IDirectSoundBufferImpl_Destroy(). 2012-01-20 13:34:20 +01:00
Michael Stefaniuc
c7f5f10aab dsound: Merge IDirectSoundNotify into the secondary buffer object. 2012-01-20 13:33:33 +01:00
Frédéric Delanoy
ca75c4a84b rpcrt4: Make some switch fallthroughs explicit (Coverity). 2012-01-20 13:32:47 +01:00
Hans Leidekker
f37b94e69a winhttp: Download PAC scripts in a separate session. 2012-01-20 13:32:27 +01:00
Nikolay Sivov
7c31988554 msxml3: Move some xdr tests data to a table. 2012-01-20 13:32:11 +01:00
Nikolay Sivov
ae5c984b12 msxml3: Use debugstr_* functions instead of wine_* prefixed for consistency. 2012-01-20 13:32:04 +01:00
Nikolay Sivov
ca046f9eb5 msxml3: IXMLDOMSchemaCollection::get() is a stub for version 6. 2012-01-20 13:31:59 +01:00
Henri Verbeet
1ec21e323b wined3d: Rename WineD3DRectPatch to wined3d_rect_patch. 2012-01-20 13:31:36 +01:00
Henri Verbeet
3769afa33d wined3d: Get rid of the WINED3DSURFTYPE typedef. 2012-01-20 13:31:33 +01:00
Henri Verbeet
d8b00ecf34 wined3d: Get rid of the CONVERT_TYPES typedef. 2012-01-20 13:31:24 +01:00
Henri Verbeet
8692ff48a9 wined3d: Don't load the draw_binding location in surface_unmap() unless the surface is on a swapchain.
It really makes no sense to do this just because a surface happens to be the
current render target. In particular, this patch prevents needlessly bouncing
the surface between the CPU and the GPU when the application does e.g.
multiple colorkeyed blits to the current render target to draw a HUD.
2012-01-20 13:31:17 +01:00
Henri Verbeet
d1254eddb5 wined3d: Properly enable / disable register combiners. 2012-01-20 13:31:07 +01:00
Alexandre Julliard
da35622b83 makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
Alexandre Julliard
6109f05e45 progman: Avoid Unicode macros. 2012-01-20 13:06:40 +01:00
Alexandre Julliard
e12d39dc10 winhlp32: Avoid Unicode macros. 2012-01-20 12:50:15 +01:00
Alexandre Julliard
edf44bfb1e winecfg: Avoid Unicode macros. 2012-01-20 12:44:04 +01:00
Alexandre Julliard
f2fe53d6ab wordpad: Avoid Unicode macros. 2012-01-20 12:07:24 +01:00
Alexandre Julliard
aef2eeea6c winedbg: Use the standard dialog font for the crash dialogs. 2012-01-20 11:58:45 +01:00
Luca Bennati
6dd16ec1f0 po: Update Italian translation. 2012-01-19 21:13:09 +01:00
Frédéric Delanoy
273b88100c po: Remove English strings from the French translation. 2012-01-19 21:09:59 +01:00
Alexandre Julliard
7175324992 winetest: Avoid Unicode macros. 2012-01-19 21:08:56 +01:00
Alexandre Julliard
020faceaae winemine: Convert to Unicode. 2012-01-19 21:08:55 +01:00
Alexandre Julliard
be91790988 view: Convert to Unicode. 2012-01-19 21:08:55 +01:00
Alistair Leslie-Hughes
c5235eeab0 gdi32: Add EnhMetafile PolyBezier, PolyBezierTo support. 2012-01-19 21:08:55 +01:00
Austin English
a4ee9f2d20 ntoskrnl.exe: Add a stub for IoCreateSynchronizationEvent. 2012-01-19 21:08:54 +01:00
Austin English
2bc08d7f35 kernel32: Add stubs for GetConsoleCommandHistoryLengthA/W. 2012-01-19 21:08:54 +01:00
Frédéric Delanoy
edd9066d5b setupapi: Correctly handle errors in fake_dlls_callback (Coverity). 2012-01-19 21:08:54 +01:00
Jacek Caban
882d126dba mshtml: Added IOleContainer::EnumObjects tests. 2012-01-19 21:08:53 +01:00
Jacek Caban
3b80784b63 mshtml: Added IOleContainer::EnumObjects implementation. 2012-01-19 21:08:53 +01:00
Jacek Caban
537d05fb4b mshtml: Added ITargetContainer::GetFramesContainer implementation. 2012-01-19 21:08:52 +01:00
Jacek Caban
97f4b22543 tlogstg.idl: Added new file and ITravelLogClient declaration. 2012-01-19 21:08:52 +01:00
Aric Stewart
676754d11a wineqtdecoder: Implement QTSplitter_ChangeStart. 2012-01-19 21:08:52 +01:00
Hans Leidekker
d20c69c54d msi: Don't parse the format string when building the shortcut target path.
It's no longer necessary because target paths are always normalized.
2012-01-19 21:08:51 +01:00
Alexandre Julliard
f6368c4202 dinput: Clip the mouse to the entire window instead of a 1x1 rectangle in exclusive mode. 2012-01-19 21:08:51 +01:00
Dmitry Timoshkov
c0cf49d50c winex11.drv: Use dialog window type also for owned windows with WS_EX_DLGMODALFRAME style set. 2012-01-19 21:08:51 +01:00
Huw Davies
3dc4f259e9 gdi32: The clip region should stop the flooding. 2012-01-19 21:08:50 +01:00