reactos.git
13 years ago[MMIXER_TEST]
Johannes Anderwald [Sat, 2 Jan 2010 01:54:09 +0000 (01:54 +0000)]
[MMIXER_TEST]
- Implement AllocEventData, FreeEventData for mmixer library

svn path=/trunk/; revision=44874

13 years ago[WDMAUD.DRV]
Johannes Anderwald [Sat, 2 Jan 2010 01:53:22 +0000 (01:53 +0000)]
[WDMAUD.DRV]
- Implement AllocEventData, FreeEventData for mmixer library

svn path=/trunk/; revision=44873

13 years ago[MMIXER]
Johannes Anderwald [Sat, 2 Jan 2010 01:52:12 +0000 (01:52 +0000)]
[MMIXER]
- Implement registering hardware events (volume / mute control changes)
- Fix a bug when querying a source mixer line. The wrong line id was passed which caused the call to fail.

svn path=/trunk/; revision=44872

13 years agoNMI Support Patch 10:
ReactOS Portable Systems Group [Sat, 2 Jan 2010 01:34:27 +0000 (01:34 +0000)]
NMI Support Patch 10:
    [NTOS]: Write barebones NMI Trap handler which does a TSS context switch to the NMI TSS and then calls the HAL NMI handler.
    [NTOS]: Implement KiSaveProcessorState for doing a PRCB context save/restore.

You should now be able to test the new NMI functionality by either building the circuit referenced in my e-mail and attaching it to your PCI bus, or by using "nmi 0" in the QEMU stdio console.

svn path=/trunk/; revision=44871

13 years ago[NTOSKRNL]
Cameron Gutman [Sat, 2 Jan 2010 01:32:43 +0000 (01:32 +0000)]
[NTOSKRNL]
 - Fake success from the MmSecureVirtualMemory stub
 - See issue #4996 for details

svn path=/trunk/; revision=44870

13 years agoNMI Support Patch 9:
ReactOS Portable Systems Group [Sat, 2 Jan 2010 01:32:34 +0000 (01:32 +0000)]
NMI Support Patch 9:
    [NDK]: Add missing KTSS ASM offsets.
    [NDK]: Add missing EXCEPTION_ codes.

svn path=/trunk/; revision=44869

13 years agoNMI Support Patch 8:
ReactOS Portable Systems Group [Sat, 2 Jan 2010 01:28:36 +0000 (01:28 +0000)]
NMI Support Patch 8:
    [NTOS]: Implement a GNU Assembler version of the Windows SDK ASM calling convention macros. Only stdCall and its helpers have been written -- feel free to write the rest. Based on callconv.inc from Microsoft). SUGGESTION: Slowly start rewriting current code to use calling convention macros as it is much cleaner.

svn path=/trunk/; revision=44868

13 years ago[KS]
Johannes Anderwald [Sat, 2 Jan 2010 01:22:38 +0000 (01:22 +0000)]
[KS]
- Return correct error code

svn path=/trunk/; revision=44867

13 years agoLift a protection (forgotten in 44842).
Dmitry Gorbachev [Sat, 2 Jan 2010 00:17:37 +0000 (00:17 +0000)]
Lift a protection (forgotten in 44842).

svn path=/trunk/; revision=44866

13 years ago[SETUPAPI]
Johannes Anderwald [Fri, 1 Jan 2010 23:44:41 +0000 (23:44 +0000)]
[SETUPAPI]
- Implement SetupInitializeFileLogA, SetupInitializeFileLogW, SetupTerminateFileLog

svn path=/trunk/; revision=44865

13 years agoFix parameter type of NtQueryInformationThread; do not call ExitThread from itself...
Dmitry Gorbachev [Fri, 1 Jan 2010 23:14:10 +0000 (23:14 +0000)]
Fix parameter type of NtQueryInformationThread; do not call ExitThread from itself. Bug #5076.

svn path=/trunk/; revision=44864

13 years agoNMI Support Patch 7 Build Fixer:
ReactOS Portable Systems Group [Fri, 1 Jan 2010 21:07:22 +0000 (21:07 +0000)]
NMI Support Patch 7 Build Fixer:
    [HAL]: Define HalpNMIInProgress as an external in the HAL private headers.

