Commit Graph

60096 Commits

Author SHA1 Message Date
Nicolas Le Cam 5e58b29cfe kernel32/tests: Skip GetVolumeInformation test on current directory when running on a root directory. 2009-08-03 15:04:21 +02:00
Nicolas Le Cam 1975ba276f kernel32/tests: Test GetVolumeInformation when current directory is a root directory. 2009-08-03 15:04:17 +02:00
Nikolay Sivov c562d444f5 gdiplus: Correctly forward to GdipAddPathPie. 2009-08-03 15:04:10 +02:00
Nikolay Sivov ebdf2fd254 comctl32/listview: Offset every but LVIR_BOUNDS rectangles to column bound in details view. 2009-08-03 15:04:01 +02:00
Nikolay Sivov 021410cf0e comctl32/listview: Don't offset to column bound calculating LVIR_LABEL for items. 2009-08-03 15:03:51 +02:00
Nikolay Sivov ba65d634e6 comctl32/treeview: Correct define name. 2009-08-03 15:03:43 +02:00
Nikolay Sivov cbb8d4567e comctl32/comboex: Use const pointer when possible. 2009-08-03 15:03:36 +02:00
Aled Hughes 85abd4c3cf comctl32/toolbar: Avoid unnecessary invalidation on TB_HIDEBUTTON. 2009-08-03 15:03:23 +02:00
Nikolay Sivov 86b480b828 comctl32/listview: Fix some test failures on comctl32 4.7x. 2009-08-03 15:03:02 +02:00
Henri Verbeet b31f0f24ff user32: Send 0 as LPARAM for SIZE_MINIMIZED WM_SIZE messages. 2009-08-03 15:02:51 +02:00
Henri Verbeet b7812932bc wined3d: Don't respecify compressed textures in surface_upload_data().
Passing NULL to glCompressedTexImage2DARB() doesn't work particularly well
when both client storage and PBOs are enabled. Also, two years is long enough
to give driver developers a chance to fix the bug this was supposed to work
around.
2009-08-03 15:01:55 +02:00
Henri Verbeet da1e5573da wined3d: Rename WineD3DContext to struct wined3d_context. 2009-08-03 15:01:48 +02:00
Henri Verbeet 1d647283d5 wined3d: Don't use the GL texture flags to determine if a format is a depth stencil in CheckDepthStencilCapability().
The OpenGL implementation might not support ARB_depth_texture, but that
doesn't mean we can't use the format for the depth buffer.
2009-08-03 15:01:34 +02:00
Henri Verbeet 43bfb240ad wined3d: Use the context's current render target the get the swapchain drawable size.
"surface" might point to the frontbuffer while we're rendering to the
backbuffer, etc.
2009-08-03 15:01:25 +02:00
Henri Verbeet 0047c55e86 wined3d: Handle destruction of a context's current render target. 2009-08-03 15:01:18 +02:00
Ken Thomases 028b763f2f ntdll: For Darwin/Mac OS X, use legacy getdirentries if 64-bit inodes enabled.
Fixes building on Snow Leopard.
2009-08-03 15:01:08 +02:00
Roderick Colenbrander 083aaca98f winex11: Fix XRender_GetSrcAreaStretch compile bug for when XRender isn't around. 2009-08-03 15:00:29 +02:00
Roderick Colenbrander 390d3929f2 wgl: Fix usage of non-GLX visual in glXCreateContext. 2009-08-03 15:00:19 +02:00
Jacek Caban 09436d69f1 urlmon: Use one wininet internet handle for all connections. 2009-08-03 15:00:02 +02:00
Jacek Caban 8809bef428 mshtml: Call set_ns_editmode in better place. 2009-08-03 14:59:53 +02:00
Jacek Caban 77ff2df83a mshtml: Added IHTMLStyle3::wordWrap property implementation. 2009-08-03 14:59:47 +02:00
Jacek Caban 2d5a8763fc mshtml: Always return hex string in IHTMLBodyElement::get_bgColor. 2009-08-03 14:59:40 +02:00
Jacek Caban 3858e35432 wininet: Explicity delete Content-Length header for gzip encoded connection. 2009-08-03 14:59:35 +02:00
Dmitry Timoshkov 69b29fa07e gdi32: Use a better heuristics for tmWeight.
Marlett uses FW_MEDIUM (500) and current code allows only FW_REGULAR and
FW_BOLD. New heuristics detects if flags and usWeightClass in the font match.
2009-08-03 14:59:08 +02:00
Dmitry Timoshkov 16aa1369f8 gdi32: Some fonts have a broken last segment of cmap4 table, avoid a crash in that case.
Freetype has a similar consistency check.
2009-08-03 14:58:57 +02:00
Aric Stewart d882edea88 imm32: Stub implementation of ImmDisableTextFrameService. 2009-08-03 14:58:48 +02:00
Paul Vriens d5eeba3609 winhlp32: Add the UTF-8 pragma for the Italian resources. 2009-08-03 14:58:39 +02:00
Paul Vriens 6f8026821b cmdlgtst: Add the UTF-8 pragma for the Italian resources. 2009-08-03 14:58:34 +02:00
Paul Vriens fb8ead919b winhlp32: Add the UTF-8 pragma for the Romansh resources. 2009-08-03 14:58:29 +02:00
Paul Vriens afcdf6d266 wineboot: Add the UTF-8 pragma for the Dutch resources. 2009-08-03 14:58:23 +02:00
Paul Vriens 5fc0ccec93 gphoto2.ds: Add the UTF-8 pragma for the Danish resources. 2009-08-03 14:58:18 +02:00
Paul Vriens 33f6ed46b6 xcopy: Add the UTF-8 pragma. 2009-08-03 14:58:10 +02:00
Paul Vriens 6704b44b46 appwiz.cpl: Fix Dutch translations. 2009-08-03 14:58:04 +02:00
Paul Vriens 1778338ab2 gphoto2.ds: Remove an used MENU entry from the resources. 2009-08-03 14:57:59 +02:00
Paul Vriens fededdd2d7 wininet: Avoid potential NULL dereferences (Coverity). 2009-08-03 14:57:53 +02:00
Rein Klazes 1f825a3631 comdlg32: Set MAXTEXTROWS of the toolbar in the file dialog to zero. 2009-08-03 14:57:42 +02:00
Vladimir Pankratov d61889ab7c shlwapi: Convert the Russian resources to UTF-8. 2009-08-03 14:57:37 +02:00
Vladimir Pankratov c8eeb72588 user32: Convert the Russian resources to UTF-8. 2009-08-03 14:57:33 +02:00
Vladimir Pankratov 81b57f3f8d wineps.drv: Convert the Russian resources to UTF-8. 2009-08-03 14:57:29 +02:00
Vladimir Pankratov b6ac03a9a7 wininet: Convert the Russian resources to UTF-8. 2009-08-03 14:57:25 +02:00
Vladimir Pankratov 2a9d8d86fa shell32: Convert the Russian resources to UTF-8. 2009-08-03 14:57:20 +02:00
Vladimir Pankratov f26431dc47 shdoclc: Convert the Russian resources to UTF-8. 2009-08-03 14:57:14 +02:00
Vladimir Pankratov 31b502ef8e sane.ds: Convert the Russian resources to UTF-8. 2009-08-03 14:57:10 +02:00
Vladimir Pankratov 4ec57efda9 serialui: Convert the Russian resources to UTF-8. 2009-08-03 14:57:06 +02:00
Vladimir Pankratov c5a53fabe1 setupapi: Convert the Russian resources to UTF-8. 2009-08-03 14:57:02 +02:00
Vladimir Pankratov b39d3d3fd2 oledlg: Convert the Russian resources to UTF-8. 2009-08-03 14:56:58 +02:00
Vladimir Pankratov 265944252a oleaut32: Convert the Russian resources to UTF-8. 2009-08-03 14:56:54 +02:00
Vladimir Pankratov 55e97bdc45 msvidc32: Convert the Russian resources to UTF-8. 2009-08-03 14:56:51 +02:00
Vladimir Pankratov 53235cced3 msrle32: Convert the Russian resources to UTF-8. 2009-08-03 14:56:47 +02:00
Vladimir Pankratov c7ea37c0e7 msvfw32: Convert the Russian resources to UTF-8. 2009-08-03 14:56:43 +02:00