Commit Graph

44479 Commits (56b2ab241e311d845f9446cfae3451888ac1799b)
 

Author SHA1 Message Date
Reece Dunn 56b2ab241e user32: Fixed the HiliteMenuItem tests to pass on Windows 9x. 2008-03-22 11:14:07 +01:00
Detlef Riekenberg f3380958bd ntoskrnl.exe: Implement MmIsAddressValid. 2008-03-22 11:13:59 +01:00
Alexandre Julliard 0a16b6b81f wrc: parser_error must append a newline. 2008-03-22 10:32:07 +01:00
Alexandre Julliard 247754fba2 notepad: Use the larger icon in the About dialog. 2008-03-21 18:39:31 +01:00
Alexandre Julliard 0dbeea5275 shell32: Use the larger Wine logo icon in the About dialog. 2008-03-21 18:39:11 +01:00
Alexandre Julliard 77a79c48b4 shell32: Make the icon space a bit larger in the About dialog.
Also replace numeric ids by appropriate constants.
2008-03-21 18:38:51 +01:00
Herve Chanal 9188302b70 user32: A nicer icon for oic_winlogo. 2008-03-21 18:36:23 +01:00
Alexandre Julliard b821e839bb Release 0.9.58. 2008-03-21 16:41:33 +01:00
Herve Chanal 46b121c77e notepad: Add a nicer icon. 2008-03-21 16:07:54 +01:00
Roderick Colenbrander 41310080a5 ddraw: Use a correct resource type and a valid format. 2008-03-21 15:20:21 +01:00
Roderick Colenbrander 51a8162330 wined3d: Check pixel formats of the same pixel type. 2008-03-21 15:19:05 +01:00
Jacek Caban cd0213bcb9 jscript: Added IObjectSafety stub implementation. 2008-03-21 15:18:58 +01:00
Jacek Caban a0d8cbc6ef jscript: Added IActiveScriptParseProcedure2 stub implementation. 2008-03-21 15:18:55 +01:00
Jacek Caban 9621945272 jscript: Added IActiveScriptParseProcedure2 declaration. 2008-03-21 15:18:52 +01:00
Jacek Caban f460cbf9af wine.inf: Register jscript.dll. 2008-03-21 15:18:47 +01:00
Philip Nilsson b67290b99a d3dx9/tests: Test the D3DXVec*Array functions. 2008-03-21 12:52:54 +01:00
Philip Nilsson 0457333f55 d3dx9: Implement the D3DXVec*Array functions. 2008-03-21 12:52:19 +01:00
James Hawkins c0b3af34b9 fusion: Add a stub implementation of fusion.dll. 2008-03-21 12:49:51 +01:00
Huw Davies 4b6d284de6 gdi32: Ignore fonts with names that begin with a '.'. 2008-03-21 12:44:20 +01:00
Alexandre Julliard fad9b692cb user32/tests: Flush events during the mouse button tests. 2008-03-21 11:29:18 +01:00
Alexandre Julliard 3e8532779f ntdll: Refuse to create the .wine directory if the parent belongs to a different user. 2008-03-21 11:28:31 +01:00
Michael Stefaniuc 4754eb0b20 winecfg: Remove the unused IDS_WINE_VERSION resource. 2008-03-21 11:25:23 +01:00
Aric Stewart 62f80d3326 imm32: IMEs do not expect the hMsgBuf to be NULL, so initialize it. 2008-03-21 11:25:16 +01:00
Aric Stewart 5b3d4b473c imm32: Add IME dll prototypes to the ddk/imm.h header. 2008-03-21 11:25:11 +01:00
Dan Hipschman 2fa83d94c8 widl: Make structures with FC_ENUM16 fields complex.
Structures containing enum fields without the v1_enum attribute must be
treated as complex because of the range check and memory/wire size
differences.  This includes a test which didn't pass before and now
passes on Wine and Windows.
2008-03-21 11:24:28 +01:00
Dan Hipschman 629a29d81e rpcrt4: Handle FC_ENUM16. 2008-03-21 11:24:19 +01:00
James Hawkins 01316db0ce msi: Remove the dependence on compressed cabinets in the install tests. 2008-03-21 11:24:11 +01:00
Andrew Talbot 19c105c79c wined3d: Assign to structs instead of using memcpy. 2008-03-21 11:24:05 +01:00
Michael Stefaniuc d4c6992131 oleaut32: Add the Romanian translation. 2008-03-21 11:23:57 +01:00
Michael Stefaniuc 3e67adf499 devenum: Add the Romanian translation. 2008-03-21 11:23:50 +01:00
Michael Stefaniuc 76344b7860 comdlg32: Update the German translation. 2008-03-21 11:23:41 +01:00
Michael Stefaniuc 6ae786ec62 quartz: Replace second EnterCriticalSection with LeaveCriticalSection (Smatch). 2008-03-21 11:23:18 +01:00
Kusanagi Kouichi 53b9a53c27 winex11.drv: Fix crash by long preedit text. 2008-03-21 11:22:06 +01:00
Paul Vriens ee08320d50 setupapi/tests: Add a test for installing a driver service via an INF file. 2008-03-21 11:21:56 +01:00
Michael Moss ded68372a2 kernel32/tests: Test notifications for overlapping directory watches. 2008-03-20 20:16:08 +01:00
Alexandre Julliard 6ee428e3a0 msvcrt: Add support for field width in scanf %c format. 2008-03-20 19:55:31 +01:00
Dmitry Timoshkov 0506c341ac user32: Increase an initial buffer size from 32 to 128 hwnds for enumerated children. 2008-03-20 19:51:55 +01:00
Herve Chanal e9ee629da4 cmd: Add a nicer icon. 2008-03-20 16:12:48 +01:00
Herve Chanal 6321e59aca msiexec: Add SVG source for the icon. 2008-03-20 16:12:16 +01:00
Alexandre Julliard dc4a475fa0 configure: Add rules for rebuilding icons in maintainer mode. 2008-03-20 16:09:18 +01:00
Michael Moss ef7c4a8b6d kernel32/tests: Fix false positive file notification tests. 2008-03-20 14:27:44 +01:00
Luis Javier Merino 3bb1ea3d34 wined3d: BltFast dealing correctly with overlapping src and dest. 2008-03-20 14:27:36 +01:00
Lei Zhang 03f18eb425 comctl32: Fix listview redraw when deleting items. 2008-03-20 14:27:36 +01:00
Lei Zhang 74f2f09295 comctl32: Correct listview hittest check to include the state rect. 2008-03-20 14:27:36 +01:00
Lei Zhang da98243ea1 comctl32: Redraw listview after changing extended styles. 2008-03-20 14:27:35 +01:00
Lei Zhang fe966335fd comctl32: Implement listview checkbox toggle. 2008-03-20 14:27:35 +01:00
Lei Zhang 778c04db07 comctl32: Add listview checkbox toggle test. 2008-03-20 14:27:35 +01:00
Alexandre Julliard 69b032b7ff makefile: Add rules for automatically rebuilding configure in maintainer mode. 2008-03-20 14:27:35 +01:00
Alexandre Julliard 9d037226fe configure: Add a --enable-maintainer-mode option. 2008-03-20 14:27:35 +01:00
Michael Stefaniuc 6e164de7f3 wineboot: Add the Romanian translation. 2008-03-20 14:27:35 +01:00