Eric Kohl [Sun, 15 Nov 2015 20:54:12 +0000 (20:54 +0000)]
[SYSSETUP]
Add a hack to set the Primary Domain Name (Workgroup Name).
#CORE-10459 #comment Does this fix the bug?
svn path=/trunk/; revision=69894
Hermès Bélusca-Maïto [Sun, 15 Nov 2015 15:18:59 +0000 (15:18 +0000)]
[CSRSRV][CONSRV]: Remove the DPRINTs introduced for solving CORE-10510 and CORE-9742.
svn path=/trunk/; revision=69893
Eric Kohl [Sat, 14 Nov 2015 21:10:02 +0000 (21:10 +0000)]
[FASTFAT]
Ooops! That should not have been committed!
svn path=/trunk/; revision=69892
Eric Kohl [Sat, 14 Nov 2015 20:41:59 +0000 (20:41 +0000)]
[FASTFAT]
VfatGetAllInformation: Return as much information as possible, but do not fail if the name string does not fit into the buffer.
svn path=/trunk/; revision=69891
Hermès Bélusca-Maïto [Sat, 14 Nov 2015 16:45:41 +0000 (16:45 +0000)]
[CLIPBRD]
- Change SetDIBitsToDeviceFromClipboard to correctly use the requested format instead of always using CF_DIBV5
- Enable/Disable the menu point "Save as..." dynamically
- Remove unneeded import libraries
- Add WS_EX_ACCEPTFILES window style and handle WM_DROPFILES
- Add some defines and structures for handling clipboard files (work in progress)
- Add Open and Save dialogs
Patch by Ricardo Hanke. CORE-10520
svn path=/trunk/; revision=69890
Hermès Bélusca-Maïto [Sat, 14 Nov 2015 16:20:00 +0000 (16:20 +0000)]
[CONSRV]: Use NtDuplicateObject with DUPLICATE_CLOSE_SOURCE to close a duplicated handle in a target process (instead of erroneously call NtClose on it). Should fix CORE-10510 and CORE-9742. Thanks to Thomas Faber for having pointed me to the source of the problem.
svn path=/trunk/; revision=69889
Amine Khaldi [Sat, 14 Nov 2015 16:19:07 +0000 (16:19 +0000)]
[INCLUDE/REACTOS] Move the debug macros from mmebuddy.h to mmebuddy_debug.h. [SNDBLST][MMENT4][MMEBUDDY] Use mmebuddy_debug.h where needed. [WDMAUD.DRV] Enable PCH again and use mmebuddy_debug.h where needed.
svn path=/trunk/; revision=69888
Amine Khaldi [Sat, 14 Nov 2015 14:57:11 +0000 (14:57 +0000)]
[KERNEL32] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
svn path=/trunk/; revision=69887
Amine Khaldi [Sat, 14 Nov 2015 14:52:15 +0000 (14:52 +0000)]
[WDMAUD.DRV] You don't deserve PCH.
svn path=/trunk/; revision=69886
Sylvain Petreolle [Sat, 14 Nov 2015 14:00:29 +0000 (14:00 +0000)]
[WDMAUD]
Define NDEBUG before the includes, otherwise its a no-op.
CORE-7716
svn path=/trunk/; revision=69885
Sylvain Petreolle [Sat, 14 Nov 2015 13:28:03 +0000 (13:28 +0000)]
[UMPNPMGR]
Improve traces.
svn path=/trunk/; revision=69884
Thomas Faber [Sat, 14 Nov 2015 08:55:46 +0000 (08:55 +0000)]
[NTOS:KD]
- Actually write back the response to the user buffer in KdpPrompt
svn path=/trunk/; revision=69883
Hermès Bélusca-Maïto [Fri, 13 Nov 2015 20:01:53 +0000 (20:01 +0000)]
Fix cast type.
svn path=/trunk/; revision=69882
Hermès Bélusca-Maïto [Fri, 13 Nov 2015 19:56:22 +0000 (19:56 +0000)]
[CSRSRV][CONSRV][USERSRV]: Display complementary redundant information to try to understand problems in CORE-9742 and CORE-10510 (any discrepancy in the redundant info should be the sign of some corruption).
svn path=/trunk/; revision=69881
Eric Kohl [Fri, 13 Nov 2015 19:03:34 +0000 (19:03 +0000)]
[FASTFAT]
Deny access when trying to overwrite a read-only file.
svn path=/trunk/; revision=69880
Hermès Bélusca-Maïto [Thu, 12 Nov 2015 20:24:18 +0000 (20:24 +0000)]
[CONSRV]
Add diagnostic dprints to try to understand the problems described in CORE-9742 and CORE-10510
svn path=/trunk/; revision=69879
Thomas Faber [Thu, 12 Nov 2015 13:13:54 +0000 (13:13 +0000)]
[KMTESTS:IO]
- Add a test trying assorted path variations to open files
CORE-10483
svn path=/trunk/; revision=69878
Thomas Faber [Thu, 12 Nov 2015 12:55:26 +0000 (12:55 +0000)]
[KMTESTS:IO]
- Add a test verifying that opening a file using different parent directories still yields handles to the same file
CORE-10483
svn path=/trunk/; revision=69877
Eric Kohl [Thu, 12 Nov 2015 12:30:12 +0000 (12:30 +0000)]
[NTMARTA]
AccpGetTrusteeSid: Ignore pMultipleTrustee and MultipleTrusteeOperation.
svn path=/trunk/; revision=69876
Giannis Adamopoulos [Tue, 10 Nov 2015 22:57:24 +0000 (22:57 +0000)]
[SHELL32]
- CDefView: When we have to flicker don't use the worst possible color to erase the window but the background color of the list view. At least now some flickering will go unnoticed.
svn path=/trunk/; revision=69873
Thomas Faber [Tue, 10 Nov 2015 19:14:03 +0000 (19:14 +0000)]
[ACPI]
- Remove the HPET hack, which is finally no longer needed (presumably thanks to the ACPI_ACQUIRE_GLOBAL_LOCK/ACPI_RELEASE_GLOBAL_LOCK fixes).
CORE-10509
svn path=/trunk/; revision=69872
Amine Khaldi [Tue, 10 Nov 2015 17:41:55 +0000 (17:41 +0000)]
[WIN32SS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
svn path=/trunk/; revision=69871
Thomas Faber [Tue, 10 Nov 2015 16:56:46 +0000 (16:56 +0000)]
[ACPICA]
- Update to version
20150930
CORE-10509 #resolve
svn path=/trunk/; revision=69870
Robert Naumann [Tue, 10 Nov 2015 16:31:37 +0000 (16:31 +0000)]
[SHELL32] -Use a 32bit masked icon for "Open With" Dialog items
-Fix icon ID for the "Open With" Dialog
-Patches by Jared Smudde CORE-10500 CORE-10502
svn path=/trunk/; revision=69869
Thomas Faber [Tue, 10 Nov 2015 15:20:17 +0000 (15:20 +0000)]
[ACPICA]
- Update to version
20150410
CORE-10509
svn path=/trunk/; revision=69868
Thomas Faber [Tue, 10 Nov 2015 14:15:52 +0000 (14:15 +0000)]
[ACPI]
- Fix memory leak in acpi_bus_add. CID 731690
svn path=/trunk/; revision=69867
Thomas Faber [Tue, 10 Nov 2015 13:51:38 +0000 (13:51 +0000)]
[ACPICA]
- Update to version
20141107
- Get rid of the ROS diffs in actypes.h by making use of the new ACPI_USE_SYSTEM_INTTYPES define
svn path=/trunk/; revision=69866
Amine Khaldi [Tue, 10 Nov 2015 13:19:40 +0000 (13:19 +0000)]
[HAL] Fix HalpInitializeTsc prototype.
svn path=/trunk/; revision=69865
Amine Khaldi [Tue, 10 Nov 2015 13:11:09 +0000 (13:11 +0000)]
[MESA] Addendum to r60576.
svn path=/trunk/; revision=69864
Thomas Faber [Tue, 10 Nov 2015 12:43:58 +0000 (12:43 +0000)]
[ACPICA]
- Fix GCC versions of ACPI_ACQUIRE_GLOBAL_LOCK/ACPI_RELEASE_GLOBAL_LOCK. It now generates the same code as the original
CORE-10509
svn path=/trunk/; revision=69863
Amine Khaldi [Tue, 10 Nov 2015 12:14:56 +0000 (12:14 +0000)]
[FREELDR] FrLdrBugCheckWithMessage() is varags, it doesn't make sense to mark it stdcall.
svn path=/trunk/; revision=69862
Amine Khaldi [Tue, 10 Nov 2015 12:11:10 +0000 (12:11 +0000)]
[USER32] Improve the check for item in MENU_FindItem().
svn path=/trunk/; revision=69861
Thomas Faber [Tue, 10 Nov 2015 11:12:54 +0000 (11:12 +0000)]
[ACPICA]
- Mark ReactOS modifications as such
CORE-10509
svn path=/trunk/; revision=69860
Hermès Bélusca-Maïto [Mon, 9 Nov 2015 18:01:54 +0000 (18:01 +0000)]
[NETWORK]: s/laod/load/
svn path=/trunk/; revision=69859
Thomas Faber [Mon, 9 Nov 2015 17:46:54 +0000 (17:46 +0000)]
[WS2_32_NEW]
- Remove unnecessary dnsapi dependency
- Fix some comments and a DPRINT
Brought to you by Peter Hater.
CORE-10440
svn path=/trunk/; revision=69858
Thomas Faber [Mon, 9 Nov 2015 17:19:33 +0000 (17:19 +0000)]
[WS2_32_NEW]
- Enable NDEBUG
CORE-10440
svn path=/trunk/; revision=69857
Thomas Faber [Mon, 9 Nov 2015 17:00:26 +0000 (17:00 +0000)]
[MSAFD]
- SO_LINGER is not supported for datagram sockets. Patch by Peter Hater.
CORE-10440
svn path=/trunk/; revision=69856
Robert Naumann [Sun, 8 Nov 2015 18:03:33 +0000 (18:03 +0000)]
[SHELL32] Add a missing icon to the folder options "View" tab. the remaining missing icons of the other tabs are dynamical, they have to be implemented.
svn path=/trunk/; revision=69855
Hermès Bélusca-Maïto [Sun, 8 Nov 2015 16:31:42 +0000 (16:31 +0000)]
[SHELL32]: Update French translation.
svn path=/trunk/; revision=69854
Daniel Reimer [Sun, 8 Nov 2015 16:27:39 +0000 (16:27 +0000)]
[NTVDM]
Update German translation
svn path=/trunk/; revision=69853
Daniel Reimer [Sun, 8 Nov 2015 16:19:56 +0000 (16:19 +0000)]
[BROWSEUI]
Update German translation
svn path=/trunk/; revision=69852
Robert Naumann [Sun, 8 Nov 2015 15:44:18 +0000 (15:44 +0000)]
[BROWSEUI] Pass the Resource string directly instead of using an additional buffer. Remove the NULL characters from the strings. Fix return value handling of LoadStringW()
svn path=/trunk/; revision=69851
Hermès Bélusca-Maïto [Sun, 8 Nov 2015 14:41:26 +0000 (14:41 +0000)]
[BROWSEUI]
- Apply the same fix as r69849, but for the Forward tooltip. Also it would be nice to use ATL strings to retrieve the resources & not hardcoding an extra NULL character inside the resource string.
- Add a missing string resource in romanian RC file.
svn path=/trunk/; revision=69850
Robert Naumann [Sun, 8 Nov 2015 14:30:25 +0000 (14:30 +0000)]
[BROWSEUI] Use a resource string instead of a hardcoded one for the "Back" button. Patch by Ștefan Fulea with Spanish translation by Ismael Ferreras Morezuelas. CORE-10303
Changes by me:
-Add the same for Russian
-Add German translation
svn path=/trunk/; revision=69849
Robert Naumann [Sun, 8 Nov 2015 13:06:39 +0000 (13:06 +0000)]
[SHELL32] improve file delete dialogs. Patch by Jared Smudde. CORE-10398
*fix some strings
*change the used icons to more aappropriate
svn path=/trunk/; revision=69848
Robert Naumann [Sun, 8 Nov 2015 12:08:59 +0000 (12:08 +0000)]
[SHELL32] Big Icon Update by Henry Tang Ih and Jared Smudde
-Fix blurry icons.
-Make the icons sharper and clearer in all size.
-Modified the design of some icons.
-Brand new Fax icons!
-Remove unneeded icon sizes
Things I have changed from the original patch:
-Fix 2 copypasta and 1 double definition errors
-Changed the icon back to the floppy one in folders.cpp and drvdefext.cpp because this would have resulted an a regression for floppy drives
svn path=/trunk/; revision=69847
Thomas Faber [Sun, 8 Nov 2015 07:57:14 +0000 (07:57 +0000)]
[WIN32K:NTUSER]
- Don't leak the captured string in NtUserThunkedMenuItemInfo
CORE-10493
svn path=/trunk/; revision=69846
Hermès Bélusca-Maïto [Sun, 8 Nov 2015 02:42:17 +0000 (02:42 +0000)]
[NTVDM]: Fix a bug I've introduced in r69838.
svn path=/trunk/; revision=69845
Hermès Bélusca-Maïto [Sun, 8 Nov 2015 02:27:41 +0000 (02:27 +0000)]
[NTVDM]: For now, use the shared Text/GraphicsFramebuffer variables for console+video/svga. This ambiguity will be fixed later.
svn path=/trunk/; revision=69844
Hermès Bélusca-Maïto [Sat, 7 Nov 2015 23:40:26 +0000 (23:40 +0000)]
[NTVDM]: Implement mouse capture. There are still "bugs" remaining, namely, if somebody moves the NTVDM console window, or, if resolution changes, the mouse clip rectangle is not recomputed. This is left as an exercice for the programmer (or, if I don't find patches in Jira soon, I or somebody else will fix it).
svn path=/trunk/; revision=69843
James Tabor [Sat, 7 Nov 2015 21:41:42 +0000 (21:41 +0000)]
[Win32k]
- Fix arrows on owner drawn menu bars. See CORE-6320 and CORE-9386.
svn path=/trunk/; revision=69842
Eric Kohl [Sat, 7 Nov 2015 21:06:07 +0000 (21:06 +0000)]
[USERENV]
- GetAllUsersProfileDirectoryW: Fail if lpcchSize is NULL.
- GetDefaultUserProfileDirectoryW: Fail if lpcchSize is NULL.
- GetUserProfileDirectoryW: Fail if hToken is NULL.
svn path=/trunk/; revision=69841
Hermès Bélusca-Maïto [Sat, 7 Nov 2015 20:19:32 +0000 (20:19 +0000)]
[NTVDM]: Natively use UNICODE strings for the disk mounting system.
svn path=/trunk/; revision=69840
Hermès Bélusca-Maïto [Sat, 7 Nov 2015 20:07:51 +0000 (20:07 +0000)]
Forgot this file.
svn path=/trunk/; revision=69839
Hermès Bélusca-Maïto [Sat, 7 Nov 2015 20:07:12 +0000 (20:07 +0000)]
[NTVDM]
Start factoring out all code related to console-specific stuff (while leaving everything else in place). This is WIP (and the corresponding .c files are included where they are needed instead of being compiled, will be fixed later).
svn path=/trunk/; revision=69838
Eric Kohl [Sat, 7 Nov 2015 19:47:24 +0000 (19:47 +0000)]
[USERENV]
- GetProfilesDirectoryA: In case of success, return the length of the profiles directory.
- GetProfilesDirectoryW: Set ERROR_INSUFFICIENT_BUFFER, if lpProfilesDir is NULL.
svn path=/trunk/; revision=69837
Amine Khaldi [Sat, 7 Nov 2015 17:35:27 +0000 (17:35 +0000)]
[CMAKE] Properly pass arguments to the host tools phase. Fixes MSVC x64 build.
svn path=/trunk/; revision=69836
Amine Khaldi [Sat, 7 Nov 2015 17:18:19 +0000 (17:18 +0000)]
[CMAKE] Pass the architecture to host tools configure phase.
svn path=/trunk/; revision=69835
Eric Kohl [Sat, 7 Nov 2015 16:40:33 +0000 (16:40 +0000)]
[USERENV]
CreateEnvironmentBlock: Set or overwrite the SystemRoot, SystemDrive and USERPROFILE environment variables of the new environment block.
svn path=/trunk/; revision=69834
Timo Kreuzer [Sat, 7 Nov 2015 14:03:21 +0000 (14:03 +0000)]
[INTL]
Remove a \ that accidentally slipped into the string. Fixes a GCC warning.
svn path=/trunk/; revision=69833
Thomas Faber [Sat, 7 Nov 2015 13:26:40 +0000 (13:26 +0000)]
[WIN32K:NTUSER]
- Release extra reference on accelerator objects after creation. Fixes user handle leak.
CORE-10487 #resolve
svn path=/trunk/; revision=69832
Amine Khaldi [Sat, 7 Nov 2015 12:22:52 +0000 (12:22 +0000)]
[RTL] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
svn path=/trunk/; revision=69831
Sylvain Petreolle [Sat, 7 Nov 2015 11:59:23 +0000 (11:59 +0000)]
[COM_APITEST]
Use explicit W calls.
All the code is unicode-based.
svn path=/trunk/; revision=69830
Thomas Faber [Sat, 7 Nov 2015 11:54:17 +0000 (11:54 +0000)]
[WS2_32]
- Fill the protocol info buffer in WSAEnumProtocolsA/W. Should fix some ws2_32_winetest:sock crashes and flakiness.
svn path=/trunk/; revision=69829
Thomas Faber [Sat, 7 Nov 2015 10:48:38 +0000 (10:48 +0000)]
[MSAFD]
- Add support for SO_PROTOCOL_INFOW. Patch by Peter Hater.
CORE-10440
svn path=/trunk/; revision=69828
Sylvain Petreolle [Sat, 7 Nov 2015 10:41:56 +0000 (10:41 +0000)]
[GDIHV]
Don't define UNICODE in source.
svn path=/trunk/; revision=69827
Thomas Faber [Sat, 7 Nov 2015 09:38:13 +0000 (09:38 +0000)]
[WS2_32]
- Handle SO_PROTOCOL_INFOA in getsockopt based on ws2_32_new.
CORE-10440
svn path=/trunk/; revision=69826
Amine Khaldi [Sat, 7 Nov 2015 09:03:26 +0000 (09:03 +0000)]
[FREELDR] We don't need the hotpatch flag in MSVC builds for this module. CORE-10477
svn path=/trunk/; revision=69825
Thomas Faber [Sat, 7 Nov 2015 08:49:15 +0000 (08:49 +0000)]
[WS2_32_NEW]
- Treat SO_OPENTYPE's value as a DWORD. Based on a patch by Peter Hater.
CORE-10440
svn path=/trunk/; revision=69824
Thomas Faber [Sat, 7 Nov 2015 08:30:00 +0000 (08:30 +0000)]
[WS2_32_NEW]
- Add missing SEH in getsockopt/setsockopt
CORE-10440
svn path=/trunk/; revision=69823
Hermès Bélusca-Maïto [Fri, 6 Nov 2015 23:59:42 +0000 (23:59 +0000)]
[NTVDM]: Improve the console resize algorithm.
svn path=/trunk/; revision=69822
Amine Khaldi [Fri, 6 Nov 2015 22:07:49 +0000 (22:07 +0000)]
[WIN32K] Do not truncate the result of the color translation to 8 bits in DIB_24BPP_TransparentBlt. Fixes icon drawing at 24 bpp. Brought to you by Vort. CORE-10469
svn path=/trunk/; revision=69821
Timo Kreuzer [Fri, 6 Nov 2015 22:00:28 +0000 (22:00 +0000)]
[INTL]
Split a too long text resource into 2 in Italian resource. Fixes an MSVC warning / truncated text. Translators, please check https://build.reactos.org/builders/Build%20MSVC_x86/builds/3402/steps/compile_2/logs/warnings%20%28179%29 for warning RC4206 and help fixing these, thanks.
svn path=/trunk/; revision=69820
James Tabor [Fri, 6 Nov 2015 13:34:58 +0000 (13:34 +0000)]
[NtGdi]
- Add function for NtUser.
svn path=/trunk/; revision=69819
James Tabor [Fri, 6 Nov 2015 09:37:30 +0000 (09:37 +0000)]
[Win32k]
- Fix use after free crash in send messages timeout tests. See CORE-10482
- Dedicated to Thomas Faber.
svn path=/trunk/; revision=69818
Amine Khaldi [Thu, 5 Nov 2015 20:38:34 +0000 (20:38 +0000)]
[FONTS] Marlett font improvements by dsp8195. CORE-9115
svn path=/trunk/; revision=69817
Amine Khaldi [Thu, 5 Nov 2015 18:07:00 +0000 (18:07 +0000)]
[WIN32SS::DRIVERS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
svn path=/trunk/; revision=69816
Thomas Faber [Thu, 5 Nov 2015 10:49:52 +0000 (10:49 +0000)]
[ATL]
- Implement more CComBSTR methods. Patch by Mark Jansen.
CORE-10478 #resolve
svn path=/trunk/; revision=69815
Sylvain Petreolle [Wed, 4 Nov 2015 21:22:37 +0000 (21:22 +0000)]
[ARP]
Sssh, secret ansi unicode plan is secret.
svn path=/trunk/; revision=69814
Sylvain Petreolle [Wed, 4 Nov 2015 21:19:45 +0000 (21:19 +0000)]
[PARTINFO][ARP]
Arch, manual define of UNICODE/_UNICODE is a call for trouble.
svn path=/trunk/; revision=69813
Amine Khaldi [Wed, 4 Nov 2015 18:06:16 +0000 (18:06 +0000)]
[CMAKE] Properly handle hotpatchable flags requirements in MSVC builds. CORE-10477
svn path=/trunk/; revision=69812
Amine Khaldi [Wed, 4 Nov 2015 13:30:52 +0000 (13:30 +0000)]
[HAL] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
svn path=/trunk/; revision=69811
James Tabor [Wed, 4 Nov 2015 08:14:53 +0000 (08:14 +0000)]
[Win32SS]
- Quick fix for double free unlink crash. See CORE-9210.
svn path=/trunk/; revision=69810
Amine Khaldi [Tue, 3 Nov 2015 22:13:38 +0000 (22:13 +0000)]
[WS2_32_NEW] Add missing iptypes.h inclusion.
svn path=/trunk/; revision=69808
Amine Khaldi [Tue, 3 Nov 2015 22:03:02 +0000 (22:03 +0000)]
[WS2_32_NEW] Properly handle szLocalName. Properly set Hostent on failure. By Peter Hater. CORE-10440
svn path=/trunk/; revision=69807
Amine Khaldi [Tue, 3 Nov 2015 21:57:08 +0000 (21:57 +0000)]
[WS2_32_NEW] Do not initialize ProtocolId to 0. By Peter Hater. CORE-10440
svn path=/trunk/; revision=69806
Amine Khaldi [Tue, 3 Nov 2015 21:54:00 +0000 (21:54 +0000)]
[WS2_32_NEW] Fix ProtocolInfo allocation size. By Peter Hater. CORE-10440
svn path=/trunk/; revision=69805
Amine Khaldi [Tue, 3 Nov 2015 21:50:20 +0000 (21:50 +0000)]
[WS2_32_NEW] Return SOCKET_ERROR instead of ErrorCode. By Peter Hater. CORE-10440
svn path=/trunk/; revision=69803
Amine Khaldi [Tue, 3 Nov 2015 21:16:02 +0000 (21:16 +0000)]
[WS2_32] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
svn path=/trunk/; revision=69801
Amine Khaldi [Tue, 3 Nov 2015 21:14:54 +0000 (21:14 +0000)]
[WS2_32_NEW] Properly set the sin_zero field. Revealed by ws2_32_apitest:addrinfo, fixed by Peter Hater. CORE-10440
svn path=/trunk/; revision=69800
Amine Khaldi [Tue, 3 Nov 2015 21:14:15 +0000 (21:14 +0000)]
[USER32_APITEST] Fix a typo.
svn path=/trunk/; revision=69799
Thomas Faber [Tue, 3 Nov 2015 21:04:19 +0000 (21:04 +0000)]
[WIN32K]
- Free sent messages to the right lookaside list
CORE-9210
svn path=/trunk/; revision=69798
Thomas Faber [Tue, 3 Nov 2015 20:40:19 +0000 (20:40 +0000)]
[USER32_APITEST]
- Add a test for sending recursive inter-thread messages
CORE-9210
svn path=/trunk/; revision=69797
James Tabor [Tue, 3 Nov 2015 19:22:00 +0000 (19:22 +0000)]
- Missing from patch 11. This should fix it.
svn path=/trunk/; revision=69796
Robert Naumann [Tue, 3 Nov 2015 17:47:25 +0000 (17:47 +0000)]
[SHORTCUTS] -show the proper icon for the explorer. spotted by Jared Smudde CORE-9240
svn path=/trunk/; revision=69795
Sylvain Petreolle [Tue, 3 Nov 2015 15:45:50 +0000 (15:45 +0000)]
[USBUHCI]
Too much DPRINT1 is too much.
No code changes.
svn path=/trunk/; revision=69794
James Tabor [Tue, 3 Nov 2015 15:18:51 +0000 (15:18 +0000)]
[Win32SS]
- Simplify and restructure thread send messages, use look aside list, message signals and global message link for sorting trouble messages.
- See CORE-9210 for more information. Related to and fixed CORE-9718 and CORE-9975. Could have fixed CORE-9695.
svn path=/trunk/; revision=69793
Thomas Faber [Tue, 3 Nov 2015 12:31:09 +0000 (12:31 +0000)]
[BROWSEUI]
- IEnumString::Next's pceltFetched parameter is not optional, so provide it. Fixes exception when using Emerge Desktop
svn path=/trunk/; revision=69792
Sylvain Petreolle [Mon, 2 Nov 2015 23:56:46 +0000 (23:56 +0000)]
[IPHLPAPI]
Fix GetAdaptersAdresses operational status.
ReactOS is now seen online.
CORE-9178 #resolve
Please retest apps with connectivity problems.
svn path=/trunk/; revision=69791
Robert Naumann [Mon, 2 Nov 2015 22:11:51 +0000 (22:11 +0000)]
[APPLICATIONS] -Improve some icons. By Henry Tang Ih. CORE-10408
svn path=/trunk/; revision=69790