reactos.git
10 years ago[MPLAY32]
Daniel Reimer [Wed, 15 Jan 2014 23:59:44 +0000 (23:59 +0000)]
[MPLAY32]
Three patches for mplay32 by Ricardo Hanke. Some more or less heavy tabs->spaces fixing and removing of spaces which are too much by myself
CORE-7590 #resolve
CORE-7594 #resolve
CORE-7613 #resolve

svn path=/trunk/; revision=61640

10 years ago[NETSHELL]
Daniel Reimer [Wed, 15 Jan 2014 23:31:18 +0000 (23:31 +0000)]
[NETSHELL]
netshell - update icons by Lee Schroeder
CORE-7152 #resolve

svn path=/trunk/; revision=61639

10 years ago[KBDHEB]
Daniel Reimer [Wed, 15 Jan 2014 23:23:51 +0000 (23:23 +0000)]
[KBDHEB]
Hebrew keyboard layout revamp by Baruch Rutman
CORE-7218 #resolve

svn path=/trunk/; revision=61638

10 years ago[THEMES]
Sylvain Petreolle [Wed, 15 Jan 2014 23:12:01 +0000 (23:12 +0000)]
[THEMES]
- Auto-start the Themes services
- Enable "Show window contents while dragging"

svn path=/trunk/; revision=61637

10 years ago[FONTVIEW]
Daniel Reimer [Wed, 15 Jan 2014 23:09:46 +0000 (23:09 +0000)]
[FONTVIEW]
fontview - Add icon to main window by Lee Schroeder
CORE-7400 #resolve

svn path=/trunk/; revision=61636

10 years ago[THEMES]
Sylvain Petreolle [Wed, 15 Jan 2014 23:08:39 +0000 (23:08 +0000)]
[THEMES]
- Add the Lautus visual style by Pisarz. Based on a patch by Christoph von Wittich.
The resulting windows/linux themes have been checked on Windows XP.

svn path=/trunk/; revision=61635

10 years ago[MSPAINT]
Daniel Reimer [Wed, 15 Jan 2014 22:56:46 +0000 (22:56 +0000)]
[MSPAINT]
MSPaint resource russian translate by zamabuvaraeu
CORE-7617 #resolve

svn path=/trunk/; revision=61634

10 years agoPolish translation of devmgmt, explorer-new, devmgr, msgina and cmdutils help. Typo...
Daniel Reimer [Wed, 15 Jan 2014 22:50:33 +0000 (22:50 +0000)]
Polish translation of devmgmt, explorer-new, devmgr, msgina and cmdutils help. Typo fix for sysdm by Adam Stachowicz
CORE-7636 #resolve

svn path=/trunk/; revision=61633

10 years ago[FONTVIEW]
Daniel Reimer [Wed, 15 Jan 2014 22:40:35 +0000 (22:40 +0000)]
[FONTVIEW]
Fixing Wrong Alphabetical Order by Erdem Ersoy
CORE-7756 #resolve

svn path=/trunk/; revision=61632

10 years ago[MSGINA]
Eric Kohl [Wed, 15 Jan 2014 20:34:21 +0000 (20:34 +0000)]
[MSGINA]
Implement the log-off dialog.

svn path=/trunk/; revision=61631

10 years ago[WINLOGON]
Eric Kohl [Tue, 14 Jan 2014 22:27:34 +0000 (22:27 +0000)]
[WINLOGON]
- Use the states STATE_INIT and SATE_LOGGED_OFF_SAS.
- State machine clean-up.

svn path=/trunk/; revision=61630

10 years ago[PCIIDEX] Revert unwanted changes
Timo Kreuzer [Tue, 14 Jan 2014 21:30:49 +0000 (21:30 +0000)]
[PCIIDEX] Revert unwanted changes

svn path=/trunk/; revision=61629

10 years ago[BATTC] Check if MiniportInfo->Pdo is NULL before passing it to IoRegisterDeviceInterface
Timo Kreuzer [Tue, 14 Jan 2014 21:21:29 +0000 (21:21 +0000)]
[BATTC] Check if MiniportInfo->Pdo is NULL before passing it to IoRegisterDeviceInterface
[CMBATT] Fix broken CmBattGetAcpiInterfaces
[COMPBATT] Fix "typo" in CompBattAddDevice that caused memory corruption

