reactos/base/applications/mscutils
Hermès Bélusca-Maïto eb2934df0e
[EVENTVWR] Enhancements to the event log viewer.
- Initialize hwndMainWindow as it can be used before it is properly
  initialized with an existing window handle.
- Transform ShowLastWin32Error() to a more generic ShowWin32Error().
- Use iswdigit() instead of isdigit().
- Add extra heap buffer cleanup.
- Split OpenUserEventLog() in two: OpenUserEventLog() that displays
  an open-file dialog, and OpenUserEventLogFile() that does the real
  work of allocating internal structures and opening the log file using
  the event-log service. We also check that the file really exists
  before proceeding further.
- Force treeview repaint when *children* items are inserted, because
  otherwise the expand/collapse buttons do not display next to parent
  items (this problem happens on Windows too).
- Reshuffle the resource string IDs.
2018-04-12 02:32:37 +02:00
..
devmgmt Fix remaining text file line endings in the tree. (#18) 2017-10-06 15:00:36 +02:00
eventvwr [EVENTVWR] Enhancements to the event log viewer. 2018-04-12 02:32:37 +02:00
servman [TRANSLATION][SERVMAN] Italian translation update (#463) 2018-04-02 13:57:10 +02:00
CMakeLists.txt