reactos.git
5 years ago[NTOSKRNL] Round memory size up, "debug log" part
Serge Gautherie [Fri, 2 Feb 2018 23:19:18 +0000 (00:19 +0100)]
[NTOSKRNL] Round memory size up, "debug log" part

Assumed to better match actual physical RAM size.

CORE-12321

5 years ago[BOOTDATA] Change the default open command for HTA files to open in Wine Internet...
Jared Smudde [Tue, 7 Aug 2018 11:22:03 +0000 (06:22 -0500)]
[BOOTDATA] Change the default open command for HTA files to open in Wine Internet Explorer. (#719)

It's a shortcut from implementing the function in mshtml but it works.
Also add an edit option to the right click menu.

5 years ago[CMD] Add speed-optimized checks for dot-directories "." and ".." .
Hermès Bélusca-Maïto [Mon, 6 Aug 2018 20:36:14 +0000 (22:36 +0200)]
[CMD] Add speed-optimized checks for dot-directories "." and ".." .

Adapted from PR #592 by Katayama Hirofumi MZ.

5 years ago[CMD] Fix the way the DIR-command pattern is interpreted when it contains paths or...
Hermès Bélusca-Maïto [Mon, 6 Aug 2018 19:46:38 +0000 (21:46 +0200)]
[CMD] Fix the way the DIR-command pattern is interpreted when it contains paths or filenames with trailing dots.

Particular DIR commands like: "DIR .", "DIR .." now work as expected,
and we also correctly fix the behavior for files without extension,
that r38746 (2b06cfc0) originally tried to fix but broke the previous
examples.
Therefore "DIR *." and "DIR noextfile." work too.

Pathological cases like "DIR \...", "DIR \...\.", "DIR ..\...\.." and
the like (and with more than 3 dots) now work as expected.

Adapted from PR #592 by Katayama Hirofumi MZ, but with extended bugfixing.

CORE-13961

5 years ago[CMD] Code formatting; use LPCTSTR where possible; use a MAX_PATH sized dircmd buffer.
Hermès Bélusca-Maïto [Mon, 6 Aug 2018 19:22:27 +0000 (21:22 +0200)]
[CMD] Code formatting; use LPCTSTR where possible; use a MAX_PATH sized dircmd buffer.

5 years ago[CMD] Create a DirNodeCleanup() helper for cleanup and simplify code (adapted from...
Katayama Hirofumi MZ [Mon, 25 Jun 2018 00:53:45 +0000 (09:53 +0900)]
[CMD] Create a DirNodeCleanup() helper for cleanup and simplify code (adapted from PR #592).

5 years ago[CMD] Fix French translation.
Hermès Bélusca-Maïto [Sun, 29 Jul 2018 23:36:43 +0000 (01:36 +0200)]
[CMD] Fix French translation.

5 years ago[NTOSKRNL] Fix a nullptr dereference in IopStartDevice 732/head
Mark Jansen [Sun, 5 Aug 2018 20:14:44 +0000 (22:14 +0200)]
[NTOSKRNL] Fix a nullptr dereference in IopStartDevice

5 years ago[WINLOGON] Hack-fix for CORE-14877 ; see commit bcec1fd6.
Hermès Bélusca-Maïto [Mon, 6 Aug 2018 15:30:21 +0000 (17:30 +0200)]
[WINLOGON] Hack-fix for CORE-14877 ; see commit bcec1fd6.

5 years ago[WINLOGON][MSGINA] Fix typo.
Hermès Bélusca-Maïto [Mon, 6 Aug 2018 15:29:34 +0000 (17:29 +0200)]
[WINLOGON][MSGINA] Fix typo.

5 years ago[SYSSETUP] SetupStartService: Wait until the service is running
Eric Kohl [Sun, 5 Aug 2018 18:02:22 +0000 (20:02 +0200)]
[SYSSETUP] SetupStartService: Wait until the service is running

5 years ago[ADVAPI32] Add parameter checks to LogonUserExW and initialize the token handle.
Eric Kohl [Sun, 5 Aug 2018 14:16:53 +0000 (16:16 +0200)]
[ADVAPI32] Add parameter checks to LogonUserExW and initialize the token handle.

5 years ago[NETAPI32] Implement I_NetServerSetServiceBits()
Eric Kohl [Sun, 5 Aug 2018 13:57:03 +0000 (15:57 +0200)]
[NETAPI32] Implement I_NetServerSetServiceBits()

5 years ago[NETAPI32] Add annotations and move NetUseGetInfo to a better location.
Eric Kohl [Sun, 5 Aug 2018 13:36:48 +0000 (15:36 +0200)]
[NETAPI32] Add annotations and move NetUseGetInfo to a better location.

5 years ago[SRVSVC] Set and retrieve service bits and rename unknown functions
Eric Kohl [Sun, 5 Aug 2018 13:04:01 +0000 (15:04 +0200)]
[SRVSVC] Set and retrieve service bits and rename unknown functions

- Service bits are set by NetrServerSetServiceBits and can be retrieved by NetrServerGetInfo.
- The real name of function 42 is NetrServerSetServiceBitsEx and the real name of function 47 is NetrDfsSetServerInfo.

5 years ago[SHELL32] Fix handling of multiple parameters in the 'Run' dialog (#665)
Katayama Hirofumi MZ [Sun, 5 Aug 2018 11:39:17 +0000 (20:39 +0900)]
[SHELL32] Fix handling of multiple parameters in the 'Run' dialog (#665)

The "Run" dialog failed when multiple parameters wee specified.
We use instead a newly-created ShellExecCmdLine() helper function to fix the problem (as found via API-tracing on Windows).
Note that ShellExecCmdLine() starts to be exported with Vista+.

- Implement ShellExecCmdLine() function in shell32.
- Add URL support.
- Fix RunDlgProc function in shell32.
- Add a testcase for ShellExecCmdLine() function.

CORE-14790

5 years ago[MSCONFIG] Fix buffer overflow when handling long service command lines.
Thomas Faber [Sun, 5 Aug 2018 10:57:25 +0000 (12:57 +0200)]
[MSCONFIG] Fix buffer overflow when handling long service command lines.

5 years ago[ZIPFLDR] Add 'Extract All' to individual item context menu. 728/head
Mark Jansen [Thu, 2 Aug 2018 20:36:17 +0000 (22:36 +0200)]
[ZIPFLDR] Add 'Extract All' to individual item context menu.

5 years ago[ZIPFLDR] Add 'Extract All' menu item to the folder context menu.
Mark Jansen [Thu, 2 Aug 2018 19:36:54 +0000 (21:36 +0200)]
[ZIPFLDR] Add 'Extract All' menu item to the folder context menu.

5 years ago[ATL] Fix the CComQIIDPtr template.
Mark Jansen [Fri, 3 Aug 2018 18:45:20 +0000 (20:45 +0200)]
[ATL] Fix the CComQIIDPtr template.

5 years ago[ZIPFLDR] Implement RouteTheCall, so that applications can 'launch' zip files
Mark Jansen [Sat, 21 Apr 2018 22:00:34 +0000 (00:00 +0200)]
[ZIPFLDR] Implement RouteTheCall, so that applications can 'launch' zip files

5 years ago[HAL] Add NT6-compatible version of HalpMapPhysicalMemory64 and HalpUnmapVirtualAddress 359/head
Denis Malikov [Sun, 4 Feb 2018 15:59:21 +0000 (22:59 +0700)]
[HAL] Add NT6-compatible version of HalpMapPhysicalMemory64 and HalpUnmapVirtualAddress

5 years ago[LSASRV] Implement and call the policy change notification routine
Eric Kohl [Sat, 4 Aug 2018 23:05:52 +0000 (01:05 +0200)]
[LSASRV] Implement and call the policy change notification routine

5 years ago[LSASRV][SECUR32] Implement LsaRegisterPolicyChangeNotification and LsaUnregisterPoli...
Eric Kohl [Sat, 4 Aug 2018 20:17:52 +0000 (22:17 +0200)]
[LSASRV][SECUR32] Implement LsaRegisterPolicyChangeNotification and LsaUnregisterPolicyChangeNotification

5 years ago[REACTOS] Fix 64 bit issues
Timo Kreuzer [Sat, 7 Jul 2018 14:09:03 +0000 (16:09 +0200)]
[REACTOS] Fix 64 bit issues

5 years ago[DLLS] Fix 64 bit issues
Timo Kreuzer [Mon, 23 Apr 2018 09:42:32 +0000 (11:42 +0200)]
[DLLS] Fix 64 bit issues

5 years ago[APPLICATIONS] Fix 64 bit issues
Timo Kreuzer [Sun, 4 Mar 2018 15:12:18 +0000 (16:12 +0100)]
[APPLICATIONS] Fix 64 bit issues

5 years ago[MVDM] Fix 64 bit issues
Timo Kreuzer [Sun, 11 Feb 2018 23:38:10 +0000 (00:38 +0100)]
[MVDM] Fix 64 bit issues

5 years ago[WINSRV] Fix 64 bit issues
Timo Kreuzer [Sun, 4 Mar 2018 15:07:41 +0000 (16:07 +0100)]
[WINSRV] Fix 64 bit issues

5 years ago[REACTX] Fix 64 bit issues
Timo Kreuzer [Sun, 4 Mar 2018 20:58:15 +0000 (21:58 +0100)]
[REACTX] Fix 64 bit issues

5 years ago[APPHELP] Fix 64 bit issues
Timo Kreuzer [Sun, 4 Mar 2018 15:04:17 +0000 (16:04 +0100)]
[APPHELP] Fix 64 bit issues

5 years ago[SHELL32] Fix 64 bit issues
Timo Kreuzer [Sun, 4 Mar 2018 15:05:00 +0000 (16:05 +0100)]
[SHELL32] Fix 64 bit issues

5 years ago[USER32] Fix 64 bit issues
Timo Kreuzer [Sun, 4 Mar 2018 16:44:13 +0000 (17:44 +0100)]
[USER32] Fix 64 bit issues

5 years ago[GDI32] Fix 64 bit issues
Timo Kreuzer [Sun, 4 Mar 2018 15:06:54 +0000 (16:06 +0100)]
[GDI32] Fix 64 bit issues

5 years ago[KERNEL32] Fix 64 bit issues
Timo Kreuzer [Thu, 15 Feb 2018 21:34:48 +0000 (22:34 +0100)]
[KERNEL32] Fix 64 bit issues

5 years ago[DRIVERS] Fix 64 bit issues
Timo Kreuzer [Mon, 23 Apr 2018 09:27:49 +0000 (11:27 +0200)]
[DRIVERS] Fix 64 bit issues

5 years ago[UNIATA] Fix 64 bit issues
Timo Kreuzer [Tue, 27 Feb 2018 21:15:44 +0000 (22:15 +0100)]
[UNIATA] Fix 64 bit issues

5 years ago[USBPORT] Fix 64 bit issues
Timo Kreuzer [Tue, 27 Feb 2018 20:56:06 +0000 (21:56 +0100)]
[USBPORT] Fix 64 bit issues

5 years ago[NTOS] Fix 64 bit issues
Timo Kreuzer [Mon, 29 Jan 2018 19:31:07 +0000 (20:31 +0100)]
[NTOS] Fix 64 bit issues

5 years ago[FREELDR] Fix 64 bit issues
Timo Kreuzer [Tue, 6 Feb 2018 00:17:11 +0000 (01:17 +0100)]
[FREELDR] Fix 64 bit issues

5 years ago[ROSTESTS] Fix 64 bit issues
Timo Kreuzer [Sat, 14 Jul 2018 10:32:57 +0000 (12:32 +0200)]
[ROSTESTS] Fix 64 bit issues

5 years ago[KMTESTS] Fix 64 bit issues
Timo Kreuzer [Mon, 5 Mar 2018 11:07:15 +0000 (12:07 +0100)]
[KMTESTS] Fix 64 bit issues

5 years ago[TRANSLATIONS] Fix spanish translations for some resources (#725)
Julio Carchi [Fri, 3 Aug 2018 13:08:13 +0000 (08:08 -0500)]
[TRANSLATIONS] Fix spanish translations for some resources (#725)

Setup wizard
Network settings wizard
Input CPL
Open file dialogs
Devmgr
Explorer

5 years ago[TRANSLATION][TASKKILL] Add Italian translation (#717)
Bișoc George [Fri, 3 Aug 2018 10:12:29 +0000 (12:12 +0200)]
[TRANSLATION][TASKKILL] Add Italian translation (#717)

5 years ago[MSPAINT] Added Vietnamese translation. (#722)
Nguyễn Thanh Sơn [Fri, 3 Aug 2018 10:10:16 +0000 (17:10 +0700)]
[MSPAINT] Added Vietnamese translation. (#722)

5 years ago[INPUT] Fix a truncated text
Bișoc George [Thu, 2 Aug 2018 13:32:30 +0000 (15:32 +0200)]
[INPUT] Fix a truncated text

5 years ago[I8042PRT] Move DMI/SMBIOS parsing functions into library
Stanislav Motylkov [Mon, 30 Jul 2018 21:22:35 +0000 (00:22 +0300)]
[I8042PRT] Move DMI/SMBIOS parsing functions into library

5 years ago[KERNEL32] Implement System Firmware functions
Stanislav Motylkov [Sun, 29 Jul 2018 20:50:15 +0000 (23:50 +0300)]
[KERNEL32] Implement System Firmware functions

- Implement EnumSystemFirmwareTables
- Implement GetSystemFirmwareTable

These functions currently using registry workaround and can be improved later.

CORE-12105

5 years ago[KERNEL32_APITEST] Add SystemFirmware tests
Stanislav Motylkov [Sun, 29 Jul 2018 14:43:10 +0000 (17:43 +0300)]
[KERNEL32_APITEST] Add SystemFirmware tests

CORE-12105

5 years ago[I8042PRT] Dump SMBIOS tables into registry for usermode access
Stanislav Motylkov [Sat, 14 Apr 2018 22:56:32 +0000 (01:56 +0300)]
[I8042PRT] Dump SMBIOS tables into registry for usermode access

Reference:
https://social.msdn.microsoft.com/Forums/en-US/0bb0840e-85f4-4cdb-9710-7581f7348f2f/how-to-get-motherboard-serial-number-without-using-wmi-in-c

CORE-12105 CORE-14867

5 years ago[USRMGR] Disable the Extra tab. It serves no purpose. (#700)
Jared Smudde [Wed, 1 Aug 2018 20:15:27 +0000 (15:15 -0500)]
[USRMGR] Disable the Extra tab. It serves no purpose. (#700)

5 years ago[TRANSLATIONS] Fix some Spanish translations (#715) 720/head
Julio Carchi [Tue, 31 Jul 2018 08:58:21 +0000 (03:58 -0500)]
[TRANSLATIONS] Fix some Spanish translations (#715)

Also added some new ones.

5 years ago[RAPPS] Deselect apps after installing
Phil Eaton [Sat, 7 Jul 2018 02:35:39 +0000 (22:35 -0400)]
[RAPPS] Deselect apps after installing

I found it unintuitive that each time I selected some software for installation, it wasn't automatically deselected after installation. I kept re-triggering the same installation a few times before I realized I had to manually uncheck the checked packages.

5 years ago[ADVAPI32] Stop the service dispatcher thread only if a SERVICE_CONTROL_STOP command...
Eric Kohl [Sun, 29 Jul 2018 21:19:14 +0000 (23:19 +0200)]
[ADVAPI32] Stop the service dispatcher thread only if a SERVICE_CONTROL_STOP command was sent

5 years ago[SHELL32] Silence a noisy DPRINT.
Hermès Bélusca-Maïto [Sun, 29 Jul 2018 15:39:09 +0000 (17:39 +0200)]
[SHELL32] Silence a noisy DPRINT.

5 years ago[AUTOCHK] Improvements: code + command-line handling.
Hermès Bélusca-Maïto [Sun, 29 Jul 2018 14:00:49 +0000 (16:00 +0200)]
[AUTOCHK] Improvements: code + command-line handling.

- Add support for the following command-line arguments: /k, /p (and a little bit
  of /r), and add support for checking a particular volume.
  A description of these arguments can be found at:
  "Description of Enhanced Chkdsk, Autochk, and Chkntfs Tools in Windows 2000",
  https://web.archive.org/web/20150215210228/http://support.microsoft.com:80/kb/218461

- Slightly improve some messages.

- Get rid of legacy OpenDirectory() and simplify GetFileSystem().

5 years ago[AUTOCHK] Improve the timeout countdown prompt by displaying the actual remaining...
Hermès Bélusca-Maïto [Sun, 29 Jul 2018 13:19:30 +0000 (15:19 +0200)]
[AUTOCHK] Improve the timeout countdown prompt by displaying the actual remaining seconds before the disk check.

Make also keyboard availability optional.

5 years ago[AUTOCHK] Minor code formatting; reduce indentation level of some blocks; use RTL_NUM...
Hermès Bélusca-Maïto [Sun, 29 Jul 2018 13:05:22 +0000 (15:05 +0200)]
[AUTOCHK] Minor code formatting; reduce indentation level of some blocks; use RTL_NUMBER_OF() macro; normalize file header.

5 years ago[EXPLORER] Improve debug output.
Hermès Bélusca-Maïto [Sat, 28 Jul 2018 15:27:52 +0000 (17:27 +0200)]
[EXPLORER] Improve debug output.

5 years ago[WIN32SS][FREETYPE] Update copyright text
Katayama Hirofumi MZ [Sat, 28 Jul 2018 14:30:48 +0000 (23:30 +0900)]
[WIN32SS][FREETYPE] Update copyright text

5 years ago[NTOSKNRL] Only allocate a MDL if we have an output length
Pierre Schweitzer [Sun, 29 Jul 2018 11:58:30 +0000 (13:58 +0200)]
[NTOSKNRL] Only allocate a MDL if we have an output length

For user mode, when probing output buffer, if it's null, length
will also be set to 0.

This avoids user mode applications being able to trigger various
asserts in ReactOS (and thus BSOD when no debugger is plugged ;-)).

5 years ago[WIN32SS] Add 5 members to FONTGDI structure
Katayama Hirofumi MZ [Sat, 28 Jul 2018 14:24:26 +0000 (23:24 +0900)]
[WIN32SS] Add 5 members to FONTGDI structure

5 years ago[WIN32SS][FONT] Change the type of 2nd argument of IntRequestFontSize
Katayama Hirofumi MZ [Sat, 28 Jul 2018 14:37:03 +0000 (23:37 +0900)]
[WIN32SS][FONT] Change the type of 2nd argument of IntRequestFontSize

5 years ago[RPCRT4] Update the support for remote pipes which was dropped by the sync to Wine...
Eric Kohl [Sun, 29 Jul 2018 05:30:43 +0000 (07:30 +0200)]
[RPCRT4] Update the support for remote pipes which was dropped by the sync to Wine Staging 2.9 and update rpcrt4_ros.diff accordingly

5 years ago[ROSDDT] do_update_base(): Fix assignment to f (#702)
Serge Gautherie [Fri, 27 Jul 2018 19:54:12 +0000 (21:54 +0200)]
[ROSDDT] do_update_base(): Fix assignment to f (#702)

Thanks to "devpao" for reporting this.

ROSAPPS-343

5 years ago[MAN] AnalyzeArgv(): Fix 2 overruns related to element (#703)
Serge Gautherie [Fri, 27 Jul 2018 19:53:50 +0000 (21:53 +0200)]
[MAN] AnalyzeArgv(): Fix 2 overruns related to element (#703)

- Also use _countof().
- Also add braces.
- Also enforce consistent "no spaces" style.

Thanks to "devpao" for pointing to this function.

ROSAPPS-344

5 years ago[LPK] Changes (#622). 622/head
Baruch Rutman [Thu, 26 Jul 2018 19:08:29 +0000 (22:08 +0300)]
[LPK] Changes (#622).

- Changed how the ScriptIsComplex check is made to account direction, most noticeble on dxdiag,
  https://docs.microsoft.com/en-us/windows/desktop/api/usp10/nf-usp10-scriptiscomplex
  However commented out the ScriptIsComplex flag change because of a bug.

- Added a check and debug print if BIDI_Reorder fails.

5 years ago[LPK] Added more error handling code (#622).
Baruch Rutman [Mon, 18 Jun 2018 14:54:15 +0000 (17:54 +0300)]
[LPK] Added more error handling code (#622).

- Added a codepath if both glyphs and reordered_str arrays are NULL.
- Move variables back to the beginning of function.

CORE-14732

5 years ago[LPK] Diverse fixes (#622).
Baruch Rutman [Mon, 18 Jun 2018 11:52:57 +0000 (14:52 +0300)]
[LPK] Diverse fixes (#622).

- Changed wcspy to strsafe function.
- Use GetCharWidthI instead of GetCharWidth32W if dealing with glyph indices.

5 years ago[LPK] Refactoring (#622).
Baruch Rutman [Mon, 18 Jun 2018 09:07:16 +0000 (12:07 +0300)]
[LPK] Refactoring (#622).

- Moved lpDx and lpGlyphs operations to seperate brackets.
- lpGlyphs == NULL checks + memory managment additions.

CORE-14732

5 years ago[USER32][WIN32SS] Implement TileWindows function (#678)
Katayama Hirofumi MZ [Thu, 26 Jul 2018 12:34:00 +0000 (21:34 +0900)]
[USER32][WIN32SS] Implement TileWindows function (#678)

CORE-14815

5 years ago[AUTOCHK] Improve readability of messages
David Knapp [Thu, 26 Jul 2018 05:28:42 +0000 (01:28 -0400)]
[AUTOCHK] Improve readability of messages

5 years ago[KMTESTS] Add compile time asserts for IO_STACK_LOCATION offsets 695/head
Mark Jansen [Sun, 22 Jul 2018 11:03:51 +0000 (13:03 +0200)]
[KMTESTS] Add compile time asserts for IO_STACK_LOCATION offsets
CORE-14782

5 years ago[XDK][NDK] Restore struct alignment for IO_STACK_LOCATION
Mark Jansen [Sun, 22 Jul 2018 11:02:20 +0000 (13:02 +0200)]
[XDK][NDK] Restore struct alignment for IO_STACK_LOCATION
CORE-14782

5 years ago[EXPLORER] Fix creation of shortcuts in the start menu.
Jared Smudde [Sun, 22 Jul 2018 16:05:50 +0000 (11:05 -0500)]
[EXPLORER] Fix creation of shortcuts in the start menu.

5 years agoUpdate README.md with the latest release
Alisson Lauffer [Mon, 23 Jul 2018 23:10:49 +0000 (20:10 -0300)]
Update README.md with the latest release

5 years ago[SERVICES] Keep a global service bits variable that combines the service bits of...
Eric Kohl [Sun, 22 Jul 2018 13:17:02 +0000 (15:17 +0200)]
[SERVICES] Keep a global service bits variable that combines the service bits of all running services

5 years ago[KERNEL32] Use RtlStringCbCopyNW() to correctly fill the WIN32_FIND_DATA.cFileName...
Hermès Bélusca-Maïto [Sun, 22 Jul 2018 19:32:38 +0000 (21:32 +0200)]
[KERNEL32] Use RtlStringCbCopyNW() to correctly fill the WIN32_FIND_DATA.cFileName and cAlternateFileName members without any overflow and with a terminating NULL character.

5 years ago[WIN32SS:NTUSER] Update SetWindowStationUser() and NtUserSetWindowStationUser() proto...
Hermès Bélusca-Maïto [Sun, 8 Jul 2018 18:39:19 +0000 (20:39 +0200)]
[WIN32SS:NTUSER] Update SetWindowStationUser() and NtUserSetWindowStationUser() prototypes.
Also, improve NtUserSetWindowStationUser() capture order, make psid optional as it should (and avoid a user-mode triggered BSOD), and initialize luidUser only when everything succeeded.

5 years ago[WIN32SS:USER] Code formatting only.
Hermès Bélusca-Maïto [Sat, 16 Jun 2018 17:43:40 +0000 (19:43 +0200)]
[WIN32SS:USER] Code formatting only.

5 years ago[USER32_APITEST] Add few other tests (validation of the desktop path string); improve...
Hermès Bélusca-Maïto [Sun, 17 Jun 2018 21:17:52 +0000 (23:17 +0200)]
[USER32_APITEST] Add few other tests (validation of the desktop path string); improve the output of some messages, displaying the expected values in case of test failure.
See also PR #621.

5 years ago[ROSTESTS] Add an interactive test for window stations. See also PR #621.
Hermès Bélusca-Maïto [Sun, 17 Jun 2018 19:39:44 +0000 (21:39 +0200)]
[ROSTESTS] Add an interactive test for window stations. See also PR #621.

5 years ago[WINLOGON] Allow WinSta0 access only when needed. Also, reset the WinSta0 user as...
Hermès Bélusca-Maïto [Mon, 16 Jul 2018 23:44:00 +0000 (01:44 +0200)]
[WINLOGON] Allow WinSta0 access only when needed. Also, reset the WinSta0 user as soon as we have logged-off.

5 years ago[LDR] Release the loader lock the same way it was acquired
Mark Jansen [Sun, 22 Jul 2018 15:17:36 +0000 (17:17 +0200)]
[LDR] Release the loader lock the same way it was acquired

5 years ago[SERVICES] Add a checks for vaild info level to RChangeServiceConfig2A/W and RQuerySe...
Eric Kohl [Sun, 22 Jul 2018 10:45:23 +0000 (12:45 +0200)]
[SERVICES] Add a checks for vaild info level to RChangeServiceConfig2A/W and RQueryServiceConfig2A/W

CORE-14837

5 years ago[NET] Add the workstations option to the user command
Eric Kohl [Sat, 21 Jul 2018 20:13:49 +0000 (22:13 +0200)]
[NET] Add the workstations option to the user command

5 years ago[WINLOGON] When starting Setup (which runs with SYSTEM credentials), explicitly speci...
Hermès Bélusca-Maïto [Mon, 16 Jul 2018 23:49:07 +0000 (01:49 +0200)]
[WINLOGON] When starting Setup (which runs with SYSTEM credentials), explicitly specify on which window station and desktop we start it, so as to avoid the default choice of the non-interactive Service-0x0-3e7$ window station.
Also, switch to the WinSta0\Default desktop just only before starting Setup, and restore Winlogon setup when it finishes.

5 years ago[PSDK] Fix a typo. Has also been caught independently by George Bișoc (#686).
Hermès Bélusca-Maïto [Sun, 15 Jul 2018 21:18:32 +0000 (23:18 +0200)]
[PSDK] Fix a typo. Has also been caught independently by George Bișoc (#686).

5 years ago[ASM] Fixed ".double" macro in asm.inc.
Victor Perevertkin [Sun, 15 Jul 2018 15:49:49 +0000 (18:49 +0300)]
[ASM] Fixed ".double" macro in asm.inc.
GAS uses ".double" symbol for declaring floating-point constants and
".quad" symbol for declaring 64-bit numbers.
This is not compatible with our macro for MASM and introduces bugs.
Now 64-bit constants are supposed to be declared using ".quad" macro.

5 years ago[NTOSKRNL][NDK][UMPNPMGR] Define and use PLUGPLAY_CONTROL_PROPERTY_DATA.Properties...
Eric Kohl [Sun, 15 Jul 2018 13:57:57 +0000 (15:57 +0200)]
[NTOSKRNL][NDK][UMPNPMGR] Define and use PLUGPLAY_CONTROL_PROPERTY_DATA.Properties values

NDK: Define PLUGPLAY_CONTROL_PROPERTY_DATA.Properties and PLUGPLAY_CONTROL_DEVICE_RELATIONS_DATA.Relations values.

NTOSKRNL: Map PLUGPLAY_CONTROL_PROPERTY_DATA.Properties values to IoGetDeviceProperty properties and add (dummy) code for unsupported cases.

UMPNPMGR: Use PLUGPLAY_CONTROL_PROPERTY_DATA.Properties values in PNP_GetDeviceRegProp.

5 years ago[NTOSKRNL] Be noisy when deferring writes.
Pierre Schweitzer [Sun, 15 Jul 2018 07:57:16 +0000 (09:57 +0200)]
[NTOSKRNL] Be noisy when deferring writes.

5 years ago[PSDK] Add SymTagENum to dbghelp.h and imagehlp.h
Timo Kreuzer [Fri, 3 Nov 2017 07:12:29 +0000 (08:12 +0100)]
[PSDK] Add SymTagENum to dbghelp.h and imagehlp.h

5 years ago[WINDOWSCODECS] Fix an MSVC warning about get_decoder_info() (#684)
Serge Gautherie [Sat, 14 Jul 2018 00:50:23 +0000 (02:50 +0200)]
[WINDOWSCODECS] Fix an MSVC warning about get_decoder_info() (#684)

"...\info.c(2163) : warning C4028: formal parameter 1 different from declaration"

Cherry-pick https://source.winehq.org/git/wine.git/commit/90518ebd2ca14568879831a5a87685a8385a21d7
CORE-7538

5 years ago[USER32][WIN32SS] Fix display of owned popup windows (#683)
Katayama Hirofumi MZ [Fri, 13 Jul 2018 14:03:45 +0000 (23:03 +0900)]
[USER32][WIN32SS] Fix display of owned popup windows (#683)

An owned popup window should be hidden when its owner window was minimized.
- Add IntWinListOwnedPopups function.
- Fix ShowWindow and ShowOwnedPopups functions.

CORE-14818
See also: CORE-3326, CORE-12252, CORE-13168, and CORE-14824.

5 years ago[EXPLORER][SHELL32][USER32] Implement 'Show the Desktop' action of Task Bar (#668)
Katayama Hirofumi MZ [Fri, 13 Jul 2018 08:34:42 +0000 (17:34 +0900)]
[EXPLORER][SHELL32][USER32] Implement 'Show the Desktop' action of Task Bar (#668)

The keyboard shortcuts Win+D and Win+M are also enabled.

- Implement IShellDispatch4::ToggleDesktop().
- Implement some commands in CTrayWindow.
- Add "sdk/include/reactos/traycmd.h" for tray commands.
- Fix task window switching.
- Improve the user32!SwitchToThisWindow() function and use it.

CORE-14318, CORE-13157
See also: CORE-14806 and CORE-8723

5 years ago[CMD] "del /s directory" command doesn't show the directories or files names in the...
Katayama Hirofumi MZ [Thu, 12 Jul 2018 23:47:45 +0000 (08:47 +0900)]
[CMD] "del /s directory" command doesn't show the directories or files names in the confirmation message (#680)

CORE-14059

5 years ago[CMAKE] Update all base addresses, taking into account the reserved user32 address... 661/head
Mark Jansen [Mon, 2 Jul 2018 20:45:35 +0000 (22:45 +0200)]
[CMAKE] Update all base addresses, taking into account the reserved user32 address from CORE-12752
CORE-11382

5 years ago[SDK] Update gen_baseaddress.py for reserved base addresses.
Mark Jansen [Mon, 2 Jul 2018 20:32:03 +0000 (22:32 +0200)]
[SDK] Update gen_baseaddress.py for reserved base addresses.
CORE-11382

5 years ago[TRANSLATIONS][DISPLAY] Translate to spanish some strings on the display (#667)
Julio Carchi [Thu, 12 Jul 2018 15:48:57 +0000 (10:48 -0500)]
[TRANSLATIONS][DISPLAY] Translate to spanish some strings on the display (#667)

CORE-14767

5 years ago[SHELL32] lpDirectory must have priority in ShellExecuteEx (#681)
Katayama Hirofumi MZ [Thu, 12 Jul 2018 15:45:43 +0000 (00:45 +0900)]
[SHELL32] lpDirectory must have priority in ShellExecuteEx (#681)

Based on a patch by Mark Jansen.
CORE-14469