wine
18 years agoinfosoft: Win64 printf format warning fixes.
Michael Stefaniuc [Wed, 4 Oct 2006 09:50:42 +0000 (11:50 +0200)] 
infosoft: Win64 printf format warning fixes.

18 years agoifsmgr.vxd: Win64 printf format warning fixes.
Michael Stefaniuc [Wed, 4 Oct 2006 09:50:32 +0000 (11:50 +0200)] 
ifsmgr.vxd: Win64 printf format warning fixes.

18 years agocomcat: Win64 printf format warning fixes.
Michael Stefaniuc [Wed, 4 Oct 2006 09:50:15 +0000 (11:50 +0200)] 
comcat: Win64 printf format warning fixes.

18 years agoactiveds: Win64 printf format warning fixes.
Michael Stefaniuc [Wed, 4 Oct 2006 09:50:01 +0000 (11:50 +0200)] 
activeds: Win64 printf format warning fixes.

18 years agoregedit: Update Polish translation.
Mikołaj Zalewski [Wed, 4 Oct 2006 09:43:03 +0000 (11:43 +0200)] 
regedit: Update Polish translation.

18 years agomscms: Restore the preprocessor hack.
Hans Leidekker [Wed, 4 Oct 2006 09:19:38 +0000 (11:19 +0200)] 
mscms: Restore the preprocessor hack.

18 years agoserver: Pass the data for message callbacks as vararg from the client side.
Alexandre Julliard [Wed, 4 Oct 2006 18:25:42 +0000 (20:25 +0200)] 
server: Pass the data for message callbacks as vararg from the client side.

18 years agoserver: Return the data for callback results in the varargs part of the get_message...
Alexandre Julliard [Wed, 4 Oct 2006 14:29:45 +0000 (16:29 +0200)] 
server: Return the data for callback results in the varargs part of the get_message request.

18 years agoserver: Return the data for winevent hooks in the varargs part of the get_message...
Alexandre Julliard [Wed, 4 Oct 2006 14:04:53 +0000 (16:04 +0200)] 
server: Return the data for winevent hooks in the varargs part of the get_message request.

18 years agomsi: Only apply the last font style in the list of styles.
James Hawkins [Wed, 4 Oct 2006 02:15:08 +0000 (19:15 -0700)] 
msi: Only apply the last font style in the list of styles.

18 years agomsi: Handle the SelectionBrowse event using ControlEvent_SpawnDialog.
James Hawkins [Tue, 3 Oct 2006 22:05:05 +0000 (15:05 -0700)] 
msi: Handle the SelectionBrowse event using ControlEvent_SpawnDialog.

18 years agomsi: Subscribe the SelectionTree control to the SelectionPath event.
James Hawkins [Tue, 3 Oct 2006 22:04:51 +0000 (15:04 -0700)] 
msi: Subscribe the SelectionTree control to the SelectionPath event.

18 years agomsi: Store the selected item in the SelectionTree control.
James Hawkins [Tue, 3 Oct 2006 22:03:32 +0000 (15:03 -0700)] 
msi: Store the selected item in the SelectionTree control.

18 years agomsi: Publish the SelectionDescription and SelectionPath events when the selection...
James Hawkins [Tue, 3 Oct 2006 22:03:16 +0000 (15:03 -0700)] 
msi: Publish the SelectionDescription and SelectionPath events when the selection changes in the SelectionTree control.

18 years agomsi: Properly initialize the SelectionTree control's attributes and property values.
James Hawkins [Tue, 3 Oct 2006 22:02:44 +0000 (15:02 -0700)] 
msi: Properly initialize the SelectionTree control's attributes and property values.

18 years agomsi: Publish the SelectionPath event in the SetTargetPath event.
James Hawkins [Tue, 3 Oct 2006 22:02:07 +0000 (15:02 -0700)] 
msi: Publish the SelectionPath event in the SetTargetPath event.

18 years agomsi: Provide a specific dialog to ControlEvent_SubscribeToEvent, as package->dialog...
James Hawkins [Tue, 3 Oct 2006 22:01:23 +0000 (15:01 -0700)] 
msi: Provide a specific dialog to ControlEvent_SubscribeToEvent, as package->dialog does not always point to the same dialog.

18 years agomsi: Select the first item in the SelectionTree control.
James Hawkins [Tue, 3 Oct 2006 22:00:59 +0000 (15:00 -0700)] 
msi: Select the first item in the SelectionTree control.

18 years agomsi: Empty the window text if no text is provided.
James Hawkins [Tue, 3 Oct 2006 22:00:19 +0000 (15:00 -0700)] 
msi: Empty the window text if no text is provided.

