Commit graph

64808 commits

Author SHA1 Message Date
Marcus Meissner
4222ccf1cf gdi32: Fixed loop end setting (Coverity). 2011-11-14 15:25:19 +01:00
André Hentschel
ebde184b4c unicows: Add GetRoleTextW from oleacc. 2011-11-14 15:25:18 +01:00
Andrew Talbot
a41cbc1423 atl: Remove an unused variable. 2011-11-14 13:10:23 +01:00
Andrew Talbot
cedeac3191 appwiz.cpl: Remove an unused function. 2011-11-14 13:10:22 +01:00
Andrew Talbot
8a1539ac98 advapi32: Remove an unused variable. 2011-11-14 13:10:22 +01:00
Jacek Caban
734050f5c5 mshtml: Fixed memory leak in nsIURL::GetDirectory implementation. 2011-11-14 13:10:21 +01:00
Jacek Caban
1190c8cbd6 mshtml: Use IUri in use_gecko_script. 2011-11-14 13:10:21 +01:00
Jacek Caban
d7f7f33e7d mshtml: Use IUri in set_current_mon if possible and store it in window object. 2011-11-14 13:10:20 +01:00
Jacek Caban
535e2b23a3 mshtml: Store window URL as BSTR. 2011-11-14 13:10:20 +01:00
Hans Leidekker
a100550383 msi: Trace the exit code from custom action processes. 2011-11-14 13:10:19 +01:00
Hans Leidekker
353016f92f msi: Process messages while waiting for custom actions to complete. 2011-11-14 13:10:19 +01:00
Hans Leidekker
655e16f1c9 scrrun: Add stub implementations of DllRegisterServer and DllUnregisterServer. 2011-11-14 13:10:19 +01:00
Hans Leidekker
3c9d356bc4 winhttp: Convert string data to UTF-8 and add a corresponding content type header. 2011-11-14 13:10:18 +01:00
Michael Stefaniuc
3e1ee5b8b7 include: Make "long" numeric constants LP64/LLP64 proof (shlwapi.h). 2011-11-14 11:46:40 +01:00
Nikolay Sivov
dd9a2effd5 msxml3: Implement get_nodeTypeValue() for attributes without a type. 2011-11-14 11:46:39 +01:00
Jacek Caban
2e5f73e4d7 mshtml: Wine Gecko 1.4 release. 2011-11-09 19:31:13 +01:00
Octavian Voicu
8a6a157074 ddraw: Make IDirectDrawClipperImpl_[GS]etHWnd function names consistent with SDK. 2011-11-09 17:51:28 +01:00
Hans Leidekker
21a477e161 imm32: Validate the window handle passed to ImmGetContext. 2011-11-09 17:51:02 +01:00
Hans Leidekker
5d64254986 winhttp: Use a separate function to set request parameters. 2011-11-09 15:57:27 +01:00
Hans Leidekker
82965248d1 winhttp: Fix sending data with synchronous requests. 2011-11-09 15:57:24 +01:00
Hans Leidekker
bdbd17c72a scrrun: Add a version resource. 2011-11-09 15:57:19 +01:00
Hans Leidekker
8e74ee58d5 scrrun: New dll. 2011-11-09 15:57:00 +01:00
Alexandre Julliard
9716d1c861 winex11: Still process all MotionNotify events when using XInput2. 2011-11-09 15:45:13 +01:00
Alexandre Julliard
ef292465be winex11: Use the motion event time to decide when to update the cursor. 2011-11-09 14:53:34 +01:00
Alexandre Julliard
098b11e995 winex11: Don't allow setting the cursor across processes while clipping. 2011-11-09 14:26:34 +01:00
Vitaliy Margolen
5bb094c9a2 dinput: Return correct key names for num_lock and pause.
Scan codes and DIK codes for num_lock and pause are reversed.
2011-11-09 11:54:25 +01:00
Dmitry Timoshkov
6acf226fa1 gdi32: Remove a duplicated line of code. 2011-11-09 11:39:02 +01:00
Michael Stefaniuc
43a95a9b03 include: Fixup "long" numeric constants in commctrl.h. 2011-11-09 11:35:25 +01:00
Andrew Talbot
7e31baba31 user32: Suppress sign-extension through integer promotion. 2011-11-09 11:35:11 +01:00
Andrew Talbot
0bed0f4ce6 shlwapi: Suppress sign-extension through integer promotion. 2011-11-09 11:35:06 +01:00
Aric Stewart
65710af292 usp10: Better understand and handle numbers level in RTL runs. 2011-11-09 11:34:49 +01:00
Aric Stewart
2781ac1e6d usp10: Better handle the absorption of whitespace in bidi runs. 2011-11-09 11:34:45 +01:00
Henri Verbeet
adf7c33023 wined3d: Get rid of the COMPARISON_TYPE typedef. 2011-11-09 11:34:32 +01:00
Henri Verbeet
323a95418e wined3d: Get rid of the WINED3DSAMPLER_TEXTURE_TYPE typedef. 2011-11-09 11:34:24 +01:00
Henri Verbeet
81ae0cea7c wined3d: Simplify context_choose_pixel_format().
Simply rank the formats instead of doing multiple passes over the list.
2011-11-09 11:34:19 +01:00
Henri Verbeet
0ba5f7dd98 wined3d: Get rid of RTL_DISABLE. 2011-11-09 11:34:11 +01:00
Henri Verbeet
b6c7a3dbc8 wined3d: Don't print FIXMEs for misaligned surface maps. 2011-11-09 11:34:04 +01:00
Thomas Faber
5d5fd2fa9b kernel32/tests: Add tests for GetDllDirectory. 2011-11-09 11:33:58 +01:00
Alexandre Julliard
5e1599d8c0 gdi32: Don't set the bitmap owner when selecting a pattern brush. 2011-11-08 20:13:18 +01:00
Alexandre Julliard
0c5d619bd3 gdi32: Use the CopyBitmap entry point to copy the bitmap of a pattern brush. 2011-11-08 19:26:30 +01:00
Alexandre Julliard
d9a45745a7 winex11: Implement the CopyBitmap entry point. 2011-11-08 19:26:13 +01:00
Alexandre Julliard
26f5e2c6e7 gdi32: Implement the CopyBitmap entry point in the null driver. 2011-11-08 19:25:37 +01:00
Alexandre Julliard
9391c6a757 gdi32: Add a CopyBitmap driver entry point. 2011-11-08 19:25:05 +01:00
Alexandre Julliard
cc673f44c7 gdi32: Grab the bits directly for DIB pattern brushes instead of duplicating the bitmap. 2011-11-08 19:24:17 +01:00
Alexandre Julliard
c88f4d452f gdi32: Get rid of the get_bitmap_image helper. 2011-11-08 19:24:13 +01:00
Austin English
e423abf5a5 apphelp: Add a stub for ApphelpCheckShellObject. 2011-11-08 19:10:31 +01:00
Vincent Povirk
006e2d97b3 gdiplus: Fix center point calculation in GdipAddPathPie. 2011-11-08 18:19:18 +01:00
Aric Stewart
c5db60200f usp10/tests: Add Kannada shaping test. 2011-11-08 18:19:18 +01:00
Aric Stewart
cd3d305b60 usp10: Add a few chars that Windows itemizes as punctuation. 2011-11-08 18:19:18 +01:00
Aric Stewart
38aa7696c5 usp10: Avoid an end of buffer overrun when seeking non space characters at an end of a BiDi string. 2011-11-08 18:19:17 +01:00
Jacek Caban
78e4d3d25c mshtml: Always use IUri-based nsIRI::GetAsciiHost implementation. 2011-11-08 18:19:17 +01:00
Jacek Caban
1ca84cb729 mshtml: Make nsIURL::GetParam a stub. 2011-11-08 18:19:17 +01:00
Stefan Dösinger
6a7c82186a ddraw/tests: Add a partial block lock test. 2011-11-08 18:19:16 +01:00
Alexandre Julliard
f0d1bf5f4e user32/tests: Flush events before the key flags test. 2011-11-08 18:19:16 +01:00
Octavian Voicu
0134df1973 ddraw/tests: Fix a couple of copy-paste typos in test messages. 2011-11-08 14:22:04 +01:00
Bernhard Loos
79b93fff0b mountmgr: Also call IoCompleteRequest in case of an error. 2011-11-08 13:59:08 +01:00
Bernhard Loos
a1377319bc mountmgr, ntoskrnl: METHOD_BUFFERED uses irp->AssociatedIrp.SystemBuffer for both input and output. 2011-11-08 13:58:50 +01:00
Stefan Dösinger
a3ca9a8bff d3d8/tests: Port the block lock test to d3d8. 2011-11-08 13:41:25 +01:00
Stefan Dösinger
ecb403ee2a d3d8/tests: Port the double unlock test to d3d8. 2011-11-08 13:41:21 +01:00
Alexandre Julliard
03496d6fba gdi32: Avoid copying the brush pattern if the format matches the DC. 2011-11-08 13:32:36 +01:00
Alexandre Julliard
bb162ba4b4 gdi32: Reselect the pattern brush on every use if it's mapped with DIB_PAL_COLORS. 2011-11-08 13:18:01 +01:00
Dmitry Timoshkov
a93f86716f kernel32: Add a bunch of tests for protections accepted by VirtualAlloc, make it pass under Wine. 2011-11-08 10:19:51 +01:00
Dmitry Timoshkov
26f4ff1a38 ntdll: Use PAGE_EXECUTE_READWRITE protection when allocating stubs. 2011-11-08 10:19:42 +01:00
Alexandre Julliard
deaae1f562 spoolss: Remove an unused variable. 2011-11-08 09:51:59 +01:00
Alexandre Julliard
721e73543e setupapi: Add a trace for the install mode value. 2011-11-08 09:51:31 +01:00
Henri Verbeet
4c727ed0a1 wined3d: Get rid of the SAVEDSTATES typedef. 2011-11-08 09:50:31 +01:00
Henri Verbeet
1e1c442aca wined3d: Get rid of the wineD3DSurface_DIB typedef. 2011-11-08 09:50:28 +01:00
Henri Verbeet
d6b432b068 wined3d: Get rid of client_memory from wineD3DSurface_DIB. 2011-11-08 09:50:23 +01:00
Henri Verbeet
896aaa67ca wined3d: Get rid of holdbitmap from wineD3DSurface_DIB. 2011-11-08 09:50:18 +01:00
Henri Verbeet
604d154002 wined3d: Only report a broken pitch in wined3d_surface_map().
We'd like the correct pitch for internal calls to wined3d_surface_get_pitch().
2011-11-08 09:50:13 +01:00
Nikolay Sivov
de8e11f5d8 msxml3: Move XSLPattern test data to a table. 2011-11-08 09:49:52 +01:00
Nikolay Sivov
ff0bc51f9d msxml3: Test that IXMLHTTPRequest doesn't support IDispatchEx. 2011-11-08 09:49:48 +01:00
Nikolay Sivov
674fb3c096 msxml3: Some tests to show that leading spaces are not allowed for xml stream. 2011-11-08 09:49:44 +01:00
Nikolay Sivov
9397fb2ad7 msxml3: Implement get_srcText(). 2011-11-08 09:49:40 +01:00
Nikolay Sivov
945dccb7d6 msxml3: Implement get_line() and get_linepos(). 2011-11-08 09:49:36 +01:00
Francois Gouget
cfce8ab459 winecoreaudio.drv: Give a name to the midi and mmdevapi critical sections. 2011-11-08 09:49:30 +01:00
Francois Gouget
9b55cc9e6f winealsa.drv: Delete the g_sessions_lock critical section when unloading the dll. 2011-11-08 09:49:27 +01:00
Alexandre Julliard
b47debddf5 gdi32: Return the original brush data in GetObject. 2011-11-07 21:06:21 +01:00
Alexandre Julliard
a16dbbe3d8 winex11: Implement a SelectBrush entry point in the XRender driver. 2011-11-07 20:54:01 +01:00
Alexandre Julliard
265068974d winex11: Use the brush information passed in SelectBrush for pattern brushes. 2011-11-07 20:34:13 +01:00
Alexandre Julliard
0a189ffaf0 wineps: Use the brush information passed in SelectBrush for pattern brushes. 2011-11-07 20:31:49 +01:00
Akihiro Sagawa
35a928a0f8 gdi32: Use the translated string as a charset name. 2011-11-07 19:34:47 +01:00
Akihiro Sagawa
b5db70f1ca gdi32: Add a string table resource for the translation. 2011-11-07 17:28:00 +01:00
André Hentschel
ec56eee03d apphelp: Add stub for ApphelpCheckMsiPackage. 2011-11-07 16:57:05 +01:00
André Hentschel
0906499687 apphelp: Add stub for SdbCreateDatabase. 2011-11-07 16:56:49 +01:00
André Hentschel
8cfbcaf1be apphelp: Add stub for ApphelpCheckInstallShieldPackage. 2011-11-07 16:56:25 +01:00
Stefan Dösinger
7eefed1410 wined3d: YUY2 and UYVY are block based. 2011-11-07 14:32:16 +01:00
Stefan Dösinger
7fd752047d d3d9/tests: Test partial block locks. 2011-11-07 14:27:24 +01:00
Alistair Leslie-Hughes
7ea2e93107 mscoree: Move clearing of processes to Terminate. 2011-11-07 14:06:24 +01:00
Alexandre Julliard
03e0d96b9e gdi32: Retrieve the brush pattern bits from the cache for enhanced metafiles. 2011-11-07 13:43:30 +01:00
Alexandre Julliard
7d0b65c4d1 gdi32: Retrieve the brush pattern bits from the cache for metafiles. 2011-11-07 13:42:57 +01:00
Alexandre Julliard
199409a27b gdi32: Fix positioning of font underlines and strikeouts. 2011-11-07 13:41:18 +01:00
Andrew Talbot
7f17934de2 secur32: Superfluous semicolons fix. 2011-11-07 11:54:47 +01:00
Andrew Talbot
43bbce728a msvcp90: Superfluous semicolons fix. 2011-11-07 11:54:36 +01:00
Andrew Talbot
e0cd19d88d wined3d: Remove extraneous braces from switch statements. 2011-11-07 11:54:25 +01:00
Andrew Talbot
8cf1f49005 sane.ds: Remove extraneous braces from switch statement. 2011-11-07 11:54:13 +01:00
Andrew Talbot
47a68bbdbe oledlg: Remove extraneous braces from switch statement. 2011-11-07 11:54:05 +01:00
Andrew Talbot
3358b541ac msi: Remove extraneous braces from switch statement. 2011-11-07 11:53:56 +01:00
Andrew Talbot
d5ad5ca91c kernel32: Remove extraneous braces from switch statement. 2011-11-07 11:53:52 +01:00
Andrew Talbot
f03c8a19a2 inetcomm: Remove extraneous braces from switch statements. 2011-11-07 11:53:35 +01:00