svn path=/trunk/; revision=44863

13 years agoNMI Support Patch 7 Straggler:
ReactOS Portable Systems Group [Fri, 1 Jan 2010 21:05:41 +0000 (21:05 +0000)]
NMI Support Patch 7 Straggler:
    [HAL]: Piggyback on V8086 handler (don't restore kernel GPF handler) during an NMI, so that we don't enter another fault context during a recursive NMI after display reset. If another NMI does happen, the V8086 GPF handler will just spin.

svn path=/trunk/; revision=44862

13 years agoNMI Support Patch 7:
ReactOS Portable Systems Group [Fri, 1 Jan 2010 21:03:22 +0000 (21:03 +0000)]
NMI Support Patch 7:
    [NTOS]: Improve UNHANDLED_PATH macro with a new "Reason" parameter which displays why the path is unhandled (ie: what the unexpected/unlikely/untested scenario is). This is better than just displaying the current PC which is typically useless.
    [NTOS]: Separate UNHANDLED_PATH from UNHANDLED_V86_PATH which is specifically for paths that are unimplemented due to lack of VDM support.
    [HAL]:  Update to new macros in V8086 support, and handle invalid opcode errors with a debug print (I encountered these when the NMI TSS was being used, since the IOPM was invalid).
    [HAL]:  If the V8086 GPF handler is called outside of V8086 mode, assume an NMI happened around the BIOS Call and just spin forever. We'll piggyback on the V8086 GPF handler during an NMI, in order to avoid the kernel's GPF handler which would attempt to panic/reset the display again (and cause endless NMI recursion/corruption).

svn path=/trunk/; revision=44861

13 years agoNMI Support Patch 6:
ReactOS Portable Systems Group [Fri, 1 Jan 2010 20:55:15 +0000 (20:55 +0000)]
NMI Support Patch 6:
    [HAL]: Fix NMI recursion issues.
    [HAL]: Reset the display during NMI and paint the NMI Screen of Death.

svn path=/trunk/; revision=44860

13 years ago- Update Russian translation
Dmitry Chapyshev [Fri, 1 Jan 2010 19:09:55 +0000 (19:09 +0000)]
- Update Russian translation

svn path=/trunk/; revision=44859

13 years ago[devmgr]
Eric Kohl [Fri, 1 Jan 2010 17:23:40 +0000 (17:23 +0000)]
[devmgr]
- Display 'Capabilities' and 'Config Flags' flags separately.

svn path=/trunk/; revision=44858

13 years agoAdd missing device capabilities flags.
Eric Kohl [Fri, 1 Jan 2010 17:02:37 +0000 (17:02 +0000)]
Add missing device capabilities flags.

svn path=/trunk/; revision=44857

13 years agoNMI Support Patch 5:
ReactOS Portable Systems Group [Fri, 1 Jan 2010 16:37:34 +0000 (16:37 +0000)]
NMI Support Patch 5:
    [HAL]: Do correct TLB flushing for systems with global page support.
    [HAL]: Clean leading whitespace and comments.

svn path=/trunk/; revision=44856

13 years agoNMI Support Patch 4:
ReactOS Portable Systems Group [Fri, 1 Jan 2010 15:09:14 +0000 (15:09 +0000)]
NMI Support Patch 4:
    [HAL]:  Use Mm headers to support PTE/PDE address translation instead of a hardcoded, homegrown macro. WARNING: The current HAL code is not PAE compatible (as it already wasn't).
    [NTOS]: Define an inline function to set and query an interrupt handler associated with a given IDT vector. This results in much cleaner code as the uglyness of manually setting up an IDT handler isn't duplicated 10 times. Additionally, it fixes some callers which had not been using HalVectorToIDTEntry to make the initial translation.

svn path=/trunk/; revision=44855

13 years ago[devmgr]
Eric Kohl [Fri, 1 Jan 2010 14:44:06 +0000 (14:44 +0000)]
[devmgr]
- Add missing string resources and translate the german ones.
- Set the focus to the combobox when the details page is opened.
- Don't display an error message when a property is not set for the selected device.
- Display 'Capabilities' and 'Config Flags' as DWORD values.

Ooops! These should have been committed as well.

svn path=/trunk/; revision=44854

13 years ago[devmgr]
Eric Kohl [Fri, 1 Jan 2010 14:42:49 +0000 (14:42 +0000)]
[devmgr]
- Add missing string resources and translate the german ones.
- Set the focus to the combobox when the details page is opened.
- Don't display an error message when a property is not set for the selected device.
- Display 'Capabilities' and 'Config Flags' as DWORD values.

svn path=/trunk/; revision=44853

13 years agoAdd GetEventLogInformation stub.
Sylvain Petreolle [Fri, 1 Jan 2010 14:41:44 +0000 (14:41 +0000)]
Add GetEventLogInformation stub.
Add parameter checks for GetNumberOfEventLogRecords and GetOldestEventLogRecord.

Fixes 3 crashes for advapi32:eventlog winetest.

svn path=/trunk/; revision=44852

13 years ago- Update Russian translation
Dmitry Chapyshev [Fri, 1 Jan 2010 14:35:01 +0000 (14:35 +0000)]
- Update Russian translation

svn path=/trunk/; revision=44851

13 years agoGerman translation of Eric's changes + fixed some bad language.
Daniel Reimer [Fri, 1 Jan 2010 12:40:23 +0000 (12:40 +0000)]
German translation of Eric's changes + fixed some bad language.

svn path=/trunk/; revision=44850

13 years agoHappy New Year!
Colin Finck [Fri, 1 Jan 2010 12:10:13 +0000 (12:10 +0000)]
Happy New Year!

svn path=/trunk/; revision=44848

13 years agoArch, why are you removing </module> tags ?
Sylvain Petreolle [Fri, 1 Jan 2010 01:41:39 +0000 (01:41 +0000)]
Arch, why are you removing </module> tags ?

Happy new  year :)

svn path=/trunk/; revision=44844

13 years agoNMI Support Patch 3:
ReactOS Portable Systems Group [Fri, 1 Jan 2010 00:03:52 +0000 (00:03 +0000)]
NMI Support Patch 3:
    [HAL]: If the current TSS does not have enough space for an I/O Privilege Map then "borrow" the default TSS while the BIOS Call is in-flight. "Return" it when the BIOS call has ended. Fixes panics during a double fault (since the double fault handler will attempt to clear the display through a Video ROM BIOS Interrupt 10h). Allows NMI panics to do BIOS calls as well (for later).

svn path=/trunk/; revision=44843

13 years agoNMI Support Patch 2:
ReactOS Portable Systems Group [Thu, 31 Dec 2009 23:56:40 +0000 (23:56 +0000)]
NMI Support Patch 2:
    [HAL]: Simplify IDT write-protection handling (always make it R/W and restore it to previous state).
    [HAL]: Avoid two superflous TLB flushes.

svn path=/trunk/; revision=44842

13 years agoNMI Support Patch 1:
ReactOS Portable Systems Group [Thu, 31 Dec 2009 23:51:26 +0000 (23:51 +0000)]
NMI Support Patch 1:
    [HAL]:  The I/O Permissions Map on a typical Privileged Mode x86 OS is all 0xFF's, so it's quite wasteful to copy-in/out the entire map each single BIOS Call. As an optimization, only save and restore non-0xFF entries.
    [NTOS]: Define and use constants for different IOPM values, instead of using hardcoded values.

svn path=/trunk/; revision=44841

13 years ago[devmgr]
Eric Kohl [Thu, 31 Dec 2009 22:10:41 +0000 (22:10 +0000)]
[devmgr]
Implement the details page and add dialogs for the resources and power pages. Some of the code is not final yet as I don't have a clean way of retrieving the required information. Some required stuff in setupapi or umpnpmgr is still incomplete too.

I wish you a happy and successful 2010!
Eric.

svn path=/trunk/; revision=44838

13 years agoPatch by Amine Khaldi: Fix buffer length check
Timo Kreuzer [Thu, 31 Dec 2009 14:44:33 +0000 (14:44 +0000)]
Patch by Amine Khaldi: Fix buffer length check

svn path=/trunk/; revision=44824

13 years ago[User32]
James Tabor [Thu, 31 Dec 2009 02:41:57 +0000 (02:41 +0000)]
[User32]
- Patch modified by Dmitry Timoshkov : Handle virtual key codes only in the WM_KEYDOWN case. See bug 5063. Reported by David Quintana.

svn path=/trunk/; revision=44819

13 years ago[Win32k]
James Tabor [Wed, 30 Dec 2009 22:56:09 +0000 (22:56 +0000)]
[Win32k]
- Plugged in region attribute support and added the PEB cache for it as well.

[Gdi32]
- Using CreateRectRgn only with attribute and PEB cache support.

[Testing]
- Wine tests: gdi32; clipping and dc. gdiplus; region. user32; dce. Same results.
- Applications, AbiWord 2.6.8, FF 3.5, miranda 0.7.19 unicode, putty, SeaMonkey 2.0, WinMerge 2.12.4 and winamp 2.95 rc std. Same results.

svn path=/trunk/; revision=44817

13 years ago[services] Set the given service start name or LocalSystem for a new service.
Eric Kohl [Wed, 30 Dec 2009 17:17:58 +0000 (17:17 +0000)]
[services] Set the given service start name or LocalSystem for a new service.

svn path=/trunk/; revision=44816

13 years ago[umpnpmgr]
Eric Kohl [Wed, 30 Dec 2009 13:57:47 +0000 (13:57 +0000)]
[umpnpmgr]
Move device instance action constants into the idf file and use them instead of hardcoded values.

svn path=/trunk/; revision=44813

13 years ago[win32k] Add support for mask offsets in IntEngStretchBlt
Gregor Schneider [Wed, 30 Dec 2009 12:42:48 +0000 (12:42 +0000)]
[win32k] Add support for mask offsets in IntEngStretchBlt

svn path=/trunk/; revision=44809

13 years ago[user32] Set the number of colors correctly when creating a monochrome bitmap
Gregor Schneider [Wed, 30 Dec 2009 12:39:19 +0000 (12:39 +0000)]
[user32] Set the number of colors correctly when creating a monochrome bitmap

svn path=/trunk/; revision=44808

13 years ago[Win32k]
James Tabor [Tue, 29 Dec 2009 21:07:04 +0000 (21:07 +0000)]
[Win32k]
- Setting up for region attribute support.
- Removed old code and use GreDeleteObject for dc and region types.

svn path=/trunk/; revision=44806

13 years ago[freeldr] Never unmap hyperspace or HAL entries. Fixes boot problems with more than...
Hervé Poussineau [Tue, 29 Dec 2009 20:43:01 +0000 (20:43 +0000)]
[freeldr] Never unmap hyperspace or HAL entries. Fixes boot problems with more than 1GB of RAM

svn path=/trunk/; revision=44805

13 years ago[win32k]
Gregor Schneider [Tue, 29 Dec 2009 18:21:00 +0000 (18:21 +0000)]
[win32k]
- Add mask offset coordinates to GreStretchBltMask parameters, add code to handle a mask offset
- Only fail if the mask is smaller than the color bitmap, print sizes in this case
- Adapt callers to GreStretchBltMask changes
- DrawIcon: use new features to combine mask and color images
- Mouse control panel now shows cursors again (masks still need some work), fixes ~15 user32:cursoricon tests

svn path=/trunk/; revision=44803

13 years ago[user32]
Gregor Schneider [Tue, 29 Dec 2009 18:03:16 +0000 (18:03 +0000)]
[user32]
- Merge icon and cursor creation into one function, fix height assumptions
- Remove code preventing color cursors to be selected
- Winamp cursor is now shown correctly, bug #4370

svn path=/trunk/; revision=44802

13 years ago[taskmgr]
Gregor Schneider [Tue, 29 Dec 2009 17:55:44 +0000 (17:55 +0000)]
[taskmgr]
- Allow task manager to activate and restore a previous instance when the mutex already exists
- Make application title identical to the window title for languages where it wasn't

svn path=/trunk/; revision=44801

13 years agoCameron Gutman
Aleksey Bragin [Tue, 29 Dec 2009 13:53:28 +0000 (13:53 +0000)]
Cameron Gutman
- Add the ability to install SMBus controllers automatically.
See issue #3361 for more details.

svn path=/trunk/; revision=44799

13 years ago- Fix regressions in FF and OOo.
James Tabor [Mon, 28 Dec 2009 18:41:31 +0000 (18:41 +0000)]
- Fix regressions in FF and OOo.

svn path=/trunk/; revision=44797

13 years ago[Win32k]
James Tabor [Mon, 28 Dec 2009 18:10:03 +0000 (18:10 +0000)]
[Win32k]
- Plug in the new dc attribute support and add the brush pen and region attribute support.

svn path=/trunk/; revision=44796

13 years agospaces -> tabs
Eric Kohl [Mon, 28 Dec 2009 12:02:32 +0000 (12:02 +0000)]
spaces -> tabs

svn path=/trunk/; revision=44794

13 years ago- Lsasrv: Create the LsaAuthenticationPort and add a basic server loop that listens...
Eric Kohl [Mon, 28 Dec 2009 11:59:20 +0000 (11:59 +0000)]
- Lsasrv: Create the LsaAuthenticationPort and add a basic server loop that listens to incoming requests.
- Lsalib: Combine request and reply data of the register request into a connection info struct.

My test application can now connect to the LsaAuthenticationPort.

svn path=/trunk/; revision=44793

13 years ago[Win32k]
James Tabor [Mon, 28 Dec 2009 07:02:32 +0000 (07:02 +0000)]
[Win32k]
- Added two new function's to support thread and process information free attribute list support.

svn path=/trunk/; revision=44792

13 years agospaces -> tabs in rbuild file
Timo Kreuzer [Sun, 27 Dec 2009 23:54:01 +0000 (23:54 +0000)]
spaces -> tabs in rbuild file

svn path=/trunk/; revision=44780

13 years agoTool box, color palette and status bar can be hidden and shown using menu entry and...
Benedikt Freisen [Sun, 27 Dec 2009 21:15:08 +0000 (21:15 +0000)]
Tool box, color palette and status bar can be hidden and shown using menu entry and/or shortcut.

svn path=/trunk/; revision=44777

13 years ago[lsalib]
Eric Kohl [Sun, 27 Dec 2009 19:46:13 +0000 (19:46 +0000)]
[lsalib]
Fix indentation. No code changes.

svn path=/trunk/; revision=44776

13 years ago[gdi32]
James Tabor [Sun, 27 Dec 2009 19:43:46 +0000 (19:43 +0000)]
[gdi32]
- Add notes, fix CombineRgn and cleanup.

svn path=/trunk/; revision=44775

13 years agoMove the client-side LSA functions from secur32.dll to the new static library lsalib...
Eric Kohl [Sun, 27 Dec 2009 19:10:30 +0000 (19:10 +0000)]
Move the client-side LSA functions from secur32.dll to the new static library lsalib because these functions will be shared between ntoskrnl.exe, advapi32.dll and secur32.dll.

svn path=/trunk/; revision=44774

13 years ago[win32k] Handle invalid palette index by using the first palette entry
Gregor Schneider [Sun, 27 Dec 2009 15:43:48 +0000 (15:43 +0000)]
[win32k] Handle invalid palette index by using the first palette entry

svn path=/trunk/; revision=44770

13 years ago[win32k]
Gregor Schneider [Sun, 27 Dec 2009 15:08:41 +0000 (15:08 +0000)]
[win32k]
- Set the number of mapped colors depending on the usage parameter
- Use pure PALETTERGB color values when no palette is selected
- Fixes true color issue mentioned in r44712

svn path=/trunk/; revision=44769

13 years ago[win32k]
Gregor Schneider [Sun, 27 Dec 2009 13:02:19 +0000 (13:02 +0000)]
[win32k]
- Create DIB section palettes with the number of colors mapped from the logical palette
- Validate logical palette access, set to black for invalid indices
- gdi32:palette test now succeeds

svn path=/trunk/; revision=44768

13 years ago[GENINC]
Timo Kreuzer [Sat, 26 Dec 2009 22:55:53 +0000 (22:55 +0000)]
[GENINC]
Lots of fixes and updates.

svn path=/trunk/; revision=44767

13 years ago[KDBG]
Timo Kreuzer [Sat, 26 Dec 2009 19:36:24 +0000 (19:36 +0000)]
[KDBG]
Hackfix the problem with attaching to processes introduced in r44743, by lowering IRQL to passive level, although interrupts are off. Needed because KDBG calls pageable code.

svn path=/trunk/; revision=44766

13 years ago[Win32k]
James Tabor [Sat, 26 Dec 2009 19:19:33 +0000 (19:19 +0000)]
[Win32k]
- Rewritten NtGdiCombineRgn.
- Add two function's to support locking and Rgn attributes. These function's will replace all the normal Rgn locking ones.

svn path=/trunk/; revision=44765

13 years ago[win32k]
Gregor Schneider [Fri, 25 Dec 2009 17:54:41 +0000 (17:54 +0000)]
[win32k]
- IntGetDIBColorTable: return the number of actually copied color table entries
- DIB_CreateDIBSection: simplify calculation of palette entry count
- IntHandleSpecialColorType: remove leftover debug print

svn path=/trunk/; revision=44761

13 years agoThe service thread must receive all commands.
Eric Kohl [Fri, 25 Dec 2009 16:41:06 +0000 (16:41 +0000)]
The service thread must receive all commands.

svn path=/trunk/; revision=44760

13 years agoRQueryServiceConfigA/W: Add missing dependency information.
Eric Kohl [Fri, 25 Dec 2009 15:08:03 +0000 (15:08 +0000)]
RQueryServiceConfigA/W: Add missing dependency information.

svn path=/trunk/; revision=44759

13 years ago[PORTCLS]
Johannes Anderwald [Fri, 25 Dec 2009 12:24:42 +0000 (12:24 +0000)]
[PORTCLS]
- Return status code of operation
- Cancel all irps when pin state is set to stop. Fixes ReactOS portcls regression under WindowsXP
- Handle IRP_MN_READ_CONFIG

svn path=/trunk/; revision=44758

13 years ago[PSDK]
Johannes Anderwald [Fri, 25 Dec 2009 02:54:24 +0000 (02:54 +0000)]
[PSDK]
- Fix KSEVENTSETID_AudioControlChange definition

svn path=/trunk/; revision=44757

13 years ago[MMIXER]
Johannes Anderwald [Fri, 25 Dec 2009 01:21:29 +0000 (01:21 +0000)]
[MMIXER]
- Store correct mixer handle in the mixer info
- mmixer can now handle set / get volume and on-off (mute) requests

svn path=/trunk/; revision=44756

13 years ago[KS]
Johannes Anderwald [Fri, 25 Dec 2009 01:17:39 +0000 (01:17 +0000)]
[KS]
- Store missing result of operation
- Fixes a regression of KsStudio

svn path=/trunk/; revision=44755

13 years ago[gdi32]
Christoph von Wittich [Thu, 24 Dec 2009 09:01:43 +0000 (09:01 +0000)]
[gdi32]
fix typo in comment

svn path=/trunk/; revision=44753

13 years ago[gdi32]
James Tabor [Thu, 24 Dec 2009 07:42:38 +0000 (07:42 +0000)]
[gdi32]
- Enable and fix more region user code.

svn path=/trunk/; revision=44752

13 years ago[gdi32]
James Tabor [Thu, 24 Dec 2009 07:03:46 +0000 (07:03 +0000)]
[gdi32]
- Set the last arg to 1 for GetTextExtentPoint support mode.

svn path=/trunk/; revision=44751

13 years ago[gdi32] - Move OpenPrinterW out from static.
James Tabor [Thu, 24 Dec 2009 06:57:48 +0000 (06:57 +0000)]
[gdi32] - Move OpenPrinterW out from static.

svn path=/trunk/; revision=44750

13 years ago[GENINC]
Timo Kreuzer [Thu, 24 Dec 2009 03:45:21 +0000 (03:45 +0000)]
[GENINC]
This is going to be a host tool that autogenerates assembly definitions from the target headers. This is done in two steps: 1) a raw data file is compiled with the target compiler using the target headers 2) The host tool parses this data file and creates an appropriate .h or .inc file.
So far there's only the source for the data file, which is halfway complete and currently compiled as bootloader type, as we don't seem to have raw binary target.
WIP