svn path=/trunk/; revision=61628

10 years ago[LWIP]
Thomas Faber [Tue, 14 Jan 2014 21:04:39 +0000 (21:04 +0000)]
[LWIP]
- Fix warning. Already applied upstream.
[CMAKE]
- Make C4013 (implicit function declaration) an error
CORE-7538

svn path=/trunk/; revision=61627

10 years ago[LSASRV]
Timo Kreuzer [Tue, 14 Jan 2014 20:24:43 +0000 (20:24 +0000)]
[LSASRV]
Make the LSAP_POLICY_AUDIT_EVENTS_DATA structure compatible to the one used in Windows, so that the registry data is compatible between Windows and ReactOS lsasrv. Windows does not actually use dynamically sized structures, but always stores a full structure and the AuditEventsCount is AFTER the AuditEvents array, so that it is in fact pretty pointless. But that's how it works.

svn path=/trunk/; revision=61626

10 years ago[FREELDR] Modify UiMessageBox so that it allows to pass a format string and parameter...
Timo Kreuzer [Tue, 14 Jan 2014 20:12:07 +0000 (20:12 +0000)]
[FREELDR] Modify UiMessageBox so that it allows to pass a format string and parameters. Make use of it in WinLdrLoadBootDrivers to show the file that couldn't be loaded.

svn path=/trunk/; revision=61625

10 years ago[RTL]
Timo Kreuzer [Tue, 14 Jan 2014 19:41:01 +0000 (19:41 +0000)]
[RTL]
Fix a nasty bug in RtlQueryRegistryValues, that caused memory corruption when the the key name or data had the "wrong" length.

svn path=/trunk/; revision=61624

10 years ago[NTOSKRNL]
Timo Kreuzer [Mon, 13 Jan 2014 22:35:01 +0000 (22:35 +0000)]
[NTOSKRNL]
Forgot to commit this file.

svn path=/trunk/; revision=61623

10 years ago[WINLOGON]
Eric Kohl [Mon, 13 Jan 2014 22:15:27 +0000 (22:15 +0000)]
[WINLOGON]
- Implement the STATE_LOCKED and STATE_LOCKED_SAS states and their transitions.

[MSGINA]
- Disable the logoff button of the security dialog if the AutoAdminLogon option is enabled.
- Implement the unlock computer dialog. The user name and password check is not implemented yet. Just press OK to unlock the computer.
- Simulate an SAS when the DisableCAD option is enabled and the computer is locked. The unlock dialog appears immediately.

svn path=/trunk/; revision=61622

10 years ago[CMLIB]
Timo Kreuzer [Mon, 13 Jan 2014 21:18:03 +0000 (21:18 +0000)]
[CMLIB]
Pay back the US National Debt.
... well not entirely, but at least remove the "hack similar in magnitude to the US's National Debt"! As a nice side effect we can now load Windows 2003 hive files.

svn path=/trunk/; revision=61621

10 years ago[halx86]
Christoph von Wittich [Mon, 13 Jan 2014 20:09:12 +0000 (20:09 +0000)]
[halx86]
fix vendor name lookup - MegaRAID SAS 8480E VGA controllers does not exist (yet)

svn path=/trunk/; revision=61620

10 years ago[usetup]
Christoph von Wittich [Mon, 13 Jan 2014 18:43:14 +0000 (18:43 +0000)]
[usetup]
fix layout issue in german translation

svn path=/trunk/; revision=61619

10 years ago[ACCESS]
Amine Khaldi [Mon, 13 Jan 2014 13:18:29 +0000 (13:18 +0000)]
[ACCESS]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61618

10 years ago[LIBSXLT]
Amine Khaldi [Mon, 13 Jan 2014 13:16:57 +0000 (13:16 +0000)]
[LIBSXLT]
* Create a main header and move some inclusions to it.
CORE-7716

svn path=/trunk/; revision=61617

10 years ago[WINLOGON]
Amine Khaldi [Mon, 13 Jan 2014 13:16:29 +0000 (13:16 +0000)]
[WINLOGON]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve the main header.
CORE-7716

svn path=/trunk/; revision=61616

