Commit Graph

81393 Commits

Author SHA1 Message Date
Octavian Voicu 776e27834d shell32: Fix an incorrect pointer/integer cast on 64-bit and fix check for resource id. 2011-09-01 18:06:39 +02:00
Andrew Talbot c8cb13f949 msvcp90: Avoid a forward declaration. 2011-09-01 18:06:39 +02:00
Dmitry Timoshkov dfb4d2e960 gdi32: Add a buch of CreateScalableFontResource() tests. 2011-09-01 18:06:39 +02:00
Francois Gouget 083abe3fe9 hhctrl.ocx: Issue a fixme if asked for unsupported toolbar buttons. 2011-09-01 18:06:39 +02:00
Frédéric Delanoy 02ef576739 cmd: Fix echo's special ';' handling. 2011-09-01 18:06:39 +02:00
Bernhard Loos 23e1777054 ntdll: Provide a timestamp debug channel, which prints a millisecond resolution timestamp in front of debug output. 2011-09-01 18:06:39 +02:00
Alexandre Julliard 006bb26b8c wininet/tests: Remove an invalid FTP test. 2011-09-01 18:06:39 +02:00
Octavian Voicu 9b29b10e23 shell32/tests: Add a todo for two recycle bin tests in case no item was added. 2011-09-01 18:06:39 +02:00
Octavian Voicu f8877ea337 opencl: Remove reference to clSetCommandQueueProperty and print fixme, saying function is deprecated. 2011-09-01 18:06:38 +02:00
Octavian Voicu 2f053965a2 vbscript: Fix possible memory leak/crash caused by race condition in VBScriptParse_InitNew. 2011-09-01 18:06:38 +02:00
Dan Kegel 45725be9d5 configure: Fix configure failures under -Werror -Wall. 2011-09-01 18:06:38 +02:00
Dan Kegel 82954d45de configure: AC_C_CONST is obsolete. 2011-09-01 18:06:38 +02:00
Andrew Eikum dfe73cda4a winecfg: Remove driver selection from Audio tab. 2011-09-01 18:06:37 +02:00
Andrew Eikum c4b94b1ba4 mmdevapi: Automatically select the correct driver. 2011-09-01 18:06:37 +02:00
Andrew Eikum f6890ef0e2 winmm: Determine the driver from MMDevAPI.
This uses a half-implemented, Wine-specific IMMDevice object to extract
the driver name.
2011-09-01 18:06:37 +02:00
Henri Verbeet 9d9baef789 wined3d: Make the device parameter to wined3d_device_get_light() const. 2011-09-01 18:06:37 +02:00
Henri Verbeet 82150458b4 wined3d: Make the device parameter to wined3d_device_get_transform() const. 2011-09-01 18:06:37 +02:00
Henri Verbeet 55ce85ad29 wined3d: Merge the wined3d_surface_flip() implementations. 2011-09-01 18:06:36 +02:00
Henri Verbeet b587b85394 wined3d: Merge the wined3d_surface_set_mem() implementations. 2011-09-01 18:06:36 +02:00
Austin English b2f7461a4d wined3d: Remove an unused variable. 2011-09-01 18:06:36 +02:00
André Hentschel 975d9ed97a localspl: Fix printing a NULL string. 2011-09-01 18:06:36 +02:00
Alexandre Julliard bcc21c9b79 winex11: Fix SetDIBitsToDevice coordinate mapping for negative values. 2011-09-01 18:06:18 +02:00
Alexandre Julliard e1ca5c38e2 winex11: Fix SetDIBitsToDevice coordinate mapping in RTL mode. 2011-09-01 12:41:00 +02:00
Alexandre Julliard 67b1f29d61 gdi32/tests: Add some SetDIBitsToDevice tests, based on the similar SetDIBits tests. 2011-09-01 12:39:15 +02:00
Aurimas Fišeras 1103cb9327 po: Update Lithuanian translation. 2011-08-31 19:47:37 +02:00
Stefan Dösinger 05b3222b39 ddraw: Add a test for DDSD_ZBUFFERBITDEPTH and DDSD_PIXELFORMAT. 2011-08-31 19:43:09 +02:00
Stefan Dösinger 6176eb87de ddraw: Set dwZBufferBitDepth in old z buffers. 2011-08-31 19:43:09 +02:00
Stefan Dösinger 42b7ad4fd4 ddraw: Convert dwZBufferBitDepth into a DDPIXELFORMAT. 2011-08-31 19:43:09 +02:00
Stefan Dösinger c42277883a ddraw: Introduce a function to convert a DDSURFACEDESC2 to a DDSURFACEDESC. 2011-08-31 19:43:09 +02:00
Stefan Dösinger 76fecde8fb ddraw: Introduce a function to convert a DDSURFACEDESC to a DDSURFACEDESC2. 2011-08-31 19:43:09 +02:00
Stefan Dösinger 167b65ca5e ddraw: Show that ddraw reads ddsCaps without DDSD_CAPS set. 2011-08-31 19:43:09 +02:00
Francois Gouget c103d6d207 hhctrl.ocx: Don't show unimplemented buttons. 2011-08-31 19:43:08 +02:00
Francois Gouget ea82376dad po: Fix some typography issues in the Bulgarian translation. 2011-08-31 19:43:08 +02:00
Francois Gouget 969dfda8a6 po: Mark a number of obviously incomplete cmd help messages as fuzzy in the Czech translation. 2011-08-31 19:43:08 +02:00
Jacek Caban 9ef5af540b msi: Ude default calling convention for internal functions. 2011-08-31 19:43:08 +02:00
Jacek Caban 81031c532e msi: Use struct instead of interface in object declarations. 2011-08-31 19:43:08 +02:00
Michael Stefaniuc 6419969c38 shell32: Move ISvBgCm_Constructor() to avoid a forward declaration. 2011-08-31 19:43:08 +02:00
Michael Stefaniuc 47a705965b shell32: COM cleanup in shv_bg_cmenu.c. 2011-08-31 19:43:08 +02:00
Michael Stefaniuc 2cf8335d70 shell32: Pass objects instead of ifaces to helpers. 2011-08-31 19:43:08 +02:00
Octavian Voicu 9b1fc0fd74 ole32: Fix a few incorrect pointer/integer casts on 64-bit. 2011-08-31 19:43:08 +02:00
Octavian Voicu f8d0afe435 ieframe: Fix a few incorrect pointer/integer casts on 64-bit. 2011-08-31 19:43:07 +02:00
Octavian Voicu 9e3d83e003 msxml3/tests: Fix a warning in saxreader tests when compiling on x64. 2011-08-31 19:43:07 +02:00
Frédéric Delanoy ba094f2830 cmd/tests: Add pushd/popd tests. 2011-08-31 19:43:07 +02:00
André Hentschel 4e862b8440 shell32/tests: Fix checking the child strings. 2011-08-31 19:43:07 +02:00
Alistair Leslie-Hughes 81079ef35b uxtheme: Set last error on NULL pointer. 2011-08-31 19:43:07 +02:00
Marcus Meissner 956487434d ntdll: Handle errno also for non ENOENT errors on lseek (Coverity). 2011-08-31 19:43:07 +02:00
Marcus Meissner ee12b4feed msi: Check return value of msi_string2idW (Coverity). 2011-08-31 19:43:07 +02:00
Frédéric Delanoy bd70b79125 po: Update French translation. 2011-08-31 19:43:07 +02:00
Michael Mc Donnell 2f1917956b d3dx9: Use 0 instead of D3DLOCK_DISCARD in D3DXCreateTextW. 2011-08-31 19:43:07 +02:00
Michael Mc Donnell bae50905c5 d3dx9: Use 0 instead of D3DLOCK_DISCARD in D3DXCreateCylinder. 2011-08-31 19:43:07 +02:00