reactos.git
9 years ago[ODBCCP32]: Whitespace fixes only.
Hermès Bélusca-Maïto [Sun, 22 Jun 2014 09:37:55 +0000 (09:37 +0000)]
[ODBCCP32]: Whitespace fixes only.

svn path=/trunk/; revision=63626

9 years ago[ODBCCP32]
Hermès Bélusca-Maïto [Sun, 22 Jun 2014 09:33:46 +0000 (09:33 +0000)]
[ODBCCP32]
The control panel automatically runs this applet without clicking on it, fix this wrong behaviour.
Patch by Lee Schröder
CORE-8323 #resolve #comment Thanks :)

svn path=/trunk/; revision=63625

9 years ago[WIN32K]
Thomas Faber [Sat, 21 Jun 2014 11:07:51 +0000 (11:07 +0000)]
[WIN32K]
- Pass a boolean argument to RtlEqualUnicodeString

svn path=/trunk/; revision=63624

9 years ago[KSECDD]
Jérôme Gardou [Thu, 19 Jun 2014 11:24:48 +0000 (11:24 +0000)]
[KSECDD]
 - Really export symbols
 - Properly stub InitSecurityInterfaceW
 - Install the driver

svn path=/trunk/; revision=63619

9 years ago[NTOS/MM]
Jérôme Gardou [Thu, 19 Jun 2014 10:50:47 +0000 (10:50 +0000)]
[NTOS/MM]
 - Do not mark VAD as private memory when creating a MEMORY_AREA, as this is never the case (only used for sections)
 - Add a few DPRINTS.
CORE-8140 #resolve fixed with r63618

svn path=/trunk/; revision=63618

9 years ago[OPENGL32/MESA]
Jérôme Gardou [Thu, 19 Jun 2014 08:18:25 +0000 (08:18 +0000)]
[OPENGL32/MESA]
 - Report OpenGL version 1.1

svn path=/trunk/; revision=63617

9 years ago[NTOS/MM]
Jérôme Gardou [Wed, 18 Jun 2014 18:32:46 +0000 (18:32 +0000)]
[NTOS/MM]
 - When freeing virtual memory, correctly set the ending address of the shrunk memory area.
CORE-7467

svn path=/trunk/; revision=63616

9 years ago[OPENGL32]
Jérôme Gardou [Wed, 18 Jun 2014 17:28:14 +0000 (17:28 +0000)]
[OPENGL32]
 - fix an off-by-one error

svn path=/trunk/; revision=63615

9 years ago[OPENGL32]
Jérôme Gardou [Wed, 18 Jun 2014 17:24:18 +0000 (17:24 +0000)]
[OPENGL32]
 - Fix bitfields for 16-bits pixel format

svn path=/trunk/; revision=63614

9 years ago[OPENGL32/MESA]
Jérôme Gardou [Wed, 18 Jun 2014 15:58:59 +0000 (15:58 +0000)]
[OPENGL32/MESA]
 - Get rid of EXT_secondary_color, ARB_imaging and a few others support
CORE-7499

svn path=/trunk/; revision=63613

9 years ago[WIN32K]
Hermès Bélusca-Maïto [Tue, 17 Jun 2014 20:51:04 +0000 (20:51 +0000)]
[WIN32K]
The winstation spinlock is a leftover of some old code. It can be removed.
<+smiley1_> hbelusca: yeah the spinlock should be removed
<@hbelusca> smiley1_ - was it from old code?
<+smiley1_> hbelusca: go on

svn path=/trunk/; revision=63612

9 years ago[WIN32K]: TWOPARAM_ROUTINE_SETCARETPOS does exist in windows, and we also have it...
Hermès Bélusca-Maïto [Tue, 17 Jun 2014 20:47:55 +0000 (20:47 +0000)]
[WIN32K]: TWOPARAM_ROUTINE_SETCARETPOS does exist in windows, and we also have it in our SimpleCallRoutines enumeration.

svn path=/trunk/; revision=63611

