reactos.git
9 years ago[SACDRV]
Hermès Bélusca-Maïto [Sun, 6 Jul 2014 11:23:22 +0000 (11:23 +0000)]
[SACDRV]
ASSERT takes a condition, not a string.
[NTOS]
Use ASSERTMSG instead of a weird ASSERT construction.

svn path=/trunk/; revision=63691

9 years ago[NTOS:PS]
Hermès Bélusca-Maïto [Sun, 6 Jul 2014 00:00:07 +0000 (00:00 +0000)]
[NTOS:PS]
Remove that deprecated NtW32Call function that doesn't exist on windows since NT 4.0 SP3.
Alex, do you want to keep its prototype in the NDK too?

svn path=/trunk/; revision=63690

9 years ago[PSEH/RTL/CRT]
Timo Kreuzer [Sat, 5 Jul 2014 19:17:16 +0000 (19:17 +0000)]
[PSEH/RTL/CRT]
Some ARM related compilation fixes, plus remove a useless define

svn path=/trunk/; revision=63689

9 years ago[FREELDR]
Timo Kreuzer [Sat, 5 Jul 2014 19:02:41 +0000 (19:02 +0000)]
[FREELDR]
Add ARM files to build, avoid a redefinition in osloader.h, use new autogenerated ksarm.h in arm/boot.s

svn path=/trunk/; revision=63688

9 years ago[USBEHCI]
Thomas Faber [Sat, 5 Jul 2014 16:32:43 +0000 (16:32 +0000)]
[USBEHCI]
- Fix a type-limits warning
- Remove unnecessary casts and asserts
- Use NULL for pointer comparison
- Fix IN vs OUT annotation

svn path=/trunk/; revision=63687

9 years ago[USBEHCI]
Thomas Faber [Sat, 5 Jul 2014 15:30:22 +0000 (15:30 +0000)]
[USBEHCI]
- Initialize the new queue head before inserting it into the asynchronous schedule list, and add a memory barrier to ensure this order. The list can be read by the host controller at any time, so the new item must be valid when inserted. See EHCI spec section 4.8.1.

svn path=/trunk/; revision=63686

9 years ago[URLMON]
Amine Khaldi [Wed, 2 Jul 2014 00:11:19 +0000 (00:11 +0000)]
[URLMON]
* Add HlinkGoBack stub. Needed by *cough* certain apps.
CORE-8174

svn path=/trunk/; revision=63682

9 years ago[CSRDLL]: Avoid a potential null pointer dereference.
Hermès Bélusca-Maïto [Tue, 1 Jul 2014 17:17:43 +0000 (17:17 +0000)]
[CSRDLL]: Avoid a potential null pointer dereference.

svn path=/trunk/; revision=63681

9 years ago[WINLOGON]
Hermès Bélusca-Maïto [Mon, 30 Jun 2014 21:08:32 +0000 (21:08 +0000)]
[WINLOGON]
- Do not shutdown the computer if winlogon cannot register itself to user32 (eg. the user double-clicks on winlogon.exe when ReactOS is already launched :P ).
- Add a note about a possible improvement of the error dialog if msgina cannot be loaded correctly.
- Fix french translation.

svn path=/trunk/; revision=63680

