reactos.git
14 years agoFix some bugs in Paint.
Dmitry Gorbachev [Wed, 27 May 2009 12:03:18 +0000 (12:03 +0000)]
Fix some bugs in Paint.

svn path=/trunk/; revision=41141

14 years agoFix build, part 2.
Dmitry Gorbachev [Wed, 27 May 2009 11:50:52 +0000 (11:50 +0000)]
Fix build, part 2.

svn path=/trunk/; revision=41140

14 years agoTrying to fix build.
Dmitry Gorbachev [Wed, 27 May 2009 11:42:18 +0000 (11:42 +0000)]
Trying to fix build.

svn path=/trunk/; revision=41139

14 years agoFix warnings that are issued by new GCC versions.
Dmitry Gorbachev [Wed, 27 May 2009 10:55:41 +0000 (10:55 +0000)]
Fix warnings that are issued by new GCC versions.

svn path=/trunk/; revision=41138

14 years ago- Add more missing structures to winddiui.h.
James Tabor [Wed, 27 May 2009 07:19:31 +0000 (07:19 +0000)]
- Add more missing structures to winddiui.h.

svn path=/trunk/; revision=41136

14 years ago- Implementation of gdi printing support. Work in progress. Added StartDocW plus...
James Tabor [Wed, 27 May 2009 04:49:29 +0000 (04:49 +0000)]
- Implementation of gdi printing support. Work in progress. Added StartDocW plus others and fixed some defines. Found the initialization bug again, yes it was never fixed, but worked around. The debug spam has a purpose, just read it.

svn path=/trunk/; revision=41135

14 years ago - Add definition of NDIS_TASK_OFFLOAD_HEADER
Cameron Gutman [Wed, 27 May 2009 00:33:55 +0000 (00:33 +0000)]
 - Add definition of NDIS_TASK_OFFLOAD_HEADER

svn path=/trunk/; revision=41134

14 years ago- Don't release resource list
Johannes Anderwald [Tue, 26 May 2009 21:18:28 +0000 (21:18 +0000)]
- Don't release resource list
- May fix 4551

svn path=/trunk/; revision=41131

14 years ago- Make memcpy a duplicate of a memmove (confirmed by testing), there is a dependency...
Aleksey Bragin [Tue, 26 May 2009 16:35:01 +0000 (16:35 +0000)]
- Make memcpy a duplicate of a memmove (confirmed by testing), there is a dependency on this behaviour. One less "msvcrt_winetest.exe string" failure.

svn path=/trunk/; revision=41126

14 years agosync LISTBOX_DeleteItem and LISTBOX_RemoveItem with wine 1.1.22
Christoph von Wittich [Tue, 26 May 2009 15:57:17 +0000 (15:57 +0000)]
sync LISTBOX_DeleteItem and LISTBOX_RemoveItem with wine 1.1.22

svn path=/trunk/; revision=41125

14 years agoBug 4535: Dutch translation for userinit by wouterdevlieger@gmail.com
Daniel Reimer [Tue, 26 May 2009 12:10:58 +0000 (12:10 +0000)]
Bug 4535: Dutch translation for userinit by wouterdevlieger@gmail.com
Bug 4539: slovak translation update by Mario Kacmar
Bug 4540: Romanian translation patch by Petru Dimitriu

svn path=/trunk/; revision=41124

14 years ago- restore missing functions, fix build.
James Tabor [Tue, 26 May 2009 06:36:57 +0000 (06:36 +0000)]
- restore missing functions, fix build.

svn path=/trunk/; revision=41123

14 years ago- Implementation of gdi printing support. Work in progress. Losts of updates, includi...
James Tabor [Tue, 26 May 2009 05:50:15 +0000 (05:50 +0000)]
- Implementation of gdi printing support. Work in progress. Losts of updates, including missing functions in the winspool spec file.

svn path=/trunk/; revision=41122

