reactos.git
10 years ago[WIN32K]
Timo Kreuzer [Mon, 28 Oct 2013 20:26:08 +0000 (20:26 +0000)]
[WIN32K]
- Add missing DC_vPrepareDCsForBlit / DC_vFinishBlit
- Save and restore floating point state in some functions

svn path=/trunk/; revision=60786

10 years ago- Sync wine to 1.7.5.
James Tabor [Mon, 28 Oct 2013 05:12:48 +0000 (05:12 +0000)]
- Sync wine to 1.7.5.

svn path=/trunk/; revision=60785

10 years ago- Fis SysParams WM_SETTINGCHANGE.
James Tabor [Mon, 28 Oct 2013 05:00:16 +0000 (05:00 +0000)]
- Fis SysParams WM_SETTINGCHANGE.

svn path=/trunk/; revision=60784

10 years ago- Sync wine to 1.7.5.
James Tabor [Sun, 27 Oct 2013 23:22:00 +0000 (23:22 +0000)]
- Sync wine to 1.7.5.

svn path=/trunk/; revision=60780

10 years ago- Fix test. ATM AW and WA testing is going well.
James Tabor [Sun, 27 Oct 2013 22:34:44 +0000 (22:34 +0000)]
- Fix test. ATM AW and WA testing is going well.

svn path=/trunk/; revision=60779

10 years ago- Sync wine to 1.7.5.
James Tabor [Sun, 27 Oct 2013 22:13:41 +0000 (22:13 +0000)]
- Sync wine to 1.7.5.

svn path=/trunk/; revision=60777

10 years ago[INF]
Eric Kohl [Sun, 27 Oct 2013 12:13:42 +0000 (12:13 +0000)]
[INF]
Add the remaining privilege definitons.

svn path=/trunk/; revision=60768

10 years ago[LSASRV]
Eric Kohl [Sun, 27 Oct 2013 11:08:48 +0000 (11:08 +0000)]
[LSASRV]
Remove unused code.

svn path=/trunk/; revision=60766

10 years ago- Patch by Andrew Eikum: Don't try to paint during WM_SETFOCUS if the edit control...
James Tabor [Sun, 27 Oct 2013 01:23:46 +0000 (01:23 +0000)]
- Patch by Andrew Eikum: Don't try to paint during WM_SETFOCUS if the edit control is not visible.

svn path=/trunk/; revision=60763

10 years ago- Update wine test to 1.7.5, this is for msg AW WA testing.
James Tabor [Sun, 27 Oct 2013 01:05:53 +0000 (01:05 +0000)]
- Update wine test to 1.7.5, this is for msg AW WA testing.

svn path=/trunk/; revision=60762

10 years agoAdd the definition for WriteConsoleInputVDM too.
Hermès Bélusca-Maïto [Sat, 26 Oct 2013 21:30:44 +0000 (21:30 +0000)]
Add the definition for WriteConsoleInputVDM too.

svn path=/trunk/; revision=60760

10 years ago[WBEMPROX]
Amine Khaldi [Sat, 26 Oct 2013 21:29:03 +0000 (21:29 +0000)]
[WBEMPROX]
* Sync with Wine 1.7.2. Hello LocalDateTime.

svn path=/trunk/; revision=60759

10 years ago[KERNEL32][CONSRV]
Hermès Bélusca-Maïto [Sat, 26 Oct 2013 20:53:05 +0000 (20:53 +0000)]
[KERNEL32][CONSRV]
Implement WriteConsoleInputVDMA/W, its only purpose being putting console input events at the beginning of the console input event list instead of putting them at the end, as it is done with WriteConsoleInputA/W .

svn path=/trunk/; revision=60756

10 years ago[SAMSRV]
Thomas Faber [Sat, 26 Oct 2013 18:48:53 +0000 (18:48 +0000)]
[SAMSRV]
- Fix incorrect heap buffer size, CID 716678.

svn path=/trunk/; revision=60754

10 years ago[WMIC]
Amine Khaldi [Sat, 26 Oct 2013 09:48:25 +0000 (09:48 +0000)]
[WMIC]
* Properly import WMIC (correcting the previous import committed in r60748).
* The import of other WMI related modules is also already done, and will be committed eventually in the current ongoing sync.
CORE-7469