10 years ago[SMSS]
Amine Khaldi [Mon, 13 Jan 2014 13:16:07 +0000 (13:16 +0000)]
[SMSS]
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61615

10 years ago[SERVICES]
Amine Khaldi [Mon, 13 Jan 2014 13:10:28 +0000 (13:10 +0000)]
[SERVICES]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve the main header.
CORE-7716

svn path=/trunk/; revision=61614

10 years ago[MSIEXEC]
Amine Khaldi [Mon, 13 Jan 2014 13:08:47 +0000 (13:08 +0000)]
[MSIEXEC]
* Create a main header and move some inclusions to it.
CORE-7716

svn path=/trunk/; revision=61613

10 years ago[DISKPART]
Amine Khaldi [Mon, 13 Jan 2014 13:07:50 +0000 (13:07 +0000)]
[DISKPART]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61612

10 years ago[EXPLORER_NEW]
Amine Khaldi [Mon, 13 Jan 2014 13:05:47 +0000 (13:05 +0000)]
[EXPLORER_NEW]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61611

10 years ago[EXPLORER]
Amine Khaldi [Mon, 13 Jan 2014 13:03:08 +0000 (13:03 +0000)]
[EXPLORER]
* Remove one time shlwapi.h inclusion from the main header and put them back where it belongs.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61610

10 years ago[USETUP]
Amine Khaldi [Mon, 13 Jan 2014 13:01:38 +0000 (13:01 +0000)]
[USETUP]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve the GUIDs situation.
* Improve the main header.
CORE-7716

svn path=/trunk/; revision=61609

10 years ago[WLANSVC]
Amine Khaldi [Mon, 13 Jan 2014 12:59:02 +0000 (12:59 +0000)]
[WLANSVC]
* Create a main header and move some inclusions to it.
* Improve the header inclusions.
CORE-7716

svn path=/trunk/; revision=61608

10 years ago[TCPSVCS]
Amine Khaldi [Mon, 13 Jan 2014 12:57:08 +0000 (12:57 +0000)]
[TCPSVCS]
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61607

10 years ago[SVCHOST]
Amine Khaldi [Mon, 13 Jan 2014 12:50:25 +0000 (12:50 +0000)]
[SVCHOST]
* Remove one time inclusions from the main header and put them back where they belong.
* Do not include the whole NDK.
* Improve the main header.
CORE-7716

svn path=/trunk/; revision=61606

10 years ago[RPCSS]
Amine Khaldi [Mon, 13 Jan 2014 12:47:43 +0000 (12:47 +0000)]
[RPCSS]
* Move some inclusions to the main header.
* Remove inclusions and definitions that already exist in the main header.
* Remove one time winsvc.h inclusion from the main header and put them back where it belongs.
CORE-7716

svn path=/trunk/; revision=61605

10 years ago[EVENTLOG]
Amine Khaldi [Mon, 13 Jan 2014 12:46:06 +0000 (12:46 +0000)]
[EVENTLOG]
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61604

10 years ago[AUDIOSRV]
Amine Khaldi [Mon, 13 Jan 2014 12:45:14 +0000 (12:45 +0000)]
[AUDIOSRV]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve the main header.
CORE-7716

svn path=/trunk/; revision=61603

10 years ago[WINHLP32]
Amine Khaldi [Mon, 13 Jan 2014 12:43:38 +0000 (12:43 +0000)]
[WINHLP32]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header/resource file.
CORE-7716

svn path=/trunk/; revision=61602

10 years ago[TASKMGR]
Amine Khaldi [Mon, 13 Jan 2014 12:43:06 +0000 (12:43 +0000)]
[TASKMGR]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61601

10 years ago[SNDVOL32]
Amine Khaldi [Mon, 13 Jan 2014 12:42:34 +0000 (12:42 +0000)]
[SNDVOL32]
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61600

10 years ago[SNDREC32]
Amine Khaldi [Mon, 13 Jan 2014 12:41:57 +0000 (12:41 +0000)]
[SNDREC32]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61599

10 years ago[SHUTDOWN]
Amine Khaldi [Mon, 13 Jan 2014 12:41:18 +0000 (12:41 +0000)]
[SHUTDOWN]
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61598