14 years agoMmGrowKernelStack: go back to the ASSERT and add a fixed check
Timo Kreuzer [Mon, 25 May 2009 22:38:00 +0000 (22:38 +0000)]
MmGrowKernelStack: go back to the ASSERT and add a fixed check

svn path=/trunk/; revision=41121

14 years ago- i8042MouInternalDeviceControl: Implement IoControlCode of IOCTL_INTERNAL_I8042_HOOK...
Michael Martin [Mon, 25 May 2009 16:15:33 +0000 (16:15 +0000)]
- i8042MouInternalDeviceControl: Implement IoControlCode of IOCTL_INTERNAL_I8042_HOOK_MOUSE.
- ForwardIrpAndWait: Don't use IoForwardIrpSynchronously to Forward IRPs as it fails if no next stack location is available, which prevents the mouse from initializing. Changed it to match implementation of our other input drivers. Mouse pointer now works with VBoxMouse driver loaded.

svn path=/trunk/; revision=41119

14 years ago- dls1.h, dmdls.h, dmusics.h: fix typos, add missing definitions
Kamil Hornicek [Mon, 25 May 2009 14:49:04 +0000 (14:49 +0000)]
- dls1.h, dmdls.h, dmusics.h: fix typos, add missing definitions
- import dmerror.h, dmplugin.h, dmusicc.h, dmusicf.h, dmusici.h from Wine

svn path=/trunk/; revision=41118

14 years ago- Add missed DnsFree
Dmitry Chapyshev [Mon, 25 May 2009 13:17:32 +0000 (13:17 +0000)]
- Add missed DnsFree

svn path=/trunk/; revision=41117

14 years agosome small reg fixes
Christoph von Wittich [Mon, 25 May 2009 13:10:58 +0000 (13:10 +0000)]
some small reg fixes

svn path=/trunk/; revision=41116

14 years ago- Stubimplement SPI_GETFONTSMOOTHINGTYPE/SPI_SETFONTSMOOTHINGTYPE
Dmitry Chapyshev [Mon, 25 May 2009 13:08:57 +0000 (13:08 +0000)]
- Stubimplement SPI_GETFONTSMOOTHINGTYPE/SPI_SETFONTSMOOTHINGTYPE

svn path=/trunk/; revision=41115

14 years ago- Add support for SPI_GETCARETWIDTH/SPI_SETCARETWIDTH
Dmitry Chapyshev [Mon, 25 May 2009 12:46:44 +0000 (12:46 +0000)]
- Add support for SPI_GETCARETWIDTH/SPI_SETCARETWIDTH

svn path=/trunk/; revision=41114

14 years ago- Disable Wow64* functions for x86 build
Dmitry Chapyshev [Mon, 25 May 2009 11:01:16 +0000 (11:01 +0000)]
- Disable Wow64* functions for x86 build

svn path=/trunk/; revision=41113

14 years ago- don't discard valid pixel formats and use flags only for ranking
Kamil Hornicek [Mon, 25 May 2009 10:50:03 +0000 (10:50 +0000)]
- don't discard valid pixel formats and use flags only for ranking
- patch by Robert Millan (rmh dot reactos at aybabtu dot com)

See issue #4384 for more details.

svn path=/trunk/; revision=41112

14 years ago.spec -> .pspec
Dmitry Chapyshev [Mon, 25 May 2009 10:41:13 +0000 (10:41 +0000)]
.spec -> .pspec

svn path=/trunk/; revision=41111

14 years agosync msvcrt winetest to wine 1.1.22
Christoph von Wittich [Mon, 25 May 2009 09:16:39 +0000 (09:16 +0000)]
sync msvcrt winetest to wine 1.1.22

svn path=/trunk/; revision=41110

14 years ago- Move more printer functions.
James Tabor [Mon, 25 May 2009 04:28:54 +0000 (04:28 +0000)]
- Move more printer functions.

svn path=/trunk/; revision=41109

14 years ago- Move and add to print driver file for printing functions.
James Tabor [Mon, 25 May 2009 04:22:03 +0000 (04:22 +0000)]
- Move and add to print driver file for printing functions.

