reactos/base/applications/mscutils/eventvwr
Hermès Bélusca-Maïto ff3d1b7bb1
[EVENTVWR] Improve behaviour on event item selection. (#4746)
CORE-18438

- Each event detail control stores its own "current" item index, so
  that there can be different event detail dialogs showing different
  events concurrently (half-plemented; this is a Win7-like feature).
  As such, give the index of the selected event item when sending
  the EVT_DISPLAY message, instead of having the details dialog
  retrieve everytime by itself the current selected item (that may
  change in-between calls, and can trigger the "No Items in ListView"
  error).

- When pressing "Prev"/"Next" buttons, detect whether we already are
  at the top/bottom of the event log, and if so, prompt the user to
  continue around.
  Clear up any selected event in the list, before selecting the new
  one. (Note: the event list supports multiple selection, for future
  functionality.)
2022-10-04 17:29:10 +02:00
..
lang [EVENTVWR] Update file headers. 2022-10-03 23:16:57 +02:00
res Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
CMakeLists.txt Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
eventvwr.c [EVENTVWR] Improve behaviour on event item selection. (#4746) 2022-10-04 17:29:10 +02:00
eventvwr.h [EVENTVWR] Update file headers. 2022-10-03 23:16:57 +02:00
eventvwr.rc [EVENTVWR] Update file headers. 2022-10-03 23:16:57 +02:00
evtdetctl.c [EVENTVWR] Improve behaviour on event item selection. (#4746) 2022-10-04 17:29:10 +02:00
evtdetctl.h [EVENTVWR] Improve behaviour on event item selection. (#4746) 2022-10-04 17:29:10 +02:00
resource.h [EVENTVWR] Update file headers. 2022-10-03 23:16:57 +02:00