summaryrefslogtreecommitdiff
path: root/source3/utils/regedit_dialog.c
Commit message (Expand)AuthorAgeFilesLines
* source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-3/+2
* utils: Update error check for new string conversion wrapperSwen Schillig2019-04-111-5/+3
* utils: Use wrapper for string to integer conversionSwen Schillig2019-03-011-2/+3
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/utils/Günther Deschner2016-09-281-13/+13
* regedit: Fix format-nonliteral warningAmitay Isaacs2016-08-241-0/+6
* s3:utils: rename variables in regedit_*.c to fix shadow warningsStefan Metzmacher2014-11-251-7/+7
* regedit: handle del and backspace in hexeditorChris Davis2014-10-011-1/+5
* regedit: grow hexedit buffer as the user typesChris Davis2014-10-011-1/+1
* regedit: add a button to resize hexedit bufferChris Davis2014-10-011-2/+46
* regedit: add a number input boxChris Davis2014-10-011-12/+112
* regedit: don't expand single line text field buffer with cursor movementChris Davis2014-10-011-1/+24
* regedit: handle DEL key in text fieldsChris Davis2014-10-011-0/+3
* regedit: adjust some variable names to make them more distinctChris Davis2014-10-011-19/+19
* regedit: flesh out search dialog and simplify search optsChris Davis2014-10-011-7/+79
* regedit: don't use subwindows in hexeditChris Davis2014-10-011-2/+2
* regedit: use pad as a canvas for dialogsChris Davis2014-10-011-23/+56
* regedit: move cursor to edited value in list and report edit errorsChris Davis2014-10-011-9/+17
* regedit: Introduce a new API to build the dialogs.Chris Davis2014-10-011-834/+1634
* regedit: add padding to fit REG_MULTI_SZ to the text fieldChris Davis2014-10-011-8/+21
* regedit: add search feature.Chris Davis2014-10-011-0/+14
* 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