Commit Graph

18908 Commits

Author SHA1 Message Date
Hwang YunSong(황윤성) 3a04565b18 shlwapi: Update Korean resource. 2006-08-23 12:00:35 +02:00
Stefan Leichter 0e592aa9bd ntdll/tests: Print 64bit integers as two 32 bit integers. 2006-08-23 12:00:15 +02:00
Roderick Colenbrander 8922e20096 winex11.drv: Fix opengl pixel format bug. 2006-08-23 12:00:02 +02:00
Fatih Aşıcı 859f8bce72 mshtml: Update Turkish resources. 2006-08-23 11:59:52 +02:00
Juan Lang 9958987f18 crypt32: Add CryptFormatObject stub. 2006-08-23 11:59:43 +02:00
Mikołaj Zalewski 0721dd254d shell32: Pl.rc: Fix a backslash. 2006-08-23 11:59:34 +02:00
Mikołaj Zalewski c4c00040ba shlwapi: Make StrFormatByteSize format numbers using locale settings. 2006-08-23 11:58:52 +02:00
Jacek Caban 593e897655 mshtml: Use IPropertyNotifySink connection point. 2006-08-23 11:58:45 +02:00
Robert Reif 02bd4ad437 dsound: Remove unused parameter from propset functions. 2006-08-23 11:58:38 +02:00
Stefan Dösinger d7f94bf7c9 wined3d: Correctly draw transformed and untransformed vertices in the same scene. 2006-08-22 12:53:53 +02:00
Paul Vriens a96ef0bac8 crypt32: Print parameters and add some documentation. 2006-08-22 12:53:49 +02:00
James Hawkins 80740e72e7 msi: Add tests for the AppSearch action. 2006-08-22 12:53:43 +02:00
James Hawkins 6a520c0b6d msi: Add handling for MsiEvaluateCondition's substring operators. 2006-08-22 12:11:40 +02:00
James Hawkins 762a13eb34 msi: Add tests for MsiEvaluateCondition's substring operators. 2006-08-22 12:11:29 +02:00
Mike McCormack 73137390b0 itss: Simplify the class factory. 2006-08-22 12:11:21 +02:00
Kai Blin 86de27bad6 kernel: Set last error in CreateIoCompletionPort. 2006-08-22 12:11:17 +02:00
Mikołaj Zalewski c18b0b7bd3 shlwapi: Format the kilobyte file size number using locale settings.
The code is quite complex but I haven't found any easier way to do it 
(passing NULL as NUMBERFMT results in two decimal places being appended).
2006-08-22 12:10:47 +02:00
Mikołaj Zalewski 6cc378cc67 shell32: Show file size in the details view in kilobytes. 2006-08-22 12:00:22 +02:00
Mike McCormack 000eddbc8c shell32: Don't add the directory name twice when recursing into subdirectories. 2006-08-22 12:00:14 +02:00
Benjamin Arai d1282dce88 oleaut32: Add support for handling TKIND_COCLASS in userdefined_to_variantvt. 2006-08-22 12:00:01 +02:00
Juan Lang d0ca58ba36 crypt32: Fix a misplaced parenthesis. 2006-08-22 11:59:47 +02:00
Stefan Leichter 220547708a oleaut32: Print 64bit integers with wine_dbgstr_longlong. 2006-08-22 11:59:38 +02:00
Matthew Finnicum 9b47add3bf riched20: Make EM_EXLINEFROMCHAR handle special case of lParam == -1. 2006-08-22 11:57:40 +02:00
Huw Davies 0bd611cead winex11.drv: Fix rendering of fonts that don't support anti-aliasing. 2006-08-21 12:37:34 +02:00
Chris Robinson a39e2b51cb wined3d: Don't pass bad values to glAlphaFunc and glDepthFunc. 2006-08-21 12:23:41 +02:00
Chris Robinson 4c88bb84b9 wined3d: Print real unhandled D3DCMPFUNC value. 2006-08-21 12:23:02 +02:00
Saulius Krasuckas a07240142e advpack/tests: Make RunSetupCommand not popup dialogs. 2006-08-21 12:21:38 +02:00
Mike McCormack 0c20afe694 kernel32: Print parameters, call SetLastError() when failing. 2006-08-21 12:21:30 +02:00
Roderick Colenbrander de97fa7a3b wined3d: Better GPU detection. 2006-08-21 12:21:19 +02:00
H. Verbeet 09eb0c40a6 wined3d: Improve float constant loading a bit.
- Use a list to keep track of what constants are set.
- Move TRACEs and checkGLcall calls out of the main constant loading loop.
2006-08-21 12:17:42 +02:00
H. Verbeet 49f4c68e29 wined3d: Lookup GLSL float uniform locations only once per program. 2006-08-21 12:16:27 +02:00
H. Verbeet efa5f78598 wined3d: Free the float constant map arrays for all stateblocks. 2006-08-21 12:16:06 +02:00
H. Verbeet 2358fbbb03 wined3d: Fix indices for the float constant map.
Indices for the float constant map should be multiplied by 4 because
we're loading 4 component float vectors, not because the size of a
float is 4.
2006-08-21 12:15:12 +02:00
Jacek Caban 4e418499ca mshtml: Added IDM_BOLD implementation. 2006-08-21 12:14:39 +02:00
Paul Vriens b20dad068a wintrust: Added stubbed CryptCATAdminEnumCatalogFromHash. 2006-08-21 12:09:08 +02:00
Dan Kegel 50ed26c358 mpr: Fix bug in ProviderOrder comma processing in wnetInit(). 2006-08-21 12:08:58 +02:00
Matt Finnicum cba7238364 riched20: Swap two lines that were in wrong order / caused notification not to be sent. 2006-08-21 12:08:39 +02:00
Kai Blin bfa5967366 secur32: Initial working implementation of EncryptMessage and DecryptMessage. 2006-08-21 12:08:30 +02:00
Robert Reif 63d4bb7bae kernel32: Fix ExpandEnvironmentStrings to not overflow UNICODE_STRING buffer size (with test). 2006-08-21 12:08:21 +02:00
Robert Reif ca80c55ae8 advapi32: LookupAccountSid buffer size query tests. 2006-08-21 12:07:54 +02:00
Robert Reif 39b77ec560 advapi32: LookupAccountSid buffer size query fixes. 2006-08-21 12:07:50 +02:00
Stefan Leichter 759e645794 qcap: Print 64bit integers with wine_dbgstr_longlong. 2006-08-21 12:07:41 +02:00
Alexander Nicolaysen Sørnes 212edf2349 shlwapi: Update Norwegian Bokmål resources. 2006-08-21 12:06:38 +02:00
Stefan Huehner 998e256c82 Fix some -Wstrict-prototype warnings () -> (void). 2006-08-21 12:06:26 +02:00
Oleg Krylov 21b94d4cf4 comctl32: Correctly map toolbar bitmap mask color in case of non-default color scheme. 2006-08-18 21:17:34 +02:00
Alexandre Julliard 9edcd1c1b2 msvcrt: Fixed access to the extra arguments of setjmp3. 2006-08-18 20:56:43 +02:00
Alexandre Julliard 909accf311 user: Add .exe extension to wineboot just in case. 2006-08-18 20:56:20 +02:00
Stefan Leichter 19d275f775 quartz: Print 64bit integers with wine_dbgstr_longlong. 2006-08-18 20:56:20 +02:00
Sagar Mittal cb4889d940 quartz: DSoundRender: Do not overwrite a full buffer. 2006-08-18 20:56:20 +02:00
Frank Richter 5c07d88ed1 shlwapi: Update German resources. 2006-08-18 20:56:20 +02:00
Jacek Caban 3c71c7cc46 mshtml: Added more Exec tests and fixes. 2006-08-18 20:56:19 +02:00
Paul Vriens 54f18be44d ntdll: Fix failing test on windows. 2006-08-18 20:56:19 +02:00
Detlef Riekenberg 33bd852cd2 sfc: Print a FIXME only once. 2006-08-18 12:05:00 +02:00
Robert Reif 425608a120 dsound: Add class factory tests. 2006-08-18 12:04:54 +02:00
Robert Reif 595d6aa6fb dsound: Class factory cleanup.
Consolidate all class factories into a single implementation.
Fixes a problem discovered by oleview.
2006-08-18 12:04:49 +02:00
Kai Blin 2164502322 secur32: Gracefully handle ntlm_auth versions that don't support the new commands. 2006-08-18 11:45:52 +02:00
Mikołaj Zalewski fc6d24f33d shlwapi: Add the Polish translation. 2006-08-18 11:45:18 +02:00
Mikołaj Zalewski c0e6c94ab4 shlwapi: Store the "%ld bytes" string as a resource. 2006-08-18 11:44:22 +02:00
Mikołaj Zalewski 47b40c5879 shell32: Show the original file name and deletion date in the Trash folder. 2006-08-18 11:42:00 +02:00
Mikołaj Zalewski 589aeba979 shell32: Add desktop entries parsing code. 2006-08-18 11:41:44 +02:00
Mikołaj Zalewski 961881836e shell32: Use Yes/No instead of OK/Cancel in confirm dialogs. 2006-08-18 11:36:52 +02:00
Mike McCormack 083bb7e9d1 kernel32: Change a FIXME to a WARN. 2006-08-18 11:36:34 +02:00
Mike McCormack 399321c4f2 msi: Add a stub ALTER query. 2006-08-18 11:36:30 +02:00
Robert Reif e8e501f44b advapi32: Fix test_LookupAccountSid to work on win9x. 2006-08-18 11:35:22 +02:00
Jacek Caban 572691e685 mshtml: Fix Advise implementation for IPropertyNotifySink. 2006-08-18 11:35:11 +02:00
Jacek Caban e3990ddf7b mshtml: Switch nsWebBrowset to editing mode in exec_editmod. 2006-08-18 11:35:01 +02:00
Stefan Leichter 684b6c24a3 shlwapi: Print 64bit integers with wine_dbgstr_longlong. 2006-08-18 11:34:43 +02:00
Huw Davies 59be6e0600 rpcrt4: Remember to skip over the conformance description. 2006-08-18 11:34:26 +02:00
Oleg Krylov 496d634735 comctl32: Fix ImageList_Replace function to correctly apply image mask. 2006-08-18 11:34:21 +02:00
Paul Vriens e1b1fa757c secur32: Make tests loadable on NT4. 2006-08-18 11:33:51 +02:00
Alexandre Julliard 8653598a66 user: Defer all ExitWindowsEx processing to wineboot. 2006-08-17 20:54:21 +02:00
Roderick Colenbrander 59dc73b911 x11drv/opengl: Pixel format rewrite. 2006-08-17 11:48:21 +02:00
Matt Finnicum e73890a72c riched20: Send EN_LINK notifications. Properly underline / color links. 2006-08-17 11:44:12 +02:00
Kai Blin c4d5becd6f secur32: Add real signing / verifying to NTLM provider. 2006-08-17 11:38:05 +02:00
Kai Blin 92a86a03e2 secur32: Mask away NTLMv2 and key exchange flags so we never negotiate it for now. 2006-08-17 11:29:22 +02:00
Andrew Talbot 704f8d7848 ddraw: Write-strings warnings fix. 2006-08-17 11:24:21 +02:00
Andrew Talbot 8c56ffdde0 winspool.drv: Write-strings warning fix. 2006-08-17 11:24:15 +02:00
Jacek Caban cf6492629c mshtml: Added test of edit mode. 2006-08-17 11:21:01 +02:00
Jacek Caban 2405002403 mshtml: Added beginning implementation of IDM_EDITMODE. 2006-08-17 11:20:54 +02:00
Jacek Caban 40f3ad06e9 mshtml: Rename get_property to get_client_disp_property and make it available for other files. 2006-08-17 11:20:48 +02:00
Christian Costa f50bb771c9 wined3d: Make sure b_info structure is properly allocated and released. 2006-08-17 11:20:33 +02:00
Oleg Krylov 3e68a1f1ff comctl32: toolbar: Use HOT imagelist for buttons in CHECKED state. 2006-08-17 11:19:47 +02:00
Huw Davies d9b6672530 rpcrt4: Add tests for NdrAllocate. 2006-08-17 11:19:17 +02:00
Jacek Caban 90c5baf069 mshtml: Added [Get|Set]ParentContentListener implementation. 2006-08-16 17:08:59 +02:00
Robert Shearman bc590e87a6 advapi32: Add tests for RegQueryValueEx to show that it sets the data
size to 0 when a buffer isn't present and that it sets the type to
REG_NONE on Win9x.
2006-08-16 17:02:04 +02:00
Stefan Dösinger ce5c4d38c4 wined3d: Silence WINED3DRS_DEBUGMONITORTOKEN. 2006-08-16 16:43:32 +02:00
Robert Reif 51c7c030ee secur32: Fix GetComputerObjectName tests based on feedback from Paul Vriens. 2006-08-16 16:43:27 +02:00
Alexandre Julliard 7814420f2f user: Explicitly load explorer.exe from the system directory. 2006-08-16 16:43:08 +02:00
Robert Shearman f42d61df0d ole32: Move some functions out of compobj.c that don't belong there and update the copyright statement. 2006-08-16 16:42:32 +02:00
Robert Shearman 0e99d795b7 ole32: Add some more tests for failure cases of Co* functions and make builtin ole32 pass them. 2006-08-16 16:42:01 +02:00
Robert Shearman 31726e3823 ole32: Add tests for the failure cases of CLSIDFromProgID and fix the function to conform to these. 2006-08-16 16:41:47 +02:00
Robert Shearman 4bbc3ca8dc rpcrt4: Move processing of the arguments from NdrClientCall2 to two new functions. 2006-08-16 16:41:42 +02:00
Hans Leidekker 1219fa5806 wldap32: Support setting server controls. 2006-08-16 16:41:15 +02:00
Hans Leidekker 9744cdbc22 wldap32: Document ldap_{get,set}_option and the parsing functions. 2006-08-16 16:41:10 +02:00
Alexandre Julliard 4e8cb6170f configure: Setting rpath should no longer be needed for dlls. 2006-08-16 13:25:08 +02:00
Mike McCormack 106e65e0f8 shlwapi: Ordinal 394 should load and call shell32.SHNotifyChange.
Makes builtin shlwapi behave better during reboot after IE6 install.
2006-08-16 12:57:23 +02:00
Mike McCormack ba3d4b2243 shlwapi: Add a stub implementation for ZoneComputePaneSize.
Allows IE6 to show its main window with builtin shlwapi.
2006-08-16 12:54:02 +02:00
Mike McCormack b42f9df913 msi: Fix a couple of memory leaks in the test code. 2006-08-16 12:53:57 +02:00
Robert Reif e86828a072 secur32: Add GetComputerObjectName tests. 2006-08-16 12:48:08 +02:00
Robert Reif 1771a550b8 secur32: Partial GetComputerObjectName implementation. 2006-08-16 12:42:50 +02:00