Ronny Borchert
9d33a2056e
[NTFS][UDFS] Fix build with NDEBUG undefined ( #4171 )
...
- Fix DumpBTreeNode() parameters in ntfs/btree.c
- Comment out unused variable in env_spec.cpp
- Fix missed brackets in else clause in wcache_lib.cpp
2021-12-20 21:19:53 +01:00
Serge Gautherie
0fd3e51580
[HALX86] HalpDmaAllocateChildAdapter(): Fix memory leak, on error ( #4156 )
...
Simplify code, instead of adding 2 missing ObDereferenceObject().
(Note that ObInsertObject() always dereferences the object in case of failure.)
CORE-17904
2021-12-20 21:14:36 +01:00
Andrej Bartulin
2196a06fc1
[KEYBOARD] Switch to QWERTZ for Croatian keyboard layout ( #4177 )
2021-12-20 15:23:16 +01:00
Stanislav Motylkov
2bf37e73e5
[STORPROP] Fix MSVC build. Addendum to 9a7bd386
2021-12-20 02:46:47 +03:00
Eric Kohl
9a7bd386b9
[STORPROP] Add missing stubs and move some functions around
2021-12-20 00:08:06 +01:00
Serge Gautherie
d375b7f6c5
[WIN32K:NTUSER] Make sure to hold User Global Lock before mapping desktop heap ( #4144 )
...
Addendum to 8c098ee8d
.
CORE-17890
2021-12-19 23:34:35 +01:00
Doug Lyons
7d1b50394b
[WIN32SS] Do not remove message from the Msg Queue if it is not for us. ( #4129 )
...
CORE-8217
Patch from 'I_Kill_Bugs' contributor.
2021-12-19 16:03:22 +01:00
Jérôme Gardou
63bb43adbb
[MSI] Remove read-only bit when copying the package file
...
CopyFileW also copies the file attributes, and the copy will be opened with
write access later on.
This is import of Wine commit:
e830975806
Fixes MS Office 2000/2003 installers and probably others. CORE-17693
2021-12-18 15:44:04 +03:00
Katayama Hirofumi MZ
e8a7e0da2b
[TASKMGR] Make 'Hide When Minimized' non-default ( #4169 )
...
HideWhenMinimized = FALSE; at LoadSettings function.
AlwaysOnTop = TRUE; at LoadSettings function.
2021-12-18 18:21:32 +09:00
Stanislav Motylkov
1a1fd20f3e
[README] Update release article link
2021-12-17 22:35:26 +03:00
Stanislav Motylkov
011bd77a94
[README] Update release version
2021-12-17 22:34:18 +03:00
Hervé Poussineau
ac5536aa48
[SCSIPORT] Ignore LUNs not supported by the adapter
...
CORE-17641
2021-12-17 11:09:23 +01:00
Jose Carlos Jesus
a36cc8054d
[COMDLG32] Fix ico3 not shown in Print dialog ( #2831 ) ( #2831 )
2021-12-17 13:06:55 +09:00
Mark Jansen
db39a50c73
Simplify CDefaultContextMenu by using CAtlList ( #3405 )
2021-12-17 13:01:03 +09:00
Jose Carlos Jesus
c3a4309d0c
[EXPLORER] Fixed issue in TaskBar AUTOHIDE CORE-17093 ( #2863 )
...
CORE-17093
2021-12-17 12:42:19 +09:00
Katayama Hirofumi MZ
f643fb301b
[NTUSER] Fix SwitchToThisWindow
...
Taskbar task buttons were not working correctly due to this bug.
CORE-17911
2021-12-17 11:38:23 +09:00
Hervé Poussineau
0358fcf9e4
[NTOS:PNP] Let pnproot only report already detected devices
...
Ignore devices which have DeviceReported=1 in instance key
and not DeviceReported=1 in Control key.
CORE-17874
2021-12-16 16:14:21 +01:00
Hervé Poussineau
d380e9777c
[NTOS:PNP] Set DeviceReported=1 in Instance key and Control key of legacy devices at report time
...
CORE-17874
2021-12-16 16:14:21 +01:00
Katayama Hirofumi MZ
e3622ebe4e
[NTGDI] Strictly check pen style ( #4164 )
...
- Check the pen style and elegantly fail if the style was wrong.
CORE-13819
2021-12-16 10:47:57 +09:00
Katayama Hirofumi MZ
545e1190f2
[TASKMGR] Avoid hangs as much as possible ( #4166 )
...
- Use ShowWindowAsync instead of ShowWindow.
- Use SwitchToThisWindow directly.
CORE-17894
2021-12-16 09:57:40 +09:00
Katayama Hirofumi MZ
0b6f3eb8e4
[NTUSER][USER32] Use async way in TileWindows and CascadeWindows ( #4167 )
...
Processing asynchronously. CORE-17894
2021-12-16 09:52:02 +09:00
Katayama Hirofumi MZ
f636b96eee
[EXPLORER] Quick taskbar menu even if any halted window ( #4165 )
...
Optimized for speed. CORE-17894
2021-12-16 09:49:43 +09:00
Valerij Zaporogeci
403222dd4f
[TASKMGR] Preserve graphs history on resizes ( #4141 )
...
- Also the graph stays preserved on the kernel time toggle
- An attempt to clean up the collected cruft was made as well
2021-12-16 03:06:09 +03:00
Hermès Bélusca-Maïto
b2c8fe2c55
[TASKMGR] Formatting changes only
2021-12-16 03:06:04 +03:00
Denis Malikov
8ef8e41cc9
[SHELL32] Show error message if move or copy operation failed ( #4155 )
...
This allows user to know when there is not enough space on the target media,
when there is no permissions for the operation, or some other error.
CORE-9239
2021-12-15 17:42:47 +03:00
Katayama Hirofumi MZ
e055b0623c
[EXPLORER] Use ShowWindowAsync in CTrayWindow::RestoreAll()
...
Here, ShowWindowAsync is better than ShowWindow.
CORE-17894
2021-12-14 23:12:01 +09:00
Chan Chilung
10c7145cc6
[XCOPY] Add missing Syntax parameter in STRING_HELP string ( #4161 )
2021-12-14 03:34:06 +03:00
Rubén Mendoza Luna
b7fa746172
[HELP] Fix (tr-TR) rc sporadic compilation error on VS ( #4162 )
...
Fix (tr-TR) resource file compilation error RC2102 on VS2015 and 2017.
Based on the work done at CORE-7405, moves the string split location so
the first part of the message isn't too long anymore.
CORE-17910
2021-12-14 03:22:44 +03:00
Dmitry Borisov
3f97671319
[E1000] Minor improvements ( #3904 )
...
- Add support for 64-bit counters (Intel gigabit NICs)
- Properly handle OIDs
- Check that the packet filter is not 0
- Performance increase
2021-12-14 01:57:33 +03:00
Katayama Hirofumi MZ
55a1c29341
[NTUSER][USER32] Simplify SwitchToThisWindow ( #4153 )
...
CORE-17894
2021-12-13 08:14:33 +09:00
Eric Kohl
cf8380100e
[KERNEL32] SetComputerNameExW: Truncate the computer name
...
This fixes the SetComputerNameExW api test.
2021-12-12 17:40:52 +01:00
Jose Carlos Jesus
067c08c23f
[USETUP] Improve Portuguese (pt-PT) translation ( #4131 )
2021-12-10 17:16:16 +03:00
Katayama Hirofumi MZ
8c9b6fdb5c
[USER32] Partially fix freezing of Task Switcher ( #4148 )
...
- Use SendMessageTimeout instead of SendMessage.
- Use SwitchToThisWindow instead of BringWindowToTop.
- Use ShowWindowAsync instead of ShowWindow.
- Use SWP_ASYNCWINDOWPOS for SetWindowPos.
CORE-17894
2021-12-10 13:37:43 +09:00
Katayama Hirofumi MZ
581757d861
[KERNEL32_APITEST] Improve MultiByteToWideChar testcase
...
- Fix WinXP and ReactOS cases.
CORE-13349
NOTE: We use Win10's MultiByteToWideChar behaviour due to security reason.
2021-12-10 12:24:41 +09:00
Chan Chilung
21d71c28e2
[DOC] Improve file name for Chinese translation notes ( #4039 )
2021-12-10 01:16:33 +03:00
Chan Chilung
c1c59624ba
[TRANSLATION] Chinese Traditional (zh-TW) translation update ( #4039 )
2021-12-10 01:16:32 +03:00
Andrej Bartulin
90d12a5fce
[USETUP] Add Croatian (hr-HR) translation ( #4080 )
2021-12-10 00:16:49 +03:00
Jose Carlos Jesus
a29f5fed39
[INF] Add Portuguese (pt-PT) translation ( #4087 )
2021-12-09 20:08:35 +03:00
Justin Miller
b1fca7ea55
[SDK][XDK] Add more definitions for ARM64 and start fixing PE binaries ( #4142 )
...
- Add context structure and definitions, NEON128 structure,
runtime function entry, dispatcher context, scope table
All definitions are based on the latest SDK for arm64.
[SDK] Use _TARGET_PE64 in the pefixup
[GENINC] Add AA64 identifier for ARM64 PE binaries
CORE-17518
2021-12-09 17:54:16 +03:00
Justin Miller
6dfc13e411
[CRT] Add vadefs macros for arm64 ( #4123 )
...
CORE-17621 CORE-17518
2021-12-09 17:16:20 +03:00
Serge Gautherie
cd991e3d63
[UNIATA] Fix copy-pasta on 5 Promise device ids
...
Addendum to 5783342
(r62493).
CORE-17898
2021-12-09 17:10:09 +03:00
Stanislav Motylkov
2a616b0a14
[W32TIME] Restore remaining translations
...
They were unintentionally dropped in commit 3d8d88ea
.
Also add corresponding translation authors.
References: e4898e6e
, c81af08f
, 05c39d8d
2021-12-09 16:10:42 +03:00
Javier Fernandez
b794e76151
[W32TIME] Add Spanish (es-ES) translation ( #4149 )
...
Restore initial translation by Julen committed in ea6e7740
which was then dropped in 3d8d88ea
.
Add translation for IDS_DESCRIPTION.
2021-12-09 15:52:02 +03:00
Hervé Poussineau
5dc56dd1d6
Revert "[VIDEOPRT] Fix updating of new registry path values"
...
This reverts commit ecf3416f49
.
This commit was meant to fix CORE-17688. While its effectively fixed
the problem, it introduced another regression CORE-17719.
In the mean time, commit c05a45e17e
fixed
things properly.
CORE-17719
2021-12-08 18:36:34 +01:00
Katayama Hirofumi MZ
ee3659d5d5
[NTUSER][USER32] Simplify user32.IsHungAppWindow ( #4150 )
...
Check FNID_GHOST and MsqIsHung. CORE-17894
2021-12-09 00:39:57 +09:00
Stanislav Motylkov
07c534c863
[BOOTDATA][USBSTOR] Add device definitions for SFF-8070i (ARMD-style devices)
...
Confirmed working with our usbstor driver by Vort.
CORE-17895
2021-12-08 17:52:07 +03:00
Katayama Hirofumi MZ
79c926c893
[NTUSER] Implement HSHELL_RUDEAPPACTIVATE notification ( #4147 )
...
- Add IntIsWindowFullscreen function to judge whether the window is fullscreen.
- Add IntCheckFullscreen function to notify HSHELL_RUDEAPPACTIVATE if fullscreen.
- Add IntCheckFullscreen call in UpdateShellHook function.
- Add IntCheckFullscreen call in co_WinPosSetWindowPos function.
CORE-16130
2021-12-08 18:26:22 +09:00
Katayama Hirofumi MZ
821223b3d5
[USETUP][TRANSLATION] Improve Japanese
2021-12-08 15:21:17 +09:00
Stanislav Motylkov
f6edd653b0
[RAPPS] Fix Ctrl+F hotkey not working regression
...
Addendum to 4c7bd34a
. CORE-17881
2021-12-07 20:36:49 +03:00
Katayama Hirofumi MZ
4a17d4b0c1
[NTGDI] Follow-up of #4137
...
Revert AddPenLinesBounds. Delete FIXME comments.
CORE-2527, CORE-8366
2021-12-07 08:08:46 +09:00