svn path=/trunk/; revision=44748

13 years ago[gdi32]
James Tabor [Wed, 23 Dec 2009 23:30:26 +0000 (23:30 +0000)]
[gdi32]
- Move more region code from stubs into the appropriate file.
- Enable and fix more user code.

svn path=/trunk/; revision=44747

13 years ago[gdi32]
James Tabor [Wed, 23 Dec 2009 23:10:32 +0000 (23:10 +0000)]
[gdi32]
- Move region code from stubs into the appropriate file.
- Enable and fix SetRectRgn user code.

svn path=/trunk/; revision=44746

13 years ago[Win32k]
James Tabor [Wed, 23 Dec 2009 20:12:28 +0000 (20:12 +0000)]
[Win32k]
- Set error if no handle is provided.

svn path=/trunk/; revision=44745

13 years ago[i8042prt]
Timo Kreuzer [Wed, 23 Dec 2009 18:43:27 +0000 (18:43 +0000)]
[i8042prt]
- Fix Ctrl-Scroll key combination, by ignoring ACK codes and not relying on a 0xe0 sequence code, which is not being sent at least on VBox.
- Fix Tab-K handling at high irql, by moving it out of the DPC routine into the ISR.

svn path=/trunk/; revision=44743

13 years ago[msvcrt] Update c++ symbol demangling to Wine 1.1.35 (msvcrt:cpp test buffer overrun)
Gregor Schneider [Wed, 23 Dec 2009 17:48:27 +0000 (17:48 +0000)]
[msvcrt] Update c++ symbol demangling to Wine 1.1.35 (msvcrt:cpp test buffer overrun)

