reactos.git
7 years ago[ADNS][DNSAPI][MSWSOCK] Several fixes and improvements to DnsQuery and co, detailed...
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

7 years ago- fix bugs in USBAudioSelectAudioStreamingInterface
Johannes Anderwald [Fri, 30 Sep 2016 09:57:42 +0000 (09:57 +0000)]
- fix bugs in USBAudioSelectAudioStreamingInterface

svn path=/trunk/; revision=72866

7 years ago[USBAUDIO]
Johannes Anderwald [Thu, 29 Sep 2016 22:19:34 +0000 (22:19 +0000)]
[USBAUDIO]
- implement GetMaxPacketSizeForInterface, UsbAudioAllocCaptureUrbIso, InitCapturePin

svn path=/trunk/; revision=72865

7 years ago[RAPPS_NEW]
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

7 years ago[RAPPS]
Daniel Reimer [Thu, 29 Sep 2016 21:25:36 +0000 (21:25 +0000)]
[RAPPS]
Translate missing string

svn path=/trunk/; revision=72863

7 years ago[ROSAPPS]
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

7 years ago[PING]
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

7 years ago[POWERCFG]
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

7 years ago[3DTEXT]
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

7 years ago[DXDIAG] Fix DirectDraw test titles & 16bit icon. Patch by Jared Smudde. CORE-11054...
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

7 years ago[USBAUDIO]
Johannes Anderwald [Thu, 29 Sep 2016 19:25:31 +0000 (19:25 +0000)]
[USBAUDIO]
- fix bug in UsbAudioSetFormat

svn path=/trunk/; revision=72857

7 years ago[EVENTCREATE]: Check for a better last error after the GetModuleFileNameW call.
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

7 years agoTemporarily switch the message file to English language to try to "fix" windmc compil...
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

7 years ago[EVENTCREATE]: Implement the EventCreate command-line tool, which allows reporting...
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

7 years ago[TRANSLATIONS] Turkish translation update by Erdem Ersoy. CORE-12039
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

7 years ago[PSDK][GDIPLUS]
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

7 years ago[IPHLPAPI][KERNEL32] Revert r72722 and apply a proper fix based on tests. By Peter...
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

7 years ago[RTL] Demote this print as we'll be notified when failure occurs.
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

7 years ago[KERNEL32_APITEST] Add tests that reveal how the GetComputerNameEx fix in r72722...
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

7 years ago[RAPPS]
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

7 years ago[WIN32K:NTUSER]
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

7 years ago[REACTOS]: Do not gather all the generated message resource files in the same directo...
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

7 years ago[SHLWAPI] Try to fix regression
Dmitry Chapyshev [Wed, 28 Sep 2016 21:44:01 +0000 (21:44 +0000)]
[SHLWAPI] Try to fix regression

svn path=/trunk/; revision=72845

7 years ago[DEGMGR] Revert r65406, this is not a leak. CORE-9716 #comment Please retest!
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

7 years ago[USBAUDIO]
Johannes Anderwald [Wed, 28 Sep 2016 20:31:32 +0000 (20:31 +0000)]
[USBAUDIO]
- implement USBAudioSelectAudioStreamingInterface

svn path=/trunk/; revision=72843

7 years agoAddendum to r72841.
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

7 years agoUse set_module_type() with module type == "module" instead of specifying that the...
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

7 years ago[KERNEL32] Add check for Flags parameter.
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

7 years ago[NTOS:FSRTL] Rework FsRtlIsDbcsInExpression for correct parsing some expressions
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

7 years ago[KERNEL32] Mute WC_COMPOSITECHECK DPRINT1. CORE-12058 #resolve
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

7 years ago[Win32SS]
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

7 years ago[IPHLPAPI_APITEST] Add some tests for GetNetworkParams. By Peter Hater. ROSTESTS-244
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

7 years ago[NTOS:FSRTL] Rework FsRtlIsNameInExpressionPrivate for correct parsing some expressions
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

7 years ago[SHELL32]
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

7 years ago[USBAUDIO]
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

7 years ago[USBAUDIO]
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

7 years ago[PING] Minor fixes by Tim Crawford. Please see CORE-12022 for the list of changes.
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

7 years ago[ATL_APITEST] Remove dependency on rpcrt4. CORE-10029
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