9 years ago[WIN32K]
Hermès Bélusca-Maïto [Tue, 17 Jun 2014 20:01:23 +0000 (20:01 +0000)]
[WIN32K]
There is a bug in win32k (who would have thought that?) that consists in holding a winstation spinlock while running PAGED_CODE MmCopyToCaller function, when building the list of desktops of a given window station (the bug is easily triggerable when calling EnumDesktopsW). Since this lock is never used in anyplace but in this function, which, by the way, is just a reader function that fills user buffer, I consider that it is safe to remove this lock. However I want approval from win32k specialists. Hence I just disable the code with a define USE_WINSTA_LOCK. If this lock is really needed, please rewrite the BuildDesktopNameList function !! Otherwise remove this lock and the associated code !!
This is a blocker for the shutdown code.

svn path=/trunk/; revision=63610

9 years ago[OPENGL32/MESA]
Jérôme Gardou [Tue, 17 Jun 2014 14:48:39 +0000 (14:48 +0000)]
[OPENGL32/MESA]
 - Some more cleanup from previous commits
CORE-7499

svn path=/trunk/; revision=63609

9 years ago[OPENGL32/MESA]
Jérôme Gardou [Tue, 17 Jun 2014 09:02:19 +0000 (09:02 +0000)]
[OPENGL32/MESA]
 - Get rid of APPLE_vertex_array_object, ARB_vertex_array_object and APPLE_object_purgeable
CORE-7499

svn path=/trunk/; revision=63608

9 years ago[OPENGL32/MESA]
Jérôme Gardou [Mon, 16 Jun 2014 19:16:37 +0000 (19:16 +0000)]
[OPENGL32/MESA]
 - Get rid of non-power-of-two and 3D textures
 - Some cleanup of previous work
CORE-7499

svn path=/trunk/; revision=63607

9 years ago[OPENGL32/MESA]
Jérôme Gardou [Mon, 16 Jun 2014 18:18:40 +0000 (18:18 +0000)]
[OPENGL32/MESA]
 - Get rid of support for ARB_texture_float, ARB_half_float_vertex and ARB_half_float_pixel

svn path=/trunk/; revision=63606

9 years ago[RPCRT4]
Jérôme Gardou [Mon, 16 Jun 2014 16:31:06 +0000 (16:31 +0000)]
[RPCRT4]
 - Free parameters allocated by application before anything else.
See CORE-8200 #comment committed in r63605, waiting for wine to accept it before closing.

svn path=/trunk/; revision=63605

9 years ago[SERVICES]
Hermès Bélusca-Maïto [Mon, 16 Jun 2014 00:49:28 +0000 (00:49 +0000)]
[SERVICES]
The SCM also sets a shutdown level, lower than the default value for programs (this was cross-checked with Windows 2k3, the value chosen is for compatibility purposes).

svn path=/trunk/; revision=63604

9 years ago- Update wine test to 1.7.20.
James Tabor [Sun, 15 Jun 2014 21:54:12 +0000 (21:54 +0000)]
- Update wine test to 1.7.20.

svn path=/trunk/; revision=63603

9 years ago[User32]
James Tabor [Sun, 15 Jun 2014 21:53:23 +0000 (21:53 +0000)]
[User32]
- Patch by Henri Verbeet : Ensure at least one character is used in TEXT_WordBreak().

svn path=/trunk/; revision=63602