svn path=/trunk/; revision=41108

14 years ago- AbortDoc, Clear the correct flags.
James Tabor [Mon, 25 May 2009 03:54:34 +0000 (03:54 +0000)]
- AbortDoc, Clear the correct flags.

svn path=/trunk/; revision=41107

14 years agoMmGrowKernelStack: go back to the ASSERT and add a fixed check
Timo Kreuzer [Sun, 24 May 2009 23:17:48 +0000 (23:17 +0000)]
MmGrowKernelStack: go back to the ASSERT and add a fixed check

svn path=/trunk/; revision=41106

14 years ago - Fix a bug that could result in Dma32BitAddresses being set if the caller specifies...
Cameron Gutman [Sun, 24 May 2009 20:25:11 +0000 (20:25 +0000)]
 - Fix a bug that could result in Dma32BitAddresses being set if the caller specifies NDIS_DMA_24BITS

svn path=/trunk/; revision=41105

14 years agorevert a part of r41093 - A functions should call the W functions instead of the...
Christoph von Wittich [Sun, 24 May 2009 18:57:28 +0000 (18:57 +0000)]
revert a part of r41093 - A functions should call the W functions instead of the Nt functions

svn path=/trunk/; revision=41104

14 years ago- Implement SetAbortProc and halfplement AbortDoc.
James Tabor [Sun, 24 May 2009 18:04:10 +0000 (18:04 +0000)]
- Implement SetAbortProc and halfplement AbortDoc.

svn path=/trunk/; revision=41103

14 years ago- autoregister ddraw and dplayx
Kamil Hornicek [Sun, 24 May 2009 16:10:57 +0000 (16:10 +0000)]
- autoregister ddraw and dplayx

svn path=/trunk/; revision=41102

14 years agoa little bit of wine syncing - no real code changes - just to make syncing a bit...
Christoph von Wittich [Sun, 24 May 2009 12:14:42 +0000 (12:14 +0000)]
a little bit of wine syncing - no real code changes - just to make syncing a bit easier next time

svn path=/trunk/; revision=41100