svn path=/trunk/; revision=44742

13 years ago[win32k] NtGdiSetDIBitsToDeviceInternal:
Gregor Schneider [Wed, 23 Dec 2009 17:41:20 +0000 (17:41 +0000)]
[win32k] NtGdiSetDIBitsToDeviceInternal:
- Choose the number of scan lines from the parameter and the bitmap size
- Add scan line offset to the destination rectangle top left corner (fixes drawing images line by line)
- Add debug print for further problem solving (deactivated)

svn path=/trunk/; revision=44741

13 years ago[winmm_winetest]
Christoph von Wittich [Wed, 23 Dec 2009 16:02:37 +0000 (16:02 +0000)]
[winmm_winetest]
sync winmm_winetest to wine 1.1.35

svn path=/trunk/; revision=44740

13 years ago[wldap32_winetest]
Christoph von Wittich [Wed, 23 Dec 2009 15:58:59 +0000 (15:58 +0000)]
[wldap32_winetest]
sync wldap32_winetest to wine 1.1.35

svn path=/trunk/; revision=44739

13 years ago[advapi32_winetest]
Christoph von Wittich [Wed, 23 Dec 2009 15:57:45 +0000 (15:57 +0000)]
[advapi32_winetest]
add eventlog tests to build

svn path=/trunk/; revision=44738

