Commit Graph

29465 Commits

Author SHA1 Message Date
Stefan Leichter
759e645794 qcap: Print 64bit integers with wine_dbgstr_longlong. 2006-08-21 12:07:41 +02:00
Alexander Nicolaysen Sørnes
1a29c97d73 winecfg: Update Norwegian Bokmål resources. 2006-08-21 12:06:51 +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
Alexandre Julliard
8e13333cb7 explorer: Specify an explicit path when launching winefile. 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
Frank Richter
61404d3d74 winecfg: x11drv: Load vertex shader mode strings from resources. 2006-08-18 20:56:19 +02:00
Tom Wickline
a3c52ef87b DEVELOPERS-HINTS: Fix reference in implementing new API calls. 2006-08-18 20:56:19 +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
Dan Hipschman
3870bf0d9e widl: Output format-strings for interface pointers. 2006-08-18 11:36:21 +02:00
Dan Hipschman
9b16916ed1 widl: Allow format-string functions to work with objects. 2006-08-18 11:36:06 +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
5ffb0174b0 wintrust.h: Added some defines. 2006-08-18 11:34:06 +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
Alexandre Julliard
54da7fb8cf wineboot: Added support for doing a proper shutdown before rebooting.
Send WM_QUERYENDSESSION messages to all windows of a given process
before moving on to the next.
Switch option parsing to getopt.
Added a bunch of options to control shutdown behavior.
2006-08-17 20:54:15 +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
602e0df9f6 regedit: Write-strings warnings fix. 2006-08-17 11:24:25 +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
Dan Hipschman
ed10b24e14 widl: Use typegen.c format-string functions in proxy.c. 2006-08-17 11:21:19 +02:00
Dan Hipschman
b7e7243a1e widl: Move format-string declaration output to typegen.c. 2006-08-17 11:21:10 +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