Commit graph

56076 commits

Author SHA1 Message Date
Amine Khaldi 19f72d7cc5 [FDEBUG]
* Add Albanian translation. By Ardit Dani.
[ACLUI]
* Enable the Albanian translation.
CORE-7868 #resolve #comment Committed in r62064. Thanks !

svn path=/trunk/; revision=62064
2014-02-09 10:52:09 +00:00
Amine Khaldi 06510e690b [BASE/SYSTEM]
* Prepare the CMake scripts for PCH.
CORE-7716

svn path=/trunk/; revision=62063
2014-02-09 10:40:34 +00:00
Johannes Anderwald 114af4f814 [NETSHELL]
- fix identation 
- found by Christoph

svn path=/trunk/; revision=62062
2014-02-09 10:24:31 +00:00
Hermès Bélusca-Maïto 2567316aa2 [CONSRV]
Silence a DPRINT.

svn path=/trunk/; revision=62061
2014-02-08 22:30:45 +00:00
Hermès Bélusca-Maïto cc269f9cb4 [KERNEL32]
Fix finding the environment multi-string size (use the same code as in RtlpInitEnvironment instead of using hackish and broken code; the two while() are here because the environment string is a "multi-string", hence a list of strings, each terminated by a NULL char, and the whole multi-string is terminated by two NULL chars (the one of the last string plus an empty string).
Also fix a cast.
This fixes the launch of some programs, and this was triggered by tring to compiling the host-tools of the ReactOS source code with RosBE, on ReactOS.
CORE-7870 #resolve #comment Fixed in revision 62060.

svn path=/trunk/; revision=62060
2014-02-08 22:22:21 +00:00
Eric Kohl 535049cf93 [MSGINA]
- Display the current domain in the logon dialog and pass it to the logon routine.
- Fix wrong default domain registry value name.

svn path=/trunk/; revision=62059
2014-02-08 21:33:13 +00:00
Timo Kreuzer 4a8d13c7e3 [NTOSKRNL]
- Lock the token in SepPrivilegeCheck
- Make use of RtlEqualLuid instead of manual comparison of fields
- Implement SepSinglePrivilegeCheck and SePrivilegePolicyCheck and use the latter in SepAccessCheck

svn path=/trunk/; revision=62058
2014-02-08 20:01:09 +00:00
Benedikt Freisen 530512f17e [MSPAINT] change misleading "LGPL version 3" resource strings to just "LGPL" as the header comments in the sources never restricted the version
svn path=/trunk/; revision=62057
2014-02-08 19:22:31 +00:00
Johannes Anderwald aa48263579 - implement launching hardware properties dialog
svn path=/trunk/; revision=62056
2014-02-08 19:10:07 +00:00
Amine Khaldi 3d82bfc371 [SERVICES]
* Prepare the CMake scripts for PCH.
CORE-7716

svn path=/trunk/; revision=62055
2014-02-08 19:01:04 +00:00
Amine Khaldi 4319284676 [APPLICATIONS]
* Prepare the CMake scripts for PCH.
CORE-7716

svn path=/trunk/; revision=62054
2014-02-08 18:13:52 +00:00
Benedikt Freisen 315418173c [MSPAINT]
- properly refresh scroll box client when moving a selection
- use meaningful macros for some integer constants

svn path=/trunk/; revision=62052
2014-02-08 17:49:24 +00:00
Timo Kreuzer 2972d3179b [NTOSKRNL]
Implement MiLockVirtualMemory / MiUnlockVirtualMemory. Due to missing WS list support, hack the WS list entries into the PFN, until we support WS lists.

svn path=/trunk/; revision=62051
2014-02-08 17:45:19 +00:00
Amine Khaldi 35a81cf970 [SNDREC32]
* Don't compile these two source files just yet, they're empty.

svn path=/trunk/; revision=62050
2014-02-08 17:44:38 +00:00
Amine Khaldi d8d193b517 [NETID]
* Properly name the resource file. Fixes *nix build.

svn path=/trunk/; revision=62049
2014-02-08 17:40:22 +00:00
Amine Khaldi 757a145292 [CONSOLE]
* Properly name the resource file. Fixes *nix build.

svn path=/trunk/; revision=62048
2014-02-08 17:34:10 +00:00
Amine Khaldi f572196910 [WINHLP32]
* We don't need to allow warnings in GCC builds anymore.

svn path=/trunk/; revision=62047
2014-02-08 17:26:49 +00:00
Amine Khaldi 8d228b4059 [RAPPS]
* We don't need to set these includes here.

svn path=/trunk/; revision=62046
2014-02-08 17:18:23 +00:00
Timo Kreuzer 0d8baf4ad3 [NTOSKRNL]
Fix LDR entry reference count.
CORE-7862 #resolve

svn path=/trunk/; revision=62045
2014-02-08 16:28:14 +00:00
Amine Khaldi 25a0f3b584 [INETCOMM]
* Add header guards to the main header.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=62044
2014-02-08 16:22:49 +00:00
Eric Kohl 04fa2dd3ef [MSGINA]
- Update IDD_NOTICE_DLG and IDD_LOGGEDOUT_DLG to better match XP/2003. Patch by Lee Schroeder. Thanks a lot!
- Fix dialogs that were not updated by Lee's patch.

CORE-7604 #resolve

svn path=/trunk/; revision=62043
2014-02-08 15:59:54 +00:00
Timo Kreuzer e3c21af5dd [NTOSKRNL]
Move the remaining 2 ROSPFN fields into the MMPFN structure instead of allocating ROSPFNs from non-paged pool.

svn path=/trunk/; revision=62042
2014-02-08 15:54:38 +00:00
Benedikt Freisen ab2d86c6a7 [MSPAINT] Make sure that the selection is not resized to less than 1x1 pixels
svn path=/trunk/; revision=62041
2014-02-08 15:32:51 +00:00
Amine Khaldi 258cfa34a0 [WIN32DLLS]
* Add Albanian translation. Brought to you by Ardit Dani.
CORE-7867 #resolve #comment Committed in r62040. Thanks !

svn path=/trunk/; revision=62040
2014-02-08 15:13:17 +00:00
Amine Khaldi 81013ac0e7 [SHELLEXTS]
* Add Albanian translation. Brought to you by Ardit Dani.
CORE-7866 #resolve #comment Committed in r62039. Thanks !

svn path=/trunk/; revision=62039
2014-02-08 15:08:59 +00:00
Amine Khaldi 842f1634b9 [CPLS]
* Add Albanian translation. Brought to you by Ardit Dani.
CORE-7865 #resolve #comment Committed in r62038. Thanks !

svn path=/trunk/; revision=62038
2014-02-08 15:06:20 +00:00
Timo Kreuzer d112f4df7e [NTOSKRNL]
Stop spamming "Received Unhandled API 315f", when using recent versions of WinDbg.

svn path=/trunk/; revision=62037
2014-02-08 14:57:11 +00:00
Timo Kreuzer dead0458d9 [NTOSKRNL]
Fix handling of compressed names in the registry.

svn path=/trunk/; revision=62036
2014-02-08 14:54:57 +00:00
Timo Kreuzer c135323120 [NTOSKRNL]
Move access check code out of semgr.c into accesschk.c, no code change.

svn path=/trunk/; revision=62035
2014-02-08 14:48:15 +00:00
Hermès Bélusca-Maïto c825e59ef7 [FONTS]
Remove the FontForge project of the UniVGA font, since it is now hosted on http://rtoss.googlecode.com/svn/UniVGA16/ . Update the README file accordingly.

svn path=/trunk/; revision=62034
2014-02-08 14:39:33 +00:00
Jérôme Gardou 68e04907c0 [BOOTDATA]
- Give VBE diaply adapter a description.
Dedicated to Hermès

svn path=/trunk/; revision=62033
2014-02-08 14:17:44 +00:00
Amine Khaldi 81fad2376a [WINSTA]
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=62032
2014-02-08 13:38:07 +00:00
Amine Khaldi 56f3eadd4a [TRANSLATIONS]
* Turkish translation update by Erdem Ersoy.
CORE-7861

svn path=/trunk/; revision=62031
2014-02-08 13:32:53 +00:00
Jérôme Gardou 8fa4d7684a [DESK]
- Add Device Description Registry value in Display Class Installer.

svn path=/trunk/; revision=62030
2014-02-07 23:36:02 +00:00
Jérôme Gardou 4f5c53dfe7 [WIN32K]
- Slightly improve the way the Device Description is retrieved.
 - Slightly improve registry function.

svn path=/trunk/; revision=62029
2014-02-07 23:35:06 +00:00
Amine Khaldi 9bae59a449 [UNICOWS]
* Correct the destination of this dll.

svn path=/trunk/; revision=62028
2014-02-07 21:56:49 +00:00
Amine Khaldi 7b08b29f27 [BZIP2]
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=62027
2014-02-07 21:44:50 +00:00
Amine Khaldi 294c6bf382 [WIN32DLLS]
* Add header guards to the main headers.
CORE-7716

svn path=/trunk/; revision=62026
2014-02-07 18:02:02 +00:00
Benedikt Freisen 26fe5c6195 [MSPAINT]
- Simplify menu initialization
- Add proof-of-concept text drawing functionality (for now with hard-coded text and font)
- use RECT instead of int[4] and POINT instead of int x,y
- move some redundant code to new function ForceRefreshSelectionContents
- rework transparent selection code using new function ColorKeyedMaskBlt

svn path=/trunk/; revision=62025
2014-02-07 17:54:25 +00:00
Amine Khaldi 7c63179f24 [MSGINA]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=62024
2014-02-07 17:38:56 +00:00
Amine Khaldi af07a1f3d9 [WIN32SS]
* Add header guards to the main headers.
CORE-7716

svn path=/trunk/; revision=62023
2014-02-07 17:32:20 +00:00
Amine Khaldi 38408e0a97 [LIBS]
* Add header guards to the main headers.
CORE-7716

svn path=/trunk/; revision=62022
2014-02-07 16:58:53 +00:00
Amine Khaldi 4b0e4bc515 [TDI]
* Add header guards to the main header.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=62021
2014-02-07 16:54:11 +00:00
Jérôme Gardou 876906d09a [FORMATTING]
- while I am at it. No code change.

svn path=/trunk/; revision=62020
2014-02-06 22:13:15 +00:00
Jérôme Gardou 116102fec2 [KERNEL32]
- Use current directory for NULL parameter in GetDriveType
Patch by Kenneth Deane (kde678 __AT__ gmail __DOT__ com), slightly modified by myself. Thanks!

svn path=/trunk/; revision=62019
2014-02-06 22:10:44 +00:00
Timo Kreuzer 3a982ed8e3 Fix GCC build
svn path=/trunk/; revision=62017
2014-02-06 19:33:01 +00:00
Timo Kreuzer e5c07026ca [NTOSKRNL]
Implement SepAccessCheckAndAuditAlarm, which now does proper argument capturing and forwards those to SepAccessCheckAndAuditAlarmWorker, which for now only grants access without checking.

svn path=/trunk/; revision=62016
2014-02-06 19:26:05 +00:00
Amine Khaldi 117c9232e4 [NPFS]
* Add header guards to the main header.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=62015
2014-02-06 19:08:00 +00:00
Amine Khaldi 27557e4cd0 [MUP]
* Add header guards to the main header.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=62014
2014-02-06 18:05:58 +00:00
Amine Khaldi 6353845cf6 [NDISUIO]
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=62013
2014-02-06 17:19:30 +00:00