13 years agoFix release builds
Timo Kreuzer [Wed, 23 Dec 2009 15:32:54 +0000 (15:32 +0000)]
Fix release builds

svn path=/trunk/; revision=44737

13 years ago[advapi32_winetest]
Christoph von Wittich [Wed, 23 Dec 2009 15:15:54 +0000 (15:15 +0000)]
[advapi32_winetest]
sync advapi32_winetest with wine 1.1.35

svn path=/trunk/; revision=44736

13 years ago[psdk]
Christoph von Wittich [Wed, 23 Dec 2009 15:15:21 +0000 (15:15 +0000)]
[psdk]
add EVENTLOG_FULL_INFORMATION structure (from wine)

svn path=/trunk/; revision=44735

13 years agoAssign the services Dhcp, EventLog, PlugPlay and RpcSs to the LocalSystem account.
Eric Kohl [Wed, 23 Dec 2009 14:59:47 +0000 (14:59 +0000)]
Assign the services Dhcp, EventLog, PlugPlay and RpcSs to the LocalSystem account.

svn path=/trunk/; revision=44734

13 years ago- RChangeServiceConfigA/W: Update the service group properly and fix the ANSI to...
Eric Kohl [Wed, 23 Dec 2009 14:32:15 +0000 (14:32 +0000)]
- RChangeServiceConfigA/W: Update the service group properly and fix the ANSI to Unicode string conversion.
This fixes one winetest.

