Commit Graph

87243 Commits

Author SHA1 Message Date
Francois Gouget 598ded3be6 po: Fix some typography issues in the Danish translation. 2012-04-20 19:12:55 +02:00
Francois Gouget f9caadcc2d po: Fix a couple of trailing space issues in the Korean translation. 2012-04-20 19:12:55 +02:00
Francois Gouget 6cb8565a90 po: Fix some typography issues in the Esperanto translation. 2012-04-20 19:12:55 +02:00
Francois Gouget 2d4926c644 po: Fix a few line feed / line wrapping issues in the Esperanto translation. 2012-04-20 19:12:55 +02:00
Francois Gouget dcb5742e25 po: Mark an Esperanto translation with an invalid formatting directive as fuzzy. 2012-04-20 19:12:55 +02:00
Francois Gouget 6b13b3f9fb po: Assorted French translation spelling fixes and tweaks. 2012-04-20 19:12:55 +02:00
Francois Gouget 062f8d0ee7 po: Fix a couple of typography issues in the Portuguese (Portugal) translation. 2012-04-20 19:12:55 +02:00
Francois Gouget 6ff1efb717 po: A couple of line wrapping tweaks in the Czech translation. 2012-04-20 19:12:55 +02:00
Francois Gouget 985ae2290c po: Fix some typography issues in the Czech translation. 2012-04-20 19:12:55 +02:00
Nikolay Sivov 1fbccef1ac po: Update Russian translation. 2012-04-20 12:31:40 +02:00
Huw Davies f27df046ad winspool: If CUPS is found but lists no printers assume that there really are no printers - don't look in /etc/printcap. 2012-04-20 12:28:25 +02:00
Huw Davies 1aa5696c93 winspool: Update the default settings when deleting the default printer. 2012-04-20 12:28:20 +02:00
Piotr Caban c0140118be msvcr90: Fix byteswap_ulong implementation. 2012-04-20 12:28:14 +02:00
Alexandre Julliard caf15dd797 gdi32/tests: Take into account multi-monitor setups in the clip region tests. 2012-04-20 12:12:21 +02:00
Francois Gouget f5a5cc067a msi: Make create_record() static. 2012-04-20 12:00:33 +02:00
Francois Gouget 84bc0f7888 gdiplus/tests: Make test_pathgradientpresetblend() static. 2012-04-20 12:00:29 +02:00
Francois Gouget d76d88a74b wineoss.drv: Make get_ossdevice_from_guid() static. 2012-04-20 12:00:25 +02:00
Francois Gouget fe04204d11 scrrun/tests: Make test_interfaces() static. 2012-04-20 12:00:20 +02:00
Francois Gouget a3da9a7ab4 quartz: Mark a bunch of functions as static. 2012-04-20 12:00:16 +02:00
Francois Gouget 118ea982f1 d3drm/tests: Make object_load_callback() static. 2012-04-20 12:00:06 +02:00
Jacek Caban 1c07d166f1 mshtml: Ignore dispid 3000026 in IPropertyNotifySink::OnChanged tests. 2012-04-20 11:59:55 +02:00
Jacek Caban 4733fd0623 jscript: Added regexp 'pre-parser' to support non-backslash-sequenced non-terminating '/' in characted classes. 2012-04-20 11:59:51 +02:00
Hans Leidekker a7137ef035 msi: Remove an unneeded assignment. 2012-04-20 11:59:43 +02:00
Hans Leidekker 2b9be70975 msi/tests: Fix some leaks. 2012-04-20 11:59:39 +02:00
Hans Leidekker 2e51464e4d msi/tests: Add a test for MsiEnumProductsEx. 2012-04-20 11:59:35 +02:00
Hans Leidekker fc73c9db0a msi: Fix install state detection for registry components. 2012-04-20 11:59:26 +02:00
Nikolay Sivov 4fb5872bd2 msxml3: Support 'namespace-prefixes' feature. 2012-04-20 11:58:57 +02:00
André Hentschel 474791fd89 winedbg: Add "load address" and new nops to the Thumb disassembler. 2012-04-20 11:58:43 +02:00
Henri Verbeet e744bf78c8 ddraw/tests: Add a helper function to set the viewport background material. 2012-04-20 11:58:00 +02:00
Henri Verbeet 5d358a2bac dxgi: COM cleanup for the surface IUnknown interface. 2012-04-20 11:57:55 +02:00
Henri Verbeet 230c5fc7f9 d3d8: Properly retrieve an interface pointer in IDirect3DDevice8Impl_GetBackBuffer(). 2012-04-20 11:57:47 +02:00
Henri Verbeet 5cc7d0645b d3d8: Use the surface implementation pointer in reset_enum_callback(). 2012-04-20 11:57:43 +02:00
Henri Verbeet 532d224692 d3d8: Properly retrieve an interface pointer in IDirect3DSwapChain8Impl_GetBackBuffer(). 2012-04-20 11:57:39 +02:00
Huw Davies bd3a941b20 winspool: Simplify the code that checks for deleted printers and have it not call OpenPrinter unless it finds a printer that needs deletion. 2012-04-19 19:36:19 +02:00
Huw Davies b9bc9a0cf2 winspool: Add a helper to open a printer's registry key. 2012-04-19 19:36:16 +02:00
Carlo Bramini f6524a9f77 shlwapi: Add NULL checks to StrCpyW and StrCatW. 2012-04-19 19:28:12 +02:00
Dmitry Timoshkov d4d39736ce kernel32: Add more memory access checks. 2012-04-19 19:28:12 +02:00
Detlef Riekenberg 518e05cb33 browseui/tests: Add tests for IProgressDialog. 2012-04-19 19:28:12 +02:00
Detlef Riekenberg 744acc1ddd browseui: Add IOleWindow to IProgressDialog. 2012-04-19 19:28:12 +02:00
Piotr Caban 9d68333f78 wininet: Use the same hashing function as native does. 2012-04-19 19:28:11 +02:00
Piotr Caban 4c4c7c047f jscript: Added Number.toPrecision implementation. 2012-04-19 19:28:11 +02:00
Piotr Caban c1228eb45f jscript: Added Number.toExponential implementation. 2012-04-19 19:28:11 +02:00
Piotr Caban a20c0d1141 jscript: Added Number.toFixed implementation. 2012-04-19 19:28:11 +02:00
Piotr Caban b81e44f8d9 jscript: Make parsing of double more accurate. 2012-04-19 19:28:10 +02:00
Aric Stewart 6aafd2f1de quartz: Correct a critical section lock reversal issue found by Marcus Meissner (Coverity). 2012-04-19 19:28:10 +02:00
Dmitry Timoshkov 600cbb7874 gdiplus: Use StretchBlt instead of GdiAlphaBlend if device doesn't support alpha blending. 2012-04-19 19:28:10 +02:00
Alexandre Julliard 1dba866e61 user32: Don't invalidate DCEs for sibling top-level windows since they are not clipped. 2012-04-19 16:34:37 +02:00
Jacek Caban 8b64a2f13c winhttp: Use SSL_pending in netconn_query_data_available. 2012-04-19 13:57:35 +02:00
Jacek Caban 9a82f6a812 winhttp: Fixed netconn_recv when read uses both SSL_recv and buffered data. 2012-04-19 13:57:33 +02:00
Daniel Lehman cc37abb658 oleaut32: Treat years 0 to 29 as 2000 to 2029 in VARIANT_RollUdate. 2012-04-19 13:44:52 +02:00