18 years agomsi: Assign the property to path if the property is empty.
James Hawkins [Tue, 3 Oct 2006 21:59:52 +0000 (14:59 -0700)] 
msi: Assign the property to path if the property is empty.

18 years agomsi: Don't ERR if a dialog doesn't provide control conditions, as they are not required.
James Hawkins [Tue, 3 Oct 2006 21:59:16 +0000 (14:59 -0700)] 
msi: Don't ERR if a dialog doesn't provide control conditions, as they are not required.

18 years agomsi: Add missing '\n' to TRACE output.
James Hawkins [Tue, 3 Oct 2006 21:59:01 +0000 (14:59 -0700)] 
msi: Add missing '\n' to TRACE output.

18 years agox11drv: Fix wgl pixel format bug.
Roderick Colenbrander [Tue, 3 Oct 2006 20:56:20 +0000 (22:56 +0200)] 
x11drv: Fix wgl pixel format bug.

18 years agogdi32: Route WGL font code through gdi32.dll.
Roderick Colenbrander [Tue, 3 Oct 2006 19:22:22 +0000 (21:22 +0200)] 
gdi32: Route WGL font code through gdi32.dll.

18 years agogdi32: Route WGL context code through gdi32.dll.
Roderick Colenbrander [Tue, 3 Oct 2006 17:52:17 +0000 (19:52 +0200)] 
gdi32: Route WGL context code through gdi32.dll.

18 years agowineconsole: Make the user backend work on non-latin1 locales.
Mikołaj Zalewski [Tue, 3 Oct 2006 19:08:32 +0000 (21:08 +0200)] 
wineconsole: Make the user backend work on non-latin1 locales.

18 years agouser: Move some common code into one function.
Vitaliy Margolen [Wed, 4 Oct 2006 05:06:30 +0000 (23:06 -0600)] 
user: Move some common code into one function.

18 years agocrypt32: Win64 printf format warning fixes.
Juan Lang [Wed, 4 Oct 2006 04:58:09 +0000 (21:58 -0700)] 
crypt32: Win64 printf format warning fixes.

18 years agocrypt32: Forward CryptAcquireContextU to CryptAcquireContextW.
Juan Lang [Wed, 4 Oct 2006 04:59:15 +0000 (21:59 -0700)] 
crypt32: Forward CryptAcquireContextU to CryptAcquireContextW.

18 years agocapi: Fix compiler warnings.
Vitaliy Margolen [Wed, 4 Oct 2006 03:50:45 +0000 (21:50 -0600)] 
capi: Fix compiler warnings.

18 years agowine.inf: Add some more fake binaries.
Marcus Meissner [Tue, 3 Oct 2006 19:39:15 +0000 (21:39 +0200)] 
wine.inf: Add some more fake binaries.

18 years agocomctl32: Set the TVIF_TEXT mask when notifying the parent window of a selection...
James Hawkins [Tue, 3 Oct 2006 21:58:43 +0000 (14:58 -0700)] 
comctl32: Set the TVIF_TEXT mask when notifying the parent window of a selection change.

18 years agow32skrnl: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:41:14 +0000 (23:41 +0200)] 
w32skrnl: Win64 printf format warning fixes.

18 years agospoolss: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:40:54 +0000 (23:40 +0200)] 
spoolss: Win64 printf format warning fixes.

18 years agoquery: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:40:42 +0000 (23:40 +0200)] 
query: Win64 printf format warning fixes.

18 years agooleacc: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:40:23 +0000 (23:40 +0200)] 
oleacc: Win64 printf format warning fixes.

18 years agonewdev: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:39:59 +0000 (23:39 +0200)] 
newdev: Win64 printf format warning fixes.

18 years agonddeapi: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:39:44 +0000 (23:39 +0200)] 
nddeapi: Win64 printf format warning fixes.

18 years agolocalspl/tests: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:39:15 +0000 (23:39 +0200)] 
localspl/tests: Win64 printf format warning fixes.

18 years agohhctrl.ocx: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:38:59 +0000 (23:38 +0200)] 
hhctrl.ocx: Win64 printf format warning fixes.

18 years agod3dx8: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:38:31 +0000 (23:38 +0200)] 
d3dx8: Win64 printf format warning fixes.

18 years agodinput8: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:38:46 +0000 (23:38 +0200)] 
dinput8: Win64 printf format warning fixes.

18 years agocards: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:38:17 +0000 (23:38 +0200)] 
cards: Win64 printf format warning fixes.

