20 Commits

Author SHA1 Message Date
97d1401c3c
update pre-commit 2021-05-07 22:05:11 -04:00
8b689aa3ad
add .desktop file 2021-05-07 13:50:26 -04:00
b06e3628f0
improve parsing of entered data in conversion text boxes 2021-03-23 14:55:00 -04:00
844dc18392
binary editor improvements and preliminary implementation for the WxHexEditor-compatible binary grammar definition format 2021-02-20 22:25:40 -05:00
e8eab14089
migrate Application to a non-static class so we can develop UI-specific stuff in a subclass 2020-10-26 16:49:11 -04:00
da49113837
preliminary working implementation of Batch Find/Replace dialog... very incomplete 2020-08-26 02:10:11 -04:00
cea33b9b6a
provide ability to paste a string of binary bytes (in hex notation) directly into the binary editor 2020-08-21 12:31:40 -04:00
abd4992fbe
reorganize ListView source into its own sub-namespace 2020-08-15 01:43:55 -04:00
f2e08c6acc
properly set the IO.Endianness value for each item in the endianness combobox 2020-05-16 07:18:23 -04:00
f105a2323c
add a context menu to the BinaryEditor 2020-05-15 08:41:39 -04:00
cd446a5238
don't let the NumericTextBoxes cause selection to change more than once 2020-05-15 08:40:18 -04:00
66673f2da4
would be nice if the BinaryEditor actually saved the data it was changing 2020-05-15 05:54:13 -04:00
51414cc4a7
NumericTextBox requires the use of the Value property instead of Text 2020-05-14 23:43:42 -04:00
91ab850c46
field definition properties dialog should also default the length to the current selection 2020-05-12 08:42:33 -04:00
d88a516d15
make the button actually click, must've been a regression 2020-05-12 08:42:07 -04:00
8f2fd6837f
use nameof() instead of hardcoding widget name - that way if we ever need to change it we can just do a simple refactor 2020-05-10 21:24:26 -04:00
d129565329
convert BinaryEditor to UWT ContainerLayout-based Glade design 2020-05-10 01:56:57 -04:00
fcc613002a
convert FieldDefinitionPropertiesDialog to UWT ContainerLayout-based Glade design 2020-05-10 01:56:05 -04:00
e8228cd78a
enhancements and bug fixes for BinaryEditor 2020-05-09 23:00:41 -04:00
19fa0d64bc
reorganize directory structure and remove stale projects. our main focus will be on C# from here on out 2020-03-23 02:28:39 -04:00