Commit graph

86979 commits

Author SHA1 Message Date
Katayama Hirofumi MZ
aea461b386 support arm 2025-03-30 09:11:16 +09:00
Katayama Hirofumi MZ
52812654a3 fix arm longjmp 2025-03-30 09:11:16 +09:00
Katayama Hirofumi MZ
3d0be54a04 fix x86 longjmp 2025-03-30 09:11:16 +09:00
Katayama Hirofumi MZ
131daf77e6 improve label name 2025-03-30 09:11:16 +09:00
Katayama Hirofumi MZ
39d2613c21 simplify tests 2025-03-30 09:11:15 +09:00
Katayama Hirofumi MZ
fcfc736881 improve file header 2025-03-30 09:11:15 +09:00
Katayama Hirofumi MZ
c0eaa9852e reduce lines 2025-03-30 09:11:15 +09:00
Katayama Hirofumi MZ
829b9173d7 improve file header 2025-03-30 09:11:15 +09:00
Katayama Hirofumi MZ
580af45a60 improve tests 2025-03-30 09:11:15 +09:00
Katayama Hirofumi MZ
05ee4d027a improve tests 2025-03-30 09:11:14 +09:00
Katayama Hirofumi MZ
e925f46ce7 improve longjmp 2025-03-30 09:11:14 +09:00
Katayama Hirofumi MZ
310f65e577 fix build 2025-03-30 09:11:14 +09:00
Katayama Hirofumi MZ
ecfd031358 improve tests 2025-03-30 09:11:14 +09:00
Katayama Hirofumi MZ
90cd584a51 improve diff 2025-03-30 09:11:14 +09:00
Katayama Hirofumi MZ
fc05e7867f xor-inc trick 2025-03-30 09:11:13 +09:00
Katayama Hirofumi MZ
a8cadbab8d rename labels 2025-03-30 09:11:13 +09:00
Katayama Hirofumi MZ
c71052bade Update sdk/lib/crt/setjmp/amd64/setjmp.s
Co-authored-by: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com>
2025-03-30 09:11:13 +09:00
Katayama Hirofumi MZ
cac49aed11 Update sdk/lib/crt/setjmp/amd64/setjmp.s
Co-authored-by: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com>
2025-03-30 09:11:13 +09:00
Katayama Hirofumi MZ
1e70e19248 Update sdk/lib/crt/setjmp/amd64/setjmp.s
Co-authored-by: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com>
2025-03-30 09:11:13 +09:00
Katayama Hirofumi MZ
62c7389cc6 Update modules/rostests/apitests/crt/setjmp.c
Co-authored-by: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com>
2025-03-30 09:11:12 +09:00
Katayama Hirofumi MZ
b7b07a22a2 fix build 2 2025-03-30 09:11:12 +09:00
Katayama Hirofumi MZ
92c0e752dd improve comments 2025-03-30 09:11:12 +09:00
Katayama Hirofumi MZ
8f00f59101 improve 2025-03-30 09:11:12 +09:00
Katayama Hirofumi MZ
78a504cc01 revert 2025-03-30 09:11:11 +09:00
Katayama Hirofumi MZ
7389c1f0f3 revert 2025-03-30 09:11:11 +09:00
Katayama Hirofumi MZ
d3e5118677 fix build 2025-03-30 09:11:11 +09:00
Katayama Hirofumi MZ
6737d3e80d improve tests 2025-03-30 09:11:11 +09:00
Katayama Hirofumi MZ
2a2c8318bf [SDK][CRT] Improve x64 setjmp/longjmp and add testcase 2025-03-30 09:11:11 +09:00
Whindmar Saksit
467dec4d16
[CLEANMGR] Only allow one instance per drive (#7832)
CORE-18941
2025-03-29 16:58:18 +01:00
Whindmar Saksit
21b3382f31
[SHELL32] Allow shell to format blank partitions (#7810)
- Don't corrupt static (global) data when formatting more than one disk at the same time.
- Guess partition size to enable formatting blank partitions.
- Added info tip.
- Calls SetVolumeLabel.

CORE-17273
2025-03-29 16:35:03 +01:00
Whindmar Saksit
090d563488
[SHELL32] CFolderOptions Reset can call DefView directly if there is no browser (#7806)
CORE-20029
2025-03-28 23:15:01 +01:00
Hervé Poussineau
cfde03ec9b [VIDEOPRT] Write monitor EDID to registry
This will be used later by win32k to give only valid display modes
to user mode.
2025-03-28 23:10:42 +01:00
Justin Miller
177cbd81af Revert "[FREELDR] Pass the correct ACPI table for Windows (#7486)"
Sorry this is something I had to do, I should have investigated deeper
before approving it and that's on me so ill take this over and get this
done. and credit you once again. Thank you @ILauncherDev
This reverts commit 185225a5fc.
2025-03-28 07:20:45 +01:00
Whindmar Saksit
b6562a664b
[SHELL32] DefView statusbar item file size fix in recycler and UNC (#7732)
- Display item sizes inside \\ UNC paths.
- Don't display anything in the location pane inside the Recycle Bin (CORE-20005).
- Don't display the size and location panes in My Computer
- Don't update the location pane on simple item selection changes.

CORE-20005
2025-03-27 18:29:44 +01:00
Timo Kreuzer
c7eba0c5c7 [SDK] Improve definition of (RTL_)CRITICAL_SECTION_DEBUG 2025-03-27 12:50:40 +00:00
Whindmar Saksit
a444572c3e
[SHIMGVW] Display error message on delete failure (#7776)
CORE-20019
2025-03-27 13:43:58 +01:00
Mark Jansen
70422cda51 [SHELL32] Fix starting disk cleanup from drive properties
CORE-12314
2025-03-27 10:55:41 +01:00
Nguyen Trung Khanh
97e7efc020
[TASKKILL] Implement /t (tree) parameter (#2403)
CORE-15998
2025-03-26 17:04:49 +01:00
Mark Jansen
49c40a2941 [PROGMAN][MSPORTS][VFDLIB][CONSRV] Update resource encoding to be utf8 2025-03-26 16:39:43 +01:00
Mark Jansen
2e8f4e2c24 [SHELL32] Implement Recycle bin cleanup handler
CORE-18942
2025-03-26 13:58:40 +01:00
Mark Jansen
f9bedd5ca5 [CLEANMGR] Add basic cleanmgr implementation
CORE-18941
2025-03-26 13:58:40 +01:00
Mark Jansen
0cd7e2cfb0 [PSDK] Add missing parameter names 2025-03-26 13:58:40 +01:00
Mark Jansen
db9768f25d [PSDK] Add EmptyVC.idl 2025-03-26 13:58:40 +01:00
Serge Gautherie
c302dbcc96 [FORMAT] wmain(): Call GetLastError() immediately
and adapt STRING_ERROR_DRIVE_TYPE strings.
2025-03-26 13:37:53 +01:00
Serge Gautherie
421dd31d49 [FORMAT] wmain(): Clean GetDiskFreeSpaceExW() calls up 2025-03-26 13:37:53 +01:00
Serge Gautherie
982cf2be5e [FORMAT] wmain(): Clean GetVolumeInformationW() calls up
and immediately print file system out
2025-03-26 13:37:53 +01:00
Katayama Hirofumi MZ
d69a80fad7
[SHDOCVW] Follow-up of #7804: Improve AddUrlToFavorites (#7820)
JIRA issue: CORE-19824
JIRA issue: CORE-19867
JIRA issue: CORE-14172
- Use <strsafe.h>.
- Don't use CSIDL_COMMON_FAVORITES.
2025-03-26 20:13:36 +09:00
Katayama Hirofumi MZ
457642cc4a
[FONTEXT] Refactor (#7821)
Improve code flexibility.
JIRA issue: CORE-12861
- Delete excessive virtual keywords
  and add overload keywords.
- Add InstallFontFiles helper function.
- Add strMsg parameter to
  DoInstallFontFile function.
- Move DoInstallFontFile and
  DoGetFontTitle functions outside
  the class.
- Delete needless fontext.h.
2025-03-26 18:58:12 +09:00
Marcin Jabłoński
be7d79768e
[COMCTL32] Fix a heap corruption in EDIT_EM_ReplaceSel (#7598)
https://jira.reactos.org/browse/CORE-19743
2025-03-26 10:32:17 +01:00
Serge Gautherie
35ca454cab
[NTOSKRNL] Add missing \n to DPRINT() calls (#6012)
Improve debug logs.
- Add missing \n to DPRINT() calls
- And demote/promote some DPRINT()/DPRINT1().
2025-03-26 10:23:15 +01:00