Commit Graph

69715 Commits

Author SHA1 Message Date
Łukasz Wojniłowicz 9edc384263 kernel32: Update the Polish translation. 2010-06-25 12:49:14 +02:00
Sven Baars 5a348f6129 shell32: Fix Dutch translation. 2010-06-25 12:49:08 +02:00
Vincent Povirk 63fa6915ec gdiplus: Stub GdipGetEncoderParameterListSize. 2010-06-25 10:26:18 +02:00
Vincent Povirk 4c93f9f880 gdiplus: Always create path gradient brushes with blend positions. 2010-06-25 10:26:13 +02:00
Vincent Povirk 0178093576 gdiplus: Stub GdipGetPathGradientCenterColor. 2010-06-25 10:26:04 +02:00
Vincent Povirk 86f4e00fba gdiplus: Stub GdipMultiplyLineTransform. 2010-06-25 10:25:59 +02:00
Vincent Povirk 2e4eb7144c gdiplus: Stub GdipGetLineTransform. 2010-06-25 10:25:55 +02:00
Vincent Povirk 85c0e83dc5 gdiplus: Stub GdipGetRenderingOrigin. 2010-06-25 10:25:45 +02:00
Ken Thomases 4bcf7cbbf0 winex11: Allow setting focus on active window, if no focus window. 2010-06-25 10:25:41 +02:00
Dylan Smith 0c50285e3e wordpad: Use correct resource ID for tab stops dialog.
Fixes regression from commit 55f024afe1.
2010-06-25 10:25:38 +02:00
Gustavo Henrique Milaré 06175d046f mshtml: Updated Portuguese (Brazilian) translation. 2010-06-25 10:25:33 +02:00
Gustavo Henrique Milaré 16752ff94c msacm32: Update Portuguese (Brazilian) translation. 2010-06-25 10:25:30 +02:00
Gustavo Henrique Milaré 007dc19295 mapi32: Update Portuguese (Brazilian) translation. 2010-06-25 10:25:28 +02:00
Gustavo Henrique Milaré ca94a9cb05 jscript: Update Portuguese (Brazilian) translation. 2010-06-25 10:25:25 +02:00
Gustavo Henrique Milaré ef21a144e7 gphoto2.gs: Update Portuguese (Brazilian) translation. 2010-06-25 10:25:18 +02:00
Gustavo Henrique Milaré 6caca9628a progman: Update Portuguese translation. 2010-06-25 10:25:16 +02:00
Gustavo Henrique Milaré aebcb448fa winefile: Update Portuguese translation. 2010-06-25 10:25:13 +02:00
Gustavo Henrique Milaré 6f163d0c2b notepad: Update Portuguese (Brazilian) translation. 2010-06-25 10:25:09 +02:00
André Hentschel 8ee71cc572 winetest: Also abort while sending. 2010-06-25 10:25:06 +02:00
André Hentschel 5038c2c286 wineps.drv: Update comments. 2010-06-25 10:25:04 +02:00
André Hentschel c85357a230 kernel32: Update a warning. 2010-06-25 10:25:02 +02:00
Alexandre Julliard cedeccce76 shell32: Fix DDE command tracing now that we are receiving Unicode. 2010-06-25 00:00:35 +02:00
Alexandre Julliard 6f2aa56ce6 Revert "winebrowser: Convert URL obtained through DdeGetData to Unicode."
This reverts commit 3dcf22e03f. The
conversion is now properly handled in DDEML.
2010-06-24 23:58:37 +02:00
Alexandre Julliard b2de316fc5 user32: Add a heuristic for Unicode mappings of DDE data on the server side. 2010-06-24 23:54:38 +02:00
Alexandre Julliard f83bc2e50a user32/tests: Fix more DDE test failures on Win9x. 2010-06-24 23:54:16 +02:00
Alexandre Julliard 83adf08bb7 user32/tests: Add some Unicode test cases for A/W mappings. 2010-06-24 22:17:19 +02:00
Alexandre Julliard c58fe1f414 user32/tests: Restructure the DDE end-to-end tests to make it easier to add new cases. 2010-06-24 20:39:16 +02:00
Jacek Caban eaa227c12d mshtml: Use correct iexplore.exe path in mshtml.inf. 2010-06-24 17:00:29 +02:00
Henri Verbeet cf39adbaa2 ddraw: Avoid an integer overflow in IDirectDrawSurfaceImpl_BltFast().
Bug spotted by Iain Arnell, test by Iain Arnell.
2010-06-24 15:11:43 +02:00
Michael Stefaniuc 8aa9185a52 jscript: Update the Romanian translation.
Based on comments from Octavian Voicu.
2010-06-24 15:11:25 +02:00
Alexandre Julliard a49891f1e2 ntdll: Add a WINEARCH environment variable that allows forcing a specific 32- or 64-bit architecture. 2010-06-24 15:10:58 +02:00
Alexandre Julliard 9f7bc109d2 kernel32: Avoid returning the same name when GetTempFileName is called twice in a short interval. 2010-06-24 11:01:56 +02:00
Francois Gouget 7649c75b40 Assorted typo and spelling fixes. 2010-06-24 10:37:05 +02:00
Francois Gouget e5a19a5163 programs: Add a space before ellipses in the Slovenian translation. 2010-06-24 10:36:33 +02:00
Francois Gouget 78dca6d616 wineboot: Remove a space before an ellipsis in the Norwegian (Bokmal) translation. 2010-06-24 10:36:30 +02:00
Francois Gouget 6724fc2604 winhlp32: Remove a space before an ellipsis in the Dutch translation. 2010-06-24 10:36:26 +02:00
Francois Gouget c59b791b85 programs: Remove spaces before '\n's in the resources. 2010-06-24 10:36:23 +02:00
Francois Gouget c5bd7e4eb6 winecfg: The winecfg debug channel is unused so remove it. 2010-06-24 10:36:03 +02:00
Francois Gouget 3c58b1a6f6 usbd.sys: Fix the test for type control endpoints.
The value of USB_ENDPOINT_TYPE_CONTROL is 0 so and-ing with it makes no sense.
2010-06-24 10:35:56 +02:00
Francois Gouget 7bf45b4c35 kernel32: GetProcessDword() is unused so remove it.
We use krnl386.exe16's implementation instead.
2010-06-24 10:35:21 +02:00
Francois Gouget a413afa3e5 wordpad: Make print_preview() and preview_page_hittest() static. 2010-06-24 10:35:08 +02:00
Francois Gouget a56375fcb5 gdiplus: Make measure_ranges_callback() static. 2010-06-24 10:34:44 +02:00
Francois Gouget 3133b71e92 d3dx9_36: Make assemble_shader() static. 2010-06-24 10:34:40 +02:00
Francois Gouget e6b907b7b3 d3dxof: Make fdi_{alloc,free}() static. 2010-06-24 10:34:35 +02:00
Francois Gouget 4898f6cb36 shell32/tests: Make I{DataObject,ShellBrowser}Impl_Construct() static. 2010-06-24 10:34:25 +02:00
Francois Gouget 620087c545 wined3d: Remove spaces after '\n's. 2010-06-24 10:33:46 +02:00
Jose Rostagno d36ef881c1 winhlp32: Fix Spanish translation. 2010-06-24 10:33:41 +02:00
Francois Gouget 5fe33dcb53 mmdevapi/tests: Add a trailing '\n' to an ok() call. 2010-06-24 10:33:31 +02:00
Akihiro Sagawa 13f8206480 shdoclc: Fix Japanese translation. 2010-06-24 10:31:56 +02:00
Akihiro Sagawa 496a7895d5 jscript: Add Japanese translation. 2010-06-24 10:31:52 +02:00