summaryrefslogtreecommitdiff
path: root/source3/utils/regedit_dialog.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-05s3:utils: Initialize DATA_BLOB blobPavel Filipenský1-1/+1
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2019-06-30source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-3/+2
2019-04-11utils: Update error check for new string conversion wrapperSwen Schillig1-5/+3
2019-03-01utils: Use wrapper for string to integer conversionSwen Schillig1-2/+3
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/utils/Günther Deschner1-13/+13
2016-08-24regedit: Fix format-nonliteral warningAmitay Isaacs1-0/+6
2014-11-25s3:utils: rename variables in regedit_*.c to fix shadow warningsStefan Metzmacher1-7/+7
2014-10-01regedit: handle del and backspace in hexeditorChris Davis1-1/+5
2014-10-01regedit: grow hexedit buffer as the user typesChris Davis1-1/+1
2014-10-01regedit: add a button to resize hexedit bufferChris Davis1-2/+46
2014-10-01regedit: add a number input boxChris Davis1-12/+112
2014-10-01regedit: don't expand single line text field buffer with cursor movementChris Davis1-1/+24
2014-10-01regedit: handle DEL key in text fieldsChris Davis1-0/+3
2014-10-01regedit: adjust some variable names to make them more distinctChris Davis1-19/+19
2014-10-01regedit: flesh out search dialog and simplify search optsChris Davis1-7/+79
2014-10-01regedit: don't use subwindows in hexeditChris Davis1-2/+2
2014-10-01regedit: use pad as a canvas for dialogsChris Davis1-23/+56
2014-10-01regedit: move cursor to edited value in list and report edit errorsChris Davis1-9/+17
2014-10-01regedit: Introduce a new API to build the dialogs.Chris Davis1-834/+1634
2014-10-01regedit: add padding to fit REG_MULTI_SZ to the text fieldChris Davis1-8/+21
2014-10-01regedit: add search feature.Chris Davis1-0/+14
2013-04-29regedit: Mark string values if they contain unprintable chars.C. Davis1-1/+1
2013-04-29regedit: Add an edit binary command.C. Davis1-8/+15
2013-04-29regedit: Handle zero-length buffers better with hexedit.C. Davis1-0/+2
2013-04-29regedit: Simplify the editor dialog input loop.C. Davis1-47/+56
2013-04-29regedit: Fix white space and wrap long lines.C. Davis1-6/+8
2013-04-29regedit: Enable using tab to cycle thru dialog buttons.C. Davis1-13/+65
2013-04-29regedit: Restore cursor position when user tabs to a field.C. Davis1-0/+5
2013-04-29regedit: Reduce magic numbers in edit dialog, clean up edit dialog creation.C. Davis1-79/+183
2013-04-29regedit: Update dialog position on screen resize.C. Davis1-45/+90
2013-04-29regedit: Handle term resizes.C. Davis1-2/+2
2013-04-29regedit: Edit binary values with hexedit.C. Davis1-26/+117
2013-04-29regedit: Add an input dialog.C. Davis1-66/+176
2013-04-29regedit: Simplify notice dialogs, don't overwrite existing values.C. Davis1-47/+76
2013-04-29regedit: Add new value type selection dialog.C. Davis1-1/+114
2013-04-29regedit: Save contents of value editor.C. Davis1-16/+128
2013-04-29regedit: Value editor changes.C. Davis1-60/+138
2013-04-29regedit: Some work on dialogs.C. Davis1-17/+212
2013-04-29regedit: Improve calculation for centering dialogs.C. Davis1-10/+32
2013-04-29regedit: Introduce dialog windows.C. Davis1-0/+233