1. 02.05.2025 1 коммит
  2. 01.05.2025 4 коммита
  3. 30.04.2025 3 коммита
  4. 29.04.2025 3 коммита
  5. 28.04.2025 9 коммитов
    • Mohammad Amin Mollazadeh's avatar
      [SHELL32] Return correct CSIDL for "Network Connections" menu item (#7938)
      · be87e009
      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
      be87e009
    • Eric Kohl's avatar
      dbc0c377
    • Eric Kohl's avatar
    • Hermès Bélusca-Maïto's avatar
      [EVENTVWR] Improve _some_ translations
      · 5456e195
      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
      5456e195
    • Hermès Bélusca-Maïto's avatar
      [EVENTVWR] Improve details controls transition when updating events list
      · 87eac43f
      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.
      87eac43f
    • Hermès Bélusca-Maïto's avatar
      fe6de816
    • Katayama Hirofumi MZ's avatar
      [EXPLORER][SHELL32][SHELL32_APITEST][SDK] AppBar: Initial support (#7778)
      · f19c62c8
      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.
      f19c62c8
    • Whindmar Saksit's avatar
      [SHELL32] Don't pass menu band hwnd to InvokeCommand (#7945)
      · 378a3354
      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.
      378a3354
    • Hervé Poussineau's avatar
      [FREELDR] Allow empty RDPATH parameter
      · 9b70d438
      Hervé Poussineau создал
      In that case, read the whole partition/disk, instead of the selected file.
      
      CORE-14603
      9b70d438
  6. 27.04.2025 5 коммитов
  7. 26.04.2025 1 коммит
  8. 25.04.2025 2 коммита
  9. 24.04.2025 12 коммитов