- 30.04.2025 1 коммит
-
-
Whindmar Saksit создал
* [SHELL32] Handle sort order in RegItems This makes the TweakUI "First icon on desktop" setting work correctly.
-
- 29.04.2025 3 коммита
-
-
-
Whindmar Saksit создал
-
Leon Frommholz создал
Add missing status text for the "Multi-String Value" and "Expandable String Value" in the "New" menu of the registry editor for the English and German languages. CORE-19886
-
- 28.04.2025 9 коммитов
-
-
Mohammad Amin Mollazadeh создал
Fixes erroneous addition of "Properties" item into its context menu. - Addendum to 0241b5c4 and 5aaead3f. CORE-20152 - Also remove FIXME for CORE-19477 which is fixed now. CORE-20151
-
Eric Kohl создал
-
Eric Kohl создал
-
Hermès Bélusca-Maïto создал
- Add accelerators to the IDD_EVENTDETAILS_CTRL controls, in _some_ translations but NOT all. Anyone is welcome to add the missing ones in the translations to their own language! - Fix "Data" static text tab-ordering. It should be just before the IDC_EVENTDATAEDIT control, so that when pressing its accelerator, focus is given to the edit control and NOT on the Bytes/Words buttons. - Change IDC_WORDRADIO -> IDC_WORDSRADIO
-
Hermès Bélusca-Maïto создал
CORE-20021, CORE-20023, CORE-20037 Complements commits 1786a682 (#7757) and d1aa5998 (#7921) - When starting eventvwr, the details buttons are disabled and the fields are empty. - During events enumeration, i.e. when refreshing the events list, the Previous/Next navigation arrow buttons are disabled. They get re-enabled once enumeration is done. No default event item is auto-selected at first. - When the user selects an item, the details fields are filled (and the Copy button is enabled; the Byte/Word mode buttons are enabled only if the selected event has associated data). - When changing the current filter via the TreeView, the events list is refreshed, but also the event details fields are emptied and buttons are disabled. The navigation arrows are re-enabled once enumeration is finished, but the details fields remain empty until an event is selected. - Pressing the Previous/Next buttons just after the events list refresh (when no item is selected), automatically selects respectively the last/the first event in the list. The rationale for this behaviour is the following: in this situation, no item is selected, so it is as if the "current" item is at the same time, at the top and at the end (i.e. at the borders) of the list. - Temporary HACK: When disabling the navigation arrows, this is usually because the events list is being refreshed, so we loose access to the event's data and we cannot use the bytes/words mode buttons anymore.
-
Hermès Bélusca-Maïto создал
-
Katayama Hirofumi MZ создал
Supporting AppBars. JIRA issue: CORE-7237 - Rewrite shell32!SHAppBarMessage function. - Introduce CAppBarManager class in base/shell/explorer/appbar.cpp. - Add support of ABM_NEW, ABM_REMOVE, ABM_QUERYPOS, and ABM_SETPOS messages for AppBar in Tray Window.
-
Whindmar Saksit создал
The menu band window is about to go away, don't pass it to InvokeCommand because it's invalid as an owner window for any dialogs the callee might display.
-
Hervé Poussineau создал
In that case, read the whole partition/disk, instead of the selected file. CORE-14603
-
- 27.04.2025 5 коммитов
-
-
-
Eric Kohl создал
- Other event types are not supported yet. - Services notification is not supported yet.
-
-
Whindmar Saksit создал
-
Whindmar Saksit создал
wine 332b90c0064563a9e4f67fb2d9b26a940e5e745c removed the whole icon member on their side. CORE-19037
-
- 26.04.2025 1 коммит
-
-
Petru Răzvan создал
Ensure SetCaretXY() is called when the charset is changed, or a new font is being set. CORE-19838
-
- 25.04.2025 2 коммита
-
-
Whindmar Saksit создал
-
Doug Lyons создал
This is a very small revert of PR #5227 to simplify the code and eliminate an MSVC warning. It was pointed out by Timo Kreuzer as probably not doing what I intended and he was correct. I added this code in PR #5227 to try and correct some return values from SetDIBitsToDevice. After testing with this new PR, there was no difference in the regression tests for either 1) gdi32:bitmap or 2) gdi32:SetDIBitsToDevice after deleting the code here and the MSVC warning was fixed.
-
- 24.04.2025 12 коммитов
-
-
-
Whindmar Saksit создал
-
Whindmar Saksit создал
-
Timo Kreuzer создал
While PROFILE_LEVEL is defined as 27 on x86, this does not match the vector for the profiling interrupt, which is 0xFD (see https://community.osr.com/t/odd-ioapic-output/45216), implying IRQL 31. Fixes boot with x86 APIC hal (CORE-20093)
-
Timo Kreuzer создал
This is needed on some hardware systems, where the BIOS has modified the actual APIC IDs. The timer interrupt already did this, but in a broken way.
-
Timo Kreuzer создал
-
Timo Kreuzer создал
-
Timo Kreuzer создал
Write both high and low 32 bits of ICR in ApicRequestSelfInterrupt. In VMs we get away with only writing the low 32 bits, but actual hardware doesn't always accept that.
-
Timo Kreuzer создал
-
Timo Kreuzer создал
An NMI while accessing the CMOS can leave it in an undefined state. NMIs are used on x64 SMP for CPU freeze in the debugger.
-
Katayama Hirofumi MZ создал
JIRA issue: CORE-18944 EDIT_EM_GetHandle unlocks the handle, so the next EM_SETHANDLE handler shouldn't unlock the unlocked text. Don't unlock the handle when es->text was NULL on EM_SETHANDLE message handling.
-
Mohammad Amin Mollazadeh создал
CORE-18855 Add a call to _ChangeHotItem(NULL, -1, 0) in CMenuBand::OnSelect(MPOS_CANCELLEVEL) which causes to deselect currently selected item the moment the menu bands (including start menu) are closing. Start Menu is not destroyed when it's closed so its allocated resources can be re-used next time user wants to open it, so to keep this behavior and still not having an item selected every time you open the start menu, you have to deselect the currently selected item.
-
- 23.04.2025 2 коммита
-
-
Whindmar Saksit создал
-
Whindmar Saksit создал
Note: A bug in the classic button prevents it from sending CDDS_POSTPAINT if the button has no text, the button resource has a space in its text as a workaround.
-
- 22.04.2025 4 коммита
-
-
Whindmar Saksit создал
-
Marcin Jabłoński создал
-
-
Whindmar Saksit создал
-
- 21.04.2025 1 коммит
-
-