7 years ago[DNSAPI_APITEST] Add some tests for DnsQuery_A/W. By Peter Hater. ROSTESTS-242
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

7 years ago[SHELL32]
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

7 years ago[ATL_APITEST]
Thomas Faber [Tue, 27 Sep 2016 16:51:39 +0000 (16:51 +0000)]
[ATL_APITEST]
- Fix MSVC build

svn path=/trunk/; revision=72827

7 years ago[RAPPS]
Daniel Reimer [Tue, 27 Sep 2016 05:46:09 +0000 (05:46 +0000)]
[RAPPS]
ooops

svn path=/trunk/; revision=72826

7 years ago[NtUser]
James Tabor [Tue, 27 Sep 2016 01:14:49 +0000 (01:14 +0000)]
[NtUser]
- Need more information from callbacks.

svn path=/trunk/; revision=72825

7 years ago[USERINIT]: Addendum to r72823 (sorry for the redundant commits): Fix a use without...
Hermès Bélusca-Maïto [Mon, 26 Sep 2016 22:52:04 +0000 (22:52 +0000)]
[USERINIT]: Addendum to r72823 (sorry for the redundant commits): Fix a use without initialization warning for the 'Success' variable: initialize it to TRUE so that we by default do not perform the main menu loop (in livecd mode).

svn path=/trunk/; revision=72824

7 years ago[USERINIT]: Usability commit: when in LiveCD mode, if we cannot start the shell or...
Hermès Bélusca-Maïto [Mon, 26 Sep 2016 22:49:13 +0000 (22:49 +0000)]
[USERINIT]: Usability commit: when in LiveCD mode, if we cannot start the shell or the installer, display again the main menu.

svn path=/trunk/; revision=72823

7 years ago[USERINIT]: Addendum to r72821 + demote to WARNing the displayed message if the insta...
Hermès Bélusca-Maïto [Mon, 26 Sep 2016 22:47:25 +0000 (22:47 +0000)]
[USERINIT]: Addendum to r72821 + demote to WARNing the displayed message if the installer could not be started.

svn path=/trunk/; revision=72822

7 years ago[USERINIT]
Hermès Bélusca-Maïto [Mon, 26 Sep 2016 22:42:56 +0000 (22:42 +0000)]
[USERINIT]
- Use explicit unicode functions where possible.
- Use ARRAYSIZE(foo) instead of sizeof(foo)/sizeof(foo[0]).
- Don't hardcode some buffer sizes.
- Try reducing level of code indentation in some functions.
- Make StartShell and StartInstaller return a boolean (TRUE: success; FALSE: failure). Will be needed in the next commit.
- Remove a useless "#pragma warning".

svn path=/trunk/; revision=72821

7 years ago[ATL][ATL_APITEST] Implement some basic functionality for CComVariant + tests. CORE...
Mark Jansen [Mon, 26 Sep 2016 20:50:36 +0000 (20:50 +0000)]
[ATL][ATL_APITEST] Implement some basic functionality for CComVariant + tests. CORE-12041
Also adds Detach() to CComBSTR.

svn path=/trunk/; revision=72820

7 years ago[MSPAINT]
Benedikt Freisen [Mon, 26 Sep 2016 19:53:42 +0000 (19:53 +0000)]
[MSPAINT]
- port load and save to ATL::CImage
- let CImage generate the filter lists for the dialogs
- add menu entries "From Scanner or Camera..." and "Send..." (no functionality)
- add menu entries for most recently used files using ATL::CPath and ATL::CString
- manage list of most recently used files in registry using ATL::CRegKey
- use CString in some places instead of TCHAR arrays

Use of CImage for load/save adds support for all GDI+ formats but breaks import/export of dots per meter/inch values.

svn path=/trunk/; revision=72819

7 years ago[ATL][ROSTESTS] Tests for: CImage: Add GetImporterFilterString and GetExporterFilterS...
Benedikt Freisen [Mon, 26 Sep 2016 19:15:40 +0000 (19:15 +0000)]
[ATL][ROSTESTS] Tests for: CImage: Add GetImporterFilterString and GetExporterFilterString.  Patch by Katayama Hirofumi MZ, CORE-10029

svn path=/trunk/; revision=72818

