summaryrefslogtreecommitdiffstats
path: root/source3/utils/regedit_dialog.c
Commit message (Expand)AuthorAgeFilesLines
* regedit: Mark string values if they contain unprintable chars.C. Davis2013-04-291-1/+1
* regedit: Add an edit binary command.C. Davis2013-04-291-8/+15
* regedit: Handle zero-length buffers better with hexedit.C. Davis2013-04-291-0/+2
* regedit: Simplify the editor dialog input loop.C. Davis2013-04-291-47/+56
* regedit: Fix white space and wrap long lines.C. Davis2013-04-291-6/+8
* regedit: Enable using tab to cycle thru dialog buttons.C. Davis2013-04-291-13/+65
* regedit: Restore cursor position when user tabs to a field.C. Davis2013-04-291-0/+5
* regedit: Reduce magic numbers in edit dialog, clean up edit dialog creation.C. Davis2013-04-291-79/+183
* regedit: Update dialog position on screen resize.C. Davis2013-04-291-45/+90
* regedit: Handle term resizes.C. Davis2013-04-291-2/+2
* regedit: Edit binary values with hexedit.C. Davis2013-04-291-26/+117
* regedit: Add an input dialog.C. Davis2013-04-291-66/+176
* regedit: Simplify notice dialogs, don't overwrite existing values.C. Davis2013-04-291-47/+76
* regedit: Add new value type selection dialog.C. Davis2013-04-291-1/+114
* regedit: Save contents of value editor.C. Davis2013-04-291-16/+128
* regedit: Value editor changes.C. Davis2013-04-291-60/+138
* regedit: Some work on dialogs.C. Davis2013-04-291-17/+212
* regedit: Improve calculation for centering dialogs.C. Davis2013-04-291-10/+32
* regedit: Introduce dialog windows.C. Davis2013-04-291-0/+233