reactos/base/applications/regedit
Katayama Hirofumi MZ 84e580b67e
[REGEDIT] Fix ListView selection and finding (#5150)
We will check the data size correctly, instead of 3 NUL byte appending hack. Add bSelectNone parameter to UpdateAddress and RefreshListView functions. If bSelectNone is TRUE, then select nothing of ListView. Fix item selection of ListView. Rename CompareData helper function as MatchData and improve it. Improve the search algorithm. If the item selection of ListView changed, scroll down to the item. Follow up to #5146. CORE-15986, CORE-18230
2023-04-01 22:21:59 +09:00
..
clb [CLB] Enable the dll 2022-06-14 22:48:06 +02:00
lang [TRANSLATION] Add/Update Turkish (tr-TR) translations (#4959) 2023-02-15 17:29:52 +01:00
res [REGEDIT] Use shell icons for the tree view 2022-11-03 02:58:05 +03:00
about.c [REGEDIT] Partially sync Regedit to Wine-7.17 (#4717) 2022-11-02 19:02:14 +01:00
childwnd.c [REGEDIT] Fix ListView selection and finding (#5150) 2023-04-01 22:21:59 +09:00
CMakeLists.txt [REGEDIT] CMakeLists.txt: Enable _DEBUG on debugging 2023-03-14 12:22:23 +09:00
edit.c [REGEDIT] Partially sync Regedit to Wine-7.17 (#4717) 2022-11-02 19:02:14 +01:00
error.c
find.c [REGEDIT] Fix ListView selection and finding (#5150) 2023-04-01 22:21:59 +09:00
framewnd.c [REGEDIT] Fix ListView selection and finding (#5150) 2023-04-01 22:21:59 +09:00
hexedit.c
hexedit.h
listview.c [REGEDIT] Fix ListView selection and finding (#5150) 2023-04-01 22:21:59 +09:00
main.c [REGEDIT] Move '#include <crtdbg.h>' and add _CRTDBG_MAP_ALLOC 2023-03-21 07:26:04 +09:00
main.h [REGEDIT] Fix ListView selection and finding (#5150) 2023-04-01 22:21:59 +09:00
regedit.c [REGEDIT] Add back import prompt message lost during Wine sync. CORE-18770 2023-03-07 19:41:51 -05:00
regedit.h [REGEDIT] Move '#include <crtdbg.h>' and add _CRTDBG_MAP_ALLOC 2023-03-21 07:26:04 +09:00
regedit.rc [REGEDIT] Use shell icons for the tree view 2022-11-03 02:58:05 +03:00
regproc.c [REGEDIT] import Wine commit f5fe9a6 by Hugh McMaster. 2023-03-15 16:54:47 +01:00
resource.h [REGEDIT] F4, Alt+D, Tab, and Shift+Tab (#4885) 2022-11-19 08:42:20 +09:00
security.c [REGEDIT] Partially sync Regedit to Wine-7.17 (#4717) 2022-11-02 19:02:14 +01:00
security.h
settings.c [REGEDIT] Partially sync Regedit to Wine-7.17 (#4717) 2022-11-02 19:02:14 +01:00
treeview.c [REGEDIT] Fix ListView selection and finding (#5150) 2023-04-01 22:21:59 +09:00