svn path=/trunk/; revision=60751

10 years ago[SAMSRV]
Eric Kohl [Sat, 26 Oct 2013 09:09:31 +0000 (09:09 +0000)]
[SAMSRV]
Create and set a security descriptor for new user account objects.

svn path=/trunk/; revision=60750

10 years ago[SETUP]
Hermès Bélusca-Maïto [Sat, 26 Oct 2013 01:17:11 +0000 (01:17 +0000)]
[SETUP]
The standard writing for ReactOS is with "OS" in capital letters, not in lowercase letters.
Patch by Yuntian Zhang.
CORE-7524 #resolve #comment Fixed in revision 60749, cheers!

svn path=/trunk/; revision=60749

10 years ago[WMIC]
Hermès Bélusca-Maïto [Sat, 26 Oct 2013 01:02:19 +0000 (01:02 +0000)]
[WMIC]
Import WMIC ("Windows Management Instrumentation Console") from Wine 1.7.5 (just released yesterday, 25/10/2013), in which we include only the necessary headers.
Sync up README.WINE too.
WMIC is needed (amongst other things) for retrieving the date of the build when configuring a new build using RosBE. Dedicated to Sylvain Petreolle and Amine Khaldi.

svn path=/trunk/; revision=60748

10 years ago[USETUP]
Hermès Bélusca-Maïto [Fri, 25 Oct 2013 20:52:33 +0000 (20:52 +0000)]
[USETUP]
It appears that "Dhivehi" is the preferred scripture.
CORE-7523 #resolve #comment Committed in revision 60746, cheers.

svn path=/trunk/; revision=60746

10 years ago[USERENV]
Eric Kohl [Thu, 24 Oct 2013 20:16:20 +0000 (20:16 +0000)]
[USERENV]
Fix coding style and indentation. No code changes!

svn path=/trunk/; revision=60744

10 years ago[KMTESTS:EX]
Thomas Faber [Thu, 24 Oct 2013 19:33:17 +0000 (19:33 +0000)]
[KMTESTS:EX]
- Fix incorrect sizeof usage. CID 11024491102451

svn path=/trunk/; revision=60743

10 years ago[NPFS]
Thomas Faber [Thu, 24 Oct 2013 19:11:04 +0000 (19:11 +0000)]
[NPFS]
- Fix IRP_MJ_SET_SECURITY. CID 11025171106330
- Fix variable type in NpCommonQueryVolumeInformation. CID 11022101102211

svn path=/trunk/; revision=60742

10 years ago[NTOS]
Thomas Faber [Thu, 24 Oct 2013 18:05:58 +0000 (18:05 +0000)]
[NTOS]
- Also fix misguided return type aka fix build

svn path=/trunk/; revision=60741

10 years ago[NTOS]
Thomas Faber [Thu, 24 Oct 2013 17:53:45 +0000 (17:53 +0000)]
[NTOS]
- Remove misguided casts

svn path=/trunk/; revision=60740

10 years ago[REACTOS]
Timo Kreuzer [Wed, 23 Oct 2013 19:38:49 +0000 (19:38 +0000)]
[REACTOS]
Fix the mess I left... (remove unwanted changes and commit missing change)

svn path=/trunk/; revision=60738

10 years ago[NTDLL] Use LDR_LOCK_LOADER_LOCK_FLAG_RAISE_ON_ERRORS flag instead of TRUE
Timo Kreuzer [Wed, 23 Oct 2013 19:31:41 +0000 (19:31 +0000)]
[NTDLL] Use LDR_LOCK_LOADER_LOCK_FLAG_RAISE_ON_ERRORS flag instead of TRUE
[RTL] Fix RtlAddAce (the version checks were inverted.)
[NTOSKRNL] Make SystemExtendServiceTableInformation case of NtSetSystemInformation behave more like Windows
[NTOSKRNL] Fix PsGetCurrentThreadWin32ThreadAndEnterCriticalRegion

svn path=/trunk/; revision=60737

10 years ago[MSPAINT][REGEDIT][WINLOGON]
Thomas Faber [Wed, 23 Oct 2013 11:39:00 +0000 (11:39 +0000)]
[MSPAINT][REGEDIT][WINLOGON]
- Fix some potential buffer overruns