18 years agomsvcrt: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 18:39:05 +0000 (20:39 +0200)] 
msvcrt: Win64 printf format warning fixes.

18 years agoddraw: Don't destroy complex attached surfaces even if explicitely
Elie Morisse [Fri, 22 Sep 2006 14:55:39 +0000 (18:55 +0400)] 
ddraw: Don't destroy complex attached surfaces even if explicitely
requested as they will be liquidated anyway when the root is
destroyed.

18 years agocrypt32: Include wine/port.h for strcasecmp.
Marcus Meissner [Sat, 30 Sep 2006 10:26:20 +0000 (12:26 +0200)] 
crypt32: Include wine/port.h for strcasecmp.

18 years agocrypt32/tests: Replace bad use of sprintf by 2 strcats.
Marcus Meissner [Tue, 3 Oct 2006 17:20:23 +0000 (19:20 +0200)] 
crypt32/tests: Replace bad use of sprintf by 2 strcats.

18 years agontdll: More tests for exception handling.
Marcus Meissner [Tue, 3 Oct 2006 15:19:36 +0000 (17:19 +0200)] 
ntdll: More tests for exception handling.

- Check if we really set the debug register.
- Added unaligned access exception check.
- Added single step exception check.

18 years agocrypt32: Make it clearer where alg ids come from in CryptVerifyCertificateSignatureEx.
Juan Lang [Tue, 3 Oct 2006 15:32:10 +0000 (08:32 -0700)] 
crypt32: Make it clearer where alg ids come from in CryptVerifyCertificateSignatureEx.

18 years agowintrust: Win64 printf format warning fixes.
Paul Vriens [Tue, 3 Oct 2006 15:06:01 +0000 (17:06 +0200)] 
wintrust: Win64 printf format warning fixes.

18 years agontdll: Implemented AmILastThread information class for NtQueryInformationThread.
Eric Pouech [Sun, 1 Oct 2006 06:17:27 +0000 (08:17 +0200)] 
ntdll: Implemented AmILastThread information class for NtQueryInformationThread.

18 years agowinedbg: Rewrote the file handling to use SearchPath instead of home grown version.
Eric Pouech [Sun, 1 Oct 2006 06:16:20 +0000 (08:16 +0200)] 
winedbg: Rewrote the file handling to use SearchPath instead of home grown version.

18 years agontdll-kernel32: WaitCommEvent.
Eric Pouech [Sat, 30 Sep 2006 19:20:41 +0000 (21:20 +0200)] 
ntdll-kernel32: WaitCommEvent.

- implemented IOCTL_SERIAL_WAIT_ON_MASK for DeviceIoControl
  on serial lines in ntdll
- now using thread pool (instead of simple thread) for the
  background operations (this should help some high load
  situations)
- used this to implement WaitCommEvent on top NtDll functions
- in kernel32, removed now the no longer used termios/ioctls...
  for comm devices

18 years agocomctl32: Fix LVM_GETITEM/LVIF_STATE so it only returns the bits it
Francois Gouget [Fri, 29 Sep 2006 10:49:01 +0000 (12:49 +0200)] 
comctl32: Fix LVM_GETITEM/LVIF_STATE so it only returns the bits it
has been asked for, and sets all the others to zero (with conformance
test).

18 years agoinclude: Add missing STATUS_CTX_ constants.
Francois Gouget [Fri, 29 Sep 2006 10:48:13 +0000 (12:48 +0200)] 
include: Add missing STATUS_CTX_ constants.

18 years agoinclude: Add missing PSP_ constants.
Francois Gouget [Fri, 29 Sep 2006 10:47:33 +0000 (12:47 +0200)] 
include: Add missing PSP_ constants.

18 years agooleaut32: Remove unnecessary casts.
Francois Gouget [Fri, 29 Sep 2006 10:46:53 +0000 (12:46 +0200)] 
oleaut32: Remove unnecessary casts.

18 years agomsi: Implement MsiDatabaseImport.
James Hawkins [Thu, 28 Sep 2006 19:58:16 +0000 (12:58 -0700)] 
msi: Implement MsiDatabaseImport.

18 years agoadvapi32: Win64 printf format warning fixes.
Hans Leidekker [Tue, 3 Oct 2006 13:48:41 +0000 (15:48 +0200)] 
advapi32: Win64 printf format warning fixes.

18 years agorpcrt4: Use I_Rpc{Allocate, Free} instead of Heap{Alloc, Free} as that
Robert Shearman [Tue, 3 Oct 2006 13:40:48 +0000 (14:40 +0100)] 
rpcrt4: Use I_Rpc{Allocate, Free} instead of Heap{Alloc, Free} as that
the former are exported by rpcrt4 seemingly to allow callers of tower
functions to free the allocated memory.