10 years ago[usetup]
Christoph von Wittich [Mon, 13 Jan 2014 09:06:35 +0000 (09:06 +0000)]
[usetup]
fix german text layout

svn path=/trunk/; revision=61597

10 years ago[FREELDR/CMLIB]
Timo Kreuzer [Sun, 12 Jan 2014 21:55:20 +0000 (21:55 +0000)]
[FREELDR/CMLIB]
Update Copyright year and fix GCC build

svn path=/trunk/; revision=61596

10 years ago[FREELDR]
Timo Kreuzer [Sun, 12 Jan 2014 21:37:29 +0000 (21:37 +0000)]
[FREELDR]
Completely rewrite the registry code.
The old code was first loading the system hive and parsing it, duplicating each and every key and value into a custom freeldr specific registry format and used the latter to access the data. This was extremely slow when larger hive files (the one from a normal win 2003 installation is 2.5 MB vs 250kb in reactos) were imported. The new code uses the hive data directly. It's less code, faster and uses much less memory.
In the same move, refactor some mkhive code and move it into cmlib to be shared with freeldr.

svn path=/trunk/; revision=61595

10 years ago[MSGINA]
Eric Kohl [Sun, 12 Jan 2014 21:23:01 +0000 (21:23 +0000)]
[MSGINA]
Fix potential bug in ReadRegDwordKey.
CORE-7756 #resolve

svn path=/trunk/; revision=61594

10 years ago[SYSSETUP]
Sylvain Petreolle [Sun, 12 Jan 2014 15:38:17 +0000 (15:38 +0000)]
[SYSSETUP]
Move the locale page between the acknowledgments and the owner/computer name pages.
Arch, you do not want to type your Russian password with an English layout, do you ?

svn path=/trunk/; revision=61593

10 years ago[WINLOGON]
Eric Kohl [Sun, 12 Jan 2014 10:57:02 +0000 (10:57 +0000)]
[WINLOGON]
- Change state to STATE_LOGGED_ON_SAS while the security dialog is open.
- Ignore an SAS while winlogon is already in an SAS state.

[MSGINA]
- Read AutoAdminLogon and DisableCAD settings when msgina is initialized.
- LoggedOutWindowProc: Disable the Cancel button on the logon dialog if the DisableCAD option has been enabled.
- GUILoggedOnSAS: Fix misuse of result variable which caused some really strange effects.

svn path=/trunk/; revision=61592

10 years ago[NTOSKRNL]
Timo Kreuzer [Sat, 11 Jan 2014 23:13:48 +0000 (23:13 +0000)]
[NTOSKRNL]
Implement CmpLinkKeyToHive and create missing HKLM\Security\SAM -> HKLM\SAM\SAM and HKU\S-1-5-18 -> HKU\.Default links.

svn path=/trunk/; revision=61591

10 years ago[GLU32]
Amine Khaldi [Sat, 11 Jan 2014 21:26:12 +0000 (21:26 +0000)]
[GLU32]
* Fix whatever Z is attempting to do.

svn path=/trunk/; revision=61589

10 years ago[MSGINA]
Eric Kohl [Sat, 11 Jan 2014 20:47:41 +0000 (20:47 +0000)]
[MSGINA]
- WlxDisplaySASNotice: Do not try an auto admin logon here. Check for auto admin logon instead and let WlxLoggedOutSAS do the logon stuff.

[WINLOGON]
- Avoid posting two SAS notification messages when winlogon is started up.

svn path=/trunk/; revision=61587

10 years ago[WINLOGON]
Eric Kohl [Sat, 11 Jan 2014 16:20:31 +0000 (16:20 +0000)]
[WINLOGON]
- Implement a global dialog tracking list.
- Close the SAS notice dialog before the logon dialog is created and create a new SAS notice dialog when the user cancels the logon dialog. This prevents the creation of multiple SAS notice dialogs below the logon dialog.

svn path=/trunk/; revision=61585

10 years ago[NTOSKRNL]
Timo Kreuzer [Sat, 11 Jan 2014 15:31:16 +0000 (15:31 +0000)]
[NTOSKRNL]
Halfplement NtCloseObjectAuditAlarm (the internal function SepAdtCloseObjectAuditAlarm is not implemented yet, but the function now returns a proper status code)