14 years ago- better question icon in tango look (as long as tango icon set doesn't provide this...
Matthias Kupfer [Sun, 24 May 2009 11:49:03 +0000 (11:49 +0000)]
- better question icon in tango look (as long as tango icon set doesn't provide this icon)
- source in reactos/media/graphics

svn path=/trunk/; revision=41099

14 years agofix secur32 main winetest crash by returning 0 packages in EmumSecurityPackagesA/W
Christoph von Wittich [Sun, 24 May 2009 09:40:15 +0000 (09:40 +0000)]
fix secur32 main winetest crash by returning 0 packages in EmumSecurityPackagesA/W

svn path=/trunk/; revision=41096

14 years ago- Add missing pool allocation failure branch in NtSetInformationFile, and a missing...
Aleksey Bragin [Sun, 24 May 2009 09:08:51 +0000 (09:08 +0000)]
- Add missing pool allocation failure branch in NtSetInformationFile, and a missing PAGED_CODE check. Spotted by Dmitry Chapyshev.

svn path=/trunk/; revision=41095

14 years agosync wintrust_winetest with wine 1.1.22
Christoph von Wittich [Sun, 24 May 2009 09:07:56 +0000 (09:07 +0000)]
sync wintrust_winetest with wine 1.1.22

svn path=/trunk/; revision=41094

14 years agosync RegQueryValueExA, RegQueryValueA, RegQueryValueW and RegSetValueExA to wine
Christoph von Wittich [Sun, 24 May 2009 08:45:05 +0000 (08:45 +0000)]
sync RegQueryValueExA, RegQueryValueA, RegQueryValueW and RegSetValueExA to wine
patch by Giannis Adamopoulos <johnyadams at hotmail dot com>
See issue #4528 for more details.

svn path=/trunk/; revision=41093

14 years ago- Fix typo: AbortProc returns TRUE to continue the print job or FALSE to cancel the...
James Tabor [Sun, 24 May 2009 04:14:48 +0000 (04:14 +0000)]
- Fix typo: AbortProc returns TRUE to continue the print job or FALSE to cancel the print job.

svn path=/trunk/; revision=41092

14 years ago- Implement GdiConvertAndCheckDC and Abort callback support routine.
James Tabor [Sun, 24 May 2009 04:07:47 +0000 (04:07 +0000)]
- Implement GdiConvertAndCheckDC and Abort callback support routine.

svn path=/trunk/; revision=41091

14 years ago - MajorFunction has IRP_MJ_MAXIMUM_FUNCTION positions
Cameron Gutman [Sun, 24 May 2009 00:49:02 +0000 (00:49 +0000)]
 - MajorFunction has IRP_MJ_MAXIMUM_FUNCTION positions
 - Sorry for so many commits on the same function

svn path=/trunk/; revision=41090

14 years ago - We also shouldn't use our Shutdown handler
Cameron Gutman [Sun, 24 May 2009 00:38:10 +0000 (00:38 +0000)]
 - We also shouldn't use our Shutdown handler

svn path=/trunk/; revision=41089

14 years ago - Don't use NDIS's ioctl handler for devices registered from NdisMRegisterDevice
Cameron Gutman [Sun, 24 May 2009 00:32:38 +0000 (00:32 +0000)]
 - Don't use NDIS's ioctl handler for devices registered from NdisMRegisterDevice

svn path=/trunk/; revision=41088

14 years ago - Irp->AssociatedIrp.SystemBuffer is a PNDIS_OID
Cameron Gutman [Sun, 24 May 2009 00:21:37 +0000 (00:21 +0000)]
 - Irp->AssociatedIrp.SystemBuffer is a PNDIS_OID

svn path=/trunk/; revision=41087

14 years ago- CreateClassDeviceObject: Add flag DO_BUFFERED_IO to match windows behavior. Reveale...
Michael Martin [Sat, 23 May 2009 22:50:07 +0000 (22:50 +0000)]
- CreateClassDeviceObject: Add flag DO_BUFFERED_IO to match windows behavior. Revealed by mouse spying utility that expected that IO method. These mouse spying drivers should now work.

svn path=/trunk/; revision=41081

14 years ago- Fix two potential crashes
Dmitry Chapyshev [Sat, 23 May 2009 17:20:30 +0000 (17:20 +0000)]
- Fix two potential crashes

svn path=/trunk/; revision=41080

14 years agoReturn STATUS_SUCCESS to DbgPrint.
Dmitry Gorbachev [Sat, 23 May 2009 15:02:41 +0000 (15:02 +0000)]
Return STATUS_SUCCESS to DbgPrint.

svn path=/trunk/; revision=41079

14 years agoDo not overwrite *max_bcount.
Dmitry Gorbachev [Sat, 23 May 2009 15:02:35 +0000 (15:02 +0000)]
Do not overwrite *max_bcount.

svn path=/trunk/; revision=41078

14 years agoMake __CRT_INLINE always inline, use ceil instead of ceill.
Dmitry Gorbachev [Sat, 23 May 2009 15:02:28 +0000 (15:02 +0000)]
Make __CRT_INLINE always inline, use ceil instead of ceill.
Fixed linking when compiling with -O0, it should now work.

svn path=/trunk/; revision=41077

14 years agoFix buffer overflow, add some debug prints.
Dmitry Gorbachev [Sat, 23 May 2009 15:02:19 +0000 (15:02 +0000)]
Fix buffer overflow, add some debug prints.

svn path=/trunk/; revision=41076

14 years agoFix compilation of RBuild. Bug #4415.
Dmitry Gorbachev [Sat, 23 May 2009 15:01:52 +0000 (15:01 +0000)]
Fix compilation of RBuild. Bug #4415.

svn path=/trunk/; revision=41075

14 years ago- don't return without UserLeave, should fix user32:input winetest crash
Kamil Hornicek [Sat, 23 May 2009 13:15:47 +0000 (13:15 +0000)]
- don't return without UserLeave, should fix user32:input winetest crash

svn path=/trunk/; revision=41074

14 years agoFix one bogus test in setupapi:devclass
Sylvain Petreolle [Sat, 23 May 2009 12:59:46 +0000 (12:59 +0000)]
Fix one bogus test in setupapi:devclass
Ignore only bitmap font tests in gdi32:font

svn path=/trunk/; revision=41073

14 years agoFix 2 setupapi:devclass tests
Sylvain Petreolle [Sat, 23 May 2009 12:58:12 +0000 (12:58 +0000)]
Fix 2 setupapi:devclass tests

svn path=/trunk/; revision=41072

14 years agoadd some registry values req. by user32 sysparams - patch by encoded
Christoph von Wittich [Sat, 23 May 2009 11:11:58 +0000 (11:11 +0000)]
add some registry values req. by user32 sysparams - patch by encoded

svn path=/trunk/; revision=41069

14 years ago- Sync comctl32 with Wine 1.1.22 (without listview.c. Somebody help to sync listview...
Dmitry Chapyshev [Sat, 23 May 2009 10:39:30 +0000 (10:39 +0000)]
- Sync comctl32 with Wine 1.1.22 (without listview.c. Somebody help to sync listview! Now after sync listview there is a bug: opendn.org/listview.png)

svn path=/trunk/; revision=41068

14 years ago- Sync comdlg32 with Wine 1.1.22
Dmitry Chapyshev [Sat, 23 May 2009 10:33:06 +0000 (10:33 +0000)]
- Sync comdlg32 with Wine 1.1.22

svn path=/trunk/; revision=41067

14 years ago- Sync gdiplus, fusion, cryptui with Wine 1.1.22
Dmitry Chapyshev [Sat, 23 May 2009 10:32:19 +0000 (10:32 +0000)]
- Sync gdiplus, fusion, cryptui with Wine 1.1.22

svn path=/trunk/; revision=41066

14 years ago- Sync msctf, mlang, inetmib1, inetcomm with Wine 1.1.22
Dmitry Chapyshev [Sat, 23 May 2009 10:31:01 +0000 (10:31 +0000)]
- Sync msctf, mlang, inetmib1, inetcomm with Wine 1.1.22

svn path=/trunk/; revision=41065

14 years agosync msi with wine 1.1.22
Christoph von Wittich [Sat, 23 May 2009 10:29:15 +0000 (10:29 +0000)]
sync msi with wine 1.1.22

svn path=/trunk/; revision=41064

14 years ago- Sync ole32, oleaut32 with Wine 1.1.22
Dmitry Chapyshev [Sat, 23 May 2009 10:25:54 +0000 (10:25 +0000)]
- Sync ole32, oleaut32 with Wine 1.1.22

svn path=/trunk/; revision=41063

14 years ago- Sync riched20, qmgr, pdh with Wine 1.1.22
Dmitry Chapyshev [Sat, 23 May 2009 10:25:02 +0000 (10:25 +0000)]
- Sync riched20, qmgr, pdh with Wine 1.1.22

svn path=/trunk/; revision=41062

14 years agoshell32:
Dmitry Chapyshev [Sat, 23 May 2009 10:23:33 +0000 (10:23 +0000)]
shell32:
- Add IShellItem implementation from Wine
- Implement SHCreateShellItem
setupapi:
- Stubimplement SetupUninstallOEMInfA/W
- Stubimplement Get_Device_Interface_List_Size_ExA/W

svn path=/trunk/; revision=41061

14 years ago- Sync shlwapi, traffic, urlmon with Wine 1.1.22
Dmitry Chapyshev [Sat, 23 May 2009 10:20:22 +0000 (10:20 +0000)]
- Sync shlwapi, traffic, urlmon with Wine 1.1.22

svn path=/trunk/; revision=41060

14 years ago- Sync wininet with Wine 1.1.22. Tested on Firefox 2.0 and Downloader
Dmitry Chapyshev [Sat, 23 May 2009 10:18:19 +0000 (10:18 +0000)]
- Sync wininet with Wine 1.1.22. Tested on Firefox 2.0 and Downloader

svn path=/trunk/; revision=41059

14 years agoLayoutFile directive for additional system-supplied INF files is optional,
Sylvain Petreolle [Sat, 23 May 2009 10:17:24 +0000 (10:17 +0000)]
LayoutFile directive for additional system-supplied INF files is optional,
don't fail if it is not found.
Fixes 2 tests in setupapi:devclass

svn path=/trunk/; revision=41058

14 years ago- Update headers
Dmitry Chapyshev [Sat, 23 May 2009 10:17:04 +0000 (10:17 +0000)]
- Update headers

svn path=/trunk/; revision=41057

14 years ago- Check the pointer for client thread information for null not thread information.
James Tabor [Sat, 23 May 2009 04:01:27 +0000 (04:01 +0000)]
- Check the pointer for client thread information for null not thread information.

svn path=/trunk/; revision=41056

14 years ago- CreateClassDeviceObject/ClassAddDevice: Again do not create device with exclusive...
Michael Martin [Sat, 23 May 2009 02:02:48 +0000 (02:02 +0000)]
- CreateClassDeviceObject/ClassAddDevice: Again do not create device with exclusive access.

svn path=/trunk/; revision=41055

14 years ago- CreateClassDeviceObject/ClassAddDevice: Do not create KeyboardClass device with...
Michael Martin [Sat, 23 May 2009 01:37:34 +0000 (01:37 +0000)]
- CreateClassDeviceObject/ClassAddDevice: Do not create KeyboardClass device with exclusive access as it will prevent key loggers from working.

svn path=/trunk/; revision=41054

14 years ago- Remove the rest...
James Tabor [Sat, 23 May 2009 01:15:45 +0000 (01:15 +0000)]
- Remove the rest...

svn path=/trunk/; revision=41053

14 years ago- Move Process Information structure back into kernel space. We use client informatio...
James Tabor [Sat, 23 May 2009 00:57:51 +0000 (00:57 +0000)]
- Move Process Information structure back into kernel space. We use client information via TEB to provide a pointer for user space as a reference pointer.

svn path=/trunk/; revision=41051

14 years ago- Make ObReferenceObjectEx return the new ref count instead of old ref count.
Aleksey Bragin [Fri, 22 May 2009 17:19:27 +0000 (17:19 +0000)]
- Make ObReferenceObjectEx return the new ref count instead of old ref count.
- Fix same bug ObDereferenceObjectEx.
- Fix a typo in ObDereferenceObjectEx which resulted in ObpDeferObjectDeletion not being called when needed. Fixes missing object deletions in ObDereferenceObjectEx-using code (e.g. executive timers in reactos kernel).
- Original problem found by http://www.reactos.org/forum/viewtopic.php?f=14&t=6969&p=59669, fixes inspired by the discussion too.

svn path=/trunk/; revision=41043

14 years ago- Formatting fix. No code change
Dmitry Chapyshev [Fri, 22 May 2009 12:50:31 +0000 (12:50 +0000)]
- Formatting fix. No code change

svn path=/trunk/; revision=41042

14 years ago- Implement internal function LogfDeleteOffsetInformation.
Michael Martin [Fri, 22 May 2009 10:47:25 +0000 (10:47 +0000)]
- Implement internal function LogfDeleteOffsetInformation.
- LogfWriteData: Fix record overwriting when the log file has reached MaxSize. Previous implementation was incorrect.
- LogfInitializeExisting: Add support for log files that have had old records overwritten with new records.

svn path=/trunk/; revision=41041

14 years ago- Fix NtUserVkKeyScanEx to support current thread keyboard layout or use the one...
James Tabor [Fri, 22 May 2009 01:35:48 +0000 (01:35 +0000)]
- Fix NtUserVkKeyScanEx to support current thread keyboard layout or use the one provided by handle. See bug report 4269 and the related bug report 4272.

svn path=/trunk/; revision=41040

14 years ago - Fix our DMA implementation to use documented structs
Cameron Gutman [Fri, 22 May 2009 01:26:18 +0000 (01:26 +0000)]
 - Fix our DMA implementation to use documented structs

svn path=/trunk/; revision=41039

14 years ago - Implement NdisReadPcmciaAttributeMemory and NdisWritePcmciaAttributeMemory
Cameron Gutman [Fri, 22 May 2009 00:56:49 +0000 (00:56 +0000)]
 - Implement NdisReadPcmciaAttributeMemory and NdisWritePcmciaAttributeMemory
 - Add some debug prints to NdisReadEisaSlotInformation

svn path=/trunk/; revision=41038

14 years ago - Implement NdisReadEisaSlotInformation
Cameron Gutman [Fri, 22 May 2009 00:42:51 +0000 (00:42 +0000)]
 - Implement NdisReadEisaSlotInformation

svn path=/trunk/; revision=41037

14 years agofix log2lines build
Sylvain Petreolle [Thu, 21 May 2009 14:15:51 +0000 (14:15 +0000)]
fix log2lines build

svn path=/trunk/; revision=41026

14 years ago - The slot number passed directly to NdisImmediateReadPciSlotInformation/NdisImmedia...
Cameron Gutman [Thu, 21 May 2009 00:54:10 +0000 (00:54 +0000)]
 - The slot number passed directly to NdisImmediateReadPciSlotInformation/NdisImmediateWritePciSlotInformation is ignored according to MSDN so store a valid slot number in the wrapper context to use instead

svn path=/trunk/; revision=41024

14 years agoAdd missing parameter to readme.
Ziliang Guo [Wed, 20 May 2009 20:03:53 +0000 (20:03 +0000)]
Add missing parameter to readme.

svn path=/trunk/; revision=41023

14 years agosync fusion with wine 1.1.21
Christoph von Wittich [Wed, 20 May 2009 14:43:24 +0000 (14:43 +0000)]
sync fusion with wine 1.1.21

svn path=/trunk/; revision=41022

14 years agosync wintrust with wine 1.1.21
Christoph von Wittich [Wed, 20 May 2009 14:35:44 +0000 (14:35 +0000)]
sync wintrust with wine 1.1.21

svn path=/trunk/; revision=41021

14 years agoadd a parameter check to GetAdaptersAddresses stub (fixes a winetest)
Christoph von Wittich [Wed, 20 May 2009 14:23:16 +0000 (14:23 +0000)]
add a parameter check to GetAdaptersAddresses stub (fixes a winetest)

svn path=/trunk/; revision=41020

14 years agosync jscript with wine 1.1.21
Christoph von Wittich [Wed, 20 May 2009 13:12:23 +0000 (13:12 +0000)]
sync jscript with wine 1.1.21

svn path=/trunk/; revision=41019

14 years ago- eventlog.h: Add CurrentRecord to EventSource struct as each EventLog handle must...
Michael Martin [Wed, 20 May 2009 13:07:19 +0000 (13:07 +0000)]
- eventlog.h: Add CurrentRecord to EventSource struct as each EventLog handle must keep track of current record.
- LogfInitializeNew/LogfInitializeExisting: Set LogFile MaxSize to just under 5k and add a FIXME to read value from registry. TODO.
- LogfReadEvent: Change return value to DWORD so that errors can be passed back and last error can be set from caller(advapi32).
Change RecordNumber parameter to pointer so that it can be returned and saved in rpc's handle for the EventLog.
RecordNumber of 0 can only be used with flag EVENTLOG_SEQUENTIAL READ.
Set BytesRead and BytesNeeded to 0 as caller expects those values for any failure.
- LogfWriteData: Implement record overwriting when the LogFile has reached MaxSize.
- Implement LogfGetCurrentRecord.
- Code not active yet, will be with upcoming changes to base\services\eventlog\rpc.c.

svn path=/trunk/; revision=41018

14 years agore-add missing LANGID definition
Christoph von Wittich [Wed, 20 May 2009 13:05:24 +0000 (13:05 +0000)]
re-add missing LANGID definition

svn path=/trunk/; revision=41017

14 years agosync msi with wine 1.1.21
Christoph von Wittich [Wed, 20 May 2009 12:59:23 +0000 (12:59 +0000)]
sync msi with wine 1.1.21

svn path=/trunk/; revision=41016

14 years ago- Add check of params for NtGetWriteWatch/NtResetWriteWatch (from Wine)
Dmitry Chapyshev [Wed, 20 May 2009 11:08:08 +0000 (11:08 +0000)]
- Add check of params for NtGetWriteWatch/NtResetWriteWatch (from Wine)
- Set Granularity to PAGE_SIZE
Fixes crash in kernel32 virtual test

svn path=/trunk/; revision=41015

14 years ago- Fix crash in gdi32 bitmap winetest
Dmitry Chapyshev [Wed, 20 May 2009 07:51:22 +0000 (07:51 +0000)]
- Fix crash in gdi32 bitmap winetest

svn path=/trunk/; revision=41014

14 years ago - Implement NdisGetFirstBufferFromPacketSafe and NdisCopyFromPacketToPacketSafe
Cameron Gutman [Wed, 20 May 2009 03:31:46 +0000 (03:31 +0000)]
 - Implement NdisGetFirstBufferFromPacketSafe and NdisCopyFromPacketToPacketSafe

svn path=/trunk/; revision=41013

14 years ago - Implement NdisGetPoolFromPacket, NdisPacketSize, NdisGetPacketCancelId, and NdisSe...
Cameron Gutman [Wed, 20 May 2009 03:20:57 +0000 (03:20 +0000)]
 - Implement NdisGetPoolFromPacket, NdisPacketSize, NdisGetPacketCancelId, and NdisSetPacketCancelId

svn path=/trunk/; revision=41012

14 years ago - Store the MTU in the packet extension for use during segmentation by miniport...
Cameron Gutman [Wed, 20 May 2009 03:10:49 +0000 (03:10 +0000)]
 - Store the MTU in the packet extension for use during segmentation by miniport drivers

svn path=/trunk/; revision=41011

14 years ago- GetMouseMovePointsEx is a direct call to kernel space. Move and sorted initial...
James Tabor [Wed, 20 May 2009 02:20:48 +0000 (02:20 +0000)]
- GetMouseMovePointsEx is a direct call to kernel space. Move and sorted initial code.

svn path=/trunk/; revision=41010

14 years ago- Time to kill this one. We setup with ParentWindowHandle already set.
James Tabor [Tue, 19 May 2009 23:34:40 +0000 (23:34 +0000)]
- Time to kill this one. We setup with ParentWindowHandle already set.

svn path=/trunk/; revision=41002

14 years ago- Fix for wine tests. Added wine QS flag.
James Tabor [Tue, 19 May 2009 21:53:13 +0000 (21:53 +0000)]
- Fix for wine tests. Added wine QS flag.

svn path=/trunk/; revision=40998

14 years agoIt doesn't hurt to try to start Blue service before accessing it
Hervé Poussineau [Tue, 19 May 2009 20:25:46 +0000 (20:25 +0000)]
It doesn't hurt to try to start Blue service before accessing it

svn path=/trunk/; revision=40990

14 years agodisable crashing bitmap font test in gdi32:font
Sylvain Petreolle [Tue, 19 May 2009 19:14:32 +0000 (19:14 +0000)]
disable crashing bitmap font test in gdi32:font

svn path=/trunk/; revision=40988

14 years agoFix build
Dmitry Gorbachev [Tue, 19 May 2009 16:28:22 +0000 (16:28 +0000)]
Fix build

svn path=/trunk/; revision=40983