9 years ago[WINLOGON]
Hermès Bélusca-Maïto [Mon, 30 Jun 2014 20:26:03 +0000 (20:26 +0000)]
[WINLOGON]
Add a suitable icon, from the "Farm-Fresh Icon Set" pack of "FatCow Web Hosting" (http://www.fatcow.com/), under a Creative Commons Attribution 3.0 License. See the COPYING file for more details.

svn path=/trunk/; revision=63679

9 years ago[NTDLL_APITEST]
Jérôme Gardou [Mon, 30 Jun 2014 19:50:28 +0000 (19:50 +0000)]
[NTDLL_APITEST]
 - Add a test showing that memory content is still available after changing protection to PAGE_NOACCESS

svn path=/trunk/; revision=63678

9 years ago[WIN32K/NTGDI]
Jérôme Gardou [Mon, 30 Jun 2014 18:27:44 +0000 (18:27 +0000)]
[WIN32K/NTGDI]
 - Better semi-implementation of CreateHalftonePalette

svn path=/trunk/; revision=63677

9 years ago[TRANSLATIONS]
Amine Khaldi [Mon, 30 Jun 2014 12:00:07 +0000 (12:00 +0000)]
[TRANSLATIONS]
* Turkish translation update by Erdem Ersoy.
CORE-7861

svn path=/trunk/; revision=63675

9 years ago[NDK]: Certainly that this member exists only in Vista+. See r63673.
Hermès Bélusca-Maïto [Sun, 29 Jun 2014 18:30:12 +0000 (18:30 +0000)]
[NDK]: Certainly that this member exists only in Vista+. See r63673.

svn path=/trunk/; revision=63674

9 years ago[NDK]
Hermès Bélusca-Maïto [Sun, 29 Jun 2014 17:54:59 +0000 (17:54 +0000)]
[NDK]
- Add PsGetThreadProcess prototype.
- Remove Win32DataCollectionProcedure member in WIN32_CALLOUTS_FPNS structure that doesn't exist in Win2k3 SP1 and SP2.

svn path=/trunk/; revision=63673

9 years ago[SAL]
Amine Khaldi [Sun, 29 Jun 2014 16:37:18 +0000 (16:37 +0000)]
[SAL]
* Add _Field_size_bytes_part_ annotation.

svn path=/trunk/; revision=63672

9 years ago[USERSRV]: Convert remaining language files into UTF-8.
Hermès Bélusca-Maïto [Sun, 29 Jun 2014 15:00:22 +0000 (15:00 +0000)]
[USERSRV]: Convert remaining language files into UTF-8.

svn path=/trunk/; revision=63670

9 years ago{USBEHCI][USBOHCI][USBUHCI]
Thomas Faber [Sun, 29 Jun 2014 12:53:11 +0000 (12:53 +0000)]
{USBEHCI][USBOHCI][USBUHCI]
- Let libusb handle IRP_MJ_POWER and IRP_MJ_SYSTEM_CONTROL requests

svn path=/trunk/; revision=63668

9 years ago[LIBUSB]
Thomas Faber [Sun, 29 Jun 2014 12:47:17 +0000 (12:47 +0000)]
[LIBUSB]
- Fix a typo'd function name

svn path=/trunk/; revision=63667

9 years ago[LIBUSB]
Thomas Faber [Sun, 29 Jun 2014 12:43:06 +0000 (12:43 +0000)]
[LIBUSB]
- Fix stack corruption due to incorrect StatusChangeEndpointCallBack calling convention

svn path=/trunk/; revision=63666

9 years ago[LIBUSB]
Thomas Faber [Sun, 29 Jun 2014 12:39:10 +0000 (12:39 +0000)]
[LIBUSB]
- Correctly stub IRP_MJ_POWER handling
- Stub handlers for the (mandatory!) IRP_MJ_SYSTEM_CONTROL

svn path=/trunk/; revision=63665

9 years ago[SPEC2DEF]
Thomas Faber [Sun, 29 Jun 2014 11:32:49 +0000 (11:32 +0000)]
[SPEC2DEF]
- Do not include an export's ordinal in the .def file for the import lib unless import by ordinal is intended (via -noname or -ordinal). MSVC will always import by ordinal if it finds one in the def file, which would break apps on different versions of Windows if applied to the wrong functions.

svn path=/trunk/; revision=63664

9 years ago[COMCTL32]
Amine Khaldi [Sun, 29 Jun 2014 10:18:36 +0000 (10:18 +0000)]
[COMCTL32]
* Remove some exports that do not exist in native.
* Fix some existing exports.
* Reorder some exports.
* Comment out some stubs.
* Add some missing exports.
CORE-8174

svn path=/trunk/; revision=63663

9 years ago[URLMON]
Amine Khaldi [Sat, 28 Jun 2014 23:23:50 +0000 (23:23 +0000)]
[URLMON]
* Remove some exports that do not exist in native.
* Reorder some exports.
* Comment out some stubs.
* Add some missing exports.
CORE-8174

svn path=/trunk/; revision=63662

9 years ago[SHLWAPI]
Amine Khaldi [Sat, 28 Jun 2014 22:42:19 +0000 (22:42 +0000)]
[SHLWAPI]
* Remove some exports that do not exist in native.
* Reorder some exports.
* Comment out some stubs.
* Add some missing exports.
CORE-8174
CORE-8264

svn path=/trunk/; revision=63661

9 years ago[SMSS][CSRSRV]: Typo fix.
Hermès Bélusca-Maïto [Sat, 28 Jun 2014 21:40:34 +0000 (21:40 +0000)]
[SMSS][CSRSRV]: Typo fix.
[CSRSRV]: Fix an assertion.

svn path=/trunk/; revision=63660

9 years ago[SHLWAPI]
Amine Khaldi [Sat, 28 Jun 2014 14:03:22 +0000 (14:03 +0000)]
[SHLWAPI]
* Export some APIs by ordinals without names.
CORE-8174
CORE-8264

svn path=/trunk/; revision=63657

9 years ago[USER32]
Amine Khaldi [Sat, 28 Jun 2014 13:40:52 +0000 (13:40 +0000)]
[USER32]
* Fix uninitialized cases. CID 1223182. Jim please review.
CORE-7975

svn path=/trunk/; revision=63656

9 years ago[NTVDM]
Amine Khaldi [Sat, 28 Jun 2014 13:19:39 +0000 (13:19 +0000)]
[NTVDM]
* Fix uninitialized scalar variable. CID 1223183.
CORE-7975

svn path=/trunk/; revision=63655

9 years ago[NTOS:CM]
Amine Khaldi [Sat, 28 Jun 2014 13:15:05 +0000 (13:15 +0000)]
[NTOS:CM]
* Fix uninitialized pointer read. CID 1223184.
CORE-7975

svn path=/trunk/; revision=63654

9 years ago[CMD]
Amine Khaldi [Sat, 28 Jun 2014 09:59:58 +0000 (09:59 +0000)]
[CMD]
* Plug a leak. CID 1102398.
CORE-7975

svn path=/trunk/; revision=63653

9 years ago[SHELL32]
Amine Khaldi [Sat, 28 Jun 2014 09:57:09 +0000 (09:57 +0000)]
[SHELL32]
* Plug a leak. CID 1206904.
CORE-7975

svn path=/trunk/; revision=63652

9 years ago[DEVMGR]
Amine Khaldi [Sat, 28 Jun 2014 09:52:56 +0000 (09:52 +0000)]
[DEVMGR]
* Plug a leak. CID 1206903.
CORE-7975

svn path=/trunk/; revision=63651

9 years ago[shlwapi]
Christoph von Wittich [Fri, 27 Jun 2014 18:08:00 +0000 (18:08 +0000)]
[shlwapi]
fix buffer overflow

svn path=/trunk/; revision=63649

9 years ago[NTOS:CM]
Amine Khaldi [Thu, 26 Jun 2014 19:35:48 +0000 (19:35 +0000)]
[NTOS:CM]
* Plug some leaks. Inspired by CID 1206912 and fixed by Timo.
CORE-7975

svn path=/trunk/; revision=63647

9 years ago[DESK]
Amine Khaldi [Thu, 26 Jun 2014 19:15:51 +0000 (19:15 +0000)]
[DESK]
* Plug a leak. CID 1206913.

svn path=/trunk/; revision=63646

9 years ago[KERNEL32]
Amine Khaldi [Thu, 26 Jun 2014 18:27:43 +0000 (18:27 +0000)]
[KERNEL32]
* Apply Wine commit bdc0099e (kernel32: Add DECLSPEC_HOTPATCH to SetFilePointer.) by Austin English.
CORE-7959

svn path=/trunk/; revision=63645

9 years ago[SETUPAPI]
Jérôme Gardou [Tue, 24 Jun 2014 22:19:20 +0000 (22:19 +0000)]
[SETUPAPI]
 - Do not fail on non-existing GUIDs in SetupDiGetClassDevsExW
WinCDemu portable now goes a bit further and permits to load CD images, but no new drive letters are affected.

svn path=/trunk/; revision=63643

9 years ago[SETUPAPI_APITEST]
Jérôme Gardou [Tue, 24 Jun 2014 22:18:49 +0000 (22:18 +0000)]
[SETUPAPI_APITEST]
 - Add a test that shows that SetupDiGetClassDevsExW doesn't fail on non-existing GUID

svn path=/trunk/; revision=63642

9 years ago[KERNEL32]
Sylvain Petreolle [Tue, 24 Jun 2014 19:36:22 +0000 (19:36 +0000)]
[KERNEL32]
Use actual codepage numbers for ANSI and OEM codepages.
CORE-7568 #resolve #comment Committed.

svn path=/trunk/; revision=63641

9 years ago[NTDLL]: Addendum to r63635.
Hermès Bélusca-Maïto [Mon, 23 Jun 2014 22:07:33 +0000 (22:07 +0000)]
[NTDLL]: Addendum to r63635.

svn path=/trunk/; revision=63637

9 years ago[RPCRT4][CRT]
Thomas Faber [Mon, 23 Jun 2014 20:39:49 +0000 (20:39 +0000)]
[RPCRT4][CRT]
- Do not omit the last argument to VirtualProtect, it will cause the function to fail

svn path=/trunk/; revision=63636

9 years ago[NTDLL:LDR]
Thomas Faber [Mon, 23 Jun 2014 20:30:54 +0000 (20:30 +0000)]
[NTDLL:LDR]
- Actually use DPFLTR_LDR_ID in debug prints instead of a magic value and a comment
- Use RtlInitEmptyUnicodeString where appropriate

svn path=/trunk/; revision=63635

9 years ago[ADVAPI32]
Thomas Faber [Mon, 23 Jun 2014 15:21:13 +0000 (15:21 +0000)]
[ADVAPI32]
- Do not use the upper byte of RtlRandom's result in RtlGenRandom, since the function only generates 31 bits. Should fix UuidCreate test in rpcrt4:rpc.

svn path=/trunk/; revision=63633

9 years ago[WS2_32]
Thomas Faber [Sun, 22 Jun 2014 18:51:11 +0000 (18:51 +0000)]
[WS2_32]
- Correctly handle port 0 in getaddrinfo
- Stub numeric port case of getnameinfo

svn path=/trunk/; revision=63632

9 years ago[UNIATA]
Thomas Faber [Sun, 22 Jun 2014 18:48:15 +0000 (18:48 +0000)]
[UNIATA]
- Fix page length calculation in IdeSendCommand/SCSIOP_MODE_SENSE case. Should be pushed upstream(TM).
- Remove outdated file

svn path=/trunk/; revision=63631

9 years ago[RTL]
Thomas Faber [Sun, 22 Jun 2014 18:44:21 +0000 (18:44 +0000)]
[RTL]
- Apply Wine commit 5b0fcb06 (ntdll: Avoid crashing on an empty resource directory.) by Alexandre Julliard

svn path=/trunk/; revision=63630

9 years ago[NTDLL:LDR]
Thomas Faber [Sun, 22 Jun 2014 18:40:21 +0000 (18:40 +0000)]
[NTDLL:LDR]
- Fix buffer size calculation in LdrpSearchPath

svn path=/trunk/; revision=63629

9 years ago[CMAKE]
Thomas Faber [Sun, 22 Jun 2014 18:35:17 +0000 (18:35 +0000)]
[CMAKE]
- Correctly include the license for CMakeParseArguments.cmake

svn path=/trunk/; revision=63628

9 years ago[APPLICATIONS][NEWDEV]
Thomas Faber [Sun, 22 Jun 2014 18:33:18 +0000 (18:33 +0000)]
[APPLICATIONS][NEWDEV]
- Remove broken function pointer casts

svn path=/trunk/; revision=63627

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