svn path=/trunk/; revision=60736

10 years ago[CONSRV]:
Hermès Bélusca-Maïto [Wed, 23 Oct 2013 00:12:17 +0000 (00:12 +0000)]
[CONSRV]:
Fix console palette setting. For that, we create a console framebuffer on which we draw the different active screen buffers (be they text or graphics), we can change the palette associated to this framebuffer and then we draw the framebuffer on screen.
Console palettes now work !!!!!! @ [TheFlash]

Part 2/2

svn path=/trunk/; revision=60734

10 years ago[EXPLORER]
Thomas Faber [Tue, 22 Oct 2013 19:51:25 +0000 (19:51 +0000)]
[EXPLORER]
- Remove no longer needed special casing for __MINGW32__. Patch by Ivan Rodionov.
CORE-7335 #resolve #comment Thanks! Committed in r60733.

svn path=/trunk/; revision=60733

10 years ago[SHELL32_WINETEST]
Thomas Faber [Tue, 22 Oct 2013 19:09:45 +0000 (19:09 +0000)]
[SHELL32_WINETEST]
- Add tests for SHCreateShellFolderView[Ex]. Already applied upstream.
CORE-7334

svn path=/trunk/; revision=60732

10 years ago[SHELL32]
Thomas Faber [Tue, 22 Oct 2013 19:01:07 +0000 (19:01 +0000)]
[SHELL32]
- Import SHCreateShellFolderView implementation and fixes for -Ex from Wine
CORE-7334 #resolve

svn path=/trunk/; revision=60731

10 years ago[SAMSRV]
Eric Kohl [Mon, 21 Oct 2013 20:16:56 +0000 (20:16 +0000)]
[SAMSRV]
Create and set a security descriptor for new group account objects.

svn path=/trunk/; revision=60730

10 years ago[SAMSRV]
Eric Kohl [Mon, 21 Oct 2013 18:53:26 +0000 (18:53 +0000)]
[SAMSRV]
Create and set a security descriptor for new alias account objects.

svn path=/trunk/; revision=60729

10 years ago[SAMSRV]
Eric Kohl [Mon, 21 Oct 2013 10:25:21 +0000 (10:25 +0000)]
[SAMSRV]
- SampSetupCreateUserAccount, SamrCreateUserInDomain and SamrCreateUser2InDomain: Set the PrivateData attribute.
- SamrGetAliasMembership: Remove a superfluous call to SampRegCloseKey.
- SampQueryUserAll and SampSetUserAll: Disable access to the SecDesc attribute as long as it is not set upon user account creation.

svn path=/trunk/; revision=60728

10 years ago[INCLUDE]
Eric Kohl [Mon, 21 Oct 2013 09:13:14 +0000 (09:13 +0000)]
[INCLUDE]
- sam.idl: Rename GROUP_ATTRIBUTE_INFORMATION to SAMPR_GROUP_ATTRIBUTE_INFORMATION in order to avoid confilcts with new types in ntsam.h.
- ntsam.h: Add missing group specific structures.

svn path=/trunk/; revision=60727

10 years ago[CONSRV][WIN32K]
Hermès Bélusca-Maïto [Sun, 20 Oct 2013 22:35:15 +0000 (22:35 +0000)]
[CONSRV][WIN32K]
- Fix console palette setting; introduce the ConsoleMakePalettePublic control code for NtUserConsoleControl API which
  is called by the SetConsolePalette to make the given palette handle public (indeed, the caller to SetConsoleHandle
  gives to this API a GDI palette handle which is aimed at being used by another process, i.e. by CSRSS.EXE; in normal
  operation this is impossible unless saying to GDI that the handle is meant to be public; that's what it's done there).

  Thanks to Aleksander and David (who provided tests) and Timo (see revision 60725) for having helped me in understanding
  what happened exactly there.

- Remove now-unneeded DPRINT1s and the hacked palette that was introduced in revision 60629/60641.

Part 1/2

svn path=/trunk/; revision=60726

10 years ago[WIN32K]
Timo Kreuzer [Sun, 20 Oct 2013 19:46:28 +0000 (19:46 +0000)]
[WIN32K]
Add GreSetObjectOwnerEx, allowing to set the owner of not-owned objects by passing GDIOBJFLAG_IGNOREPID as 3rd parameter. Use with care :) Dedicated to Alexander and Hermès.

