Commit Graph

59112 Commits

Author SHA1 Message Date
Michael Stefaniuc 34f771c207 winedbg: Include the local resource header last. 2009-07-01 11:42:04 +02:00
Henri Verbeet 40bc47901c wined3d: Use flags for driver quirks. 2009-07-01 11:41:44 +02:00
Henri Verbeet c475789bb6 wined3d: Move the driver_quirk structure to directx.c. 2009-07-01 11:41:38 +02:00
Henri Verbeet 50419daa11 wined3d: Try to activate the original context for queries. 2009-07-01 11:41:33 +02:00
Henri Verbeet ca69ec0e85 wined3d: Recognize geometry shaders in shader_trace_init(). 2009-07-01 11:41:27 +02:00
Henri Verbeet 5df58b7f89 wined3d: Replace "pshader" checks with explicit type checks in shader_get_registers_used(). 2009-07-01 11:41:21 +02:00
Andrew Nguyen 7ec4ba32b2 reg: Support the /h flag as a synonymous help flag. 2009-07-01 11:39:38 +02:00
Andrew Nguyen 070d9f91ab reg: Correct the sense of return values for registry operations. 2009-07-01 11:39:35 +02:00
Aurimas Fišeras 726891ad8a wineconsole: Add Lithuanian translation. 2009-07-01 11:39:30 +02:00
Aric Stewart 7de0b8299d msctf: Implement ITfDocumentMgr::EnumContexts. 2009-07-01 11:39:25 +02:00
Aric Stewart fac0d945e4 msctf: Implement TF_CreateInputProcessorProfiles. 2009-07-01 11:38:49 +02:00
Detlef Riekenberg 04b9f0251c advapi32/tests: Remove unneeded SetLastError. 2009-07-01 11:38:44 +02:00
Aurimas Fišeras 16e97ae4b3 progman: Add Lithuanian translation. 2009-07-01 11:38:35 +02:00
Aurimas Fišeras 892214aec3 comdlg32: Improve Lithuanian translation. 2009-07-01 11:38:32 +02:00
Vladimir Pankratov 6384eb0aec shell32: Fix RunFileDialog to close after starting apps. 2009-07-01 11:38:27 +02:00
Rein Klazes 163914380e comdlg32: Fix resizing of the file dialog browser that keeps returning to its original size. 2009-07-01 11:38:16 +02:00
Vincent Povirk 9fceef33b7 gdiplus: Don't crash when a NULL format is passed to GdipDrawString. 2009-07-01 11:38:11 +02:00
Andrew Nguyen a3dbe3cce1 reg: Fix behavior when specifying the help flag. 2009-06-30 14:59:02 +02:00
Andrew Nguyen 24c6f5cc35 reg: Report an error when an unknown operation is specified. 2009-06-30 14:58:55 +02:00
Michael Stefaniuc a138f4b85d wineconsole: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 14:53:46 +02:00
Michael Stefaniuc d0df28b909 wldap32: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 14:53:42 +02:00
Alexandre Julliard afe626fb99 winemenubuilder: Use spawnvp() instead of system() to launch the xdg update scripts. 2009-06-30 14:27:35 +02:00
Alexandre Julliard 5f23006441 ntdll: Go back to growing the heap in smaller increments once we start running out of address space. 2009-06-30 14:07:18 +02:00
Alexandre Julliard c03991be68 ntdll: Large heap blocks don't need to be 64k aligned. 2009-06-30 14:06:55 +02:00
Michael Stefaniuc c0039ecd85 cryptdlg: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 13:48:24 +02:00
Michael Stefaniuc da01cf93ac oleaut32: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 13:48:18 +02:00
Michael Stefaniuc d10ea237a9 uninstaller: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 13:48:12 +02:00
Michael Stefaniuc e74505d844 msrle32: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 13:48:05 +02:00
Michael Stefaniuc 90d5a4b693 mpr: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 13:48:00 +02:00
Hans Leidekker 60b7604aa1 msi: Support opening transform databases. 2009-06-30 13:46:39 +02:00
Andrew Eikum 4c0edba681 gdiplus: Implement GdipDrawCurve3 and GdipDrawCurve3I. 2009-06-30 12:58:31 +02:00
Huw Davies d6bb2b7591 gdi32: Add tests for the GetWinMetaFileBits MFCOMMENT record. 2009-06-30 12:58:17 +02:00
Huw Davies 41bbc007a4 gdi32: Store the original emf as a sequence of MFCOMMENT records. 2009-06-30 12:58:10 +02:00
Huw Davies db6a9e6f75 gdi32: Remove obviously incorrect calls to SetMapMode. 2009-06-30 12:57:55 +02:00
Huw Davies d7af14f1b5 gdi32: Use the unicode version of CreateMetaFile. 2009-06-30 12:57:43 +02:00
Henri Verbeet 1911adcea5 wined3d: Consolidate "color0_mov" handling a bit. 2009-06-30 12:55:45 +02:00
Henri Verbeet 02a0614aa1 wined3d: Use dst_param.reg.idx to index reg_maps->texcoord_mask. 2009-06-30 12:55:40 +02:00
Henri Verbeet 03702e1de3 wined3d: Remove some redundant pshader checks. 2009-06-30 12:55:24 +02:00
Henri Verbeet 592361be38 wined3d: Pass the shader type to shader_record_register_usage(). 2009-06-30 12:55:19 +02:00
Henri Verbeet 5b6877ee62 wined3d: Remove shader_is_version_token(). 2009-06-30 12:55:11 +02:00
Alexandre Julliard 7798aed2cf winebuild: Don't try to output 32-bit resources when building a 16-bit wrapper dll. 2009-06-30 12:44:59 +02:00
Francois Gouget 66a04a83a1 windowscodecs: Add a trailing '\n' to FIXME() traces. 2009-06-30 12:40:04 +02:00
Francois Gouget 7f046f5139 taskmgr: Remove spaces before '\n's. 2009-06-30 12:39:58 +02:00
Francois Gouget 7bb43a359f crosstest: Fix the crosstest dependencies. 2009-06-30 12:39:35 +02:00
Francois Gouget 73b0f65177 makedep: Add support for multiple object file extensions. 2009-06-30 12:39:32 +02:00
Francois Gouget d475279149 advapi32/tests: Add a trailing '\n' to ok() calls. 2009-06-30 12:39:29 +02:00
Francois Gouget 97df1e12e6 windowscodecs: Make the QueryInterface() functions static. 2009-06-30 12:39:25 +02:00
Vitaliy Margolen 27072f296f dxdiagn: Use quartz's IFilterMapper to get DirectShow filter information instead of looking through private structures. 2009-06-30 12:38:49 +02:00
Vitaliy Margolen 516aac77aa dxdiagn: Add fil_data.idl to describe IAMFilterData interface. 2009-06-30 12:38:39 +02:00
Rein Klazes ce85668416 comdlg32: Fix a problem with the returned value of a CDN_FILEOK notification. 2009-06-30 12:34:06 +02:00