Adam Słaboń
823fdb19d7
[SDK][VIRTIO][NETKVM] Make VirtIO a separate library ( #6280 )
...
* [SDK][VIRTIO][NETKVM] Make VirtIO a separate library
This is to avoid code duplication when more VirtIO drivers are brought in. This will also be used on development of a VirtIO XDDM GPU Driver.
* [VIRTIO] Sync with upstream
2024-01-16 17:55:35 -08:00
Timo Kreuzer
96d5b6281d
[NTOS:KE/x64] Fix boot process affinity
2024-01-16 08:15:53 +01:00
Timo Kreuzer
1ee23d33ac
[NTOS:KE] Fix some KAFFINITYs
2024-01-16 08:15:53 +01:00
Andrei Miloiu
a175a88fcb
[DESK] Update Romanian (ro-RO) translation ( #6350 )
2024-01-15 22:25:11 +01:00
Andrei Miloiu
e084cbc7c3
[CMD] Update Romanian (ro-RO) translation ( #6366 )
2024-01-15 22:23:07 +01:00
Andrei Miloiu
d1097a2b16
[CALCULATOR] Update Romanian (ro-RO) translation ( #6362 )
2024-01-15 22:20:50 +01:00
Andrei Miloiu
fe4a7918d3
[WINMINE] Update Romanian (ro-RO) translation ( #6363 )
2024-01-15 22:20:27 +01:00
Andrei Miloiu
bfe233912d
[SHIMGVW] Update Romanian (ro-RO) translation ( #6356 )
2024-01-15 22:19:09 +01:00
Andrei Miloiu
cb53a0df1b
[SHDOCLC] Update Romanian (ro-RO) translation ( #6357 )
2024-01-15 22:15:57 +01:00
Andrei Miloiu
cd4c1c563b
[SOLITAIRE] Update Romanian (ro-RO) translation ( #6361 )
2024-01-15 22:13:04 +01:00
Andrei Miloiu
7cf14d6d34
[SPIDER] Update Romanian (ro-RO) translation ( #6360 )
2024-01-15 22:08:26 +01:00
Andrei Miloiu
ea06bf8cb1
[RASDLG] Update Romanian (ro-RO) translation ( #6345 )
2024-01-15 22:07:35 +01:00
Andrei Miloiu
d089dccdde
[EXPLORER] Update Romanian (ro-RO) translation ( #6351 )
2024-01-15 22:06:54 +01:00
Andrei Miloiu
fd573dee26
[SHELL32] Update Romanian (ro-RO) translation ( #6352 )
2024-01-15 22:06:16 +01:00
Andrei Miloiu
c54f935918
[MSPAINT] Update Romanian (ro-RO) translation ( #6364 )
2024-01-15 22:05:02 +01:00
Andrei Miloiu
10e6061bb9
[SENDMAIL] Update Romanian (ro-RO) translation ( #6353 )
2024-01-15 21:59:19 +01:00
Andrei Miloiu
703e2cd1bb
[SYSDM] Update Romanian (ro-RO) translation ( #6367 )
2024-01-15 21:58:35 +01:00
Andrei Miloiu
6f90b43f8a
[APPWIZ] Improve Romanian (ro-RO) translation ( #6343 )
2024-01-15 21:57:52 +01:00
Andrei Miloiu
293aa53c62
[HDWWIZ] Update Romanian (ro-RO) translation ( #6342 )
2024-01-15 21:56:51 +01:00
Andrei Miloiu
0830e7a445
[REACTOS] Update Romanian (ro-RO) translation ( #6341 )
2024-01-15 21:56:32 +01:00
Andrei Miloiu
744c1395fd
[USERINIT] Update Romanian (ro-RO) translation ( #6340 )
2024-01-15 21:55:34 +01:00
Andrei Miloiu
12056e88eb
[WINLOGON] Update Romanian (ro-RO) translation ( #6261 )
2024-01-15 21:54:11 +01:00
Andrei Miloiu
8080492b39
[MORE] Update Romanian (ro-RO) translation ( #6259 )
2024-01-15 21:53:42 +01:00
Katayama Hirofumi MZ
6294f5b3ff
[SDK] cicuif.h: Fix CUIFSchemeDef::DrawCtrlEdge ( #6347 )
...
Supporting TIPs...
JIRA issue: CORE-19360
Implement CUIFSchemeDef::DrawCtrlEdge method.
2024-01-15 10:36:42 +09:00
Katayama Hirofumi MZ
1156249d63
[SDK] cicuif.h: Fix CUIFSchemeDef::DrawCtrlBitmap ( #6348 )
...
Supporting TIPs...
JIRA issue: CORE-19360
Implement CUIFSchemeDef::DrawCtrlBitmap method.
2024-01-15 10:36:12 +09:00
Hervé Poussineau
922757e2e3
[FREELDR:UI] Update display after restoring screen contents
...
JIRA issue: CORE-18186
2024-01-14 19:12:11 +01:00
Serge Gautherie
2c895c986f
[CMAKE][WIN32U_APITEST] Remove 3 useless 'set_module_type(... IMAGEBASE default)' ( #6328 )
...
And add an explicit documentation comment.
Addendum to commit 2b7246fd3
.
2024-01-14 16:07:00 +01:00
Katayama Hirofumi MZ
cbc3ee2287
[JOY] Add IDCANCEL action to MainPageProc ( #6346 )
...
Based on KRosUser's joycancel.patch. Enable Esc key and Close button.
JIRA issue: CORE-19424
Insert a line of "case IDCANCEL:".
2024-01-14 20:48:34 +09:00
Timo Kreuzer
92db51883a
[MSVCRT] Add asm wrapper around RtlUnwind for Wine code
...
This is needed, because Wine code expects RtlUnwind to restore the non-volatile registers, before returning, but ours / the native one doesn't do that.
Should fix CORE-19392 and CORE-19397
2024-01-13 19:39:23 +02:00
Timo Kreuzer
d52b70a73e
[NTDLL_APITEST] Add test for x86 RtlUnwind
2024-01-13 19:39:23 +02:00
Hervé Poussineau
382836f087
[TCPIP] Remove code duplication to get max link speed, MTU and max packet size
...
This is already done when link goes up, in ReconfigureAdapter() function.
2024-01-13 15:23:46 +01:00
Hervé Poussineau
89b685007a
[TCPIP] Call netif_set_link_up/netif_set_link_down after link status change
...
- Update TCP cached information only after updating adapter information
(so that TCPUpdateInterfaceIPInformation/TCPUpdateInterfaceLinkStatus
gets new status)
- Call netif_set_link_up/netif_set_link_down in TCPUpdateInterfaceLinkStatus
This fixes a lwIP requirement:
2007-07-13 Jared Grubb (integrated by Frédéric Bernon)
* [...] Be carefull for port maintainers to add the NETIF_FLAG_LINK_UP
flag (like in ethernetif.c) if you want to be sure to be compatible with
future changes...
2024-01-13 15:23:46 +01:00
Hervé Poussineau
3e3d34d97b
[TCPIP] Get max link speed, MTU and max packet size when adapter is connected
2024-01-13 15:23:46 +01:00
Timo Kreuzer
4c9037fff1
[CRT_APITEST] Fix some Vista+ tests
2024-01-13 15:15:47 +02:00
Katayama Hirofumi MZ
d6b5c19233
[SDK] cicuif.h: Add CUIFToolbarButton ( #6338 )
...
Supporting TIPs...
JIRA issue: CORE-19360
- Add CUIFToolbarButton class.
2024-01-13 18:21:03 +09:00
Katayama Hirofumi MZ
fa2715fb6b
[SDK] cicuif.h: Add CUIFToolbarMenuButton ( #6336 )
...
Supporting TIPs...
JIRA issue: CORE-19360
- Add CUIFToolbarMenuButton class.
- Add CUIFToolbarButtonElement class.
2024-01-13 16:02:36 +09:00
Thomas Faber
286d460b45
[CRTDLL_APITEST] Oops. Fix that other compiler. CORE-16933
2024-01-12 12:58:27 -05:00
Thomas Faber
c8aba5a172
[CRT_APITEST] Add tests for _mbsncmp and _mbsstr. CORE-16933
2024-01-12 12:36:43 -05:00
Katayama Hirofumi MZ
4490a053d0
[SHELL32] Improve error message on copying files ( #6290 )
...
Based on KRosUser's copyerrorfix.patch.
JIRA issue: CORE-19414
- If feFrom->szFilename was empty,
then use feFrom->szFullPath instead.
2024-01-12 16:01:21 +09:00
Katayama Hirofumi MZ
f51258ae51
[SDK] cicuif.h: Reduce magic numbers ( #6334 )
...
Improve human readability.
JIRA issue: CORE-19360
- Define some flags of m_style.
- Define some flags of dwDrawFlags.
- Reduce some magic numbers.
2024-01-12 13:40:28 +09:00
Katayama Hirofumi MZ
4287f07c75
[SDK] cicuif.h: Add CUIFGripper ( #6332 )
...
Supporting TIPs...
JIRA issue: CORE-19360
- Add CUIFGripper class.
2024-01-11 22:09:19 +09:00
Muhammad Faathin Abdurrahman
5391eaadff
[KERNEL32] OpenFile(): Use InitializeObjectAttributes ( #6323 )
...
Use InitializeObjectAttributes macro instead of initializing the members manually.
2024-01-11 12:31:12 +01:00
Adam Słaboń
8d1beca119
[NTOSKRNL_VISTA] IoQueueWorkItemEx: Pass new context for the queue ( #6276 )
...
Passing parameter-provided context results in missing WorkerRoutine and WorkItem when callback is executed.
2024-01-11 12:29:53 +01:00
Jose Carlos Jesus
2f2167abb0
[BOOTDATA] Add Portuguese (pt-PT) translation to hivecls.inf ( #6218 )
2024-01-11 11:59:11 +01:00
Katayama Hirofumi MZ
74ff3844cc
[SDK] cicuif.h: Add CUIFButton2 ( #6331 )
...
Supporting TIPs...
JIRA issue: CORE-19360
- Improve CUIFScheme class.
- Add CUIFButton2 class.
2024-01-11 18:44:43 +09:00
Katayama Hirofumi MZ
5719896650
[SDK] cicuif.h: Refactoring Part 2 ( #6330 )
...
Supporting TIPs...
JIRA issue: CORE-19360
- Fix some mistakes of
CUIFButton::OnMouseIn and
CUIFButton::OnMouseOut.
- Fix some mistakes of CUIFObject
and CUIFWindow.
2024-01-10 13:13:21 +09:00
Katayama Hirofumi MZ
e694e24720
[RAPPS] Don't download database at startup if appwiz mode ( #6319 )
...
Providing quick access of Control
Panel "Add/Remove Programs".
JIRA issue: CORE-19419
- Don't download the database if
bAppwizMode in ParseCmdAndExecute
function.
- Add CAppDB::GetAvailableCount method.
- Add CMainWindow::CheckAvailable method.
- Use CMainWindow::CheckAvailable in
some cases of TVN_SELCHANGED handling.
2024-01-10 11:36:30 +09:00
Katayama Hirofumi MZ
d3ae8258c2
[SDK] cicuif.h: Add CUIFSchemeDef ( #6329 )
...
Supporting TIPs...
JIRA issue: CORE-19360
- Add CUIFSchemeDef class.
- Improve CUIFWindow class.
2024-01-10 11:25:59 +09:00
Katayama Hirofumi MZ
9a9b22aac1
[NTUSER] Check class name existence on IntGetAtomFromStringOrAtom ( #6184 )
...
Based on I_Kill_Bugs' class_error.patch.
JIRA issue: CORE-13422, CORE-7531, CORE-18639
2024-01-10 08:01:37 +09:00
Katayama Hirofumi MZ
8b5c5fb913
[SDK] cicuif.h: Refactoring ( #6321 )
...
Improve readability and reduce code.
JIRA issue: CORE-19268
- Delete cicSetLayout function and
use gdi32!SetLayout function directly.
- Don't use ::SetRect and ::SetRectEmpty.
- s/CUIFButton::m_dwUnknown10/CUIFButton::m_bPressed/.
- Reduce lines.
2024-01-10 03:05:38 +09:00