reactos.git
14 years ago- driverName can be null, display info.DriverName instead
Kamil Hornicek [Sun, 31 May 2009 21:54:34 +0000 (21:54 +0000)]
- driverName can be null, display info.DriverName instead

svn path=/trunk/; revision=41230

14 years agoPatch from Olaf Siejka <olaf_siejka AT o2 DOT pl>
Stefan Ginsberg [Sun, 31 May 2009 20:53:49 +0000 (20:53 +0000)]
Patch from Olaf Siejka <olaf_siejka AT o2 DOT pl>
Stub out more IRP type cases instead of printing "Unknown IOCTL"

svn path=/trunk/; revision=41229

14 years ago - Add TDI_REGISTER_CALLBACK and TDI_PNP_HANDLER
Cameron Gutman [Sun, 31 May 2009 17:42:56 +0000 (17:42 +0000)]
 - Add TDI_REGISTER_CALLBACK and TDI_PNP_HANDLER

svn path=/trunk/; revision=41228

14 years ago- dmDriverExtra is zeroed before the call to ChangeDisplaySettingsEx.
James Tabor [Sun, 31 May 2009 17:33:27 +0000 (17:33 +0000)]
- dmDriverExtra is zeroed before the call to ChangeDisplaySettingsEx.

svn path=/trunk/; revision=41227

14 years agoReturn NDIS 5.1 in NdisGetVersion (its XP+)
Sylvain Petreolle [Sun, 31 May 2009 16:14:27 +0000 (16:14 +0000)]
Return NDIS 5.1 in NdisGetVersion (its XP+)

svn path=/trunk/; revision=41226

14 years ago - Implement and export NdisOverrideBusNumber
Cameron Gutman [Sun, 31 May 2009 16:04:43 +0000 (16:04 +0000)]
 - Implement and export NdisOverrideBusNumber

svn path=/trunk/; revision=41225

14 years ago- Implement NdisGetSharedDataAlignment and NdisGetVersion
Dmitry Chapyshev [Sun, 31 May 2009 15:24:56 +0000 (15:24 +0000)]
- Implement NdisGetSharedDataAlignment and NdisGetVersion

svn path=/trunk/; revision=41224

14 years ago - Fix build
Cameron Gutman [Sun, 31 May 2009 14:59:56 +0000 (14:59 +0000)]
 - Fix build

svn path=/trunk/; revision=41223

14 years ago - Export and stub NdisAllocateFromBlockPool, NdisCancelSendPackets, NdisCoAssignInst...
Cameron Gutman [Sun, 31 May 2009 14:47:06 +0000 (14:47 +0000)]
 - Export and stub NdisAllocateFromBlockPool, NdisCancelSendPackets, NdisCoAssignInstanceName, NdisCoGetTapiCallId, NdisCreateBlockPool, NdisDestroyBlockPool, NdisGeneratePartialCancelId, NdisGetRoutineAddress, NdisGetSharedDataAlignment, NdisGetVersion, NdisIMGetCurrentPacketStack, NdisIMNotifyPnPEvent, NdisQueryPendingIOCount, and NdisSetPacketStatus

svn path=/trunk/; revision=41222

14 years ago - Add NDIS_PACKET_STACK and NDIS_BLOCK_INITIALIZER
Cameron Gutman [Sun, 31 May 2009 14:42:17 +0000 (14:42 +0000)]
 - Add NDIS_PACKET_STACK and NDIS_BLOCK_INITIALIZER

svn path=/trunk/; revision=41221

14 years ago - Fix a typo
Cameron Gutman [Sun, 31 May 2009 13:17:42 +0000 (13:17 +0000)]
 - Fix a typo
 - Found by Fireball

svn path=/trunk/; revision=41219

14 years agoSync GetNamedSecurityInfoA with Wine.
Sylvain Petreolle [Sun, 31 May 2009 12:39:45 +0000 (12:39 +0000)]
Sync GetNamedSecurityInfoA with Wine.
RtlCreateUnicodeStringFromAsciiz is unwanted since the call to GetNamedSecurityInfoW checks for NULL
and in this case sets ERROR_INVALID_PARAMETER.

svn path=/trunk/; revision=41216

14 years agoSync Dutch translation with English original.
Dmitry Gorbachev [Sun, 31 May 2009 12:25:05 +0000 (12:25 +0000)]
Sync Dutch translation with English original.