svn path=/trunk/; revision=60725

10 years agoFix the fix.
Hermès Bélusca-Maïto [Sun, 20 Oct 2013 13:54:16 +0000 (13:54 +0000)]
Fix the fix.

svn path=/trunk/; revision=60723

10 years ago[USETUP]: Fix spanish translations, suggestions by Mario Rugiero and Julio Carchi
Hermès Bélusca-Maïto [Sun, 20 Oct 2013 13:51:18 +0000 (13:51 +0000)]
[USETUP]: Fix spanish translations, suggestions by Mario Rugiero and Julio Carchi
CORE-7516 #resolve #comment Suggestions committed in revision r60722. Thanks :)

svn path=/trunk/; revision=60722

10 years ago[NTOS]
Aleksey Bragin [Sun, 20 Oct 2013 09:41:54 +0000 (09:41 +0000)]
[NTOS]
- Correctly compute addresses of MI_VAD_BITMAP and MI_WORKING_SET_LIST. In trunk's MM it went unnoticed because nothing really cares about these two structs.

svn path=/trunk/; revision=60721

10 years ago- Fix ATI test and go.
James Tabor [Sun, 20 Oct 2013 05:36:36 +0000 (05:36 +0000)]
- Fix ATI test and go.

svn path=/trunk/; revision=60720

10 years ago- Fix build.
James Tabor [Sun, 20 Oct 2013 05:31:48 +0000 (05:31 +0000)]
- Fix build.

svn path=/trunk/; revision=60719

10 years ago[Win32k]
James Tabor [Sun, 20 Oct 2013 05:16:52 +0000 (05:16 +0000)]
[Win32k]
- The (ATI) patch CORE-6551. Please oh please use this jira core issue for all bug reports and regressions.
- Major rewrite to input message queue. It is now attachable between threads. After all the hubbub the only thing we pass are all the SetActive/Foreground/Parent/Window wine msg and win tests. But not the message sequence tests.
- Pass all but one foreground API User32 ATI test when the message patch is installed. But w/o it, pass all but 8'ish.
- Tested XP osk (On-Screen Keyboard) with CMD, it works but is quirky. Need to look into set to top window issues.
- AHK issues work long as ATI is used and when it is not the some AHK tests fail. That was why all the hot key changes had been committed before. Still looking into this.
- Please test everything and post to the appropriate jira issue reports. I do not have a lot of time anymore to focus hard on many issues, it will take months to do so with just one.

svn path=/trunk/; revision=60718

10 years ago- Remove a mislaid artifact.
James Tabor [Sat, 19 Oct 2013 19:08:41 +0000 (19:08 +0000)]
- Remove a mislaid artifact.

svn path=/trunk/; revision=60713

10 years ago[NTOSKRNL]
Timo Kreuzer [Sat, 19 Oct 2013 18:04:15 +0000 (18:04 +0000)]
[NTOSKRNL]
Rewrite NtCallbackReturn in C

svn path=/trunk/; revision=60709

10 years ago[NTDLL_APITEST]
Thomas Faber [Sat, 19 Oct 2013 17:59:29 +0000 (17:59 +0000)]
[NTDLL_APITEST]
- Add test for Rtl MemoryStream functions. Patch by David Quintana.
CORE-7492

svn path=/trunk/; revision=60707

10 years ago[RTL]
Thomas Faber [Sat, 19 Oct 2013 17:48:27 +0000 (17:48 +0000)]
[RTL]
- Implement Rtl MemoryStream functions. Patch by David Quintana.
CORE-7492

svn path=/trunk/; revision=60705

10 years ago[NTOSKRNL] Fix a typo I introduced in TRAP_DEBUG only code, spotted by Thomas
Timo Kreuzer [Sat, 19 Oct 2013 11:40:00 +0000 (11:40 +0000)]
[NTOSKRNL] Fix a typo I introduced in TRAP_DEBUG only code, spotted by Thomas

svn path=/trunk/; revision=60702

