reactos.git
5 years ago[SYSTEMINFO] Fix various bugs and add SMBIOS support
Stanislav Motylkov [Tue, 31 Jul 2018 15:57:58 +0000 (18:57 +0300)]
[SYSTEMINFO] Fix various bugs and add SMBIOS support

5 years ago[WIN32SS][FONT] Fix font metrics (#713)
Katayama Hirofumi MZ [Sun, 12 Aug 2018 13:12:13 +0000 (22:12 +0900)]
[WIN32SS][FONT] Fix font metrics (#713)

Fix vertical alignment and Aspect penalty; improve font penalty system; fixes for Wine tests.
This is an update of #706. See CORE-11536 for more details.

The display of the following programs is fixed:
- Total Commander 8.52 setup: font displayed too large - CORE-11620.
- Effective File Search 6.8.1 german localization text rendering issues - CORE-14378.
- Font garbage in register splash screen in Foxit Reader 7.1.5 - CORE-9767.
- Calipers-1 is not displayed correctly - CORE-14302.
- Some MSI-installers draw their dialogs too large (example: Click-N-Type Virtual Keyboard 3.03.0412) - CORE-13161.
- Irfanview 4.50: font in zoom combobox displayed too large - CORE-14396.
- Rufus: The window and controls are displayed larger than necessary - CORE-14461.

5 years ago[NETAPI32] Add DFS RPC interface and some DFS stubs
Eric Kohl [Sun, 12 Aug 2018 12:13:26 +0000 (14:13 +0200)]
[NETAPI32] Add DFS RPC interface and some DFS stubs

5 years ago[DXDIAG] Fix wrapped controls in russian translation
Stanislav Motylkov [Sun, 12 Aug 2018 09:11:39 +0000 (12:11 +0300)]
[DXDIAG] Fix wrapped controls in russian translation

5 years ago[DXDIAG] Minor code style fixes
Stanislav Motylkov [Fri, 3 Aug 2018 21:22:49 +0000 (00:22 +0300)]
[DXDIAG] Minor code style fixes

5 years ago[DXDIAG] Fix blank system and BIOS values
Stanislav Motylkov [Tue, 31 Jul 2018 15:52:09 +0000 (18:52 +0300)]
[DXDIAG] Fix blank system and BIOS values

CORE-5961 #resolve

5 years ago[SDK] Add user-mode DMI/SMBIOS helper library
Stanislav Motylkov [Tue, 31 Jul 2018 15:48:32 +0000 (18:48 +0300)]
[SDK] Add user-mode DMI/SMBIOS helper library

CORE-5961

5 years ago[MSPAINT] Fix interpretation of command line (#707)
Katayama Hirofumi MZ [Sun, 12 Aug 2018 09:23:16 +0000 (18:23 +0900)]
[MSPAINT] Fix interpretation of command line (#707)

5 years ago[KMTESTS:MM] Properly clean up files
Pierre Schweitzer [Sun, 12 Aug 2018 08:05:25 +0000 (10:05 +0200)]
[KMTESTS:MM] Properly clean up files

This fixes driver unloading on Windows.

ROSTESTS-266

5 years ago[NTOSKRNL] Misc fixes:
Pierre Schweitzer [Sat, 11 Aug 2018 21:34:08 +0000 (23:34 +0200)]
[NTOSKRNL] Misc fixes:
- Rename page file struct to MMPAGING_FILE
- Increment page files count after current page file was put in the list

5 years ago[NTOSKRNL] Rename PagingFileList to MmPagingFile and make insertion simpler
Pierre Schweitzer [Sat, 11 Aug 2018 21:19:58 +0000 (23:19 +0200)]
[NTOSKRNL] Rename PagingFileList to MmPagingFile and make insertion simpler

5 years ago[NTOSKRNL] Remove useless define
Pierre Schweitzer [Sat, 11 Aug 2018 21:07:53 +0000 (23:07 +0200)]
[NTOSKRNL] Remove useless define

5 years ago[NTOSKRNL] Replace the alloc map by a bitmap
Pierre Schweitzer [Sat, 11 Aug 2018 20:47:58 +0000 (22:47 +0200)]
[NTOSKRNL] Replace the alloc map by a bitmap

5 years ago[NTOSKRNL] Drop unused field
Pierre Schweitzer [Sat, 11 Aug 2018 20:06:41 +0000 (22:06 +0200)]
[NTOSKRNL] Drop unused field

5 years ago[NTOSKRNL] Revert r4668 (yeah, that was 15y ago)
Pierre Schweitzer [Sat, 11 Aug 2018 16:37:31 +0000 (18:37 +0200)]
[NTOSKRNL] Revert r4668 (yeah, that was 15y ago)

It's hardly understandable and doesn't really makes sense.
Furthermore, it breaks compatibility with 3rd party FSD that
don't implement such FSCTL.
Obviously, Windows doesn't do this.

5 years ago[NTOSKRNL] Restrict rights on the page file
Pierre Schweitzer [Fri, 10 Aug 2018 06:40:02 +0000 (08:40 +0200)]
[NTOSKRNL] Restrict rights on the page file

5 years ago[NTOSKRNL] Deny page file creation on floppy disk
Pierre Schweitzer [Fri, 10 Aug 2018 06:01:31 +0000 (08:01 +0200)]
[NTOSKRNL] Deny page file creation on floppy disk

5 years ago[NTOSKRNL] Properly open a page file and set appropriate attributes
Pierre Schweitzer [Fri, 10 Aug 2018 05:50:16 +0000 (07:50 +0200)]
[NTOSKRNL] Properly open a page file and set appropriate attributes

5 years ago[NTOSKRNL] Check that caller has appropriate right before creating page file
Pierre Schweitzer [Thu, 9 Aug 2018 19:13:08 +0000 (21:13 +0200)]
[NTOSKRNL] Check that caller has appropriate right before creating page file

5 years ago[DLLHOST] Add dllhost to make the device driver extractor for my Lenovo T400 happy
Eric Kohl [Sat, 11 Aug 2018 20:25:30 +0000 (22:25 +0200)]
[DLLHOST] Add dllhost to make the device driver extractor for my Lenovo T400 happy

5 years ago[WIN32SS][FONT] Fix the system logical stock font data (#709)
Katayama Hirofumi MZ [Fri, 10 Aug 2018 13:37:37 +0000 (22:37 +0900)]
[WIN32SS][FONT] Fix the system logical stock font data (#709)

This fixes the stock font data to improve font selection.
CORE-14885

5 years ago[SHELL32] Fix a careless mistake of ShellExecCmdLine (#737)
Katayama Hirofumi MZ [Fri, 10 Aug 2018 11:25:50 +0000 (20:25 +0900)]
[SHELL32] Fix a careless mistake of ShellExecCmdLine (#737)

CORE-14886

5 years ago[CONSRV] Implement support for file/directory drag-and-drop (#692). 692/head
Katayama Hirofumi MZ [Wed, 18 Jul 2018 20:02:49 +0000 (05:02 +0900)]
[CONSRV] Implement support for file/directory drag-and-drop (#692).
CORE-14833

5 years ago[REACTOS] Improve how some ASSERTMSG() message values are printed: enforce ending... 660/head
Serge Gautherie [Wed, 4 Jul 2018 01:42:04 +0000 (03:42 +0200)]
[REACTOS] Improve how some ASSERTMSG() message values are printed: enforce ending "\n".

NB: Not touching calls in "third-party" code: class and classpnp.

5 years ago[CMLIB] Simplify an ASSERTMSG() as an ASSERT().
Serge Gautherie [Mon, 2 Jul 2018 09:45:01 +0000 (11:45 +0200)]
[CMLIB] Simplify an ASSERTMSG() as an ASSERT().

5 years ago[BOOTLIB] Fix the implementation of RtlAssert() ('Message' can be NULL, and fix the...
Hermès Bélusca-Maïto [Wed, 8 Aug 2018 19:37:22 +0000 (21:37 +0200)]
[BOOTLIB] Fix the implementation of RtlAssert() ('Message' can be NULL, and fix the printing of ANSI string). Fix also the implementation of DbgPrint().

5 years ago[REACTOS] RtlAssert(): use "%lu" as LineNumber format.
Serge Gautherie [Thu, 21 Jun 2018 03:05:50 +0000 (05:05 +0200)]
[REACTOS] RtlAssert(): use "%lu" as LineNumber format.

5 years ago[CONSRV] Minor code re-organization.
Hermès Bélusca-Maïto [Wed, 8 Aug 2018 18:45:39 +0000 (20:45 +0200)]
[CONSRV] Minor code re-organization.

5 years ago[CONSRV] Add a PasteText() helper function and use it.
Hermès Bélusca-Maïto [Wed, 8 Aug 2018 18:38:41 +0000 (20:38 +0200)]
[CONSRV] Add a PasteText() helper function and use it.

5 years ago[HAL] Remove misleading debug prints about USB controllers.
Thomas Faber [Wed, 8 Aug 2018 17:58:56 +0000 (19:58 +0200)]
[HAL] Remove misleading debug prints about USB controllers.

5 years ago[CMD] Small translation update.
Hermès Bélusca-Maïto [Tue, 7 Aug 2018 17:40:06 +0000 (19:40 +0200)]
[CMD] Small translation update.

5 years ago[TRANSLATION][WMIC] Add Italian translation
Bișoc George [Tue, 7 Aug 2018 18:31:56 +0000 (20:31 +0200)]
[TRANSLATION][WMIC] Add Italian translation

5 years ago[WLNOTIFY] Add sens service stubs
Eric Kohl [Tue, 7 Aug 2018 20:56:33 +0000 (22:56 +0200)]
[WLNOTIFY] Add sens service stubs

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.