svn path=/trunk/; revision=41215

14 years ago - Export and hackplement NdisSetTimerEx
Cameron Gutman [Sat, 30 May 2009 23:07:13 +0000 (23:07 +0000)]
 - Export and hackplement NdisSetTimerEx
 - Implementation is #ifed out currently but I may enable it later
 - Hopefully somebody can think of a better way to do it than the current code

svn path=/trunk/; revision=41213

14 years ago - Fix line breaks
Cameron Gutman [Sat, 30 May 2009 22:54:38 +0000 (22:54 +0000)]
 - Fix line breaks
 - Patch by Olaf Siejka

svn path=/trunk/; revision=41212

14 years ago - Export stubs for NdisQueryBindInstanceName and NdisSetPacketPoolProtocolId
Cameron Gutman [Sat, 30 May 2009 22:50:33 +0000 (22:50 +0000)]
 - Export stubs for NdisQueryBindInstanceName and NdisSetPacketPoolProtocolId

svn path=/trunk/; revision=41211

14 years ago - Export NdisGetFirstBufferFromPacketSafe, NdisGetPacketCancelId, NdisGetPoolFromPac...
Cameron Gutman [Sat, 30 May 2009 22:18:10 +0000 (22:18 +0000)]
 - Export NdisGetFirstBufferFromPacketSafe, NdisGetPacketCancelId, NdisGetPoolFromPacket, NdisPacketSize, and NdisSetPacketCancelId

svn path=/trunk/; revision=41210

14 years agoExport NdisCopyFromPacketToPacketSafe
Sylvain Petreolle [Sat, 30 May 2009 21:50:49 +0000 (21:50 +0000)]
Export NdisCopyFromPacketToPacketSafe

svn path=/trunk/; revision=41208

14 years ago - Fix handling of nonpaged contiguous memory in NdisAllocateMemory and NdisFreeMemory
Cameron Gutman [Sat, 30 May 2009 17:12:45 +0000 (17:12 +0000)]
 - Fix handling of nonpaged contiguous memory in NdisAllocateMemory and NdisFreeMemory

svn path=/trunk/; revision=41207

14 years ago- Set default kb layout for Russian language to English
Dmitry Chapyshev [Sat, 30 May 2009 13:47:48 +0000 (13:47 +0000)]
- Set default kb layout for Russian language to English

svn path=/trunk/; revision=41206

14 years agoImplement CDS_TEST flag for IntChangeDisplaySettings.
Sylvain Petreolle [Sat, 30 May 2009 12:26:59 +0000 (12:26 +0000)]
Implement CDS_TEST flag for IntChangeDisplaySettings.
Set ERROR_CALL_NOT_IMPLEMENTED where needed.

svn path=/trunk/; revision=41205

14 years agoChangeDisplaySettingsA and ChangeDisplaySettingsW should reset dmDriverExtra to 0.
Sylvain Petreolle [Sat, 30 May 2009 12:23:20 +0000 (12:23 +0000)]
ChangeDisplaySettingsA and ChangeDisplaySettingsW should reset dmDriverExtra to 0.

svn path=/trunk/; revision=41204

14 years ago- Add missing parameters probing.
Aleksey Bragin [Sat, 30 May 2009 10:57:31 +0000 (10:57 +0000)]
- Add missing parameters probing.

svn path=/trunk/; revision=41203

14 years ago- eventlog.h: Add LIST_ENTRY to EVENTSOURCE structure to track handles.
Michael Martin [Sat, 30 May 2009 01:08:56 +0000 (01:08 +0000)]
- eventlog.h: Add LIST_ENTRY to EVENTSOURCE structure to track handles.
- ElfCreateEventLogHandle: Modify return type to PEVENTSOURCE and add BOOL parameter to determine whether handle is being created or opened as behavior differs between the two.
- Added ElfGetEventLogSourceEntryByHandle for looking up the handle.
- Implement EventLog api's ElfrOpenELW, ElfrRegisterEventSourceW, ElfrReadELW, ElfrReportEventW, ElfrOldestRecord, ElfrCloseEL and ElfrDeregisterEventSource.
- LogfWriteData: Remove unnecessary debugging.

svn path=/trunk/; revision=41202