10 years ago[NTOSKRNL]
Timo Kreuzer [Sat, 19 Oct 2013 11:33:34 +0000 (11:33 +0000)]
[NTOSKRNL]
- Introduce a new and faster way to return to kernel mode from traps by using a ret 8 instruction instead of an iret.
- Make use of KiUserTrap where appropriate
- Remove some pointless toplevel volatile

svn path=/trunk/; revision=60701

10 years ago[PAINT]
Benedikt Freisen [Sat, 19 Oct 2013 10:57:06 +0000 (10:57 +0000)]
[PAINT]
* Fix number typo introduced in revision 59955

svn path=/trunk/; revision=60700

10 years ago[SAMSRV]
Eric Kohl [Wed, 16 Oct 2013 19:17:09 +0000 (19:17 +0000)]
[SAMSRV]
Add query and set code of user private data and security descriptor attributes.

svn path=/trunk/; revision=60691

10 years ago[shell32]
Giannis Adamopoulos [Wed, 16 Oct 2013 19:13:49 +0000 (19:13 +0000)]
[shell32]
- Add an initial stub for CMenuBand that creates a menu bar and fills it with contents. However its still not functional

svn path=/trunk/; revision=60690

10 years ago- Properly remove window properties when destroying the window.
James Tabor [Wed, 16 Oct 2013 00:11:23 +0000 (00:11 +0000)]
- Properly remove window properties when destroying the window.

svn path=/trunk/; revision=60684

10 years ago[Win32ss]
James Tabor [Tue, 15 Oct 2013 22:16:31 +0000 (22:16 +0000)]
[Win32ss]
- Prevent a potential kernel exception.

svn path=/trunk/; revision=60683

10 years ago[Win32ss]
James Tabor [Tue, 15 Oct 2013 22:14:48 +0000 (22:14 +0000)]
[Win32ss]
- Prevent a potential kernel exception.

svn path=/trunk/; revision=60682

10 years ago[USETUP]
Hermès Bélusca-Maïto [Tue, 15 Oct 2013 16:45:52 +0000 (16:45 +0000)]
[USETUP]
- Fix translations of booloader installation menu (see rev.48703). ACHTUNG ACHTUNG!! Greek and Spanish people, please review the translation fix and provide patches if needed!!
- Update French translation.
CORE-7516 #resolve #comment Committed in revision r60678.

svn path=/trunk/; revision=60678

10 years ago[Win32k]
James Tabor [Tue, 15 Oct 2013 07:05:17 +0000 (07:05 +0000)]
[Win32k]
- Fix more wine msg test_hotkey tests, down to seven.

svn path=/trunk/; revision=60677

10 years ago- Return the right error if hot key registered outside of the thread.
James Tabor [Mon, 14 Oct 2013 21:51:07 +0000 (21:51 +0000)]
- Return the right error if hot key registered outside of the thread.

svn path=/trunk/; revision=60676

10 years ago[NTOS:HEADLESS]
Hermès Bélusca-Maïto [Mon, 14 Oct 2013 21:29:17 +0000 (21:29 +0000)]
[NTOS:HEADLESS]
- Fix the name of a function.
- Fix HdlspSendStringAtBaud (we started displaying string at its second character) and fix HdlspPutData (data was sent erroneous, shifted by 1).

Fix SAC display.

svn path=/trunk/; revision=60675

10 years ago[NTOS:INBV]: Fix parameter name and type.
Hermès Bélusca-Maïto [Mon, 14 Oct 2013 20:50:44 +0000 (20:50 +0000)]
[NTOS:INBV]: Fix parameter name and type.

svn path=/trunk/; revision=60674

10 years ago[FREELDR:HEADLESS]: Code formatting only.
Hermès Bélusca-Maïto [Mon, 14 Oct 2013 20:47:04 +0000 (20:47 +0000)]
[FREELDR:HEADLESS]: Code formatting only.

svn path=/trunk/; revision=60673

10 years ago[NTOS]: Moaaar s/tabs/spaces/
Hermès Bélusca-Maïto [Mon, 14 Oct 2013 20:38:02 +0000 (20:38 +0000)]
[NTOS]: Moaaar s/tabs/spaces/

svn path=/trunk/; revision=60672

