Johannes Anderwald [Fri, 7 Oct 2016 17:30:27 +0000 (17:30 +0000)]
[USBAUDIO]
- use IoInitializeIrp over IoAllocateIrp
- reinitialize irp and urb when resubmitting it
- usbaudio now successfully transfers stream irps (not yet fully working)
svn path=/trunk/; revision=72925
Christoph von Wittich [Fri, 7 Oct 2016 16:17:49 +0000 (16:17 +0000)]
[WS2_32] fix various ws2_32:sock failures with return codes. By Peter Hater. CORE-12104
svn path=/trunk/; revision=72924
Thomas Faber [Fri, 7 Oct 2016 15:25:20 +0000 (15:25 +0000)]
[DWNL]
- Handle arbitrary console buffer width in write_status
CORE-10228 #resolve
svn path=/trunk/; revision=72923
Hermès Bélusca-Maïto [Thu, 6 Oct 2016 19:01:33 +0000 (19:01 +0000)]
[KD]
- When enabling or disabling the kernel debugger and setting the KdDebuggerEnabled flag, also update the corresponding user-mode flag in SharedUserData->KdDebuggerEnabled.
- Turn KdpGetMemorySizeInMBs into a INIT_FUNCTION.
- Print kernel command line & ARC paths even in debug log file mode.
[KD64]
WinKD: Also print our nice ReactOS debug header (version, # of processors & memory MB, kernel command line and ARC paths).
svn path=/trunk/; revision=72922
Amine Khaldi [Thu, 6 Oct 2016 14:20:16 +0000 (14:20 +0000)]
[CONUTILS] Addendum to r72913. CORE-10504
svn path=/trunk/; revision=72921
Hermès Bélusca-Maïto [Thu, 6 Oct 2016 12:51:05 +0000 (12:51 +0000)]
[RAPPS(_NEW)][SETUP]: Last russian translation fixes, by Kudratov Olimjon, amber, and Sergey Stopkin.
CORE-11510 CORE-11636 #resolve #comment Fixed in r72920, thanks to you all!
svn path=/trunk/; revision=72920
Hermès Bélusca-Maïto [Thu, 6 Oct 2016 12:48:37 +0000 (12:48 +0000)]
[RAPPS_NEW]: Whitespace fix in taiwan chinese language.
svn path=/trunk/; revision=72919
Hermès Bélusca-Maïto [Thu, 6 Oct 2016 12:22:32 +0000 (12:22 +0000)]
[RAPPS][RAPPS_NEW]: Try to not hardcode types of variables in sizeofs, and use _countof where possible.
svn path=/trunk/; revision=72918
Amine Khaldi [Thu, 6 Oct 2016 11:15:59 +0000 (11:15 +0000)]
[WS2_32_WINETEST] Sync with Wine Staging 1.9.20.
svn path=/trunk/; revision=72917
Thomas Faber [Thu, 6 Oct 2016 10:57:29 +0000 (10:57 +0000)]
[SYSSETUP]
- Install the DHCP client service as part of nettcpip.inf. This ensures it does not try to run before tcpip is installed.
CORE-12011 #resolve
svn path=/trunk/; revision=72916
Daniel Reimer [Wed, 5 Oct 2016 22:53:24 +0000 (22:53 +0000)]
[INF]
Update Root CAs removing "Juur-SK", "EBG Elektronik Sertifika Hizmet Saglayicisi" and "IGC/A"
svn path=/trunk/; revision=72915
Daniel Reimer [Wed, 5 Oct 2016 22:48:51 +0000 (22:48 +0000)]
[FONTS]
Next time I will update the doc folder, too...
svn path=/trunk/; revision=72914
Hermès Bélusca-Maïto [Wed, 5 Oct 2016 17:40:22 +0000 (17:40 +0000)]
[CONUTILS]: Create a C library for console output/input functions, last-error messages display, etc. to be used for all of our internal command-line utilities. Useless user32.dll dependencies are removed thanks to this lib. Currently only output functions are supported.
CORE-10504
[EVENTCREATE]: Adapt EventCreate to use ConUtils library, as an example of how to use this library.
svn path=/trunk/; revision=72913
Hermès Bélusca-Maïto [Wed, 5 Oct 2016 17:30:56 +0000 (17:30 +0000)]
[KERNEL32]: Improve RtlUnwind spec export.
svn path=/trunk/; revision=72912
Hermès Bélusca-Maïto [Wed, 5 Oct 2016 14:30:59 +0000 (14:30 +0000)]
[INCLUDES/CRT]: Fix the definition of 'stderr' (that we have wrong since r38292); move it next to the _iob definition.
svn path=/trunk/; revision=72911
Amine Khaldi [Wed, 5 Oct 2016 09:39:12 +0000 (09:39 +0000)]
[MSAFD] Fix socket address length returned in WSPAccept. By Peter Hater. CORE-8549
svn path=/trunk/; revision=72910
Amine Khaldi [Wed, 5 Oct 2016 09:37:52 +0000 (09:37 +0000)]
[WS2_32] Fix returned size of socketaddr on accepting connection. By Peter Hater. CORE-8549
svn path=/trunk/; revision=72909
Amine Khaldi [Wed, 5 Oct 2016 09:33:03 +0000 (09:33 +0000)]
[WS2_32_APITEST] Add tests for getnameinfo. By Peter Hater. CORE-8549
svn path=/trunk/; revision=72908
Sylvain Petreolle [Wed, 5 Oct 2016 08:46:30 +0000 (08:46 +0000)]
[NtUser]
Revert r72905.
svn path=/trunk/; revision=72907
Colin Finck [Tue, 4 Oct 2016 23:12:55 +0000 (23:12 +0000)]
Add a directory guaranteed to be empty :)
Needed for CORE-11988 to add arbitrary empty directories to the ISO image using mkisofs.
This change can't be expressed in a patch, so I have to do it right here.
svn path=/trunk/; revision=72906
Sylvain Petreolle [Tue, 4 Oct 2016 21:45:39 +0000 (21:45 +0000)]
[NtUser]
Turn an ERR into a TRACE.
svn path=/trunk/; revision=72905
Amine Khaldi [Tue, 4 Oct 2016 18:36:00 +0000 (18:36 +0000)]
[MSAFD] Fix some error translations by Peter Hater. CORE-7487
svn path=/trunk/; revision=72904
Amine Khaldi [Tue, 4 Oct 2016 18:32:09 +0000 (18:32 +0000)]
[WS2_32_WINETEST] Enable test_address_list_query() again, now that CORE-12000 is resolved.
svn path=/trunk/; revision=72903
Amine Khaldi [Tue, 4 Oct 2016 18:27:17 +0000 (18:27 +0000)]
[MSAFD] Partial implementation of SIO_ADDRESS_LIST_QUERY by Peter Hater. CORE-12000
svn path=/trunk/; revision=72902
Thomas Faber [Tue, 4 Oct 2016 15:37:25 +0000 (15:37 +0000)]
[USER32_APITEST]
- Fix build
svn path=/trunk/; revision=72901
Thomas Faber [Tue, 4 Oct 2016 15:14:30 +0000 (15:14 +0000)]
[USER32_APITEST]
- Extend GetUserObjectInformation tests by adding tests for UOI_NAME on the default as well as custom window stations/desktops.
CORE-12073
svn path=/trunk/; revision=72900
Colin Finck [Tue, 4 Oct 2016 12:37:52 +0000 (12:37 +0000)]
[HOST_TOOLS]
Defining -fshort-wchar globally for all host tools breaks every possibility to interact with the host's Unicode support for some operating systems with 4 byte wchar_t (like Mac OS X).
Let's better define no additional global flags and only add -fshort-wchar for the host modules that really need a 2-byte wchar_t for writing ReactOS data files. These are cmlibhost, inflibhost, mkhive and xml2sdb.
Also add -Wno-multichar only for cmlibhost, where it's required.
In preparation for CORE-11988
svn path=/trunk/; revision=72899
Amine Khaldi [Tue, 4 Oct 2016 07:55:15 +0000 (07:55 +0000)]
[ADNS][DNSAPI] Fix a local resolving regression that led to some browsers crashing after startup. By Peter Hater. CORE-12072 CORE-12088
svn path=/trunk/; revision=72898
Hermès Bélusca-Maïto [Mon, 3 Oct 2016 12:22:29 +0000 (12:22 +0000)]
[CLIPBRD][EVENTVWR][MPLAY32][WELCOME][SYSDM]
Fix the ShowLastWin32Error helpers:
- don't display the last error string if it's ERROR_SUCCESS (since the code usually expects to display the last error message in case of errors);
- *always* call FormatMessage with the FORMAT_MESSAGE_IGNORE_INSERTS flag enabled. Indeed if it happens that the message string associated to an error ID contains insert parameter placeholders, and since we don't give here FormatMessage any argument array, the call would result into a crash without this flag.
svn path=/trunk/; revision=72897
Alex Ionescu [Mon, 3 Oct 2016 03:30:11 +0000 (03:30 +0000)]
[NTOS]: Handle two complex failure paths, one of which is apparently easily reproducible by ntdll:om test (I'm guessing some invalid object attribute). Thanks to Amine and lentin. Haven't tested this, but hopefully fixes things (and doesn't leak).
svn path=/trunk/; revision=72896
Hermès Bélusca-Maïto [Sun, 2 Oct 2016 21:49:03 +0000 (21:49 +0000)]
[EVENTCREATE]: Update the english, russian & turkish translations:
- Translate a string into english (that I forgot to do: english & turkish);
- Fix the allowed event ID range mentioned in the help (russian);
- The event log names should not be localized (turkish).
svn path=/trunk/; revision=72895
Amine Khaldi [Sun, 2 Oct 2016 20:40:06 +0000 (20:40 +0000)]
[EVENTCREATE] Attempt to fix unrecognized escape sequence issue. Sergey please review. CORE-12069
svn path=/trunk/; revision=72894
Amine Khaldi [Sun, 2 Oct 2016 20:37:58 +0000 (20:37 +0000)]
[TRANSLATIONS] Turkish translation update by Erdem Ersoy. CORE-12089
svn path=/trunk/; revision=72893
Amine Khaldi [Sun, 2 Oct 2016 19:26:45 +0000 (19:26 +0000)]
[EVENTCREATE][PING] Russian translation update by Sergey Stopkin. CORE-12069
svn path=/trunk/; revision=72892
Giannis Adamopoulos [Sun, 2 Oct 2016 13:22:01 +0000 (13:22 +0000)]
[SHELL32]
- CNetFolder: Use the Folder class for the items shown. The same is done in shell extensions (in windows) that use the CDefaultContextMenu and want the Open and Explore verbs to be shown. This behaviour was first discovered by gigaherz when ntobjshex was tested in windows.
CORE-12086
svn path=/trunk/; revision=72891
Johannes Anderwald [Sun, 2 Oct 2016 13:08:23 +0000 (13:08 +0000)]
[USBAUDIO]
- edit allocator framing struct to match endpoint requirements
- implement partly PinCaptureProcess, not yet working
svn path=/trunk/; revision=72890
Johannes Anderwald [Sun, 2 Oct 2016 09:15:13 +0000 (09:15 +0000)]
[SDK]
- add missing definitions
svn path=/trunk/; revision=72889
Pierre Schweitzer [Sun, 2 Oct 2016 08:46:30 +0000 (08:46 +0000)]
[SHELL32]
When parsing the UNC names, start the connection to allow the user to browse the net folder immediately.
This is required for network providers which require the connections to be started before browsing (as VBoxNP).
This is likely a hack.
ROSAPPS-303
CORE-11757
svn path=/trunk/; revision=72888
Thomas Faber [Sun, 2 Oct 2016 08:34:30 +0000 (08:34 +0000)]
[RTL]
- Only check for MBCS lead bytes in RtlIsTextUnicode if specifically requested
CORE-12027 #resolve for real this time
svn path=/trunk/; revision=72887
Hermès Bélusca-Maïto [Sat, 1 Oct 2016 23:06:23 +0000 (23:06 +0000)]
[EVENTCREATE]: Update the lang files & make 1 stylistic change + remove trailing whitespace. No functionality changes.
svn path=/trunk/; revision=72886
Hermès Bélusca-Maïto [Sat, 1 Oct 2016 22:58:21 +0000 (22:58 +0000)]
[DISKPART]: Harmonize the source file info headers. No code changes.
svn path=/trunk/; revision=72885
Hermès Bélusca-Maïto [Sat, 1 Oct 2016 21:00:16 +0000 (21:00 +0000)]
[FORMAT]: Fix some resources.
svn path=/trunk/; revision=72884
Benedikt Freisen [Sat, 1 Oct 2016 20:04:43 +0000 (20:04 +0000)]
[MSPAINT]
- change type of haccel from HANDLE to HACCEL
- port registry code to ATL::CRegKey, which -- through its destructor -- should prevent handle leaks
- rename some parameters and variables
- incorporate some changes suggested by Carlo Bramini in CORE-12080
svn path=/trunk/; revision=72883
James Tabor [Sat, 1 Oct 2016 19:01:04 +0000 (19:01 +0000)]
[NtUser]
- Turn off debug information.
svn path=/trunk/; revision=72882
James Tabor [Sat, 1 Oct 2016 18:51:46 +0000 (18:51 +0000)]
[User32_wineTest]
- Enable skipped test_activateapp tests.
svn path=/trunk/; revision=72881
James Tabor [Sat, 1 Oct 2016 18:48:02 +0000 (18:48 +0000)]
[NtUser]
- Fix lockup while testing wine test_activateapp (all the tests including the ones commented out). Reordered focus functions to eliminate recursions. Fix ROSTESTS-208.
svn path=/trunk/; revision=72880
Thomas Faber [Sat, 1 Oct 2016 16:44:21 +0000 (16:44 +0000)]
[ADVAPI32]
- Return ERROR_MORE_DATA instead of ERROR_BUFFER_OVERFLOW from RegEnumKeyExW in case the name or class buffer is too small.
CORE-12030 #resolve
svn path=/trunk/; revision=72879
Mark Jansen [Sat, 1 Oct 2016 16:35:14 +0000 (16:35 +0000)]
[SHELL32] New shortcut overlay icon, fixed Folder Options Dialog icon, and other minor icon fixes by Jared Smudde. CORE-11414 #resolve #comment Thanks!
svn path=/trunk/; revision=72878
Mark Jansen [Sat, 1 Oct 2016 15:57:29 +0000 (15:57 +0000)]
[EXPLORER] Make the 'Remove' button in classic start menu properties spawn the remove dialog. Patch by Jared Smudde. CORE-12076 #resolve #comment Thanks!
svn path=/trunk/; revision=72877
Thomas Faber [Sat, 1 Oct 2016 14:41:41 +0000 (14:41 +0000)]
[ADVAPI32_APITEST]
- Add a test for RegEnumKeyExW showing that it should return ERROR_MORE_DATA instead of ERROR_BUFFER_OVERFLOW when the name buffer is too small. Based on a patch by Doug Lyons.
CORE-12030
svn path=/trunk/; revision=72876
Amine Khaldi [Sat, 1 Oct 2016 09:50:53 +0000 (09:50 +0000)]
[SHELL32] Disconnect dialog improvements by Jared Smudde. CORE-11864
svn path=/trunk/; revision=72875
Amine Khaldi [Sat, 1 Oct 2016 09:43:24 +0000 (09:43 +0000)]
[NETSHELL][SAMSRV][SYSSETUP] Fix some misspellings. By Coburn on IRC and Jared Smudde. CORE-12013
svn path=/trunk/; revision=72874
Thomas Faber [Sat, 1 Oct 2016 09:03:47 +0000 (09:03 +0000)]
[NTOS:EX]
- Acquire ProcessLock before accessing a process's thread list in NtQuerySystemInformation/SystemProcessInformation. Patch by Volodymyr Shcherbyna.
CORE-12001 #resolve
svn path=/trunk/; revision=72873
Amine Khaldi [Sat, 1 Oct 2016 08:38:01 +0000 (08:38 +0000)]
[MSTSC] Japanese translation improvements by Katayama Hirofumi MZ. CORE-12067
svn path=/trunk/; revision=72872
Thomas Faber [Sat, 1 Oct 2016 08:25:35 +0000 (08:25 +0000)]
[WIN32K:NTGDI]
- Handle arbitrary-length DEVMODEW structures in NtGdiOpenDCW. Patch by Katayama Hirofumi MZ with small changes by me.
CORE-12068 #resolve
svn path=/trunk/; revision=72871
Dmitry Chapyshev [Fri, 30 Sep 2016 17:33:19 +0000 (17:33 +0000)]
[NTOS:FSRTL] Handle failure case
svn path=/trunk/; revision=72870
Thomas Faber [Fri, 30 Sep 2016 15:58:23 +0000 (15:58 +0000)]
[NTOS:MM]
- Get rid of MiNonPagedSystemSize, which is misleading because MmNumberOfSystemPtes can change throughout the startup process, thus invalidating this size variable
- Correctly reserve the system PTE space and nonpaged pool expansion space in MiInitSystemMemoryAreas
Should fix the remaining "Bad PTE" bug checks when running out of kernel address space.
CORE-11533 #resolve
CORE-11160 CORE-10611 CORE-11926 CORE-11873 CORE-11554 #comment This should be fixed with r72869, please retest.
svn path=/trunk/; revision=72869
Amine Khaldi [Fri, 30 Sep 2016 15:23:25 +0000 (15:23 +0000)]
[DNSAPI_APITEST] Add more tests for DnsQuery_A/W. By Peter Hater. ROSTESTS-242
svn path=/trunk/; revision=72868
Amine Khaldi [Fri, 30 Sep 2016 15:19:29 +0000 (15:19 +0000)]
[ADNS][DNSAPI][MSWSOCK] Several fixes and improvements to DnsQuery and co, detailed in CORE-11394. This also fixes CORE-7441, many tests in dnsapi:DnsQuery, ws2_32:getaddrinfo and more. Brought to you by Peter Hater.
svn path=/trunk/; revision=72867
Johannes Anderwald [Fri, 30 Sep 2016 09:57:42 +0000 (09:57 +0000)]
- fix bugs in USBAudioSelectAudioStreamingInterface
svn path=/trunk/; revision=72866
Johannes Anderwald [Thu, 29 Sep 2016 22:19:34 +0000 (22:19 +0000)]
[USBAUDIO]
- implement GetMaxPacketSizeForInterface, UsbAudioAllocCaptureUrbIso, InitCapturePin
svn path=/trunk/; revision=72865
Daniel Reimer [Thu, 29 Sep 2016 21:31:11 +0000 (21:31 +0000)]
[RAPPS_NEW]
When Internet connection is down. Rapps does not generate any msg by Rama Teja Gampa
+ GIT -> SVN Patch manual translation
+ Bitrot fixes
+ Tabs -> Spaces fixes
CORE-10980 #resolve #comment Committed, thx ^^
svn path=/trunk/; revision=72864
Daniel Reimer [Thu, 29 Sep 2016 21:25:36 +0000 (21:25 +0000)]
[RAPPS]
Translate missing string
svn path=/trunk/; revision=72863
Daniel Reimer [Thu, 29 Sep 2016 21:02:07 +0000 (21:02 +0000)]
[ROSAPPS]
Russian translation update by Sergey Stopkin
ROSAPPS-333 #resolve #comment Committed, thx ^^
svn path=/trunk/; revision=72862
Daniel Reimer [Thu, 29 Sep 2016 20:59:03 +0000 (20:59 +0000)]
[PING]
Russian translation update by Sergey Stopkin + lil build fix by me
CORE-12019 #resolve #comment Committed, thx ^^ Beware of " in string blocks though, these are "" then
svn path=/trunk/; revision=72861
Daniel Reimer [Thu, 29 Sep 2016 20:54:58 +0000 (20:54 +0000)]
[POWERCFG]
Bug fix and improvements to PowerCfg applet by Carlo Bramini
CORE-11801 #resolve #comment Committed, thx ^^
svn path=/trunk/; revision=72860
Daniel Reimer [Thu, 29 Sep 2016 20:46:14 +0000 (20:46 +0000)]
[3DTEXT]
3d Text Screensaver pt-BR translation by Lucas Raziel
CORE-11672 #resolve #comment Committed, thx ^^
svn path=/trunk/; revision=72859
Mark Jansen [Thu, 29 Sep 2016 20:29:59 +0000 (20:29 +0000)]
[DXDIAG] Fix DirectDraw test titles & 16bit icon. Patch by Jared Smudde. CORE-11054 #resolve #comment Thanks!
svn path=/trunk/; revision=72858
Johannes Anderwald [Thu, 29 Sep 2016 19:25:31 +0000 (19:25 +0000)]
[USBAUDIO]
- fix bug in UsbAudioSetFormat
svn path=/trunk/; revision=72857
Hermès Bélusca-Maïto [Thu, 29 Sep 2016 17:42:20 +0000 (17:42 +0000)]
[EVENTCREATE]: Check for a better last error after the GetModuleFileNameW call.
svn path=/trunk/; revision=72856
Hermès Bélusca-Maïto [Thu, 29 Sep 2016 16:58:02 +0000 (16:58 +0000)]
Temporarily switch the message file to English language to try to "fix" windmc compilation on linux host (*of course*, this problem didn't happen on the "GNU windmc (GNU Binutils) 2.23.51.
20121208" provided in RosBE 2.1.3 for Windows, nor with MC.EXE from MSVC...)
svn path=/trunk/; revision=72855
Hermès Bélusca-Maïto [Thu, 29 Sep 2016 16:49:27 +0000 (16:49 +0000)]
[EVENTCREATE]: Implement the EventCreate command-line tool, which allows reporting custom user events in event logs, by using the old-school NT <= 2k3 logging API.
More information in the JIRA report and in the source code (eventcreate.c).
The generator (evtmsggen) for the event message string templates file "evtmsgstr.mc" is also provided.
CORE-12065 #resolve
svn path=/trunk/; revision=72854
Amine Khaldi [Thu, 29 Sep 2016 11:33:25 +0000 (11:33 +0000)]
[TRANSLATIONS] Turkish translation update by Erdem Ersoy. CORE-12039
svn path=/trunk/; revision=72853
Benedikt Freisen [Thu, 29 Sep 2016 11:15:10 +0000 (11:15 +0000)]
[PSDK][GDIPLUS]
Make previously untested GDI+ C++ wrappers compilable. This involves:
- adding the respective headers to gdiplus.h in a sensible order
- adding forward-declarations
- adding friend-declarations, so that the wrapper functions in those classes can access the private GpXXX members
- const-qualifying the getters in class Color
- adding the EmfToWmfBitsFlags enum
- commenting out bits that use unavailable flatapi functions
- commenting out bits that for some reason the compiler does not like
- the typical typo/data type fixes that untested code tends to need
- moving the Font class within the same header to fulfill dependencies
- adding private GpXXX members to otherwise unimplemented classes
- adding a data-members-only implementation of SizeF
svn path=/trunk/; revision=72852
Amine Khaldi [Thu, 29 Sep 2016 10:49:30 +0000 (10:49 +0000)]
[IPHLPAPI][KERNEL32] Revert r72722 and apply a proper fix based on tests. By Peter Hater. CORE-10440 ROSTESTS-243
svn path=/trunk/; revision=72851
Amine Khaldi [Thu, 29 Sep 2016 10:00:07 +0000 (10:00 +0000)]
[RTL] Demote this print as we'll be notified when failure occurs.
svn path=/trunk/; revision=72850
Amine Khaldi [Thu, 29 Sep 2016 09:44:57 +0000 (09:44 +0000)]
[KERNEL32_APITEST] Add tests that reveal how the GetComputerNameEx fix in r72722 was not proper. By Peter Hater. ROSTESTS-243
svn path=/trunk/; revision=72849
Thomas Faber [Thu, 29 Sep 2016 09:36:33 +0000 (09:36 +0000)]
[RAPPS]
- Avoid an unintended fall-through and document and intended one in DownloadProgressProc. CID
1341273 (rapps),
1363531 (rapps_new)
svn path=/trunk/; revision=72848
Thomas Faber [Thu, 29 Sep 2016 08:23:26 +0000 (08:23 +0000)]
[WIN32K:NTUSER]
- Add missing break in DefWndStartSizeMove. CID 513489
CORE-12064 #resolve
svn path=/trunk/; revision=72847
Hermès Bélusca-Maïto [Wed, 28 Sep 2016 23:20:20 +0000 (23:20 +0000)]
[REACTOS]: Do not gather all the generated message resource files in the same directory (sdk/include/reactos/), so that to avoid potential file collisions, but instead place them into their respective per-target directories.
CORE-12062 #resolve
[RAPPS_NEW]: Fix rapps_new message header & resource files inclusion.
[ROSTESTS]: Adjust the CMakeLists files in accordance.
svn path=/trunk/; revision=72846
Dmitry Chapyshev [Wed, 28 Sep 2016 21:44:01 +0000 (21:44 +0000)]
[SHLWAPI] Try to fix regression
svn path=/trunk/; revision=72845
Mark Jansen [Wed, 28 Sep 2016 21:05:39 +0000 (21:05 +0000)]
[DEGMGR] Revert r65406, this is not a leak. CORE-9716 #comment Please retest!
svn path=/trunk/; revision=72844
Johannes Anderwald [Wed, 28 Sep 2016 20:31:32 +0000 (20:31 +0000)]
[USBAUDIO]
- implement USBAudioSelectAudioStreamingInterface
svn path=/trunk/; revision=72843
Hermès Bélusca-Maïto [Wed, 28 Sep 2016 20:22:33 +0000 (20:22 +0000)]
Addendum to r72841.
svn path=/trunk/; revision=72842
Hermès Bélusca-Maïto [Wed, 28 Sep 2016 20:21:31 +0000 (20:21 +0000)]
Use set_module_type() with module type == "module" instead of specifying that the entrypoint is 0, for resource-only dlls.
svn path=/trunk/; revision=72841
Dmitry Chapyshev [Wed, 28 Sep 2016 19:53:43 +0000 (19:53 +0000)]
[KERNEL32] Add check for Flags parameter.
* Fixes 124 tests for kernel32:WideCharToMultiByte
svn path=/trunk/; revision=72840
Dmitry Chapyshev [Wed, 28 Sep 2016 19:01:10 +0000 (19:01 +0000)]
[NTOS:FSRTL] Rework FsRtlIsDbcsInExpression for correct parsing some expressions
* Fixes 1 test for kmtest:FsRtlExpression
svn path=/trunk/; revision=72839
Mark Jansen [Wed, 28 Sep 2016 17:33:36 +0000 (17:33 +0000)]
[KERNEL32] Mute WC_COMPOSITECHECK DPRINT1. CORE-12058 #resolve
svn path=/trunk/; revision=72838
James Tabor [Wed, 28 Sep 2016 16:51:53 +0000 (16:51 +0000)]
[Win32SS]
- Fix menu crash, marking the menu object destroyed if the access count is more than one. Must remember these are not GDI objects. Expect a retooling of user objects soon. Set CORE-11892.
svn path=/trunk/; revision=72837
Amine Khaldi [Wed, 28 Sep 2016 14:27:48 +0000 (14:27 +0000)]
[IPHLPAPI_APITEST] Add some tests for GetNetworkParams. By Peter Hater. ROSTESTS-244
svn path=/trunk/; revision=72836
Dmitry Chapyshev [Tue, 27 Sep 2016 23:00:20 +0000 (23:00 +0000)]
[NTOS:FSRTL] Rework FsRtlIsNameInExpressionPrivate for correct parsing some expressions
* Fixes 1 test for kmtest:FsRtlExpression and 15 tests for kernel32:file
svn path=/trunk/; revision=72835
Giannis Adamopoulos [Tue, 27 Sep 2016 22:53:39 +0000 (22:53 +0000)]
[SHELL32]
- CDesktopBrowser: Implement support for multiple monitors. This needs to be disabled since we don't support LVM_SETWORKAREAS in comctl32 yet. Till then confine the desktop window in the default monitor.
svn path=/trunk/; revision=72834
Johannes Anderwald [Tue, 27 Sep 2016 19:56:54 +0000 (19:56 +0000)]
[USBAUDIO]
- improve guid mess a bit
- thanks amine
svn path=/trunk/; revision=72833
Johannes Anderwald [Tue, 27 Sep 2016 19:20:00 +0000 (19:20 +0000)]
[USBAUDIO]
- implement USBAudioFilterCreate
- partly implement USBAudioPinCreate, USBAudioPinSetDataFormat
svn path=/trunk/; revision=72832
Amine Khaldi [Tue, 27 Sep 2016 18:37:45 +0000 (18:37 +0000)]
[PING] Minor fixes by Tim Crawford. Please see CORE-12022 for the list of changes.
svn path=/trunk/; revision=72831
Mark Jansen [Tue, 27 Sep 2016 18:20:20 +0000 (18:20 +0000)]
[ATL_APITEST] Remove dependency on rpcrt4. CORE-10029
svn path=/trunk/; revision=72830
Amine Khaldi [Tue, 27 Sep 2016 18:00:03 +0000 (18:00 +0000)]
[DNSAPI_APITEST] Add some tests for DnsQuery_A/W. By Peter Hater. ROSTESTS-242
svn path=/trunk/; revision=72829
Thomas Faber [Tue, 27 Sep 2016 17:14:39 +0000 (17:14 +0000)]
[SHELL32]
- Work around what appears to be a bug in the VS 2010 resource compiler (it failed without an error message when processing this file)
svn path=/trunk/; revision=72828
Thomas Faber [Tue, 27 Sep 2016 16:51:39 +0000 (16:51 +0000)]
[ATL_APITEST]
- Fix MSVC build
svn path=/trunk/; revision=72827
Daniel Reimer [Tue, 27 Sep 2016 05:46:09 +0000 (05:46 +0000)]
[RAPPS]
ooops
svn path=/trunk/; revision=72826