14 years ago- ElfrOpenBELW/ElfrOpenELW/ElfrRegisterEventSourceW: MajorVersion and MinorVersion...
Michael Martin [Sat, 30 May 2009 00:38:46 +0000 (00:38 +0000)]
- ElfrOpenBELW/ElfrOpenELW/ElfrRegisterEventSourceW: MajorVersion and MinorVersion must be 1 as documented on MSDN.
- ReportEventW: Use RtlInitUnicodeString for ComputerName.

svn path=/trunk/; revision=41201

14 years agoPaint: Added cropping via attributes dialog and setting desktop wallpaper (both not...
Benedikt Freisen [Fri, 29 May 2009 19:36:35 +0000 (19:36 +0000)]
Paint: Added cropping via attributes dialog and setting desktop wallpaper (both not yet working)

svn path=/trunk/; revision=41200

14 years ago- Implement IOCTL_KEYBOARD_QUERY_ATTRIBUTES (not used yet, see FIXME comment)
Dmitry Chapyshev [Fri, 29 May 2009 17:25:03 +0000 (17:25 +0000)]
- Implement IOCTL_KEYBOARD_QUERY_ATTRIBUTES (not used yet, see FIXME comment)
- Add KeyboardAttributes to I8042_KEYBOARD_EXTENSION

svn path=/trunk/; revision=41199

14 years ago- Add IOCTL_KEYBOARD_QUERY_ATTRIBUTES / IOCTL_KEYBOARD_QUERY_TYPEMATIC / IOCTL_KEYBOA...
Dmitry Chapyshev [Fri, 29 May 2009 17:11:46 +0000 (17:11 +0000)]
- Add IOCTL_KEYBOARD_QUERY_ATTRIBUTES / IOCTL_KEYBOARD_QUERY_TYPEMATIC / IOCTL_KEYBOARD_SET_TYPEMATIC (unimplemented)

svn path=/trunk/; revision=41198

14 years ago- Implement IOCTL_MOUSE_QUERY_ATTRIBUTES (untested)
Dmitry Chapyshev [Fri, 29 May 2009 16:36:39 +0000 (16:36 +0000)]
- Implement IOCTL_MOUSE_QUERY_ATTRIBUTES (untested)

svn path=/trunk/; revision=41197

14 years agoBug 4555: slovak translation update by Mario Kacmar
Daniel Reimer [Fri, 29 May 2009 12:43:43 +0000 (12:43 +0000)]
Bug 4555: slovak translation update by Mario Kacmar
Bug 4562: Romanian translation patch by Dimitriu Petru

svn path=/trunk/; revision=41196

14 years ago- Use a reference name when registering audio subdevices (bug 4566)
Johannes Anderwald [Fri, 29 May 2009 12:40:09 +0000 (12:40 +0000)]
- Use a reference name when registering audio subdevices (bug 4566)
- Release subdevice interface when it is no longer needed
- Fix a memory leak
- Audio support is on hold untill bug 4566 is resolved

svn path=/trunk/; revision=41195

14 years ago- Hack around the system start up Dll Initialization, this time we moved it to User32.
James Tabor [Fri, 29 May 2009 08:16:16 +0000 (08:16 +0000)]
- Hack around the system start up Dll Initialization, this time we moved it to User32.

svn path=/trunk/; revision=41192

14 years ago- Hack around the system start up Dll Initialization Bug for GdiHandleTable.
James Tabor [Fri, 29 May 2009 07:13:43 +0000 (07:13 +0000)]
- Hack around the system start up Dll Initialization Bug for GdiHandleTable.

svn path=/trunk/; revision=41191

14 years ago- ProcessMouseInputData: Mouse pointer shown on window was slightly off. Fix calculat...
Michael Martin [Fri, 29 May 2009 04:35:07 +0000 (04:35 +0000)]
- ProcessMouseInputData: Mouse pointer shown on window was slightly off. Fix calculation in conversion to screen position.

svn path=/trunk/; revision=41190

14 years agoShow CDROM as CDROM in "Properties for Local Disk" dialog. Marcus Boillat, bug #4552.
Dmitry Gorbachev [Thu, 28 May 2009 19:13:59 +0000 (19:13 +0000)]
Show CDROM as CDROM in "Properties for Local Disk" dialog. Marcus Boillat, bug #4552.

svn path=/trunk/; revision=41188

14 years ago- Add missing AVL tree initialization.
Aleksey Bragin [Thu, 28 May 2009 18:59:26 +0000 (18:59 +0000)]
- Add missing AVL tree initialization.

svn path=/trunk/; revision=41186

14 years agoFix bug #4552, introduced in r40826 by me.
Dmitry Gorbachev [Thu, 28 May 2009 18:50:40 +0000 (18:50 +0000)]
Fix bug #4552, introduced in r40826 by me.
Patch by Marcus Boillat (ka6602-280*at*online*dot*de).

svn path=/trunk/; revision=41185

14 years ago- Delete entries for removed modules (os2, posix, rosky and vms).
Aleksey Bragin [Thu, 28 May 2009 12:53:29 +0000 (12:53 +0000)]
- Delete entries for removed modules (os2, posix, rosky and vms).

svn path=/trunk/; revision=41177

14 years ago- Add missing c_424.nls.
Aleksey Bragin [Thu, 28 May 2009 12:50:52 +0000 (12:50 +0000)]
- Add missing c_424.nls.

svn path=/trunk/; revision=41176

14 years ago- Switch to using UniATA as a default storage driver. Makes it possible to use some...
Aleksey Bragin [Thu, 28 May 2009 12:48:22 +0000 (12:48 +0000)]
- Switch to using UniATA as a default storage driver. Makes it possible to use some SerialATA controllers/harddisks and overcome 8Gb HDD limitation.
See issue #1262 for more details.

svn path=/trunk/; revision=41175

14 years ago- Report 5.2 as a version in UniATA rather than 4.1. It doesn't seem to introduce...
Aleksey Bragin [Thu, 28 May 2009 12:26:10 +0000 (12:26 +0000)]
- Report 5.2 as a version in UniATA rather than 4.1. It doesn't seem to introduce incompatibility, but is more realistic for the rest of the driver.

svn path=/trunk/; revision=41174

14 years ago- Increase waiting time for DRQ removal inside AtapiInterrupt twice.
Aleksey Bragin [Thu, 28 May 2009 12:13:17 +0000 (12:13 +0000)]
- Increase waiting time for DRQ removal inside AtapiInterrupt twice.
- Don't disable/enable IDE controller interrupts in AtapiSendCommand. This confuses Virtual Box's controller (it consumes one interrupt without ever emitting it) and thus sending any ATAPI command fails.
- Turn off ATAPI DMA raw read support by default. It seems to be incompatible with (at least) Virtual Box IDE controller.
See issue #3645 for more details.

svn path=/trunk/; revision=41173

14 years ago- i8042MouInternalDeviceControl: Forgotten from last commit. Partially implement...
Michael Martin [Thu, 28 May 2009 07:08:47 +0000 (07:08 +0000)]
- i8042MouInternalDeviceControl: Forgotten from last commit. Partially implement internal IOCTLs IOCTL_INTERNAL_I8042_MOUSE_WRITE_BUFFER, IOCTL_INTERNAL_I8042_MOUSE_START_INFORMATION and IOCTL_MOUSE_QUERY_ATTRIBUTES.

svn path=/trunk/; revision=41167

14 years ago- MouseThreadMain: Send IOCTL_MOUSE_QUERY_ATTRIBUTES to mouse driver. MSDN reads...
Michael Martin [Thu, 28 May 2009 03:47:41 +0000 (03:47 +0000)]
- MouseThreadMain: Send IOCTL_MOUSE_QUERY_ATTRIBUTES to mouse driver. MSDN reads that this IOCTL is sent from the subsystem. Filter drivers can depend on this behavior. (VirtualBox guest addition drivers)
Does the subsystem need the returned mouse attributes for anything?
- ProcessMouseInputData: Handle flag MOUSE_MOVE_ABSOLUTE and change absolute mouse position to screen coordinates.
Fixes VirtualBox mouse integration.

svn path=/trunk/; revision=41166

14 years ago - Only register a shutdown handler if adapter initialization has succeeded
Cameron Gutman [Wed, 27 May 2009 21:45:01 +0000 (21:45 +0000)]
 - Only register a shutdown handler if adapter initialization has succeeded

svn path=/trunk/; revision=41161

14 years ago- Register shutdown notification
Johannes Anderwald [Wed, 27 May 2009 20:33:00 +0000 (20:33 +0000)]
- Register shutdown notification
- Close file objects / handles on shutdown

svn path=/trunk/; revision=41157

14 years agoClear up debugger prompt from "mouse excrements". Tested in QEMU, Bochs, VirtualBox.
Dmitry Gorbachev [Wed, 27 May 2009 20:27:35 +0000 (20:27 +0000)]
Clear up debugger prompt from "mouse excrements". Tested in QEMU, Bochs, VirtualBox.

svn path=/trunk/; revision=41156

14 years agoUse a constant of the right type.
Dmitry Gorbachev [Wed, 27 May 2009 20:27:27 +0000 (20:27 +0000)]
Use a constant of the right type.

svn path=/trunk/; revision=41155

14 years agoRemove an unused variable that survived the Marletting.
Dmitry Gorbachev [Wed, 27 May 2009 20:27:18 +0000 (20:27 +0000)]
Remove an unused variable that survived the Marletting.

svn path=/trunk/; revision=41154

14 years agoDo not assign twice to the same variable.
Dmitry Gorbachev [Wed, 27 May 2009 20:27:09 +0000 (20:27 +0000)]
Do not assign twice to the same variable.

svn path=/trunk/; revision=41153

14 years agoDon't use a dereferencing operator when incrementing the pointer here.
Colin Finck [Wed, 27 May 2009 20:13:36 +0000 (20:13 +0000)]
Don't use a dereferencing operator when incrementing the pointer here.
Doesn't change the actual logic, but should avoid confusions ;-)

See issue #4557 for more details.

svn path=/trunk/; revision=41152

14 years agonew rosdbg icon
Matthias Kupfer [Wed, 27 May 2009 19:12:41 +0000 (19:12 +0000)]
new rosdbg icon

svn path=/trunk/; revision=41151

14 years ago- return error code when there is a timeout
Johannes Anderwald [Wed, 27 May 2009 18:42:56 +0000 (18:42 +0000)]
- return error code when there is a timeout
- improve error check in PcNewInterruptSync
- write an error log entry when a device fails to start

svn path=/trunk/; revision=41149

14 years ago- define PORT_MAXIMUM_MESSAGE_LENGTH
Johannes Anderwald [Wed, 27 May 2009 18:32:39 +0000 (18:32 +0000)]
- define PORT_MAXIMUM_MESSAGE_LENGTH

svn path=/trunk/; revision=41148

14 years agoChange Paint to use Unicode
Dmitry Gorbachev [Wed, 27 May 2009 17:56:50 +0000 (17:56 +0000)]
Change Paint to use Unicode

svn path=/trunk/; revision=41147

14 years agoMikhail Denisenko <denisenkom@gmail.com>
Aleksey Bragin [Wed, 27 May 2009 17:37:35 +0000 (17:37 +0000)]
Mikhail Denisenko <denisenkom@gmail.com>
- Destroy proper windows, fixes one more memory leak.

See issue #2012 for more details.

svn path=/trunk/; revision=41146

14 years agoMikhail Denisenko <denisenkom@gmail.com>
Aleksey Bragin [Wed, 27 May 2009 17:35:02 +0000 (17:35 +0000)]
Mikhail Denisenko <denisenkom@gmail.com>
- RegisterDragDrop should be coupled with a RevokeDragDrop, so add that.
- Remove _pDropTarget from class members, it's a var local to DesktopShellView::InitDragDrop() method.
See issue #2012 for more details.

svn path=/trunk/; revision=41145

14 years agoMikhail Denisenko <denisenkom@gmail.com>
Aleksey Bragin [Wed, 27 May 2009 17:28:59 +0000 (17:28 +0000)]
Mikhail Denisenko <denisenkom@gmail.com>
- Free subentries in Entry destructor. Fixes QuickLaunch entries leak.
See issue #2012 for more details.

svn path=/trunk/; revision=41144

14 years ago- IntEmptyClipboardData: Check before freeing a potential null pointer
Stefan Ginsberg [Wed, 27 May 2009 16:39:24 +0000 (16:39 +0000)]
- IntEmptyClipboardData: Check before freeing a potential null pointer

svn path=/trunk/; revision=41143

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