reactos.git
4 years ago[SYSSETUP] Small fix in Japanese translation
Katayama Hirofumi MZ [Sat, 15 Feb 2020 02:04:48 +0000 (11:04 +0900)]
[SYSSETUP] Small fix in Japanese translation

4 years ago[CPL][ACCESS] Improve Japanese translation
Katayama Hirofumi MZ [Sat, 15 Feb 2020 01:57:49 +0000 (10:57 +0900)]
[CPL][ACCESS] Improve Japanese translation

4 years ago[BROWSEUI] Improve Japanese translation (IDD_SEARCH_DLG)
Katayama Hirofumi MZ [Sat, 15 Feb 2020 01:28:11 +0000 (10:28 +0900)]
[BROWSEUI] Improve Japanese translation (IDD_SEARCH_DLG)

4 years ago[SYSSETUP] Improve resource ATTENTION comments 2
Katayama Hirofumi MZ [Sat, 15 Feb 2020 01:15:32 +0000 (10:15 +0900)]
[SYSSETUP] Improve resource ATTENTION comments 2

4 years ago[SYSSETUP] Improve resource ATTENTION comments
Katayama Hirofumi MZ [Sat, 15 Feb 2020 00:52:58 +0000 (09:52 +0900)]
[SYSSETUP] Improve resource ATTENTION comments

4 years ago[SYSSETUP] Improve Japanese translation
Katayama Hirofumi MZ [Sat, 15 Feb 2020 00:41:46 +0000 (09:41 +0900)]
[SYSSETUP] Improve Japanese translation

4 years ago[BOOTDATA][BOOTCDREGTEST] Don't hardcode C:\ReactOS (#2346)
Katayama Hirofumi MZ [Sat, 15 Feb 2020 00:21:41 +0000 (09:21 +0900)]
[BOOTDATA][BOOTCDREGTEST] Don't hardcode C:\ReactOS (#2346)

- Use %WINDIR% instead of C:\ReactOS.
- Quote paths.
CORE-14747