18 years agorpcrt4: RpcBindingCopy is implemented.
Robert Shearman [Tue, 3 Oct 2006 13:41:04 +0000 (14:41 +0100)] 
rpcrt4: RpcBindingCopy is implemented.

18 years agorpcrt4: Don't use HEAP_ZERO_MEMORY when most of the fields will be initialised to...
Robert Shearman [Tue, 3 Oct 2006 13:40:57 +0000 (14:40 +0100)] 
rpcrt4: Don't use HEAP_ZERO_MEMORY when most of the fields will be initialised to non-zero values.

18 years agouser: Increase the time during which flush_events() waits for pending events.
Dmitry Timoshkov [Tue, 3 Oct 2006 09:15:02 +0000 (18:15 +0900)] 
user: Increase the time during which flush_events() waits for pending events.

18 years agocrypt32: Remove bogus tests.
Paul Vriens [Tue, 3 Oct 2006 12:37:41 +0000 (14:37 +0200)] 
crypt32: Remove bogus tests.

18 years agoshell32: Microsoft's EXP_DARWIN_LINK structure does not have a dbh
Francois Gouget [Tue, 3 Oct 2006 12:12:18 +0000 (14:12 +0200)] 
shell32: Microsoft's EXP_DARWIN_LINK structure does not have a dbh
field so cast it to DATABLOCK_HEADER to access the dwSignature
field. Fixes the compilation with Visual C++ on Windows.

18 years agourlmon: Fix spelling of the 'origin' parameter in the *Protocol_Seek() functions.
Francois Gouget [Tue, 3 Oct 2006 12:11:42 +0000 (14:11 +0200)] 
urlmon: Fix spelling of the 'origin' parameter in the *Protocol_Seek() functions.

18 years agoAssorted spelling fixes.
Francois Gouget [Tue, 3 Oct 2006 12:10:58 +0000 (14:10 +0200)] 
Assorted spelling fixes.

18 years agoAdd missing '\n's to ok() calls.
Francois Gouget [Tue, 3 Oct 2006 12:09:58 +0000 (14:09 +0200)] 
Add missing '\n's to ok() calls.

18 years agomshtml: Remove space before '\n'.
Francois Gouget [Tue, 3 Oct 2006 12:09:01 +0000 (14:09 +0200)] 
mshtml: Remove space before '\n'.

18 years agontdll: Make test_debug_regs() print the actual Dr7 value it got.
Dmitry Timoshkov [Tue, 3 Oct 2006 09:10:13 +0000 (18:10 +0900)] 
ntdll: Make test_debug_regs() print the actual Dr7 value it got.

18 years agowinedos: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 12:04:49 +0000 (14:04 +0200)] 
winedos: Win64 printf format warning fixes.

18 years agouser: Fix CopyImage function declaration.
Oleg Krylov [Tue, 3 Oct 2006 10:07:50 +0000 (13:07 +0300)] 
user: Fix CopyImage function declaration.

18 years agocomdlg32: Load "Save" string from resources in filedlgbrowser.c.
Mikołaj Zalewski [Tue, 3 Oct 2006 08:41:09 +0000 (10:41 +0200)] 
comdlg32: Load "Save" string from resources in filedlgbrowser.c.

18 years agoMakefile: Avoid trailing slash in find, it breaks tags on MacOS.
Alexandre Julliard [Tue, 3 Oct 2006 13:06:43 +0000 (15:06 +0200)] 
Makefile: Avoid trailing slash in find, it breaks tags on MacOS.

18 years agontdll: Added error mapping for ENXIO.
Alexandre Julliard [Tue, 3 Oct 2006 13:06:41 +0000 (15:06 +0200)] 
ntdll: Added error mapping for ENXIO.

18 years agontdll: Implement FSCTL_DISMOUNT_VOLUME for MacOSX.
Alexandre Julliard [Tue, 3 Oct 2006 12:54:21 +0000 (14:54 +0200)] 
ntdll: Implement FSCTL_DISMOUNT_VOLUME for MacOSX.

18 years agoexplorer: Added dynamic drive support for MacOSX.
Alexandre Julliard [Tue, 3 Oct 2006 12:54:16 +0000 (14:54 +0200)] 
explorer: Added dynamic drive support for MacOSX.

18 years agoexplorer: Avoid repeated notifications on device removal.
Alexandre Julliard [Tue, 3 Oct 2006 10:40:39 +0000 (12:40 +0200)] 
explorer: Avoid repeated notifications on device removal.