svn path=/trunk/; revision=44733

13 years ago[kernel32]
Christoph von Wittich [Wed, 23 Dec 2009 12:10:58 +0000 (12:10 +0000)]
[kernel32]
fix typos in comments (as in wine 1.1.35)

svn path=/trunk/; revision=44732

13 years ago[netapi32]
Christoph von Wittich [Wed, 23 Dec 2009 11:36:17 +0000 (11:36 +0000)]
[netapi32]
sync netapi32 with wine 1.1.35

svn path=/trunk/; revision=44731

13 years ago[inetcomm]
Christoph von Wittich [Wed, 23 Dec 2009 11:32:32 +0000 (11:32 +0000)]
[inetcomm]
sync inetcomm with wine 1.1.35

svn path=/trunk/; revision=44730

13 years ago[shell32]
Christoph von Wittich [Wed, 23 Dec 2009 11:28:12 +0000 (11:28 +0000)]
[shell32]
partial shlview winesync to wine 1.1.35

svn path=/trunk/; revision=44729

13 years ago[shell32]
Christoph von Wittich [Wed, 23 Dec 2009 11:21:41 +0000 (11:21 +0000)]
[shell32]
partial SHGetFileInfoW winesync to wine 1.1.35 (fixes uninitialized memory access)

svn path=/trunk/; revision=44728