7 years ago[ATL] CImage: Add GetImporterFilterString and GetExporterFilterString. Patch by...
Benedikt Freisen [Mon, 26 Sep 2016 19:08:20 +0000 (19:08 +0000)]
[ATL] CImage: Add GetImporterFilterString and GetExporterFilterString.  Patch by Katayama Hirofumi MZ, CORE-10029

svn path=/trunk/; revision=72817

7 years ago[RAPPS]
Daniel Reimer [Mon, 26 Sep 2016 18:42:16 +0000 (18:42 +0000)]
[RAPPS]
Bugfix to correctly identify the size of the programs in RAPPS for the Russian language by amber
CORE-11847 #resolve #comment Committed, thx.
App Manager - NirLauncher has a broken link by Ken Rochard
CORE-11718 #resolve #comment Committed, thx.
App Manager - Audacity has a broken link by Ken Rochard
CORE-11719 #resolve #comment Committed, thx.
Downgrade Python 3.5 to Python 3.4 (if it works) in Rapps by David Kleuker
CORE-11342 #resolve #comment Committed, thx.
App Manager - Libre Office 5.1.3 has a broken link by Ken Rochard
CORE-11670 #resolve #comment Committed, thx.
[RAPPS-DB] Click-N-Type Virtual Keyboard version is wrong by reactosfanboy
CORE-11243 #resolve #comment Committed, thx.

svn path=/trunk/; revision=72816

7 years ago[ATL]
Benedikt Freisen [Mon, 26 Sep 2016 17:50:07 +0000 (17:50 +0000)]
[ATL]
- implement CStringT::LoadString(UINT nID) via LoadString(_AtlBaseModule.GetResourceInstance(), nID)

[FLTMC]
- add target_link_libraries(fltmc atlnew) so that the linker finds _AtlBaseModule

svn path=/trunk/; revision=72815

7 years ago[LSASRV]
Eric Kohl [Mon, 26 Sep 2016 16:28:10 +0000 (16:28 +0000)]
[LSASRV]
Store the domain name and user SID in the session too.

svn path=/trunk/; revision=72814

7 years ago[ATL] cstringt.h: Uncomment and complete Format(UINT nFormatID, ...). It still uses...
Benedikt Freisen [Mon, 26 Sep 2016 14:11:50 +0000 (14:11 +0000)]
[ATL] cstringt.h: Uncomment and complete Format(UINT nFormatID, ...).  It still uses a LoadString-stub, though.

svn path=/trunk/; revision=72813

7 years ago[NTOS:KE] Use variable instead function calling
Dmitry Chapyshev [Mon, 26 Sep 2016 12:31:26 +0000 (12:31 +0000)]
[NTOS:KE] Use variable instead function calling

svn path=/trunk/; revision=72812