svn path=/trunk/; revision=61584

10 years ago[NTOSKRNL]
Timo Kreuzer [Sat, 11 Jan 2014 15:23:53 +0000 (15:23 +0000)]
[NTOSKRNL]
Small optimization of SepPrivilegeCheck

svn path=/trunk/; revision=61582

10 years ago[MSGINA]
Eric Kohl [Sat, 11 Jan 2014 14:43:31 +0000 (14:43 +0000)]
[MSGINA]
GUIDisplaySASNotice: Use the WlxDialogBoyParam function to create the SAS notice dialog.

svn path=/trunk/; revision=61581

10 years ago[INCLUDES]
Amine Khaldi [Fri, 10 Jan 2014 18:58:31 +0000 (18:58 +0000)]
[INCLUDES]
* Do not mix ReactOS and Wine style debugging.
[SPEC2DEF]
* Use DbgPrint instead of DPRINT1 for the stub functions.
[ACTIVEDS]
* Cleanup the stubs file.
CORE-7716

svn path=/trunk/; revision=61578

10 years ago[WIN32K]
Jérôme Gardou [Thu, 9 Jan 2014 23:11:03 +0000 (23:11 +0000)]
[WIN32K]
 - Don't be so nitpicky about display frequency when setting up display driver.
Fixes vmare letter stamp behaviour after graphics driver installation

svn path=/trunk/; revision=61577

10 years ago[SHELL32]
Amine Khaldi [Thu, 9 Jan 2014 13:24:39 +0000 (13:24 +0000)]
[SHELL32]
* Add support for the CF_HDROP format in the shell drop targets.
* Implement IAsyncOperation for the shell data object implementation, which is how one checks to see if it's safe to perform a background copy.
* Actually check for the IAsyncOperation interface in the drop targets.
* 7-zip and WinRAR are now mostly working correctly in terms of drag and drop.
* Brought to you by Huw Campbell.
CORE-3760

svn path=/trunk/; revision=61576

10 years ago[WIN32K]
Jérôme Gardou [Wed, 8 Jan 2014 23:19:33 +0000 (23:19 +0000)]
[WIN32K]
 - Add some debug print lidting available modes from a device driver.
 - Take this as an occasion to use the much underrated win32k debug channels
Recompiling? You're so 2013!

svn path=/trunk/; revision=61575

10 years ago[NTOS]
Amine Khaldi [Wed, 8 Jan 2014 12:14:14 +0000 (12:14 +0000)]
[NTOS]
* Fix release build.

svn path=/trunk/; revision=61574

10 years ago[SMLIB]
Timo Kreuzer [Wed, 8 Jan 2014 00:01:11 +0000 (00:01 +0000)]
[SMLIB]
Fix "annotation" and use a better variable name.

svn path=/trunk/; revision=61573

10 years ago[NTOSKRNL]
Timo Kreuzer [Tue, 7 Jan 2014 23:51:56 +0000 (23:51 +0000)]
[NTOSKRNL]
- Update CM_KEY_CONTROL_BLOCK to match win2k3 SP2 symbols
- Implement KeyCachedInformation and KeyFlagsInformation cases in CmQueryKey

svn path=/trunk/; revision=61572

10 years ago[RTL/NTDLL]
Timo Kreuzer [Tue, 7 Jan 2014 21:26:06 +0000 (21:26 +0000)]
[RTL/NTDLL]
- Implement registry transaction API (RXACT)
- Add RtlCheckForOrphanedCriticalSections stub

svn path=/trunk/; revision=61571

10 years ago[NETAPI32/SAMSRV]
Timo Kreuzer [Tue, 7 Jan 2014 21:15:57 +0000 (21:15 +0000)]
[NETAPI32/SAMSRV]
- Update/fix exports to match win 2k3

svn path=/trunk/; revision=61570

