Timo Kreuzer
10a3a7be72
improve test output++
2023-05-26 12:37:35 +03:00
Timo Kreuzer
24ec811bb0
Revert "+comment out ExHardError test"
...
This reverts commit eaf53f1244ab61f3461f811c2034d05adc333f0b.
2023-05-25 19:11:52 +03:00
Timo Kreuzer
75a707d3a2
[KMTEST] Improve error output in IoFilesystem test
2023-05-25 19:11:52 +03:00
Timo Kreuzer
aaee547dd8
[KMTEST] Fix ZwMapViewOfSection test
2023-05-25 19:11:51 +03:00
Timo Kreuzer
9cace08536
Try to fix ZwAllocateVirtualMemory
2023-05-25 19:11:51 +03:00
Timo Kreuzer
7a8a3b7e91
[KMTEST] Improve error output in ZwAllocateVirtualMemory test
2023-05-25 19:11:51 +03:00
Timo Kreuzer
7c81367e9b
[KMTEST] Fix hacks in SeQueryInfoToken test and make it pass on Test WHS
2023-05-25 19:11:50 +03:00
Timo Kreuzer
f0f58a5788
[KMTEST] Fix MmSection tests
2023-05-25 19:11:50 +03:00
Timo Kreuzer
f93ad39d62
[KMTEST] Fix KeEvent test
2023-05-25 19:11:50 +03:00
Timo Kreuzer
8261fa174f
+comment out ExHardError test
2023-05-25 19:11:49 +03:00
Timo Kreuzer
89d052b4fb
Try to fix ExHardError
2023-05-25 19:11:49 +03:00
Timo Kreuzer
0d55498542
[KMTEST] Improve ok_eq_print
2023-05-25 19:11:49 +03:00
Timo Kreuzer
2b8c1b0dac
[WIN32K] Fix WindowExtra for some server-side classes
...
These values are based on apitest results.
2023-05-25 18:56:02 +03:00
Timo Kreuzer
05cd3406e7
[USER32] Fix SetWindowWord/Long
...
These must use the corresponding NtUserSetWindowWord/Long function and cannot use NtUserSetWindowLongPtr, otherwise the function can fail, when there is only space for a LONG, but not for a LONG_PTR at the specified offset.
2023-05-25 18:56:02 +03:00
Katayama Hirofumi MZ
0fa4edebd9
[SHELL32] Revert CDefView::FillFileMenu ( #5278 )
...
CORE-9467, CORE-18429, CORE-11797
2023-05-23 17:38:12 +09:00
Stanislav Motylkov
634415cace
[RAPPS] Update Russian (ru-RU) translation
2023-05-21 23:24:05 +03:00
Hermès Bélusca-Maïto
44e1d87596
[USER32] RegisterClassExWOWW/ExA: NULL or IS_ATOM class are treated the same. ( #5291 )
...
CORE-18978
Fixes NULL pointer access when e.g. class.lpszClassName == NULL and
the class is registered. The RegisterClass(ExA/W/...) should return 0
instead of throwing an invalid access exception.
However, providing an invalid pointer will trigger a crash.
2023-05-21 19:35:19 +02:00
Hermès Bélusca-Maïto
f172f98a10
[USER32] Minor formatting and dead-code removal.
...
Remove dead code CreateSmallIcon from commit e0968c78
(r18764);
see also b243445c
(r60592).
2023-05-21 19:28:53 +02:00
Andrei Miloiu
b59bae8bb9
[BROWSEUI] Update Romanian translation ( #5299 )
2023-05-21 14:41:59 +02:00
Andrei Miloiu
474f4d05c0
[EXPLORER] Update Romanian translation ( #5294 )
2023-05-21 14:40:49 +02:00
Andrei Miloiu
c7d9949b9d
[DESK] Update Romanian translation ( #5298 )
2023-05-21 14:37:26 +02:00
Andrei Miloiu
fd0b294dfc
[FC] Update Romanian translation ( #5292 )
2023-05-21 14:31:12 +02:00
Andrei Miloiu
676c34ae79
[DISKPART] Update Romanian translation ( #5296 )
2023-05-21 14:30:01 +02:00
Doug Lyons
8a7b5a9009
[SHELL32][USER32] Fix icon regression and one test ( #5207 )
2023-05-21 11:18:00 +02:00
Jose Carlos Jesus
32f80b5929
[UTILMAN] Fix content order in IDC_LISTBOX ( #5289 )
...
OSK et Magnify are mixed at initialization (language dependent),
LBS_STANDARD includes LBS_SORT style that changes the content in the listbox.
Patch by KRosUser.
CORE-18274
2023-05-20 20:48:30 +02:00
Philippe Morin
8b4572c159
[TRANSLATION][BROWSEUI] Improve French (fr-FR) translation ( #5295 )
...
CORE-18914
2023-05-20 20:45:05 +02:00
Stanislav Motylkov
eef0b74546
[UTILMAN] Fix resource file headers. No code changes.
...
Addendum to 636f2e32
.
2023-05-20 20:42:07 +02:00
Andrei Miloiu
b54ec5bde3
[SOLITAIRE] Update Romanian translation ( #5293 )
2023-05-20 17:44:56 +02:00
Jose Carlos Jesus
636f2e3241
[UTILMAN] Add Portuguese (pt-PT) translation ( #5290 )
2023-05-19 10:27:19 +02:00
Dmitry Borisov
27c0f0e72d
[FREELDR] Fix builds for PC-98 and Xbox platforms ( #5275 )
...
Fix broken build after UEFI support merge.
Addendum to commit 150f72127
.
CORE-11954, CORE-16216, CORE-17977
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
2023-05-18 20:05:50 +02:00
Hermès Bélusca-Maïto
e2b04fe75d
[ATTRIB] Improve command-line parsing. ( #5288 )
...
Fix arguments parsing and redundant code in case no file specification
has been given.
(Handles both "attrib" and "attrib +h /s" as given in example.)
2023-05-18 13:07:31 +02:00
Jose Carlos Jesus
7f45cac9ab
[REGEDIT] Creating a new Key should add a new entry even when no child exist. CORE-18878 ( #5274 )
...
- Avoid using a NULL pointer when My Computer is selected, by disabling the New Key menu item.
- Simplifies and fix code style in GetItemPath function.
- Add a new entry even when no child items exist.
CORE-18878
2023-05-18 19:16:49 +09:00
Hermès Bélusca-Maïto
f870bbe1d4
[ATTRIB] Simplify the ErrorMessage() function.
...
And send the errors to the error stream.
2023-05-18 12:12:44 +02:00
Hermès Bélusca-Maïto
0f50a22d3b
[ATTRIB] Reorganize resource file headers.
...
Co-authored-by: Stanislav Motylkov <x86corez@gmail.com>
2023-05-17 19:40:43 +02:00
Hermès Bélusca-Maïto
b3c55b9e6c
[NTOS:LPC] Ensure debug-traced pointer-given user-mode data is captured. ( #4399 )
...
CORE-18098
2023-05-17 17:40:37 +02:00
Hermès Bélusca-Maïto
e4d572a432
[NTOS:LPC] Turn a DPRINT1 into an LPCTRACE. ( #4399 )
...
CORE-18098
2023-05-17 17:40:29 +02:00
Hermès Bélusca-Maïto
cbae866df3
[KERNEL32] CreateProcessInternalW: Initialize uninitialized ClientId.
...
This situation happens when either of the two "goto VdmShortCircuit;"
code paths are taken when starting a DOS or WoW16 app.
2023-05-17 16:17:42 +02:00
Hermès Bélusca-Maïto
1cbcc4ac5c
[KERNEL32] Minor comments improvements in CreateProcessInternalW.
2023-05-17 16:17:38 +02:00
Thamatip Chitpong
56e93b882d
[TASKMGR] Add status bar description for "Properties" and "Open File Location" menu items ( #5280 )
...
Also fix access key collision for en-US/el-GR.
2023-05-17 12:41:28 +02:00
Timo Kreuzer
15fbcc19b9
[NTOS:KE/x64] Fix KiConvertToGuiThread
...
- Do not allocate a new stack, if the thread already has a large one. This prevents the function from freeing a large stack as a normal stack and subsequently leaking system PTEs.
- Fix the check for failure of PsConvertToGuiThread (test eax, not rax, for being negative, because by default rax is zero extended from eax, not sign extended). This fixes an infinite loop on failure.
2023-05-16 22:03:13 +03:00
Timo Kreuzer
c7fd9983cb
[USER32_APITEST] Add tests for GetClassInfo
2023-05-16 21:59:19 +03:00
Timo Kreuzer
a9675d00a2
[USER32_APITEST] Add tests for [Get|Set]Window[Word|Long|LongPtr]
2023-05-16 21:59:19 +03:00
Hermès Bélusca-Maïto
fefc5f4823
[RAPPS] Centralize RAPPS exposed names: registry & user local settings ( #4214 )
...
Centralize the names of the RAPPS' registry setting sub-key, and
user local settings & offline apps database sub-directories.
- Change the name of the application database sub-directory from
"rapps\rapps" to "RApps\appdb".
- Adjust the documentation to reflect this.
- Simplify CConfigParser constructor by removing GetINIFullPath().
2023-05-16 12:37:49 +02:00
Jose Carlos Jesus
30bc0b6b7a
[CPL:INPUT] Fix "Dvorak" typo in all .rc files ( #5277 )
...
CORE-18843
2023-05-11 16:28:59 +02:00
Katayama Hirofumi MZ
1e5e184cbd
[APPWIZ] start_params: Simplify using L"..."
2023-05-11 13:01:02 +09:00
Katayama Hirofumi MZ
df531336b1
[ADVAPI32_APITEST] IsTextUnicode: Use __LINE__ to identify test entry
...
CORE-18837
2023-05-11 12:27:18 +09:00
Stanislav Motylkov
059d12a5ac
[NTOS:PNP] IopEnumerateDetectedDevices(): Fix CmResourceList leak
...
CORE-18962
2023-05-10 20:29:29 +02:00
Katayama Hirofumi MZ
d8946e20cb
[NTUSER] Implement THREADSTATE_CHECKCONIME ( #5272 )
...
- Add THREADSTATE_CHECKCONIME handling in NtUserGetThreadState function.
CORE-11700
2023-05-10 20:24:21 +09:00
Hermès Bélusca-Maïto
3eb6cca9bd
[RAPPS] Cleanup headers inclusions ( #4206 )
2023-05-10 12:12:25 +02:00
Katayama Hirofumi MZ
4aff629302
[IMM32][NTUSER][SDK] Add ImmCallImeConsoleIME ( #5271 )
...
- Add <jpnvkeys.h>.
- Add imm32!ImmCallImeConsoleIME.
CORE-11700
2023-05-10 14:04:01 +09:00