History log of /reactos/base/ (Results 1 – 25 of 2842)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e0ba2f3316-May-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[NOTEPAD] Kill warning by typecast (int) in DIALOG_StatusBarUpdateCaretPos

JIRA issue: N/A

15c42f3e15-May-2024 Whindmar Saksit <whindsaks@proton.me>

[REGEDIT] Check the correct value in WM_ACTIVATE (#6895)

2b0d1faa14-May-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[WORDPAD] Use FILE_SHARE_READ and OPEN_ALWAYS for writing (#6883)

Follow-up to #6880. Fix access denial on
writing file "C:\freeldr.ini".
JIRA issue: CORE-19575
- Add FILE_SHARE_READ flag in Crea

[WORDPAD] Use FILE_SHARE_READ and OPEN_ALWAYS for writing (#6883)

Follow-up to #6880. Fix access denial on
writing file "C:\freeldr.ini".
JIRA issue: CORE-19575
- Add FILE_SHARE_READ flag in CreateFileW
call.
- Use OPEN_ALWAYS instead of
CREATE_ALWAYS, and then explicitly use
SetEndOfFile function.

show more ...

a64cccd714-May-2024 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[NOTEPAD] Use FILE_SHARE_READ and OPEN_ALWAYS for writing (#6880)

Fix access denial on writing file "C:\freeldr.ini".
JIRA issue: CORE-19575
- Add FILE_SHARE_READ flag and delete
FILE_SHARE_WRI

[NOTEPAD] Use FILE_SHARE_READ and OPEN_ALWAYS for writing (#6880)

Fix access denial on writing file "C:\freeldr.ini".
JIRA issue: CORE-19575
- Add FILE_SHARE_READ flag and delete
FILE_SHARE_WRITE flag in CreateFileW call.
- Use OPEN_ALWAYS instead of
CREATE_ALWAYS, and then explicitly use
SetEndOfFile function.

show more ...

1a16237513-May-2024 Doug Lyons <douglyons@douglyons.com>

[W32TIME] Change clock update interval to 4 hours (#5940)

* Create W32TIME_POLL_INTERVAL. Set it to 4 hours and use it to set SpecialPollInterval.

5db69da411-May-2024 Whindmar Saksit <whindsaks@proton.me>

[RAPPS] DelRegEmpty instruction should be best-effort, don't propagate any errors (#6860)

DelRegEmpty exists to clean up "company" registry parent keys. If another application is writing to the key

[RAPPS] DelRegEmpty instruction should be best-effort, don't propagate any errors (#6860)

DelRegEmpty exists to clean up "company" registry parent keys. If another application is writing to the key at the same time as we are gently trying to remove it, our uninstaller should ignore any errors.

show more ...

ede7389f11-May-2024 Connie Sarah <strawbewwymb@gmail.com>

[SNDVOL32] Add CTRL-S hotkey to switch between Small/Normal modes (#6867)

This adds a hotkey (CTRL-S) which switches between the Normal and Small
modes of the Volume Control window (also seen in Wi

[SNDVOL32] Add CTRL-S hotkey to switch between Small/Normal modes (#6867)

This adds a hotkey (CTRL-S) which switches between the Normal and Small
modes of the Volume Control window (also seen in Windows XP).

CORE-17043

Signed-off-by: Connie Julie <alexnicolas155@yahoo.com>

show more ...

762d042a10-May-2024 Andrei Miloiu <miloiuandrei@gmail.com>

[MSTSC] Update Romanian (ro-RO) translation (#6841)

2c96a6b610-May-2024 Andrei Miloiu <miloiuandrei@gmail.com>

[WINLOGON] Update Romanian (ro-RO) translation (#6773)

c2931ef210-May-2024 Andrei Miloiu <miloiuandrei@gmail.com>

[OSK] Update Romanian (ro-RO) translation (#6706)

7fe8512f10-May-2024 Andrei Miloiu <miloiuandrei@gmail.com>

[MAGNIFY] Update Romanian (ro-RO) translation (#6664)

750bf12210-May-2024 Thamatip Chitpong <thamatip.chitpong@reactos.org>

[RAPPS] Fix refresh not working correctly (#6864)

Addendum to commit 33c2903e6d4fda32215f553c2189c13d52ed31de
CORE-18459

190b3da909-May-2024 Carl J. Bialorucki <cbialo2@outlook.com>

[CMD][BOOTDATA] Minor improvements (#5745)

* Remove a hardcoded copyright string and move into localizable resources.
* Remove the PROMPT environment variable from clean installs of ReactOS. By def

[CMD][BOOTDATA] Minor improvements (#5745)

* Remove a hardcoded copyright string and move into localizable resources.
* Remove the PROMPT environment variable from clean installs of ReactOS. By default, the command prompt uses $P$G (path + '>') as its prompt settings and does not require this environment variable. Clean installs of Windows Server 2003 do not include this environment variable either. I documented this environment variable in our wiki if anyone would like to set it on their own ReactOS installs.
* Remove the new line above the copyright notice when the information line is turned off.

CORE-16193, CORE-17031

show more ...

57b775ef08-May-2024 Whindmar Saksit <whindsaks@proton.me>

[RAPPS] Automatically generate installer/uninstaller for downloaded zip/cab files (#6652)

With a single database line added to applications distributed as zip/cab allows rapps.exe to act as an insta

[RAPPS] Automatically generate installer/uninstaller for downloaded zip/cab files (#6652)

With a single database line added to applications distributed as zip/cab allows rapps.exe to act as an installer that automatically extracts the files and creates a startmenu shortcut. It can also uninstall the extracted files (and optionally other files and registry entries created by the application).

show more ...

ad83926008-May-2024 Maj Soklič <majs.1236@gmail.com>

[EVENTVWR] Fix missing keyboard navigation (#6835)

CORE-19566

- Move IDC_NO_OVERWRITE right below IDC_OVERWRITE_OLDER_THAN;
- Remove WS_GROUP from IDC_NO_OVERWRITE, IDC_OVERWRITE_OLDER_THAN and

[EVENTVWR] Fix missing keyboard navigation (#6835)

CORE-19566

- Move IDC_NO_OVERWRITE right below IDC_OVERWRITE_OLDER_THAN;
- Remove WS_GROUP from IDC_NO_OVERWRITE, IDC_OVERWRITE_OLDER_THAN and IDC_UPDOWN_EVENTS_AGE.

show more ...


applications/mscutils/eventvwr/lang/bg-BG.rc
applications/mscutils/eventvwr/lang/cs-CZ.rc
applications/mscutils/eventvwr/lang/de-DE.rc
applications/mscutils/eventvwr/lang/el-GR.rc
applications/mscutils/eventvwr/lang/en-US.rc
applications/mscutils/eventvwr/lang/es-ES.rc
applications/mscutils/eventvwr/lang/fr-FR.rc
applications/mscutils/eventvwr/lang/he-IL.rc
applications/mscutils/eventvwr/lang/it-IT.rc
applications/mscutils/eventvwr/lang/ja-JP.rc
applications/mscutils/eventvwr/lang/ko-KR.rc
applications/mscutils/eventvwr/lang/no-NO.rc
applications/mscutils/eventvwr/lang/pl-PL.rc
applications/mscutils/eventvwr/lang/pt-BR.rc
applications/mscutils/eventvwr/lang/pt-PT.rc
applications/mscutils/eventvwr/lang/ro-RO.rc
applications/mscutils/eventvwr/lang/ru-RU.rc
applications/mscutils/eventvwr/lang/sk-SK.rc
applications/mscutils/eventvwr/lang/sq-AL.rc
applications/mscutils/eventvwr/lang/sv-SE.rc
applications/mscutils/eventvwr/lang/tr-TR.rc
applications/mscutils/eventvwr/lang/uk-UA.rc
applications/mscutils/eventvwr/lang/zh-CN.rc
applications/mscutils/eventvwr/lang/zh-HK.rc
applications/mscutils/eventvwr/lang/zh-TW.rc
/reactos/dll/cpl/inetcpl/lang/He.rc
/reactos/dll/cpl/inetcpl/lang/Sr.rc
/reactos/dll/cpl/inetcpl/lang/bg-BG.rc
/reactos/dll/cpl/inetcpl/lang/cs-CZ.rc
/reactos/dll/cpl/inetcpl/lang/de-DE.rc
/reactos/dll/cpl/inetcpl/lang/en-US.rc
/reactos/dll/cpl/inetcpl/lang/es-ES.rc
/reactos/dll/cpl/inetcpl/lang/fr-FR.rc
/reactos/dll/cpl/inetcpl/lang/id-ID.rc
/reactos/dll/cpl/inetcpl/lang/it-IT.rc
/reactos/dll/cpl/inetcpl/lang/ja-JP.rc
/reactos/dll/cpl/inetcpl/lang/ko-KR.rc
/reactos/dll/cpl/inetcpl/lang/lt-LT.rc
/reactos/dll/cpl/inetcpl/lang/nl-NL.rc
/reactos/dll/cpl/inetcpl/lang/pl-PL.rc
/reactos/dll/cpl/inetcpl/lang/pt-BR.rc
/reactos/dll/cpl/inetcpl/lang/pt-PT.rc
/reactos/dll/cpl/inetcpl/lang/ro-RO.rc
/reactos/dll/cpl/inetcpl/lang/ru-RU.rc
/reactos/dll/cpl/inetcpl/lang/sq-AL.rc
/reactos/dll/cpl/inetcpl/lang/sv-SE.rc
/reactos/dll/cpl/inetcpl/lang/tr-TR.rc
/reactos/dll/cpl/inetcpl/lang/uk-UA.rc
/reactos/dll/cpl/inetcpl/lang/zh-CN.rc
/reactos/dll/cpl/inetcpl/lang/zh-TW.rc
a7cbb60e07-May-2024 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[SETUPLIB] Don't flag freeldr.ini as read-only during installation.
CORE-19575

For the time being, don't add read-only attribute for ease of testing
and modifying files, but it won't always stay thi

[SETUPLIB] Don't flag freeldr.ini as read-only during installation.
CORE-19575

For the time being, don't add read-only attribute for ease of testing
and modifying files, but it won't always stay this way.

For example, Windows sets its boot.ini (as well as NTLDR, NTDETECT.COM
etc.) as read-only (+ hidden and system) during its 1st-stage setup.
2nd-stage setup makes some adjustments in boot.ini but doesn't restore
its read-only attribute.
Windows tools that can modify boot.ini (i.e. msconfig.exe, bootcfg.exe,
and sysdm.cpl) **ALL** know how to remove the read-only attribute for
modifying boot.ini, before restoring it if needed.

show more ...

2b43390d23-Apr-2024 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[SETUPLIB] Use new BootPath value for BootSector boot entries (#6815)

The BootDrive and BootPartition values are deprecated, and support
for them will soon be removed from FreeLoader.

Add an helper

[SETUPLIB] Use new BootPath value for BootSector boot entries (#6815)

The BootDrive and BootPartition values are deprecated, and support
for them will soon be removed from FreeLoader.

Add an helper function to migrate these values during ReactOS
(re)installation / update.

show more ...


setup/lib/bootsup.c
setup/lib/utils/bldrsup.c
setup/lib/utils/bldrsup.h
/reactos/dll/win32/comdlg32/lang/cdlg_Bg.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Ca.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Cs.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Da.rc
/reactos/dll/win32/comdlg32/lang/cdlg_De.rc
/reactos/dll/win32/comdlg32/lang/cdlg_El.rc
/reactos/dll/win32/comdlg32/lang/cdlg_En.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Eo.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Es.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Et.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Fi.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Fr.rc
/reactos/dll/win32/comdlg32/lang/cdlg_He.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Hi.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Hu.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Id.rc
/reactos/dll/win32/comdlg32/lang/cdlg_It.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Ja.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Ko.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Lt.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Nl.rc
/reactos/dll/win32/comdlg32/lang/cdlg_No.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Pl.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Pt.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Ro.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Ru.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Si.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Sk.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Sq.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Sr.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Sv.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Th.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Tr.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Uk.rc
/reactos/dll/win32/comdlg32/lang/cdlg_Zh.rc
/reactos/win32ss/gdi/ntgdi/freetype.c
e79c896506-May-2024 Maj Soklič <majs.1236@gmail.com>

[REGEDIT] Early return FALSE in CreateNewKey() if pszKeyPath is NULL (#6840)

This fixes unhandled exception when trying to create a new key
in the root/"My computer". CORE-19567

c7295b2c04-May-2024 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[SETUPLIB] Support different boot store file creation/opening and access modes

The support is so far enabled only for INI files (freeldr.ini, boot.ini).
May be subject to further improvements in the

[SETUPLIB] Support different boot store file creation/opening and access modes

The support is so far enabled only for INI files (freeldr.ini, boot.ini).
May be subject to further improvements in the future.

Usage examples:

- When finding existing ReactOS or Windows installations, the boot store
should exist and is opened in read-only mode. Closing the boot store
doesn't store any temporary modifications made to it.

- When doing a clean installation, freeldr.ini is created in read-write
access.

- When installing with an existing freeldr.ini or boot.ini, they are
opened as existing files in read-write access.

show more ...

9b563d3204-May-2024 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[SETUPLIB] Improve a bit the management of boot-store options

- QueryBootStoreOptions(): De-duplicate code.
- SetBootStoreOpt(): Respect the FieldsToChange flag.
- BOOT_STORE_OPTIONS: Remove unused

[SETUPLIB] Improve a bit the management of boot-store options

- QueryBootStoreOptions(): De-duplicate code.
- SetBootStoreOpt(): Respect the FieldsToChange flag.
- BOOT_STORE_OPTIONS: Remove unused Version field and distinguish
between "Current" and "Next" BootEntryKey.

show more ...

68c2a28904-May-2024 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[SETUPLIB] Split OpenAndMapFile function and Doxygen-ize it


setup/lib/setuplib.c
setup/lib/utils/bldrsup.c
setup/lib/utils/filesup.c
setup/lib/utils/filesup.h
setup/lib/utils/osdetect.c
/reactos/dll/ntdll/def/ntdll.spec
/reactos/dll/win32/msvcrt/msvcrt.spec
/reactos/dll/win32/netcfgx/lang/bg-BG.rc
/reactos/dll/win32/netcfgx/lang/cs-CZ.rc
/reactos/dll/win32/netcfgx/lang/da-DK.rc
/reactos/dll/win32/netcfgx/lang/de-DE.rc
/reactos/dll/win32/netcfgx/lang/el-GR.rc
/reactos/dll/win32/netcfgx/lang/en-US.rc
/reactos/dll/win32/netcfgx/lang/es-ES.rc
/reactos/dll/win32/netcfgx/lang/fr-FR.rc
/reactos/dll/win32/netcfgx/lang/he-IL.rc
/reactos/dll/win32/netcfgx/lang/hu-HU.rc
/reactos/dll/win32/netcfgx/lang/id-ID.rc
/reactos/dll/win32/netcfgx/lang/it-IT.rc
/reactos/dll/win32/netcfgx/lang/ja-JP.rc
/reactos/dll/win32/netcfgx/lang/nl-NL.rc
/reactos/dll/win32/netcfgx/lang/no-NO.rc
/reactos/dll/win32/netcfgx/lang/pl-PL.rc
/reactos/dll/win32/netcfgx/lang/pt-PT.rc
/reactos/dll/win32/netcfgx/lang/ro-RO.rc
/reactos/dll/win32/netcfgx/lang/ru-RU.rc
/reactos/dll/win32/netcfgx/lang/sk-SK.rc
/reactos/dll/win32/netcfgx/lang/sq-AL.rc
/reactos/dll/win32/netcfgx/lang/sv-SE.rc
/reactos/dll/win32/netcfgx/lang/tr-TR.rc
/reactos/dll/win32/netcfgx/lang/uk-UA.rc
/reactos/dll/win32/netcfgx/lang/zh-CN.rc
/reactos/dll/win32/netcfgx/lang/zh-HK.rc
/reactos/dll/win32/netcfgx/lang/zh-TW.rc
/reactos/ntoskrnl/ex/time.c
/reactos/sdk/lib/crt/printf/_swprintf.c
/reactos/sdk/lib/crt/printf/printf.cmake
/reactos/sdk/lib/pseh/include/pseh/pseh2_64.h
/reactos/sdk/tools/gcc_plugin_seh/main.cpp
/reactos/win32ss/gdi/ntgdi/freetype.c
/reactos/win32ss/user/ntuser/menu.c
e151ef9a24-Apr-2024 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[SETUPLIB] Add support for removing sections and key values, and remove some hacks (#6815)

- Use LIST_ENTRY instead of custom list pointers;
- Fix key/section unlinking before freeing.

b9ca9b0023-Apr-2024 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[SETUPLIB] Don't create new INI sections or key-values if they already exist (#6815)

- If a section already exists, return the existing one. This allows
avoiding different section entries with the

[SETUPLIB] Don't create new INI sections or key-values if they already exist (#6815)

- If a section already exists, return the existing one. This allows
avoiding different section entries with the same name in the cache.
If an INI file has separate sections with the same name, their
contents (key-values) get merged into a unique section.

- If a key-value already exists, update its data value and return the
existing one. (Note that this may be subject to behaviour change in
the future.)

show more ...

817c27a523-Apr-2024 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[SETUPLIB] Some INI support refactoring: function/struct names, duplicated code (#6815)

And convert ANSI strings to UNICODE in a better way instead of
zero-extending them.


/reactos/CODEOWNERS
/reactos/README.md
setup/lib/setuplib.c
setup/lib/utils/bldrsup.c
setup/lib/utils/inicache.c
setup/lib/utils/inicache.h
/reactos/boot/bootdata/packages/reactos.dff.in
/reactos/boot/freeldr/freeldr/CMakeLists.txt
/reactos/boot/freeldr/freeldr/arch/uefi/uefildr.c
/reactos/boot/freeldr/freeldr/bootmgr.c
/reactos/boot/freeldr/freeldr/freeldr.c
/reactos/boot/freeldr/freeldr/include/debug.h
/reactos/boot/freeldr/freeldr/include/freeldr.h
/reactos/boot/freeldr/freeldr/include/oslist.h
/reactos/boot/freeldr/freeldr/include/settings.h
/reactos/boot/freeldr/freeldr/lib/debug.c
/reactos/boot/freeldr/freeldr/oslist.c
/reactos/boot/freeldr/freeldr/settings.c
/reactos/dll/CMakeLists.txt
/reactos/dll/ntdll/CMakeLists.txt
/reactos/dll/ntdll/include/ntdllp.h
/reactos/dll/ntdll/ldr/ldrapi.c
/reactos/dll/ntdll/ldr/ldrpe.c
/reactos/dll/ntdll/ldr/ldrutils.c
/reactos/dll/ntdll/rtl/libsupp.c
/reactos/dll/shellext/zipfldr/CZipFolder.hpp
/reactos/dll/win32/comctl32/header.c
/reactos/dll/win32/kernel32/CMakeLists.txt
/reactos/dll/win32/kernel32/wine/actctx.c
/reactos/dll/win32/kernel32/wine/comm.c
/reactos/dll/win32/kernel32/winnls/string/locale.c
/reactos/dll/win32/msvcrt/msvcrt.spec
/reactos/dll/win32/shell32/CCopyAsPathMenu.cpp
/reactos/dll/win32/shell32/CCopyAsPathMenu.h
/reactos/dll/win32/shell32/CCopyMoveToMenu.cpp
/reactos/dll/win32/shell32/CCopyMoveToMenu.h
/reactos/dll/win32/shell32/CDefView.cpp
/reactos/dll/win32/shell32/CDefaultContextMenu.cpp
/reactos/dll/win32/shell32/CMakeLists.txt
/reactos/dll/win32/shell32/CShellLink.cpp
/reactos/dll/win32/shell32/folders/CFSFolder.cpp
/reactos/dll/win32/shell32/folders/CFSFolder.h
/reactos/dll/win32/shell32/lang/bg-BG.rc
/reactos/dll/win32/shell32/lang/ca-ES.rc
/reactos/dll/win32/shell32/lang/cs-CZ.rc
/reactos/dll/win32/shell32/lang/da-DK.rc
/reactos/dll/win32/shell32/lang/de-DE.rc
/reactos/dll/win32/shell32/lang/el-GR.rc
/reactos/dll/win32/shell32/lang/en-GB.rc
/reactos/dll/win32/shell32/lang/en-US.rc
/reactos/dll/win32/shell32/lang/es-ES.rc
/reactos/dll/win32/shell32/lang/et-EE.rc
/reactos/dll/win32/shell32/lang/eu-ES.rc
/reactos/dll/win32/shell32/lang/fi-FI.rc
/reactos/dll/win32/shell32/lang/fr-FR.rc
/reactos/dll/win32/shell32/lang/he-IL.rc
/reactos/dll/win32/shell32/lang/hi-IN.rc
/reactos/dll/win32/shell32/lang/hu-HU.rc
/reactos/dll/win32/shell32/lang/id-ID.rc
/reactos/dll/win32/shell32/lang/it-IT.rc
/reactos/dll/win32/shell32/lang/ja-JP.rc
/reactos/dll/win32/shell32/lang/ko-KR.rc
/reactos/dll/win32/shell32/lang/nl-NL.rc
/reactos/dll/win32/shell32/lang/no-NO.rc
/reactos/dll/win32/shell32/lang/pl-PL.rc
/reactos/dll/win32/shell32/lang/pt-BR.rc
/reactos/dll/win32/shell32/lang/pt-PT.rc
/reactos/dll/win32/shell32/lang/ro-RO.rc
/reactos/dll/win32/shell32/lang/ru-RU.rc
/reactos/dll/win32/shell32/lang/sk-SK.rc
/reactos/dll/win32/shell32/lang/sl-SI.rc
/reactos/dll/win32/shell32/lang/sq-AL.rc
/reactos/dll/win32/shell32/lang/sv-SE.rc
/reactos/dll/win32/shell32/lang/tr-TR.rc
/reactos/dll/win32/shell32/lang/uk-UA.rc
/reactos/dll/win32/shell32/lang/zh-CN.rc
/reactos/dll/win32/shell32/lang/zh-HK.rc
/reactos/dll/win32/shell32/lang/zh-TW.rc
/reactos/dll/win32/shell32/precomp.h
/reactos/dll/win32/shell32/res/rgs/copyaspathmenu.rgs
/reactos/dll/win32/shell32/wine/control.c
/reactos/dll/win32/syssetup/wizard.c
/reactos/dll/win32/winmm/playsound.c
/reactos/media/CMakeLists.txt
/reactos/media/doc/WINESYNC.txt
/reactos/modules/rosapps/lib/vfdlib/vfdshmenu.cpp
/reactos/modules/rostests/apitests/CMakeLists.txt
/reactos/modules/rostests/apitests/apisets/CMakeLists.txt
/reactos/modules/rostests/apitests/apisets/apisets.c
/reactos/modules/rostests/apitests/apisets/testlist.c
/reactos/modules/rostests/apitests/ntdll/NtAdjustPrivilegesToken.c
/reactos/modules/rostests/apitests/ntdll/NtFilterToken.c
/reactos/modules/rostests/apitests/ntdll/NtQueryInformationFile.c
/reactos/modules/rostests/apitests/ntdll/precomp.h
/reactos/modules/rostests/apitests/user32/CMakeLists.txt
/reactos/modules/rostests/apitests/user32/LoadImageGCC.c
/reactos/modules/rostests/apitests/user32/image.dll
/reactos/modules/rostests/apitests/user32/makeimg/CMakeLists.txt
/reactos/modules/rostests/apitests/user32/makeimg/image.rc
/reactos/modules/rostests/apitests/user32/makeimg/readme.txt
/reactos/modules/rostests/apitests/user32/makeimg/showimg.c
/reactos/modules/rostests/apitests/user32/makeimg/test.bmp
/reactos/modules/rostests/apitests/user32/resource.h
/reactos/modules/rostests/apitests/user32/testlist.c
/reactos/modules/rostests/apitests/user32/user32_apitest.rc
/reactos/modules/rostests/kmtests/ntos_io/IoFilesystem.c
/reactos/ntoskrnl/cc/view.c
/reactos/ntoskrnl/include/internal/amd64/ke.h
/reactos/ntoskrnl/include/internal/i386/ke.h
/reactos/ntoskrnl/include/internal/ke.h
/reactos/ntoskrnl/io/iomgr/iofunc.c
/reactos/ntoskrnl/io/iomgr/irq.c
/reactos/ntoskrnl/ke/amd64/kiinit.c
/reactos/ntoskrnl/ke/amd64/trap.S
/reactos/ntoskrnl/ke/except.c
/reactos/ntoskrnl/ke/i386/irqobj.c
/reactos/sdk/cmake/CMakeMacros.cmake
/reactos/sdk/include/crt/process.h
/reactos/sdk/include/reactos/shellutils.h
/reactos/sdk/include/reactos/wine/test.h
/reactos/sdk/include/reactos/wine/unicode.h
/reactos/sdk/lib/CMakeLists.txt
/reactos/sdk/lib/apisets/CMakeLists.txt
/reactos/sdk/lib/apisets/apisets.c
/reactos/sdk/lib/apisets/apisets.h
/reactos/sdk/lib/apisets/apisets.table.c
/reactos/sdk/lib/apisets/apisetsp.h
/reactos/sdk/lib/apisets/update.py
/reactos/sdk/lib/crt/except/amd64/chkstk_ms.s
/reactos/sdk/lib/crt/msvcrtex.cmake
/reactos/sdk/lib/crt/wstring/mbrtowc.c
/reactos/sdk/lib/crt/wstring/wcrtomb.c
/reactos/sdk/lib/crt/wstring/wstring.cmake
/reactos/sdk/lib/rtl/CMakeLists.txt
/reactos/sdk/lib/rtl/actctx.c
/reactos/sdk/lib/rtl/amd64/except_asm.S
/reactos/sdk/tools/winesync/kernel32.cfg
/reactos/win32ss/user/ntuser/painting.c
/reactos/win32ss/user/ntuser/window.c
/reactos/win32ss/user/user32/windows/cursoricon.c
/reactos/win32ss/user/user32/windows/defwnd.c
cd0bb1af22-Apr-2024 Thamatip Chitpong <thamatip.chitpong@reactos.org>

[TASKMGR] Process page: Allow using "Open File Location" functionality without running Explorer shell

If Explorer shell is not available, use ReactOS's alternative file browser instead.

12345678910>>...114