10 years ago[NTOS:HEADLESS]: Code formatting + s/tabs/spaces/
Hermès Bélusca-Maïto [Mon, 14 Oct 2013 20:17:17 +0000 (20:17 +0000)]
[NTOS:HEADLESS]: Code formatting + s/tabs/spaces/

svn path=/trunk/; revision=60671

10 years ago[REACTOS/DEBUG]
Amine Khaldi [Mon, 14 Oct 2013 16:39:18 +0000 (16:39 +0000)]
[REACTOS/DEBUG]
* Set the assert related macros in consistency with the DDK ones, for release builds.
* Improve the debug build checks here (DBG was not even considered before).

svn path=/trunk/; revision=60666

10 years ago[KMTEST_DRV]
Amine Khaldi [Mon, 14 Oct 2013 16:35:35 +0000 (16:35 +0000)]
[KMTEST_DRV]
* Move the DeviceExtension related asserts into a DBG block.

svn path=/trunk/; revision=60665

10 years ago[VFATLIB]
Amine Khaldi [Mon, 14 Oct 2013 16:28:14 +0000 (16:28 +0000)]
[VFATLIB]
* Move readsize into a DBG block.

svn path=/trunk/; revision=60664

10 years ago[EXPAT]
Amine Khaldi [Mon, 14 Oct 2013 15:59:57 +0000 (15:59 +0000)]
[EXPAT]
* Remove from the codebase (it's not used anywhere).

svn path=/trunk/; revision=60662

10 years ago- Fix build and fix gcc 4.8.x build issues.
James Tabor [Mon, 14 Oct 2013 06:28:17 +0000 (06:28 +0000)]
- Fix build and fix gcc 4.8.x build issues.

svn path=/trunk/; revision=60660

10 years ago[Win32ss]
James Tabor [Mon, 14 Oct 2013 06:19:48 +0000 (06:19 +0000)]
[Win32ss]
- Fix up hot keys. Finding out that the wine test_hotkey is brain damaged and even breaks XP.

svn path=/trunk/; revision=60659

10 years ago[HAL][PCIX]: Finish to put \r\n for Hal\InbvDisplayStrings. Part 3/3.
Hermès Bélusca-Maïto [Sun, 13 Oct 2013 23:37:11 +0000 (23:37 +0000)]
[HAL][PCIX]: Finish to put \r\n for Hal\InbvDisplayStrings. Part 3/3.

svn path=/trunk/; revision=60657

10 years ago\r\n for strings being displayed by NtDisplayString.
Hermès Bélusca-Maïto [Sun, 13 Oct 2013 23:22:03 +0000 (23:22 +0000)]
\r\n for strings being displayed by NtDisplayString.

[AUTOCHK]: Fix some DPRINTs

svn path=/trunk/; revision=60656

10 years ago[USETUP]: The STRING_CONSOLEFAIL1/2/3 are aimed to be printed with NtDisplayString...
Hermès Bélusca-Maïto [Sun, 13 Oct 2013 23:18:22 +0000 (23:18 +0000)]
[USETUP]: The STRING_CONSOLEFAIL1/2/3 are aimed to be printed with NtDisplayString, which will use InbvDisplayString. Therefore add \r with \n.
Part 2/X

svn path=/trunk/; revision=60655

10 years ago[FREELDR]
Amine Khaldi [Sun, 13 Oct 2013 23:14:40 +0000 (23:14 +0000)]
[FREELDR]
* Use the FrLdr prefix with the heap functions to avoid any ambiguities.

svn path=/trunk/; revision=60654

10 years ago* Addendum to r60650.
Amine Khaldi [Sun, 13 Oct 2013 23:12:09 +0000 (23:12 +0000)]
* Addendum to r60650.
CORE-7471 #resolve

svn path=/trunk/; revision=60653

10 years ago[NTOS]: Move 'buffer' to a better place (i.e. fix build).
Hermès Bélusca-Maïto [Sun, 13 Oct 2013 23:07:26 +0000 (23:07 +0000)]
[NTOS]: Move 'buffer' to a better place (i.e. fix build).

svn path=/trunk/; revision=60652

10 years agoUse \r\n instead of \n only in Hal/InbvDisplayString. This is needed because, when...
Hermès Bélusca-Maïto [Sun, 13 Oct 2013 23:04:13 +0000 (23:04 +0000)]
Use \r\n instead of \n only in Hal/InbvDisplayString. This is needed because, when displayed by the EMS console, only \n would be displayed otherwise, leading to misaligned text.
Part 1/X

svn path=/trunk/; revision=60651

10 years ago* Remove deprecated resource file loading and memory attributes (http://msdn.microsof...
Amine Khaldi [Sun, 13 Oct 2013 22:31:17 +0000 (22:31 +0000)]
* Remove deprecated resource file loading and memory attributes (msdn.microsoft.com/en-us/library/aa380908.aspx).
CORE-7471 #resolve

svn path=/trunk/; revision=60650

10 years ago[SETUPAPI]
Sylvain Petreolle [Sun, 13 Oct 2013 22:08:24 +0000 (22:08 +0000)]
[SETUPAPI]
Remove too zealous check for OEMSourceMediaLocation.
OEMSourceMediaLocation can be NULL and means that the current path or a default URL is beeing used.

Fixes installation of VMWare Tools drivers.
The installation still aborts due to issue in configuring the vmware tools service.

svn path=/trunk/; revision=60649

10 years ago[MSV1_0]
Eric Kohl [Sun, 13 Oct 2013 20:15:01 +0000 (20:15 +0000)]
[MSV1_0]
- MsvpChangePassword: Fix-up string pointers properly.
- MsvpCheckPassword: Modify password checks.

svn path=/trunk/; revision=60643

10 years ago[SACDRV]:
Hermès Bélusca-Maïto [Sun, 13 Oct 2013 19:40:34 +0000 (19:40 +0000)]
[SACDRV]:
- Tabs vs. spaces fix;
- Less hardcoded values;
- Consistency in members names.

No functional changes.

svn path=/trunk/; revision=60642

10 years ago[CONSRV]: Move the palette hack.
Hermès Bélusca-Maïto [Sun, 13 Oct 2013 16:21:55 +0000 (16:21 +0000)]
[CONSRV]: Move the palette hack.

svn path=/trunk/; revision=60641

10 years agoDon't forget to add files to compilation, Arch!
Hermès Bélusca-Maïto [Sun, 13 Oct 2013 14:15:36 +0000 (14:15 +0000)]
Don't forget to add files to compilation, Arch!

svn path=/trunk/; revision=60640

10 years ago[CONSRV]: Improve full-screen mode, still WIP.
Hermès Bélusca-Maïto [Sun, 13 Oct 2013 14:13:06 +0000 (14:13 +0000)]
[CONSRV]: Improve full-screen mode, still WIP.
Testing and bug reporting (and fixes/patches) are welcome! :)

svn path=/trunk/; revision=60639

10 years ago[LSALIB]
Eric Kohl [Sun, 13 Oct 2013 11:26:05 +0000 (11:26 +0000)]
[LSALIB]
Fix coding style. No code changes!

svn path=/trunk/; revision=60638

10 years ago[SECUR32]
Eric Kohl [Sun, 13 Oct 2013 11:14:08 +0000 (11:14 +0000)]
[SECUR32]
Fix indentation. No code changes!

svn path=/trunk/; revision=60637

10 years ago[SAMSRV]
Eric Kohl [Sun, 13 Oct 2013 11:12:10 +0000 (11:12 +0000)]
[SAMSRV]
Fix typos.

svn path=/trunk/; revision=60636

10 years ago[CONSRV]
Hermès Bélusca-Maïto [Sun, 13 Oct 2013 00:11:38 +0000 (00:11 +0000)]
[CONSRV]
Implement a basic full-screen mode for the console. Still Work-In-Progress. See r59099 for more details.

svn path=/trunk/; revision=60635

10 years agoUpdate for rapps database.
Daniel Reimer [Sat, 12 Oct 2013 22:24:09 +0000 (22:24 +0000)]
Update for rapps database.

svn path=/trunk/; revision=60634

10 years ago[WINGDI]
Hermès Bélusca-Maïto [Sat, 12 Oct 2013 21:10:53 +0000 (21:10 +0000)]
[WINGDI]
- Update the definition of DM_SPECVERSION according to the Win's PSDK.
- Add the DMDISPLAYFLAGS_TEXTMODE flag for DEVMODE::dmDisplayFlags (see Wine PSDK, Win's PSDK ...)
- Add DMDFO_DEFAULT, DMDFO_STRETCH and DMDFO_CENTER flags for DEVMODE::dmDisplayFixedOutput (see Wine PSDK, Win's PSDK, MSDN ...)

svn path=/trunk/; revision=60633

10 years ago[NTOS:MM]
Thomas Faber [Sat, 12 Oct 2013 16:49:19 +0000 (16:49 +0000)]
[NTOS:MM]
- Improve a DPRINT
CORE-7445

svn path=/trunk/; revision=60632

10 years ago[COMMENTS]
Thomas Faber [Sat, 12 Oct 2013 16:05:54 +0000 (16:05 +0000)]
[COMMENTS]
- Consistent email address is consistent.

svn path=/trunk/; revision=60631

10 years ago[CONSRV]: WINAPI -> NTAPI
Hermès Bélusca-Maïto [Sat, 12 Oct 2013 15:44:22 +0000 (15:44 +0000)]
[CONSRV]: WINAPI -> NTAPI

svn path=/trunk/; revision=60630

10 years ago[CONSRV]
Hermès Bélusca-Maïto [Sat, 12 Oct 2013 15:37:50 +0000 (15:37 +0000)]
[CONSRV]
Implement SetConsolePalette (see r59711 for more details), but it is still WIP:
- the helper function ConDrvSetConsolePalette uses a hardcoded palette for testing purposes,
- lots of DPRINT1 are displayed when using this function or when swapping active screen buffers,
- lot of code redundancy which will be put in some helper functions when this code will work correctly,
- and I get some WIN32K warnings:
WARNING:  IntGdiRealizePalette at ../../win32ss/gdi/ntgdi/palette.c:777 is UNIMPLEMENTED!
It would be great if a win32k guy can have a look at this!! And I suspect that's because of this that the changed palette is not used...

Also, deactivate the WM_NCRBUTTONDOWN/WM_NCRBUTTONUP hack I introduced in revision 58632, because James worked on this in revisions 60622 and 60626 (see CORE-7054 too).

svn path=/trunk/; revision=60629

10 years ago[RAPPS]
Aleksey Bragin [Sat, 12 Oct 2013 12:28:18 +0000 (12:28 +0000)]
[RAPPS]
- Alexander Rechitskiy: Improve "DVD write Now!" entry in rapps.

CORE-7506

svn path=/trunk/; revision=60627

10 years ago- Hacky wine patch to fix CORE-7054.
James Tabor [Sat, 12 Oct 2013 01:05:37 +0000 (01:05 +0000)]
- Hacky wine patch to fix CORE-7054.

svn path=/trunk/; revision=60626

10 years ago[NTOSKRNL]
Amine Khaldi [Fri, 11 Oct 2013 23:29:08 +0000 (23:29 +0000)]
[NTOSKRNL]
* Fix a potential null pointer dereference. CID 701145.
* Change the ASSERT to NT_ASSERT.
CORE-6681

svn path=/trunk/; revision=60624

10 years ago[CONSRV]
Hermès Bélusca-Maïto [Fri, 11 Oct 2013 22:59:05 +0000 (22:59 +0000)]
[CONSRV]
Definitely fix "Select All" functionality (see r59811).

svn path=/trunk/; revision=60623

10 years ago[Win32k]
James Tabor [Fri, 11 Oct 2013 21:46:30 +0000 (21:46 +0000)]
[Win32k]
- Fix CORE-6945.
- Miscellaneous adds and changes.

svn path=/trunk/; revision=60622

10 years ago[NTOSKRNL]
Amine Khaldi [Fri, 11 Oct 2013 19:37:29 +0000 (19:37 +0000)]
[NTOSKRNL]
* Add a sanity check to prevent a potential out-of-bounds write. CID 731662.
CORE-6681

svn path=/trunk/; revision=60619

10 years ago[NTOSKRNL]
Amine Khaldi [Fri, 11 Oct 2013 18:12:16 +0000 (18:12 +0000)]
[NTOSKRNL]
* Fix the owner's attributes handling when releasing the working set lock. CIDs 731438 and 731439.
CORE-6681

svn path=/trunk/; revision=60615