9 years ago[EXPLORER][EXPLORER_NEW]
Hermès Bélusca-Maïto [Sun, 15 Jun 2014 20:02:26 +0000 (20:02 +0000)]
[EXPLORER][EXPLORER_NEW]
[TASKMGR]
Set a proper shutdown level (with SetProcessShutdownParameters) so that explorer and taskmgr are terminated the very last when one shutdowns ReactOS.
See Windows Internals 4th page 286 (section "Shutdown") which gives the values (that I've cross-checked on Windows 2k3 too).

svn path=/trunk/; revision=63601

9 years ago[CSRSRV]
Hermès Bélusca-Maïto [Sun, 15 Jun 2014 19:28:41 +0000 (19:28 +0000)]
[CSRSRV]
- Cleanup CSRSRV from the very last remnants of CsrEnumProcesses i.e. the old & buggy way of shutdowning process (lots of work must be done in winsrv side).
- Fixup FindProcessForShutdown (reenable commented code in it, and set a proper status error code if CsrImpersonateClient call fails).

svn path=/trunk/; revision=63600

9 years ago[TASKMGR]: Use the EndTask API to kill tasks.
Hermès Bélusca-Maïto [Sun, 15 Jun 2014 17:47:40 +0000 (17:47 +0000)]
[TASKMGR]: Use the EndTask API to kill tasks.

svn path=/trunk/; revision=63599

9 years ago[CONSRV]: Add information info for the changes of r63595.
Hermès Bélusca-Maïto [Sun, 15 Jun 2014 14:59:26 +0000 (14:59 +0000)]
[CONSRV]: Add information info for the changes of r63595.

svn path=/trunk/; revision=63598

9 years ago[USETUP]
Eric Kohl [Sun, 15 Jun 2014 12:02:08 +0000 (12:02 +0000)]
[USETUP]
Re-enable scrolling through multiple disks and support logical partitions.

svn path=/trunk/; revision=63597

9 years ago[EXPLORER]: Remove some painting hack from revision 36668 .
Hermès Bélusca-Maïto [Fri, 13 Jun 2014 23:36:29 +0000 (23:36 +0000)]
[EXPLORER]: Remove some painting hack from revision 36668 .

svn path=/trunk/; revision=63596

9 years ago[ConSrv]
James Tabor [Fri, 13 Jun 2014 01:49:29 +0000 (01:49 +0000)]
[ConSrv]
- Move CreateSysMenu after creating the main window. This is a hax fix for CORE-8129.

svn path=/trunk/; revision=63595

9 years ago- fix the fix.
James Tabor [Fri, 13 Jun 2014 01:45:44 +0000 (01:45 +0000)]
- fix the fix.

svn path=/trunk/; revision=63594

9 years ago[Win32k]
James Tabor [Fri, 13 Jun 2014 01:40:59 +0000 (01:40 +0000)]
[Win32k]
- Test for disabled windows, fix CORE-8089 and see CORE-6651.

svn path=/trunk/; revision=63593

9 years ago[Win32k]
James Tabor [Wed, 11 Jun 2014 19:48:43 +0000 (19:48 +0000)]
[Win32k]
- Apply patch from r63350. Modified so the WM_ACTIVATEAPP before the WM_NC/ACTIVATE call not after.

svn path=/trunk/; revision=63592

9 years ago[NET]
Eric Kohl [Tue, 10 Jun 2014 22:36:31 +0000 (22:36 +0000)]
[NET]
Add the /help option to the helpmsg command too.

svn path=/trunk/; revision=63591

9 years ago[HIDPARSE]
Jérôme Gardou [Tue, 10 Jun 2014 22:17:58 +0000 (22:17 +0000)]
[HIDPARSE]
 - Use cdecl for variadic function prototype
See CORE-6447

svn path=/trunk/; revision=63590

9 years agoRevert "[CMAKE/RPC]"
Jérôme Gardou [Tue, 10 Jun 2014 22:17:47 +0000 (22:17 +0000)]
Revert "[CMAKE/RPC]"

This reverts commit a8356056cb870090a1fb39921e469b8410d36962.

svn path=/trunk/; revision=63589

9 years ago[CMAKE/RPC]
Jérôme Gardou [Tue, 10 Jun 2014 22:15:57 +0000 (22:15 +0000)]
[CMAKE/RPC]
 - Disable -Oif flags for generating client/server stubs with widl, except for advapi32 which needs it
See CORE-8200 for details

svn path=/trunk/; revision=63588

9 years ago[NET]
Eric Kohl [Tue, 10 Jun 2014 21:35:39 +0000 (21:35 +0000)]
[NET]
Implement the /help option for the pause, start and stop commands.

svn path=/trunk/; revision=63587

9 years ago[CONSRV]: Fix erroneous X-offset when copying text lines.
Hermès Bélusca-Maïto [Tue, 10 Jun 2014 19:49:22 +0000 (19:49 +0000)]
[CONSRV]: Fix erroneous X-offset when copying text lines.

svn path=/trunk/; revision=63586

9 years ago[OLEAUT32]
Amine Khaldi [Tue, 10 Jun 2014 16:36:51 +0000 (16:36 +0000)]
[OLEAUT32]
* Reorder some exports and remove the ones that do not exist in native.
CORE-8174

svn path=/trunk/; revision=63585

9 years ago[SETUPAPI]
Amine Khaldi [Tue, 10 Jun 2014 16:14:12 +0000 (16:14 +0000)]
[SETUPAPI]
* Remove exports that do not exist in native.
CORE-8174

svn path=/trunk/; revision=63584

9 years ago[NTOS:NEWCC]
Aleksandar Andrejevic [Mon, 9 Jun 2014 23:35:16 +0000 (23:35 +0000)]
[NTOS:NEWCC]
In _MiMapViewOfSegment, if no base address was specified, the granularity should be 64K.

svn path=/trunk/; revision=63583

9 years ago[TRANSLATION]
Daniel Reimer [Mon, 9 Jun 2014 21:37:52 +0000 (21:37 +0000)]
[TRANSLATION]
Polish translation of a few INF files by Adam Stachowicz
CORE-8218 #comment INF files committed. Thx for help.

svn path=/trunk/; revision=63582

9 years ago[TRANSLATIONS]
Ziliang Guo [Mon, 9 Jun 2014 21:33:59 +0000 (21:33 +0000)]
[TRANSLATIONS]
Add polish translations for various applications, control panel applets, and modules.
CORE-8218 #resolve #comment

svn path=/trunk/; revision=63581

9 years ago[NTOS:MM]
Aleksandar Andrejevic [Mon, 9 Jun 2014 18:21:03 +0000 (18:21 +0000)]
[NTOS:MM]
MmUnmapViewOfCacheSegment expects DeleteInProgress to be FALSE and the address space to be unlocked.
Allow unmapping memory areas which belong to the cache.

svn path=/trunk/; revision=63580

9 years ago[KERNEL32]
Pierre Schweitzer [Mon, 9 Jun 2014 16:53:39 +0000 (16:53 +0000)]
[KERNEL32]
- Move CopyFileExW() implementation to BasepCopyFileExW()
- Call BasepCopyFileExW() from CopyFileExW()
- Implement PrivCopyFileExW() using BasepCopyFileExW()

TODO: Fix BasepCopyFileExW() implementation

svn path=/trunk/; revision=63579

9 years ago[KERNEL32]
Pierre Schweitzer [Mon, 9 Jun 2014 16:48:59 +0000 (16:48 +0000)]
[KERNEL32]
- Add defines for internal flags for BasepCopyFileExW().
- Add prototype for BasepCopyFileExW().

Based on documentation by Alex.

svn path=/trunk/; revision=63578

9 years ago[WIN32K]
Amine Khaldi [Mon, 9 Jun 2014 13:36:20 +0000 (13:36 +0000)]
[WIN32K]
* Improve FLOATOBJ_Set{0,1}. By Timo.

svn path=/trunk/; revision=63577

9 years ago[WIN32K/FREETYPE]
Amine Khaldi [Mon, 9 Jun 2014 13:31:38 +0000 (13:31 +0000)]
[WIN32K/FREETYPE]
* Consider current WorldTransform in ExtTextOutW.
* Brought to you by Manuel "Tarnyko" Bachmann. Fix improved by Timo Kreuzer and me.
CORE-8306 #resolve #comment Fixed in r63576. Thanks!

svn path=/trunk/; revision=63576

9 years ago[NET]
Eric Kohl [Mon, 9 Jun 2014 12:56:05 +0000 (12:56 +0000)]
[NET]
Convert help and usage texts to string resources.

svn path=/trunk/; revision=63575

9 years ago[USETUP]
Eric Kohl [Mon, 9 Jun 2014 01:49:24 +0000 (01:49 +0000)]
[USETUP]
Add the create logical partition page.

svn path=/trunk/; revision=63574

9 years ago[CONSRV]: Use InterlockedExchange16 to exchange Begin and End COORD structure members.
Hermès Bélusca-Maïto [Sun, 8 Jun 2014 23:02:40 +0000 (23:02 +0000)]
[CONSRV]: Use InterlockedExchange16 to exchange Begin and End COORD structure members.

svn path=/trunk/; revision=63573

9 years ago[CRT/INTRIN_X86]
Hermès Bélusca-Maïto [Sun, 8 Jun 2014 22:28:35 +0000 (22:28 +0000)]
[CRT/INTRIN_X86]
Add InterlockedExchange8/16 for GCC. Reviewed by Timo.

svn path=/trunk/; revision=63572

9 years ago[OLE32]
Amine Khaldi [Sun, 8 Jun 2014 19:25:14 +0000 (19:25 +0000)]
[OLE32]
* Reorder some exports, add some missing ones and remove the ones that do not exist in native.
CORE-8174

svn path=/trunk/; revision=63571

9 years ago[USETUP]
Eric Kohl [Sun, 8 Jun 2014 19:05:03 +0000 (19:05 +0000)]
[USETUP]
- Add status text for logical partition entries in the partition list.
- Add logical partition creation page dummy.

svn path=/trunk/; revision=63570

9 years ago[RPCRT4]
Amine Khaldi [Sun, 8 Jun 2014 18:46:01 +0000 (18:46 +0000)]
[RPCRT4]
* Reorder some exports, remove some commented out ones, add some missing ones and remove the ones that do not exist in native.
CORE-8174

svn path=/trunk/; revision=63569

9 years ago[ATL][ATL80][ATL100]
Amine Khaldi [Sun, 8 Jun 2014 18:27:21 +0000 (18:27 +0000)]
[ATL][ATL80][ATL100]
* Do not rely on RegDeleteTreeW which is no longer exported.
* We no longer need to define _WIN32_WINNT as 0x600.
CORE-8174

svn path=/trunk/; revision=63568

9 years ago[ADVAPI32]
Amine Khaldi [Sun, 8 Jun 2014 18:13:10 +0000 (18:13 +0000)]
[ADVAPI32]
* Reorder some exports, remove some commented out ones, add some missing ones and remove the ones that do not exist in native.
CORE-8174

svn path=/trunk/; revision=63567

9 years ago[UMPNPMGR]
Amine Khaldi [Sun, 8 Jun 2014 18:10:04 +0000 (18:10 +0000)]
[UMPNPMGR]
* Do not rely on RegDeleteTreeW which shouldn't be exported.
* We no longer need to define _WIN32_WINNT as 0x600.
CORE-8174

svn path=/trunk/; revision=63566

9 years ago[REACTOS/IDL]
Amine Khaldi [Sun, 8 Jun 2014 18:08:50 +0000 (18:08 +0000)]
[REACTOS/IDL]
* Unfortunately widl seems to generate declarations for functions even when they're wrapped with version related cpp quotes, so hand this block to SVN for now.
CORE-8174

svn path=/trunk/; revision=63565

9 years ago[CONSRV]
Hermès Bélusca-Maïto [Sun, 8 Jun 2014 18:06:14 +0000 (18:06 +0000)]
[CONSRV]
- Silence a DPRINT.
- Properly initialize the selection.

svn path=/trunk/; revision=63564

9 years ago[Win32k]
James Tabor [Sun, 8 Jun 2014 17:56:28 +0000 (17:56 +0000)]
[Win32k]
- Fix functions. Old patch from 2009.

svn path=/trunk/; revision=63563

9 years ago[WINDOWSCODECS]
Amine Khaldi [Sun, 8 Jun 2014 17:56:18 +0000 (17:56 +0000)]
[WINDOWSCODECS]
* Do not rely on RegDeleteTreeW which shouldn't be exported.
CORE-8174

svn path=/trunk/; revision=63562

9 years ago[SHELL32]
Amine Khaldi [Sun, 8 Jun 2014 17:51:38 +0000 (17:51 +0000)]
[SHELL32]
* Introduce vista.c to copy RegLoadMUIString related functions. If you think you're having a deja-vu, you are (r58809).
* Use SHCopyKeyW instead of RegCopyTreeW and mark that it doesn't copy the security attributes of the keys.
CORE-8174

svn path=/trunk/; revision=63561

9 years agoSimplify the math.
Hermès Bélusca-Maïto [Sun, 8 Jun 2014 17:36:12 +0000 (17:36 +0000)]
Simplify the math.

svn path=/trunk/; revision=63560

9 years ago[CONSRV]
Hermès Bélusca-Maïto [Sun, 8 Jun 2014 17:26:07 +0000 (17:26 +0000)]
[CONSRV]
Have you ever dreamt of doing per-line text selection in a windows-like console, instead of only being able to select rectangular blocks of text? Even if it is still not possible on Windows (unless you use one of those hackish hooking libraries on the Internet to do that), it now becomes possible on ReactOS!! Just press Ctrl while you're selecting text, and enjoy! Also, you need to keep Ctrl key pressed while you release the mouse (if you select text via the mouse), to be (afterwards) able to copy the text in line-mode, otherwise it will switch back to block-mode selection.
Enjoy!

svn path=/trunk/; revision=63559

9 years ago[RPCRT4]
Amine Khaldi [Sun, 8 Jun 2014 17:11:47 +0000 (17:11 +0000)]
[RPCRT4]
* Do not rely on RegDeleteTreeW which shouldn't be exported.
CORE-8174

svn path=/trunk/; revision=63558

9 years ago[MSI]
Amine Khaldi [Sun, 8 Jun 2014 17:05:26 +0000 (17:05 +0000)]
[MSI]
* Do not rely on RegDeleteTreeW which shouldn't be exported.
CORE-8174

svn path=/trunk/; revision=63557

9 years ago[NTMARTA]
Amine Khaldi [Sun, 8 Jun 2014 17:01:26 +0000 (17:01 +0000)]
[NTMARTA]
* {Set,Query}SecurityAccessMask should not be exported.
* We no longer need to define _WIN32_WINNT as 0x600.
CORE-8174

svn path=/trunk/; revision=63556

9 years ago[MSCTF]
Amine Khaldi [Sun, 8 Jun 2014 15:00:51 +0000 (15:00 +0000)]
[MSCTF]
* Do not rely on RegDeleteTreeW which shouldn't be exported.
* We no longer need to define _WIN32_WINNT as 0x600.
CORE-8174

svn path=/trunk/; revision=63555

9 years ago[LOCALSPL]
Amine Khaldi [Sun, 8 Jun 2014 14:51:07 +0000 (14:51 +0000)]
[LOCALSPL]
* Do not rely on RegDeleteTreeW which shouldn't be exported.
* We no longer need to define _WIN32_WINNT as 0x600.
CORE-8174

svn path=/trunk/; revision=63554

9 years ago[CRYPT32]
Amine Khaldi [Sun, 8 Jun 2014 12:45:39 +0000 (12:45 +0000)]
[CRYPT32]
* Do not rely on RegDeleteTreeW which shouldn't be exported.
* We no longer need to define _WIN32_WINNT as 0x600.
CORE-8174

svn path=/trunk/; revision=63553

9 years ago[QUARTZ]
Amine Khaldi [Sun, 8 Jun 2014 12:14:06 +0000 (12:14 +0000)]
[QUARTZ]
* Do not rely on RegDeleteTree{A,W} which shouldn't be exported.
* Move shlwapi.h inclusion to the PCH.
* We no longer need to define _WIN32_WINNT as 0x600.
CORE-8174

svn path=/trunk/; revision=63552

9 years ago* Use SHDeleteKeyW explicitly here.
Amine Khaldi [Sun, 8 Jun 2014 12:08:16 +0000 (12:08 +0000)]
* Use SHDeleteKeyW explicitly here.

svn path=/trunk/; revision=63551

9 years ago[DEVENUM]
Amine Khaldi [Sun, 8 Jun 2014 12:02:59 +0000 (12:02 +0000)]
[DEVENUM]
* Do not rely on RegDeleteTreeW which shouldn't be exported.
* We no longer need to define _WIN32_WINNT as 0x600.
CORE-8174

svn path=/trunk/; revision=63550

9 years ago[REG]
Amine Khaldi [Sun, 8 Jun 2014 11:56:30 +0000 (11:56 +0000)]
[REG]
* Do not rely on RegDeleteTreeW which shouldn't be exported.
* We no longer need to define _WIN32_WINNT as 0x600.
CORE-8174

svn path=/trunk/; revision=63549

9 years ago[USETUP]
Eric Kohl [Sat, 7 Jun 2014 20:02:26 +0000 (20:02 +0000)]
[USETUP]
Implement scolling through the list of logical partitions. Multiple disks are not supported yet.

svn path=/trunk/; revision=63547

9 years ago[CONSRV]
Hermès Bélusca-Maïto [Fri, 6 Jun 2014 21:05:59 +0000 (21:05 +0000)]
[CONSRV]
- Rename a macro to something meaningful.
- Localize selection type strings.

svn path=/trunk/; revision=63545

9 years ago* Forgot this file.
Amine Khaldi [Fri, 6 Jun 2014 13:54:42 +0000 (13:54 +0000)]
* Forgot this file.

svn path=/trunk/; revision=63544

9 years ago[NEWDEV]
Amine Khaldi [Fri, 6 Jun 2014 13:49:47 +0000 (13:49 +0000)]
[NEWDEV]
* Fix a nasty stack corruption that was caused by a mismatching prototype.
* Brought to you by MSVC Run-Time Error Checks (/RTC1)
* Fixed by Christoph von Wittich.

svn path=/trunk/; revision=63543

9 years ago[RAPPS][USETUP][SYSDM]
Hermès Bélusca-Maïto [Thu, 5 Jun 2014 19:38:44 +0000 (19:38 +0000)]
[RAPPS][USETUP][SYSDM]
"Licence" --> "License" in USA english.
Patch by middings contributor.
CORE-8288 #resolve #comment Thanks :)

svn path=/trunk/; revision=63542

9 years ago[NTOS/PS]
Jérôme Gardou [Wed, 4 Jun 2014 17:12:09 +0000 (17:12 +0000)]
[NTOS/PS]
 - ULONG --> ULONG_PTR

svn path=/trunk/; revision=63540

9 years ago[NTVDM]
Aleksandar Andrejevic [Tue, 3 Jun 2014 22:34:49 +0000 (22:34 +0000)]
[NTVDM]
Fix the command line NULL-termination.

svn path=/trunk/; revision=63538

9 years ago[NTVDM]
Aleksandar Andrejevic [Mon, 2 Jun 2014 18:24:58 +0000 (18:24 +0000)]
[NTVDM]
Initialize the VGA-related BDA data fields.

svn path=/trunk/; revision=63534

9 years ago[KBDCZ][KBDCZ1]
Kamil Hornicek [Mon, 2 Jun 2014 10:41:52 +0000 (10:41 +0000)]
[KBDCZ][KBDCZ1]
- add support for VK_OEM_102 and Shift+AltGr combinations in kbdcz1
- fix left arrow in kbdcz
- reduce diff between the layouts
- misc cleanup
- Patch by Radek Liska
CORE-8283

svn path=/trunk/; revision=63532

9 years ago[User32]
James Tabor [Sun, 1 Jun 2014 22:32:24 +0000 (22:32 +0000)]
[User32]
- Fix recursive loops during Alt+Esc and Tab. Dedicated to Hermès Bélusca-Maïto.

svn path=/trunk/; revision=63531

9 years ago[INCLUDE]
Timo Kreuzer [Sun, 1 Jun 2014 21:47:51 +0000 (21:47 +0000)]
[INCLUDE]
- Move definition of va_list to crtdefs.h
- Remove useless definitions from vadefs.h
- Cleanup the mess in stdarg.h
- Add memmove prototype to intrin_x86.h, since it's used there
- basetyps.h: guard STDMETHODCALLTYPE & friends from redefinition
- guiddef.h: define FAR, include string.h
- ntdef.h: don't include stdarg.h and string anymore, enable STRICT, remove FAR, add STDMETHODCALLTYPE & friends

svn path=/trunk/; revision=63530

9 years ago[KS] Fix to compile with STRICT enabled
Timo Kreuzer [Sun, 1 Jun 2014 17:07:09 +0000 (17:07 +0000)]
[KS] Fix to compile with STRICT enabled
[CMAKE] Enable rostests in x64 build

svn path=/trunk/; revision=63529

9 years agoRevert that... sorry
Daniel Reimer [Sun, 1 Jun 2014 12:00:32 +0000 (12:00 +0000)]
Revert that... sorry

svn path=/trunk/; revision=63528

9 years ago[RAPPS]
Daniel Reimer [Sun, 1 Jun 2014 11:58:21 +0000 (11:58 +0000)]
[RAPPS]
- Database update and some missed sourceforge mirror fixes by me and myself.
- rapps: (for database) Many Improvements and Many Fixes by Erdem Ersoy
CORE-7710 #resolve #comment Committed, thx for your help.

svn path=/trunk/; revision=63527

9 years ago[EVENTVWR]
Kamil Hornicek [Sun, 1 Jun 2014 11:11:07 +0000 (11:11 +0000)]
[EVENTVWR]
- sync and translate the czech resources

svn path=/trunk/; revision=63526

9 years ago[EVENTEVWR]
Timo Kreuzer [Sun, 1 Jun 2014 11:00:09 +0000 (11:00 +0000)]
[EVENTEVWR]
* when displaying message boxes, set the parent to the main window/details dialog instead of using NULL.
*add a function for showing the last Win32 error and replace two message boxes with a call to it.
*add the ability to save event logs to a file.
*add the ability to clear event logs.
*In QueryEventMessages(), assign lpSourceLogName and lpComputerName after the call to OpenEventLog, not before.
Patch by Ricardo Hanke
CORE-7863 #comment Comitted in r63525, thanks

svn path=/trunk/; revision=63525

9 years ago[INCLUDE]
Timo Kreuzer [Sun, 1 Jun 2014 10:15:07 +0000 (10:15 +0000)]
[INCLUDE]
- ntdef.h: add missing RTL_NUMBER_OF_FIELD, RTL_PADDING_BETWEEN_FIELDS, RotateLeft*, PRODUCT_*, SUBLANG_*, SORT_*, LANG_SYSTEM_DEFAULT, LANG_USER_DEFAULT, a few LOCALE_*
- winnt.h: add missing LOCALE_SYSTEM_DEFAULT, LOCALE_USER_DEFAULT
- winnls.h: remove definitions that don't belong there, add some missing ones, remove wineisms
- intrin.h Implement _rotl64 for GCC
- basetyps.h: add #pragma once, move include to the top

svn path=/trunk/; revision=63524

9 years ago[RPCTR4]
Eric Kohl [Sat, 31 May 2014 22:03:41 +0000 (22:03 +0000)]
[RPCTR4]
Skip the optional leading backslashes in server names for the ncacn_np protocol.
This will fix at least one failure in the advapi32 registry winetest.

svn path=/trunk/; revision=63523

9 years ago[PSDK]
Timo Kreuzer [Sat, 31 May 2014 21:52:30 +0000 (21:52 +0000)]
[PSDK]
Add annotation to HRESULT typedef, add a number of missing typedefs and defines, make RTL_CONSTANT_STRING and RTL_NUMBER_OF_V2 more secure by adding compiler checks for common errors, make use of intrinsics for some 64 bit shift macros.

svn path=/trunk/; revision=63522

9 years ago{CRT]
Timo Kreuzer [Sat, 31 May 2014 21:39:36 +0000 (21:39 +0000)]
{CRT]
- Treat ARM like x64 in excpt.h
- Give Clang the right __CRT_INLINE definition

svn path=/trunk/; revision=63521

9 years ago[MCISEQ] Silence a warning
Timo Kreuzer [Sat, 31 May 2014 21:26:26 +0000 (21:26 +0000)]
[MCISEQ] Silence a warning
[CMAKE] Get rid of -Wtype-limits, it's noisy, it doesn't provide any reasonable benefit and it's almost impossible to "fix" these warnings without huge haxxory.

svn path=/trunk/; revision=63520

9 years ago[W32KDLL]
Timo Kreuzer [Sat, 31 May 2014 20:43:41 +0000 (20:43 +0000)]
[W32KDLL]
Update ros syscall list from trunk, remove obsolete files

svn path=/trunk/; revision=63519

9 years ago[SETUP16/EXPLORER/LIBTIFF/DESK/ADVAPI32/MCIWAVE/SAMSRV/SHELL32/WINMM/LIBMPG123]
Timo Kreuzer [Sat, 31 May 2014 16:58:03 +0000 (16:58 +0000)]
[SETUP16/EXPLORER/LIBTIFF/DESK/ADVAPI32/MCIWAVE/SAMSRV/SHELL32/WINMM/LIBMPG123]
Fix / silence warnings

svn path=/trunk/; revision=63518

9 years ago[BROWSEUI] Silence warnings about unused but set variables
Timo Kreuzer [Sat, 31 May 2014 16:19:36 +0000 (16:19 +0000)]
[BROWSEUI] Silence warnings about unused but set variables
[MESA] Silence warnings about unused but set variables and type limits
[GENINC] Remove obsolete file
[OBJ2BIN] Fix a typo

svn path=/trunk/; revision=63517

9 years ago[CRT]
Amine Khaldi [Sat, 31 May 2014 16:08:41 +0000 (16:08 +0000)]
[CRT]
* Update scanf.h.
CORE-8080

svn path=/trunk/; revision=63516

9 years ago[ROSTESTS]
Timo Kreuzer [Sat, 31 May 2014 16:00:05 +0000 (16:00 +0000)]
[ROSTESTS]
Silence some warnings, fix compilation of w32kdll with MSVC, give dllexport_test dlls a base address.

svn path=/trunk/; revision=63515