13 years ago[shell32]
Christoph von Wittich [Wed, 23 Dec 2009 11:17:00 +0000 (11:17 +0000)]
[shell32]
partial shelllink winesync to wine 1.1.35 (fixes a memory leak)

svn path=/trunk/; revision=44727

13 years ago[kernel32]
Christoph von Wittich [Wed, 23 Dec 2009 11:13:35 +0000 (11:13 +0000)]
[kernel32]
sync enumerate_mapped_resources and update_add_resource to wine 1.1.35

svn path=/trunk/; revision=44726

13 years ago[crt]
Christoph von Wittich [Wed, 23 Dec 2009 10:56:54 +0000 (10:56 +0000)]
[crt]
import _wcsupr_s from wine 1.1.35

svn path=/trunk/; revision=44725

13 years ago[crt]
Christoph von Wittich [Wed, 23 Dec 2009 10:44:24 +0000 (10:44 +0000)]
[crt]
sync wcscpy_s with wine 1.1.35

svn path=/trunk/; revision=44724

13 years ago[WDMAUD.DRV]
Johannes Anderwald [Wed, 23 Dec 2009 10:43:17 +0000 (10:43 +0000)]
[WDMAUD.DRV]
- Fix build

svn path=/trunk/; revision=44723

13 years ago[WDMAUD.DRV]
Johannes Anderwald [Wed, 23 Dec 2009 03:05:11 +0000 (03:05 +0000)]
[WDMAUD.DRV]
- Move the routines which interact wdmaud.sys to legacy.c
- Implement opening / closing of audio pins as well as writing / reading audio bytes from / to it
- By defining USE_MMIXER_LIB, wdmaud.drv bypasses wdmaud+sysaudio and directly writes/reads the audio bytes to portcls.

svn path=/trunk/; revision=44721

13 years ago[MMIXER]
Johannes Anderwald [Wed, 23 Dec 2009 02:49:18 +0000 (02:49 +0000)]
[MMIXER]
- Implement a function for controlling the wave pin state

svn path=/trunk/; revision=44720

13 years ago[MMIXER]
Johannes Anderwald [Tue, 22 Dec 2009 18:08:51 +0000 (18:08 +0000)]
[MMIXER]
- Fix a bug in the file header

svn path=/trunk/; revision=44717

13 years agoIf the user doubleclicked a treeview item, make sure the doubleclicked item has alrea...
Eric Kohl [Tue, 22 Dec 2009 17:00:45 +0000 (17:00 +0000)]
If the user doubleclicked a treeview item, make sure the doubleclicked item has already been selected. Otherwise the user can expand or collapse a treeview iten and a previously selected item get opened. That's not what we want.

svn path=/trunk/; revision=44716