4 years ago[SHELL32] Better fix for the "Version" string in the About-dialog (#2349)
Bișoc George [Fri, 14 Feb 2020 21:17:48 +0000 (22:17 +0100)]
[SHELL32] Better fix for the "Version" string in the About-dialog (#2349)

The version string kernel number and the localized "version" word were too near in translation files. The patch fixes the problem introduced by #2276.
Addendum to commit a57f7b50.

4 years ago[SYSSETUP] Update Russian translation for Product Options page (#2348)
Oleg Dubinskiy [Fri, 14 Feb 2020 18:22:48 +0000 (20:22 +0200)]
[SYSSETUP] Update Russian translation for Product Options page (#2348)

4 years ago[FREELDR] Separate PC beep routines out into its own file (#2347)
Dmitry Borisov [Fri, 14 Feb 2020 18:22:17 +0000 (00:22 +0600)]
[FREELDR] Separate PC beep routines out into its own file (#2347)

- Remove now unused i386rtl.c (and it doesn't contains RTL functions nowadays).
- Separate PC beep routines out into its own file.
- Also use delay function instead of BIOS interrupts.
- Improve as well the accuracy of KeStallExecutionProcessor() by using the same HW delay function.

4 years ago[FREELDR] Separate PC and Xbox platform-specific code (#2185)
Stanislav Motylkov [Fri, 27 Dec 2019 20:02:38 +0000 (23:02 +0300)]
[FREELDR] Separate PC and Xbox platform-specific code (#2185)

CORE-16216

4 years ago[FREELDR] Restructure platform-specific code. No code changes.
Stanislav Motylkov [Fri, 27 Dec 2019 19:44:48 +0000 (22:44 +0300)]
[FREELDR] Restructure platform-specific code. No code changes.

4 years ago[SHELL32_APITEST] Don't hardcode C:\ReactOS (#2344)
Katayama Hirofumi MZ [Fri, 14 Feb 2020 14:04:17 +0000 (23:04 +0900)]
[SHELL32_APITEST] Don't hardcode C:\ReactOS (#2344)

All tests successful.
CORE-14747

4 years ago[LOCALSPL] Don't hardcode C:\ReactOS (#2343)
Katayama Hirofumi MZ [Fri, 14 Feb 2020 13:53:38 +0000 (22:53 +0900)]
[LOCALSPL] Don't hardcode C:\ReactOS (#2343)

Use static top-level variables wszLocalSplFile and wszPrintUiFile instead of static hardcoded literal strings.
CORE-14747

4 years ago[OPENGL32] Fix RGB <-> BGR mismatch
Jérôme Gardou [Wed, 5 Feb 2020 12:08:04 +0000 (13:08 +0100)]
[OPENGL32] Fix RGB <-> BGR mismatch

Fix CORE-16221

4 years ago[SHELL32] Rewrite SHAddToRecentDocs (#2333)
Katayama Hirofumi MZ [Fri, 14 Feb 2020 02:05:21 +0000 (11:05 +0900)]
[SHELL32] Rewrite SHAddToRecentDocs (#2333)

Rewrite shell32!SHAddToRecentDocs and use it in some applications.
Wine's SHAddToRecentDocs was not Unicode supported and unusable. I will dare to rewrite.
CORE-3588

4 years ago[USETUP][BOOTDATA] Include optional CJK standard fonts (#2336)
Katayama Hirofumi MZ [Fri, 14 Feb 2020 01:47:20 +0000 (10:47 +0900)]
[USETUP][BOOTDATA] Include optional CJK standard fonts (#2336)

This PR enables the developers to include the CJK standard fonts into ReactOS by adding them in Folder modules/optional. This feature is for test purpose only. You may not use the fonts illegally.
The embeddable font files are: mingliu.ttc, simsun.ttc, mssong.ttf, msgothic.ttc, msmincho.ttc, gulim.ttc and batang.ttc.
CORE-9619

4 years ago[GDI32] Use Gdi Flush for SetViewportOrgEx.
jimtabor [Thu, 13 Feb 2020 23:05:38 +0000 (17:05 -0600)]
[GDI32] Use Gdi Flush for SetViewportOrgEx.

Fixes offset in combo texts and menu highlights. See CORE-16644 & CORE-16656.

4 years ago[FREELDR] Fix IDE driver failures on real hardware. (#2255)
Dmitry Borisov [Fri, 17 Jan 2020 13:39:28 +0000 (19:39 +0600)]
[FREELDR] Fix IDE driver failures on real hardware. (#2255)

- Changes in device detection code:
    * Properly check device signature.
    * Сorrectly reset the IDE controller.
    * Remove check for device type code.
- Fix CD-ROM sector read issue:
    * Changed ATAPI packet opcode to be more universal (Some devices may not have READ12 support).
    * Always use 2048 bytes as sector size when reading the data from a disc.
    * Modify WaitForFlags() to stop polling if the error bit was set.
    * Changed timeout to 31 seconds (ATA default value).
- Add more informational messages in DEBUG mode.
- Fix invalid IDE register value.
- Fix registers names.

Tested by Stanislav Motylkov and Daniel Reimer on XQEMU and on real
hardware MS Xbox revision 1.3 with Philips DVD drive.
It has also been tested manually on PC with a SONY DVD drive.

CORE-16628 CORE-16216

4 years ago[FREELDR] Fix indentation. No code changes
Dmitry Borisov [Mon, 13 Jan 2020 22:45:22 +0000 (04:45 +0600)]
[FREELDR] Fix indentation. No code changes

4 years ago[NFSD][TELNETD][LIBTIRPC][MAN] Don't hardcode C:\ReactOS (#2334)
Katayama Hirofumi MZ [Thu, 13 Feb 2020 17:03:35 +0000 (02:03 +0900)]
[NFSD][TELNETD][LIBTIRPC][MAN] Don't hardcode C:\ReactOS (#2334)

CORE-14747

4 years ago[HALXBOX][BOOTDATA][INF] Give the Xbox HAL its own personality (#2338)
Stanislav Motylkov [Thu, 13 Feb 2020 13:02:11 +0000 (16:02 +0300)]
[HALXBOX][BOOTDATA][INF] Give the Xbox HAL its own personality (#2338)

CORE-16216

4 years ago[SDK][INCLUDE] Improve <comctl32_undoc.h> more
Katayama Hirofumi MZ [Thu, 13 Feb 2020 02:26:40 +0000 (11:26 +0900)]
[SDK][INCLUDE] Improve <comctl32_undoc.h> more

4 years ago[SDK][INCLUDE] comctl32_undoc.h: Fix MRUBINARYCMDPROC
Katayama Hirofumi MZ [Thu, 13 Feb 2020 01:06:44 +0000 (10:06 +0900)]
[SDK][INCLUDE] comctl32_undoc.h: Fix MRUBINARYCMDPROC

4 years ago[SDK][INCLUDE] Fix and improve comctl32_undoc.h
Katayama Hirofumi MZ [Thu, 13 Feb 2020 00:16:59 +0000 (09:16 +0900)]
[SDK][INCLUDE] Fix and improve comctl32_undoc.h

4 years agoFix build
Colin Finck [Wed, 12 Feb 2020 18:59:23 +0000 (19:59 +0100)]
Fix build

4 years ago[WINSPOOL] Implement GetPrinterDriverA and a helper function UnicodeToAnsiInPlace...
Doug Lyons [Wed, 12 Feb 2020 18:52:34 +0000 (12:52 -0600)]
[WINSPOOL] Implement GetPrinterDriverA and a helper function UnicodeToAnsiInPlace (#2317)

4 years ago[SYSSETUP] Make Workstation default product option (#2332)
Katayama Hirofumi MZ [Wed, 12 Feb 2020 10:29:56 +0000 (19:29 +0900)]
[SYSSETUP] Make Workstation default product option (#2332)

We set ReactOS Workstation as the default product option. That means we retargeted this project to Windows XP. Unattended Setup is supported.
CORE-13795

4 years ago[SHELL32] Use background context if no item selected on File menu
Katayama Hirofumi MZ [Wed, 12 Feb 2020 03:14:15 +0000 (12:14 +0900)]
[SHELL32] Use background context if no item selected on File menu

CORE-9467

4 years ago[ZIPFLDR] Show 'Click Next to extract' on initial status
Katayama Hirofumi MZ [Wed, 12 Feb 2020 02:06:54 +0000 (11:06 +0900)]
[ZIPFLDR] Show 'Click Next to extract' on initial status

4 years agoShell Folders: Reject invalid characters (#2328)
Katayama Hirofumi MZ [Wed, 12 Feb 2020 00:18:24 +0000 (09:18 +0900)]
Shell Folders: Reject invalid characters (#2328)

Reject invalid input filename characters by using shell32!SHLimitInputEdit function and IItemNameLimits interface. Improve SHLimitInputEdit to sanitize paste.
CORE-11701

4 years ago[SYSSETUP] Plan A: Also write ReportAsWorkstation value (#2326)
Katayama Hirofumi MZ [Wed, 12 Feb 2020 00:03:14 +0000 (09:03 +0900)]
[SYSSETUP] Plan A: Also write ReportAsWorkstation value (#2326)

Write the ReportAsWorkstation value of the registry key HKLM\SYSTEM\CurrentControlSet\Control\ReactOS\Settings\Version.
The reason is shown at CORE-6611.
CORE-13795

4 years ago[SHELL32] DoGetProductType(): Check RegQueryValueExW() dwType (#2331)
Serge Gautherie [Tue, 11 Feb 2020 16:36:12 +0000 (17:36 +0100)]
[SHELL32] DoGetProductType(): Check RegQueryValueExW() dwType (#2331)

4 years ago[WIN32SS][NTUSER] Fix ScrollWindowEx SW_SCROLLCHILDREN (#2327)
Katayama Hirofumi MZ [Tue, 11 Feb 2020 11:59:14 +0000 (20:59 +0900)]
[WIN32SS][NTUSER] Fix ScrollWindowEx SW_SCROLLCHILDREN (#2327)

Based on the patch of I_Kill_Bugs of JIRA user. CORE-16687, CORE-12114

4 years ago[SHELL32] Fix and improve SHLimitInputEdit
Katayama Hirofumi MZ [Tue, 11 Feb 2020 05:10:38 +0000 (14:10 +0900)]
[SHELL32] Fix and improve SHLimitInputEdit

Use CallWindowProcW to call the subclass window procedure.
Use Wide functions explicitly.
CORE-11701

4 years ago[MMSYS] Select a property page by command line, for expample 'control mmsys.cpl,,1'
Eric Kohl [Tue, 11 Feb 2020 04:40:59 +0000 (05:40 +0100)]
[MMSYS] Select a property page by command line, for expample 'control mmsys.cpl,,1'

4 years ago[SHELL32] DoGetProductType should check "LanmanNT" value.
Katayama Hirofumi MZ [Tue, 11 Feb 2020 04:11:58 +0000 (13:11 +0900)]
[SHELL32] DoGetProductType should check "LanmanNT" value.

CORE-13795

4 years ago[USER32_APITEST] Strengthen ScrollWindowEx for SW_SCROLLCHILDREN (#2324)
Katayama Hirofumi MZ [Tue, 11 Feb 2020 02:27:55 +0000 (11:27 +0900)]
[USER32_APITEST] Strengthen ScrollWindowEx for SW_SCROLLCHILDREN (#2324)

Improve ScrollWindowEx testcase for investigation of SW_SCROLLCHILDREN flag.
CORE-16687, CORE-12114

4 years ago[CMAKE][BOOTDATA] Properly load Xbox video miniport driver in LiveCD (#2325)
Stanislav Motylkov [Mon, 10 Feb 2020 22:20:12 +0000 (01:20 +0300)]
[CMAKE][BOOTDATA] Properly load Xbox video miniport driver in LiveCD (#2325)

Surprisingly this also happens to "fix" random "Invalid Opcode" exceptions in XQEMU.
(But I think it's more like a coincidence... --hbelusca)

CORE-16627 CORE-16216

4 years ago[ISAPNP] Implement IRP_MN_QUERY_CAPABILITIES + IRP_MN_QUERY_ID
Hervé Poussineau [Mon, 10 Feb 2020 20:31:28 +0000 (21:31 +0100)]
[ISAPNP] Implement IRP_MN_QUERY_CAPABILITIES + IRP_MN_QUERY_ID

4 years ago[ISAPNP] Also read serial numbers of devices
Hervé Poussineau [Mon, 10 Feb 2020 20:30:07 +0000 (21:30 +0100)]
[ISAPNP] Also read serial numbers of devices

4 years ago[ISAPNP] Store VendorId/ProdId in the usual form
Hervé Poussineau [Mon, 10 Feb 2020 20:29:28 +0000 (21:29 +0100)]
[ISAPNP] Store VendorId/ProdId in the usual form

4 years ago[ISAPNP] When skipping a wrong tag in configuration, skip the length of this tag
Hervé Poussineau [Sat, 8 Feb 2020 21:02:30 +0000 (22:02 +0100)]
[ISAPNP] When skipping a wrong tag in configuration, skip the length of this tag

4 years ago[ACCESS] Select a property page by command line, for example 'control access.cpl,,2'
Eric Kohl [Mon, 10 Feb 2020 08:47:59 +0000 (09:47 +0100)]
[ACCESS] Select a property page by command line, for example 'control access.cpl,,2'

4 years ago[SHELL32] Initial implement SHLimitInputEdit (#2323)
Katayama Hirofumi MZ [Mon, 10 Feb 2020 06:57:30 +0000 (15:57 +0900)]
[SHELL32] Initial implement SHLimitInputEdit (#2323)

Popup balloon window is not implemented yet.
CORE-11701

4 years ago[SHELL32][SYSSETUP] Add Product Options page to ReactOS Setup (#2315)
Katayama Hirofumi MZ [Mon, 10 Feb 2020 02:10:42 +0000 (11:10 +0900)]
[SHELL32][SYSSETUP] Add Product Options page to ReactOS Setup (#2315)

- Add "Product Options" wizard page into ReactOS Setup.
- Implement CSIDL_Type_InMyDocuments CSIDL type.
- If the product type is workstation, then some special folders will be in My Documents.
CORE-13795

4 years ago[LIBJPEG] Update to version 9d. CORE-16686
Thomas Faber [Sun, 9 Feb 2020 20:15:50 +0000 (21:15 +0100)]
[LIBJPEG] Update to version 9d. CORE-16686

4 years ago[MBEDTLS] Update to version 2.7.13. CORE-16686
Thomas Faber [Sun, 9 Feb 2020 19:56:36 +0000 (20:56 +0100)]
[MBEDTLS] Update to version 2.7.13. CORE-16686

4 years ago[NtGDI] Use Vis Region for New Clip Region
jimtabor [Sun, 9 Feb 2020 17:28:19 +0000 (11:28 -0600)]
[NtGDI] Use Vis Region for New Clip Region

Interesting results while using VBOX-GA.
Rolling back to Vis, wine throwback. See CORE-16680.

4 years ago[CRT] Import wine exception handling code
Timo Kreuzer [Mon, 13 Jan 2020 12:41:24 +0000 (13:41 +0100)]
[CRT] Import wine exception handling code

The code is mostly unchanged. This includes the following changes:
* Move all wine code to crt/wine to keep it separated from our own code
* Add a minimal winternl.h
* Remove the asm macros from wine/config.h
* Include wine/asm.h where required
* Fix the names of the exported functions (GCC uses thiscall now and no wrappers are used anymore)

4 years ago[SDK] Improve x64 definition of DISPATCHER_CONTEXT
Timo Kreuzer [Mon, 13 Jan 2020 15:30:33 +0000 (16:30 +0100)]
[SDK] Improve x64 definition of DISPATCHER_CONTEXT

4 years ago[SHELL32_APITEST] SHLimitInputEdit: Fix C4509 warning (#2321)
Katayama Hirofumi MZ [Sun, 9 Feb 2020 14:49:44 +0000 (23:49 +0900)]
[SHELL32_APITEST] SHLimitInputEdit: Fix C4509 warning (#2321)

CORE-11701

4 years ago[MSPORTS] Notify the installer of changes to the configuration of serial or parallel...
Eric Kohl [Sun, 9 Feb 2020 13:19:13 +0000 (14:19 +0100)]
[MSPORTS] Notify the installer of changes to the configuration of serial or parallel ports

4 years ago[CONTROL] Show the 'computer name' page of the system control panel by running 'contr...
Eric Kohl [Sun, 9 Feb 2020 12:10:00 +0000 (13:10 +0100)]
[CONTROL] Show the 'computer name' page of the system control panel by running 'control ports'.

4 years ago[SYSDM] Implement the selection of a property page by command line
Eric Kohl [Sun, 9 Feb 2020 12:07:13 +0000 (13:07 +0100)]
[SYSDM] Implement the selection of a property page by command line

4 years ago[CRT] Only write to the output buffer when necessary in _strlwr. CORE-16667
Thomas Faber [Sun, 9 Feb 2020 09:20:48 +0000 (10:20 +0100)]
[CRT] Only write to the output buffer when necessary in _strlwr. CORE-16667

Like e884290d292, this is also a hack and is missing locale awareness.

4 years ago[NDK][RTL] Implement RtlGetUnloadEventTrace. CORE-16671 2297/head
Oleg Dubinskiy [Fri, 31 Jan 2020 12:01:46 +0000 (14:01 +0200)]
[NDK][RTL] Implement RtlGetUnloadEventTrace. CORE-16671

4 years ago[HAL] Use a spin lock for the DMA adapter list. CORE-16611 2301/head
Thomas Faber [Fri, 31 Jan 2020 22:03:57 +0000 (23:03 +0100)]
[HAL] Use a spin lock for the DMA adapter list. CORE-16611

This is necessary because HalPutDmaAdapter can be called at DISPATCH_LEVEL.

4 years ago[CPL][APPWIZ] Add InitCommonControls calls (#2316)
Katayama Hirofumi MZ [Sun, 9 Feb 2020 05:42:26 +0000 (14:42 +0900)]
[CPL][APPWIZ] Add InitCommonControls calls (#2316)

CORE-16669

4 years ago[CONSRV] Additions for the GUI frontend.
Hermès Bélusca-Maïto [Sat, 8 Feb 2020 23:28:20 +0000 (00:28 +0100)]
[CONSRV] Additions for the GUI frontend.

- Fix the text-copy code to handle fullwidth characters.
- Move the caret painting code to its own function.

4 years ago[CONSRV] Simplify parts of code in the line-input module.
Hermès Bélusca-Maïto [Sat, 8 Feb 2020 23:32:53 +0000 (00:32 +0100)]
[CONSRV] Simplify parts of code in the line-input module.

4 years ago[CONSRV] Disable the old code for scrolling via keyboard shortcuts as it is buggy...
Hermès Bélusca-Maïto [Sat, 8 Feb 2020 23:30:50 +0000 (00:30 +0100)]
[CONSRV] Disable the old code for scrolling via keyboard shortcuts as it is buggy. To be fixed later...

4 years ago[CONSRV] Minor code cleanup.
Hermès Bélusca-Maïto [Sat, 8 Feb 2020 23:27:01 +0000 (00:27 +0100)]
[CONSRV] Minor code cleanup.

4 years ago[CONSRV] Fix the definitions of the Console[Input|Output]UnicodeToAnsiChar() and...
Hermès Bélusca-Maïto [Sat, 8 Feb 2020 23:24:21 +0000 (00:24 +0100)]
[CONSRV] Fix the definitions of the Console[Input|Output]UnicodeToAnsiChar() and Console[Input|Output]AnsiToUnicodeChar() macros.

4 years ago[CONSRV] Rephrase/complete some comments.
Hermès Bélusca-Maïto [Sat, 8 Feb 2020 23:18:40 +0000 (00:18 +0100)]
[CONSRV] Rephrase/complete some comments.

4 years ago[SDK] wincon.h: Use explicit _WIN32_WINNT_* values. Add some missing flags.
Hermès Bélusca-Maïto [Sat, 8 Feb 2020 23:13:30 +0000 (00:13 +0100)]
[SDK] wincon.h: Use explicit _WIN32_WINNT_* values. Add some missing flags.

4 years ago[SDK] Silence a GCC warning on RtlAssert 2244/head
Mark Jansen [Sat, 11 Jan 2020 23:13:24 +0000 (00:13 +0100)]
[SDK] Silence a GCC warning on RtlAssert

4 years ago[ATL][ATL_APITEST] Test + implement CHeapPtrList
Mark Jansen [Wed, 8 Jan 2020 22:26:06 +0000 (23:26 +0100)]
[ATL][ATL_APITEST] Test + implement CHeapPtrList

4 years ago[ATL_APITEST] Add standalone CComHeapPtr project
Mark Jansen [Wed, 8 Jan 2020 22:20:41 +0000 (23:20 +0100)]
[ATL_APITEST] Add standalone CComHeapPtr project

4 years ago[ATL] Rename CHeapPtr data member, since it is public
Mark Jansen [Sat, 11 Jan 2020 13:38:08 +0000 (14:38 +0100)]
[ATL] Rename CHeapPtr data member, since it is public

4 years ago[ROSTESTS] Fix result being evaluated twice,
Mark Jansen [Sun, 5 Jan 2020 01:23:04 +0000 (02:23 +0100)]
[ROSTESTS] Fix result being evaluated twice,
and in the process fix gcc signed/unsigned errors

4 years ago[ROSTESTS] Update test helpers to allow custom file/line info
Mark Jansen [Sat, 4 Jan 2020 23:51:13 +0000 (00:51 +0100)]
[ROSTESTS] Update test helpers to allow custom file/line info

4 years ago[PSDK] Add FileDescriptor.dwFlags constants
Mark Jansen [Sat, 4 Jan 2020 20:23:53 +0000 (21:23 +0100)]
[PSDK] Add FileDescriptor.dwFlags constants

4 years ago[SDK] Move HIDA helper functions to shellutils.h
Mark Jansen [Thu, 21 Nov 2019 21:35:52 +0000 (22:35 +0100)]
[SDK] Move HIDA helper functions to shellutils.h

4 years ago[MMIXER] Fix overzealous asserts. CORE-16611 2300/head
Thomas Faber [Sat, 1 Feb 2020 11:40:38 +0000 (12:40 +0100)]
[MMIXER] Fix overzealous asserts. CORE-16611

MAXPNAMELEN is the size of the array, so if wcslen returns MAXPNAMELEN-1,
the null terminator fits and everything is okay.

4 years ago[MMIXER] Safely handle MMixerGetDeviceNameWithComponentId failure in MMixerInitialize...
Thomas Faber [Sat, 1 Feb 2020 11:40:23 +0000 (12:40 +0100)]
[MMIXER] Safely handle MMixerGetDeviceNameWithComponentId failure in MMixerInitializeFilter. CORE-16611

4 years ago[MMIXER] Fix memory leak in MMixerGetDeviceNameWithComponentId. CORE-16611
Thomas Faber [Sat, 1 Feb 2020 11:35:41 +0000 (12:35 +0100)]
[MMIXER] Fix memory leak in MMixerGetDeviceNameWithComponentId. CORE-16611

4 years ago[PORTCLS] Handle failure return from QueryPowerChangeState. CORE-16611 2302/head
Thomas Faber [Sat, 1 Feb 2020 12:09:11 +0000 (13:09 +0100)]
[PORTCLS] Handle failure return from QueryPowerChangeState. CORE-16611

4 years ago[PORTCLS] Return STATUS_PENDING after calling IoMarkIrpPending. CORE-16611
Thomas Faber [Sat, 1 Feb 2020 12:06:15 +0000 (13:06 +0100)]
[PORTCLS] Return STATUS_PENDING after calling IoMarkIrpPending. CORE-16611

4 years ago[PORTCLS] Don't unnecessarily wait for lower drivers to complete power IRPs. CORE...
Thomas Faber [Sat, 1 Feb 2020 12:03:37 +0000 (13:03 +0100)]
[PORTCLS] Don't unnecessarily wait for lower drivers to complete power IRPs. CORE-16611

Also use PoCallDriver to forward power IRPs.

4 years ago[CRT] Only write to the output buffer when necessary in _strupr. CORE-16667 2306/head
Thomas Faber [Sun, 8 Sep 2019 13:23:32 +0000 (15:23 +0200)]
[CRT] Only write to the output buffer when necessary in _strupr. CORE-16667

Fixes crash in msvcrt_winetest:string.

This is a hack and is supposed to be specific to the C locale.

4 years ago[NTOS:MM] Use POOL_BILLED_PROCESS_INVALID constant.
Thomas Faber [Wed, 5 Feb 2020 09:23:22 +0000 (10:23 +0100)]
[NTOS:MM] Use POOL_BILLED_PROCESS_INVALID constant.

4 years agoUpdate german translation (#2291)
Aaron Dewes [Sat, 8 Feb 2020 11:55:53 +0000 (12:55 +0100)]
Update german translation (#2291)

* Update German translations

* Update translation again

* More translations

* Some fixes in the german translation

* Some more fixes

* Little translation tweak

* Updates to 2nd review

* Little update

* Add back keyboard accel for IDS_OPENFILELOCATION.

Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
4 years ago[ISAPNP] Correctly calculate checksum
Hervé Poussineau [Fri, 7 Feb 2020 22:48:22 +0000 (23:48 +0100)]
[ISAPNP] Correctly calculate checksum

See appendix B.2 of "Plug and Play ISA Specification 1.0a"

4 years ago[ZIPFLDR] Extraction is now in its own thread (#2261)
Guntha [Fri, 7 Feb 2020 18:21:21 +0000 (19:21 +0100)]
[ZIPFLDR] Extraction is now in its own thread (#2261)

Extraction happens now in its own thread, allowing for cancelling in the middle of extraction or moving the window during the extraction.

File extraction was previously happening in the main thread, freezing the whole window until the end. Now when the user clicks "Next", a new thread is created and the extraction starts from there, allowing to move the window during the extraction, or to cancel the extraction in the middle. (Note: after clicking "Cancel", extraction continues until the current file is extracted).

CORE-14934

4 years ago[USER32] Update the translations of IDS_ASK_TERMINATE.
Hermès Bélusca-Maïto [Fri, 7 Feb 2020 18:07:22 +0000 (19:07 +0100)]
[USER32] Update the translations of IDS_ASK_TERMINATE.

4 years ago[USER32] Update Brazilian-Portuguese translation (#2283)
Assis Duarte [Fri, 7 Feb 2020 17:59:32 +0000 (14:59 -0300)]
[USER32] Update Brazilian-Portuguese translation (#2283)

4 years ago[TRANSLATION] Update Hungarian translation of userenv (#2293)
Tibor Lajos Füzi [Fri, 7 Feb 2020 17:12:20 +0000 (18:12 +0100)]
[TRANSLATION] Update Hungarian translation of userenv (#2293)

4 years ago[OPENGL32][MESA] Describe the current status (#2309)
Masanori Ogino [Fri, 7 Feb 2020 17:09:38 +0000 (02:09 +0900)]
[OPENGL32][MESA] Describe the current status (#2309)

Since 5f2bebf7, the Mesa library in dll/opengl/ has been downgraded from 8.0.4 to 2.6,
while the related documents were not updated to reflect the change.

4 years ago[GLU32] Sync with glu 9.0.1 (#2314)
Masanori Ogino [Fri, 7 Feb 2020 17:07:56 +0000 (02:07 +0900)]
[GLU32] Sync with glu 9.0.1 (#2314)

4 years ago[CPL][INPUT] Fix french typography error.
Hermès Bélusca-Maïto [Fri, 7 Feb 2020 17:03:15 +0000 (18:03 +0100)]
[CPL][INPUT] Fix french typography error.

4 years ago[CPL][INPUT] Translate IDS_REBOOT_NOW into Japanese
Katayama Hirofumi MZ [Fri, 7 Feb 2020 16:28:50 +0000 (01:28 +0900)]
[CPL][INPUT] Translate IDS_REBOOT_NOW into Japanese

4 years ago[CPL][INPUT] Translate IDS_REBOOT_NOW into French
Katayama Hirofumi MZ [Fri, 7 Feb 2020 16:27:14 +0000 (01:27 +0900)]
[CPL][INPUT] Translate IDS_REBOOT_NOW into French

CORE-16601

4 years ago[SETUPAPI] Add Japanese translation
Katayama Hirofumi MZ [Fri, 7 Feb 2020 12:45:59 +0000 (21:45 +0900)]
[SETUPAPI] Add Japanese translation

4 years ago[WINSPOOL] printers.c: Demote 3 ERR() to TRACE(), Fix 1 copypasta (#2311)
Serge Gautherie [Thu, 6 Feb 2020 18:10:21 +0000 (19:10 +0100)]
[WINSPOOL] printers.c: Demote 3 ERR() to TRACE(), Fix 1 copypasta (#2311)

4 years ago[WINSPOOL] Implement GetPrinterA based on GetPrinterW (#2308)
Doug Lyons [Thu, 6 Feb 2020 18:02:46 +0000 (12:02 -0600)]
[WINSPOOL] Implement GetPrinterA based on GetPrinterW (#2308)

4 years ago[NTOS:MM] Stop using PD_COUNT, PDE_COUNT and PTE_COUNT (#2294)
Serge Gautherie [Wed, 5 Feb 2020 22:48:26 +0000 (23:48 +0100)]
[NTOS:MM] Stop using PD_COUNT, PDE_COUNT and PTE_COUNT (#2294)

Directly use PPE_PER_PAGE, PDE_PER_PAGE, PTE_PER_PAGE constants from hardware-specific MM headers instead

4 years ago[TIMEDATE] Do not display a message box when NTP sync fails (#2305)
Bișoc George [Wed, 5 Feb 2020 18:54:33 +0000 (19:54 +0100)]
[TIMEDATE] Do not display a message box when NTP sync fails (#2305)

This PR merely checks if the string is empty and displaying (only) a debug information to the debugger, at disposal of displaying a message box. I might implement such dynamic resource string to the CPL later in a next PR.
CORE-16654

4 years ago[FORMATING] Fix indentation of startmnucust
Jose Carlos Jesus [Fri, 31 Jan 2020 11:09:00 +0000 (11:09 +0000)]
[FORMATING] Fix indentation of startmnucust

 On branch CodeFormat
 Changes to be committed:
modified:   base/shell/explorer/startmnucust.cpp

For a better visualization and understanding of the code

4 years ago[SHELL32] Display the ReactOS version to the About dialog programmatically (#2276)
Bișoc George [Sat, 1 Feb 2020 21:47:32 +0000 (22:47 +0100)]
[SHELL32] Display the ReactOS version to the About dialog programmatically (#2276)

The current control parameters don't fit well with the version string since ReactOS migrated from SVN to Git. However, modifying the resource parameters doesn't fix the problem as well because the string itself is dynamic (as it can change in words specially the build architecture if the version build is AMD64 or x86 for example).

CORE-16571