summaryrefslogtreecommitdiff
path: root/source3/utils/regedit_list.h
Commit message (Collapse)AuthorAgeFilesLines
* regedit: handle pgup/pgdn/home/end keys on listsChris Davis2014-10-011-1/+5
| | | | | | Signed-off-by: Chris Davis <cd.rattan@gmail.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* regedit: add multicolumn list widgetChris Davis2014-10-011-0/+78
Widget works for lists with one or more column(s). Column headers are optional. As a test, the patch also modifies regedit to use the new widget for viewing registry keys. Valuelist still needs to be upgraded to use this. Signed-off-by: Chris Davis <cd.rattan@gmail.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>