10 years ago[NTOSKRNL]
Timo Kreuzer [Tue, 7 Jan 2014 20:50:34 +0000 (20:50 +0000)]
[NTOSKRNL]
- Fix return value of ObOpenObjectByName (in success case the return status of ObpLookupObjectName is returned.

svn path=/trunk/; revision=61569

10 years ago[RTL/NDK/NTDLL]
Timo Kreuzer [Tue, 7 Jan 2014 20:23:44 +0000 (20:23 +0000)]
[RTL/NDK/NTDLL]
- Fix calling convention of RtlSetProcessIsCritical and RtlSetThreadIsCritical (they are __cdecl!)
[NDK]
- Add missing extern "C"

svn path=/trunk/; revision=61568

10 years ago[DDK/XDK]
Timo Kreuzer [Tue, 7 Jan 2014 20:17:01 +0000 (20:17 +0000)]
[DDK/XDK]
- Add missing _KEY_USER_FLAGS_INFORMATION
- Fix some FSCTL_* constants, add Win7/8 ones
- Sync DDK/XDK (just a reminder, you are supposed to fix XDK headers and simply regenerate the DDK headers from them)

svn path=/trunk/; revision=61567

10 years ago[3DTEXT]
Amine Khaldi [Tue, 7 Jan 2014 17:11:52 +0000 (17:11 +0000)]
[3DTEXT]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61566

10 years ago[SC]
Amine Khaldi [Tue, 7 Jan 2014 17:10:31 +0000 (17:10 +0000)]
[SC]
* Move conio.h inclusion where it's used.
CORE-7716

svn path=/trunk/; revision=61565

10 years ago[REGEDIT]
Amine Khaldi [Tue, 7 Jan 2014 17:08:52 +0000 (17:08 +0000)]
[REGEDIT]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61564

10 years ago[RAPPS]
Amine Khaldi [Tue, 7 Jan 2014 17:07:36 +0000 (17:07 +0000)]
[RAPPS]
* Move some definitions to the main header.
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61563

10 years ago[NOTEPAD]
Amine Khaldi [Tue, 7 Jan 2014 17:05:34 +0000 (17:05 +0000)]
[NOTEPAD]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup headers.
CORE-7716

svn path=/trunk/; revision=61562

10 years ago[TELNET]
Amine Khaldi [Tue, 7 Jan 2014 17:03:47 +0000 (17:03 +0000)]
[TELNET]
* Move the main header up one level.
* Move some inclusions to the main header.
* Remove inclusions and definitions that already exist in the main header.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61561

10 years ago[NSLOOKUP]
Amine Khaldi [Tue, 7 Jan 2014 17:01:18 +0000 (17:01 +0000)]
[NSLOOKUP]
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61560

10 years ago[FTP]
Amine Khaldi [Tue, 7 Jan 2014 16:59:58 +0000 (16:59 +0000)]
[FTP]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup headers including the main one.
CORE-7716

svn path=/trunk/; revision=61559

10 years ago[FINGER]
Amine Khaldi [Tue, 7 Jan 2014 16:30:52 +0000 (16:30 +0000)]
[FINGER]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61558

10 years ago[MSTSC]
Amine Khaldi [Tue, 7 Jan 2014 16:29:20 +0000 (16:29 +0000)]
[MSTSC]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61557

10 years ago[MSPAINT]
Amine Khaldi [Tue, 7 Jan 2014 16:27:45 +0000 (16:27 +0000)]
[MSPAINT]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61556

10 years ago[SERVMAN]
Amine Khaldi [Tue, 7 Jan 2014 16:27:17 +0000 (16:27 +0000)]
[SERVMAN]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61555

10 years ago[RSYM]
Amine Khaldi [Tue, 7 Jan 2014 16:26:57 +0000 (16:26 +0000)]
[RSYM]
* Remove unused field.

svn path=/trunk/; revision=61554

10 years ago[DEVMGMT]
Amine Khaldi [Mon, 6 Jan 2014 21:03:41 +0000 (21:03 +0000)]
[DEVMGMT]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61553

10 years ago[MSCONFIG]
Amine Khaldi [Mon, 6 Jan 2014 21:01:43 +0000 (21:01 +0000)]
[MSCONFIG]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61552

10 years ago[MMCCLIENT]
Amine Khaldi [Mon, 6 Jan 2014 20:59:11 +0000 (20:59 +0000)]
[MMCCLIENT]
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61551

10 years ago[MAGNIFY]
Amine Khaldi [Mon, 6 Jan 2014 20:56:34 +0000 (20:56 +0000)]
[MAGNIFY]
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61550

10 years ago[LOGOFF]
Amine Khaldi [Mon, 6 Jan 2014 20:54:43 +0000 (20:54 +0000)]
[LOGOFF]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
* Remove useless NDEBUG define.
CORE-7716

svn path=/trunk/; revision=61549

10 years ago[WINMINE]
Amine Khaldi [Mon, 6 Jan 2014 20:51:41 +0000 (20:51 +0000)]
[WINMINE]
* Move some inclusions to the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61548

10 years ago[FONTVIEW]
Amine Khaldi [Mon, 6 Jan 2014 20:48:44 +0000 (20:48 +0000)]
[FONTVIEW]
* Create a main header and move some inclusions to it.
CORE-7716

svn path=/trunk/; revision=61547

10 years ago[OPENGL32]
Jérôme Gardou [Mon, 6 Jan 2014 19:25:17 +0000 (19:25 +0000)]
[OPENGL32]
 - remove useless assert
 - fix typo in SetDIBitstoDevice call

svn path=/trunk/; revision=61546

10 years ago[MESA]
Jérôme Gardou [Mon, 6 Jan 2014 18:39:42 +0000 (18:39 +0000)]
[MESA]
 - Use PSEH to test and catch SSE exceptions
#CORE-7727 Problem with software implementation is fixed with r61545. Investigating on vmware driver support.

svn path=/trunk/; revision=61545

10 years ago[WIN32K]
Jérôme Gardou [Sun, 5 Jan 2014 20:57:51 +0000 (20:57 +0000)]
[WIN32K]
 - Implement NtGdiSwapBuffers

svn path=/trunk/; revision=61541

10 years ago[WIN32K]
Jérôme Gardou [Sun, 5 Jan 2014 20:50:09 +0000 (20:50 +0000)]
[WIN32K]
 - Formatting only, no code change

svn path=/trunk/; revision=61540

10 years ago[LSASRV][MSV1_0]
Eric Kohl [Sun, 5 Jan 2014 16:06:16 +0000 (16:06 +0000)]
[LSASRV][MSV1_0]
- Add all groups, of which the user is a member, to the token group list.
- Remove the hard-coded administrators group and users group from the token group list.

This patch enables us to create ordinary user accounts which are not members of the administrator group and which do not have administrator privileges. Now we can start to test and fix the security components!

svn path=/trunk/; revision=61539

10 years ago[SHELL32]
Amine Khaldi [Sun, 5 Jan 2014 12:48:42 +0000 (12:48 +0000)]
[SHELL32]
* Move shell file operations to background threads to prevent the shell from hanging during long copies, deletes, and moves.
* Improve drag and drop functionality.
* Add a partial drop handler to the recycle bin.
* Brought to you by Huw Campbell.
CORE-3760

svn path=/trunk/; revision=61537

10 years ago[SAMSRV]
Eric Kohl [Sun, 5 Jan 2014 12:00:16 +0000 (12:00 +0000)]
[SAMSRV]
SamrGetAliasMembership: Do not overwrite enties of the RID array.

svn path=/trunk/; revision=61536

10 years ago[SPIDER]
Amine Khaldi [Sat, 4 Jan 2014 15:12:53 +0000 (15:12 +0000)]
[SPIDER]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
* Dedicated to Daniel Reimer.
CORE-7716

svn path=/trunk/; revision=61534

10 years ago[CARDLIB]
Amine Khaldi [Sat, 4 Jan 2014 15:07:36 +0000 (15:07 +0000)]
[CARDLIB]
* Fix build.

svn path=/trunk/; revision=61533

10 years ago[CARDLIB]
Amine Khaldi [Sat, 4 Jan 2014 15:01:58 +0000 (15:01 +0000)]
[CARDLIB]
* Move some inclusions to the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61532

10 years ago[CARDLIB]
Amine Khaldi [Sat, 4 Jan 2014 14:28:53 +0000 (14:28 +0000)]
[CARDLIB]
* Forgot this file. Fixes build.

svn path=/trunk/; revision=61531

10 years ago[SOL]
Amine Khaldi [Sat, 4 Jan 2014 14:25:09 +0000 (14:25 +0000)]
[SOL]
* Remove one time inclusions from the main header and put them back where they belong.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61530