18 years agoexplorer: Split the device management to a separate file to make it usable independen...
Alexandre Julliard [Tue, 3 Oct 2006 10:40:27 +0000 (12:40 +0200)] 
explorer: Split the device management to a separate file to make it usable independently of HAL support.

18 years agowinedbg: Fixed the auto mode.
Eric Pouech [Mon, 2 Oct 2006 20:30:11 +0000 (22:30 +0200)] 
winedbg: Fixed the auto mode.

18 years agows2_32: Avoid retrieving the fd twice in WSAIoctl.
Alexandre Julliard [Tue, 3 Oct 2006 09:46:11 +0000 (11:46 +0200)] 
ws2_32: Avoid retrieving the fd twice in WSAIoctl.

18 years agows2_32: Implemented FIONBIO and FIONREAD in WSAIoctl.
Marcus Meissner [Mon, 2 Oct 2006 12:08:25 +0000 (14:08 +0200)] 
ws2_32: Implemented FIONBIO and FIONREAD in WSAIoctl.

18 years agontdll: Clear alignment check flag before entering exception handler.
Marcus Meissner [Mon, 2 Oct 2006 20:16:26 +0000 (22:16 +0200)] 
ntdll: Clear alignment check flag before entering exception handler.

18 years agocrypt32: Implement CryptSignAndEncodeCertificate.
Juan Lang [Tue, 3 Oct 2006 04:46:08 +0000 (21:46 -0700)] 
crypt32: Implement CryptSignAndEncodeCertificate.

18 years agoregedit: Remove the unused IDD_DIALOG2.
Mikołaj Zalewski [Tue, 3 Oct 2006 08:08:58 +0000 (10:08 +0200)] 
regedit: Remove the unused IDD_DIALOG2.

18 years agoregedit: Add option to export only a specified branch.
Mikołaj Zalewski [Tue, 3 Oct 2006 08:07:34 +0000 (10:07 +0200)] 
regedit: Add option to export only a specified branch.

18 years agoregedit: Some import/export dialogs code cleanup.
Mikołaj Zalewski [Tue, 3 Oct 2006 08:05:05 +0000 (10:05 +0200)] 
regedit: Some import/export dialogs code cleanup.

18 years agocmdlgtst: Updated French translation.
Jonathan Ernst [Tue, 3 Oct 2006 08:00:25 +0000 (10:00 +0200)] 
cmdlgtst: Updated French translation.

18 years agocrypt32: Initial French translation.
Jonathan Ernst [Tue, 3 Oct 2006 07:50:48 +0000 (09:50 +0200)] 
crypt32: Initial French translation.

18 years agouser: Cast-qual warnings fix.
Andrew Talbot [Mon, 2 Oct 2006 20:14:11 +0000 (21:14 +0100)] 
user: Cast-qual warnings fix.

18 years agocrypt32/tests: Win64 printf format warning fixes.
Juan Lang [Mon, 2 Oct 2006 21:27:27 +0000 (14:27 -0700)] 
crypt32/tests: Win64 printf format warning fixes.

18 years agomsi: Implement msidbLocatorTypeFileName in RegLocator searches.
Juan Lang [Mon, 2 Oct 2006 21:19:42 +0000 (14:19 -0700)] 
msi: Implement msidbLocatorTypeFileName in RegLocator searches.

18 years agowinemenubuilder: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:22:58 +0000 (23:22 +0200)] 
winemenubuilder: Win64 printf format warning fixes.

18 years agowineconsole: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:22:34 +0000 (23:22 +0200)] 
wineconsole: Win64 printf format warning fixes.

18 years agorpcss: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:22:19 +0000 (23:22 +0200)] 
rpcss: Win64 printf format warning fixes.

18 years agooleview: Win64 'incompatible pointer type' warning fix.
Michael Stefaniuc [Mon, 2 Oct 2006 21:22:01 +0000 (23:22 +0200)] 
oleview: Win64 'incompatible pointer type' warning fix.

18 years agoicinfo: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:21:36 +0000 (23:21 +0200)] 
icinfo: Win64 printf format warning fixes.

18 years agoeject: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:21:17 +0000 (23:21 +0200)] 
eject: Win64 printf format warning fixes.

18 years agocmdlgtst: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:20:53 +0000 (23:20 +0200)] 
cmdlgtst: Win64 printf format warning fixes.

18 years agowinhelp: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:20:26 +0000 (23:20 +0200)] 
winhelp: Win64 printf format warning fixes.