7 years ago[NTOS:KE] Added *Thread versions of macros with ASSERT(_Thread == KeGetCurrentThread...
Dmitry Chapyshev [Mon, 26 Sep 2016 12:03:57 +0000 (12:03 +0000)]
[NTOS:KE] Added *Thread versions of macros with ASSERT(_Thread == KeGetCurrentThread()). Use new macros in _KeAcquireGuardedMutex, _KeReleaseGuardedMutex, _KeTryToAcquireGuardedMutex. Thanks Alex!

svn path=/trunk/; revision=72811

7 years ago[KERNEL32]
Thomas Faber [Mon, 26 Sep 2016 10:12:58 +0000 (10:12 +0000)]
[KERNEL32]
- Handle UTF-16 surrogate pairs in IntWideCharToMultiByteUTF8.
CORE-12042 #resolve

svn path=/trunk/; revision=72810

7 years ago[KERNEL32_APITEST]
Thomas Faber [Mon, 26 Sep 2016 10:06:55 +0000 (10:06 +0000)]
[KERNEL32_APITEST]
- Add a test for WideCharToMultiByte with CP_UTF8
CORE-12042

svn path=/trunk/; revision=72809

7 years ago[SHELL32]
Giannis Adamopoulos [Mon, 26 Sep 2016 00:43:21 +0000 (00:43 +0000)]
[SHELL32]
- CDefView: Overhaul the code that filled the menu bar of explorer. Fill the arrange as menu with the column names from the shell folders instead of hardcoding them. Check the selected arrange mode and view mode in the menu bar and in the context menu. Make the items in the file menu to actually work. It is possible to arrange the icons from the context menu now.
- Note to translators: Please check that the changes that I did in the 31 resource files make sense. Also note that the "Arrange Icons" menu now is called "Arrange Icons As".

svn path=/trunk/; revision=72808

7 years ago[SHELL32]Swedish translation by Andreas Bjerkeholt CORE-12040
Robert Naumann [Sun, 25 Sep 2016 22:53:05 +0000 (22:53 +0000)]
[SHELL32]Swedish translation by Andreas Bjerkeholt CORE-12040

svn path=/trunk/; revision=72807

7 years ago[KDGDB]
Jérôme Gardou [Sun, 25 Sep 2016 22:33:48 +0000 (22:33 +0000)]
[KDGDB]
 - Fix a stupid typo, causing all threads to have the same backtrace.

svn path=/trunk/; revision=72806

7 years ago[ATL] atlpath.h: This looked like a bug.
Benedikt Freisen [Sun, 25 Sep 2016 21:14:23 +0000 (21:14 +0000)]
[ATL] atlpath.h: This looked like a bug.

svn path=/trunk/; revision=72805

7 years ago[ATL] Add atlpath.h, which provides the CPathT class template and the classes CPath...
Benedikt Freisen [Sun, 25 Sep 2016 19:58:22 +0000 (19:58 +0000)]
[ATL] Add atlpath.h, which provides the CPathT class template and the classes CPath, CPathA and CPathW.  CORE-12034

svn path=/trunk/; revision=72804

7 years ago[SDK/GCC_INTRIN]
Jérôme Gardou [Sun, 25 Sep 2016 18:35:52 +0000 (18:35 +0000)]
[SDK/GCC_INTRIN]
 - Update __invlpg instrinsic for x86_64 compatibility

svn path=/trunk/; revision=72803

7 years ago[RTL] Capture parameters with using SEH. Fixes new test for ntdll:RtlAllocateHeap
Dmitry Chapyshev [Sun, 25 Sep 2016 17:05:52 +0000 (17:05 +0000)]
[RTL] Capture parameters with using SEH. Fixes new test for ntdll:RtlAllocateHeap

svn path=/trunk/; revision=72802

7 years ago[NTDLL_APITEST] Add test for invalid pointer
Dmitry Chapyshev [Sun, 25 Sep 2016 16:57:55 +0000 (16:57 +0000)]
[NTDLL_APITEST] Add test for invalid pointer

svn path=/trunk/; revision=72801

7 years ago[NTOS:PO]
Thomas Faber [Sun, 25 Sep 2016 13:46:18 +0000 (13:46 +0000)]
[NTOS:PO]
- Protect against invalid user mode pointers in NtPowerInformation

svn path=/trunk/; revision=72800

7 years ago[NTOS:PO] Stubpliment ProcessorInformation case in NtPowerInformation. Fixes 1 test...
Dmitry Chapyshev [Sun, 25 Sep 2016 13:03:06 +0000 (13:03 +0000)]
[NTOS:PO] Stubpliment ProcessorInformation case in NtPowerInformation. Fixes 1 test for ntdll:info

svn path=/trunk/; revision=72799

7 years ago[ATL] atltime.h: fix assertion: hours of a day are in the range 0-23, not 0-59
Benedikt Freisen [Sun, 25 Sep 2016 09:33:56 +0000 (09:33 +0000)]
[ATL] atltime.h: fix assertion: hours of a day are in the range 0-23, not 0-59

svn path=/trunk/; revision=72798

7 years ago[RTL]
Thomas Faber [Sun, 25 Sep 2016 08:25:45 +0000 (08:25 +0000)]
[RTL]
- Avoid dereferencing a NULL pointer in RtlIsTextUnicode
CORE-12027 #resolve

svn path=/trunk/; revision=72797

7 years ago[EVENTVWR]: Turkish translation update by Erdem Ersoy.
Hermès Bélusca-Maïto [Sat, 24 Sep 2016 23:21:05 +0000 (23:21 +0000)]
[EVENTVWR]: Turkish translation update by Erdem Ersoy.
CORE-12031 #resolve #comment Committed, thanks!

svn path=/trunk/; revision=72796

7 years ago[SDK][ATL] Add header atltime.h and prerequisites in atlsimpstr.h and atlstr.h. ...
Benedikt Freisen [Sat, 24 Sep 2016 18:01:49 +0000 (18:01 +0000)]
[SDK][ATL] Add header atltime.h and prerequisites in atlsimpstr.h and atlstr.h.  CORE-12023

svn path=/trunk/; revision=72795

7 years ago[MSGINA] Prevent an infinite loop in ShellDimScreen. CORE-12028
Mark Jansen [Sat, 24 Sep 2016 14:15:23 +0000 (14:15 +0000)]
[MSGINA] Prevent an infinite loop in ShellDimScreen. CORE-12028

svn path=/trunk/; revision=72794

7 years ago[CRYPTNET] don't try to prepend a drive letter when there is one already
Christoph von Wittich [Sat, 24 Sep 2016 12:19:35 +0000 (12:19 +0000)]
[CRYPTNET] don't try to prepend a drive letter when there is one already

svn path=/trunk/; revision=72793

7 years ago[CRYPTNET] disable broken code
Christoph von Wittich [Sat, 24 Sep 2016 11:39:17 +0000 (11:39 +0000)]
[CRYPTNET] disable broken code

svn path=/trunk/; revision=72792

7 years ago[LIBUSBAUDIO]
Johannes Anderwald [Sat, 24 Sep 2016 11:24:07 +0000 (11:24 +0000)]
[LIBUSBAUDIO]
- delete unused code

svn path=/trunk/; revision=72791

7 years ago[USBAUDIO]
Johannes Anderwald [Sat, 24 Sep 2016 11:17:32 +0000 (11:17 +0000)]
[USBAUDIO]
- allocate filter descriptor
- fixes hang in win2k3

svn path=/trunk/; revision=72790

7 years ago[LSASRV]
Eric Kohl [Sat, 24 Sep 2016 09:38:17 +0000 (09:38 +0000)]
[LSASRV]
LsapSetLogonSessionData: Set the logon type and the user name of the selected session.
LsapGetLogonSessionData: Fix the session data marshalling code.
Now we can retrieve the logon type and user name of the logon sessions.

svn path=/trunk/; revision=72789

7 years ago[NTOSKRNL] Add missed _SEH2_YIELD's
Dmitry Chapyshev [Sat, 24 Sep 2016 09:34:09 +0000 (09:34 +0000)]
[NTOSKRNL] Add missed _SEH2_YIELD's

svn path=/trunk/; revision=72788

7 years ago[NTOSKRNL] Remove unneeded sanity checks
Dmitry Chapyshev [Sat, 24 Sep 2016 09:30:06 +0000 (09:30 +0000)]
[NTOSKRNL] Remove unneeded sanity checks

svn path=/trunk/; revision=72787

7 years ago[ACPPAGE] Update Russian translation
Dmitry Chapyshev [Sat, 24 Sep 2016 09:25:13 +0000 (09:25 +0000)]
[ACPPAGE] Update Russian translation

svn path=/trunk/; revision=72786

7 years ago[USBAUDIO]
Johannes Anderwald [Sat, 24 Sep 2016 08:35:25 +0000 (08:35 +0000)]
[USBAUDIO]
- add pin dispatch routines

svn path=/trunk/; revision=72785

7 years ago[DNSAPI] sync record.c with wine 1.9.19
Christoph von Wittich [Sat, 24 Sep 2016 07:32:25 +0000 (07:32 +0000)]
[DNSAPI] sync record.c with wine 1.9.19

svn path=/trunk/; revision=72784

7 years ago[USBAUDIO]
Johannes Anderwald [Fri, 23 Sep 2016 22:14:21 +0000 (22:14 +0000)]
[USBAUDIO]
- fix build with gcc

svn path=/trunk/; revision=72783

7 years ago[USBAUDIO]
Johannes Anderwald [Fri, 23 Sep 2016 22:07:24 +0000 (22:07 +0000)]
[USBAUDIO]
- fix warnings
- implement UsbAudioGetDataRanges for filter descriptor

svn path=/trunk/; revision=72782

7 years ago[USBAUDIO]
Johannes Anderwald [Fri, 23 Sep 2016 19:53:19 +0000 (19:53 +0000)]
[USBAUDIO]
- start implementing USBAudioPinBuildDescriptors

svn path=/trunk/; revision=72781

7 years ago[KS]
Johannes Anderwald [Fri, 23 Sep 2016 19:10:44 +0000 (19:10 +0000)]
[KS]
- fix gcc build

svn path=/trunk/; revision=72780

7 years ago[KS]
Johannes Anderwald [Fri, 23 Sep 2016 18:35:15 +0000 (18:35 +0000)]
[KS]
- make a copy of KSFILTER_DESCRIPTOR as it might have been allocated from the stack
- always initialize object bag in filter factory

svn path=/trunk/; revision=72779

7 years ago[SHELL32]
Giannis Adamopoulos [Fri, 23 Sep 2016 15:51:53 +0000 (15:51 +0000)]
[SHELL32]
- CPrinterFolder: Use the printer icon for printers not the icon for printers folder.

svn path=/trunk/; revision=72778

7 years ago[SETUPAPI] Implement freeing memory in SetupDiDestroyClassImageList function. Based...
Dmitry Chapyshev [Thu, 22 Sep 2016 21:39:25 +0000 (21:39 +0000)]
[SETUPAPI] Implement freeing memory in SetupDiDestroyClassImageList function. Based on patch from CircularTriangle06. Thanks! See CORE-11668

svn path=/trunk/; revision=72777

7 years ago[SHELL32]
Giannis Adamopoulos [Thu, 22 Sep 2016 21:34:14 +0000 (21:34 +0000)]
[SHELL32]
- SHCreateDefaultContextMenu: Since our shell folders don't pass the array of class keys needed, populate this array right in SHCreateDefaultContextMenu. This code should later be moved to the shell folders so as to make CDefaultContextMenu.cpp agnostic to the kind of items it handles.
- CDefaultContextMenu: Simplify filling the menu by making use of the array of keys passed in the DEFCONTEXTMENU struct.

svn path=/trunk/; revision=72776

7 years ago[SHELL32]
Giannis Adamopoulos [Thu, 22 Sep 2016 19:54:15 +0000 (19:54 +0000)]
[SHELL32]
- CDefaultContextMenu: Simplify some really superfluous code and add more checks for bogus parameters. Create the data object using GetUIObjectOf instead of SHCreateDataObject. Each sell folder should be able to use its own special data object.

svn path=/trunk/; revision=72775

7 years ago[NLS] Add 1146 and 21025 code pages
Dmitry Chapyshev [Thu, 22 Sep 2016 18:16:30 +0000 (18:16 +0000)]
[NLS] Add 1146 and 21025 code pages

svn path=/trunk/; revision=72774

7 years ago[NLS] Add missed code pages
Dmitry Chapyshev [Thu, 22 Sep 2016 18:14:07 +0000 (18:14 +0000)]
[NLS] Add missed code pages

svn path=/trunk/; revision=72773

7 years ago[HIVECLS.INF]
Giannis Adamopoulos [Thu, 22 Sep 2016 16:48:12 +0000 (16:48 +0000)]
[HIVECLS.INF]
- Drive property page is registered by sehll32.

svn path=/trunk/; revision=72772

7 years ago[SHELL32]
Giannis Adamopoulos [Thu, 22 Sep 2016 16:22:44 +0000 (16:22 +0000)]
[SHELL32]
- Handle failure in SHELL32_CompareDetails.

svn path=/trunk/; revision=72771

7 years ago[SHELL32]
Giannis Adamopoulos [Thu, 22 Sep 2016 16:14:07 +0000 (16:14 +0000)]
[SHELL32]
- COpenWithMenu: Don't try to close the same registry key twice.

svn path=/trunk/; revision=72770

7 years ago[SHELL32]
Giannis Adamopoulos [Thu, 22 Sep 2016 16:09:28 +0000 (16:09 +0000)]
[SHELL32]
- HCR_GetFolderAttributes already calls GetAttributesOf when needed, calling it when it is not needed can lead to crashes.

svn path=/trunk/; revision=72769

7 years ago[SHELL32] implement CreateViewWindow3 and fix CreateViewWindow2
Christoph von Wittich [Thu, 22 Sep 2016 14:28:44 +0000 (14:28 +0000)]
[SHELL32] implement CreateViewWindow3 and fix CreateViewWindow2

svn path=/trunk/; revision=72768