shithub: vexed

RSS feed

5a154a15 – phil9 <telephil9@gmail.com> authored on 2024/03/14 03:24
update screenshot to reflect latest changes

cb5acb9a – phil9 <telephil9@gmail.com> authored on 2024/02/19 04:34
fix decode shifting from the wrong side

59f58def – phil9 <telephil9@gmail.com> authored on 2024/02/19 04:00
decode now applies to selection

e26a76b6 – phil9 <telephil9@gmail.com> authored on 2024/02/19 02:43
fix status bar rect

fcad039f – phil9 <telephil9@gmail.com> authored on 2024/02/18 15:25
add forgotten color declaration from previous commit

d577b808 – phil9 <telephil9@gmail.com> authored on 2024/02/18 10:34
check image allocation return value

455d3aef – phil9 <telephil9@gmail.com> authored on 2024/02/18 10:25
add -d flag to dim the color of nul bytes.

eeeeafb2 – phil9 <telephil9@gmail.com> authored on 2024/02/18 10:15
put status at the top of the window

b08fefc3 – phil9 <telephil9@gmail.com> authored on 2024/02/18 09:35
print absolute position in addition to percentage

49eb4909 – phil9 <telephil9@gmail.com> authored on 2024/01/28 15:51
fix scrolling issues

62c8c846 – phil9 <telephil9@gmail.com> authored on 2022/12/30 14:04
fix dark color scheme

5a2d78f1 – phil9 <telephil9@gmail.com> authored on 2022/09/23 10:00
add edition using binary input (thanks grimmware)

864748af – phil9 <telephil9@gmail.com> authored on 2022/09/23 09:49
add 's' shortcut to save file (thanks grimmware)

cd2bda88 – phil9 <telephil9@gmail.com> authored on 2021/12/30 14:27
update README

09810f10 – phil9 <telephil9@gmail.com> authored on 2021/12/30 14:26
add decoder window to show bytes as 8 to 64bit numbers

3ed247f3 – phil9 <telephil9@gmail.com> authored on 2021/12/30 08:27
discard range selection when using keyboard

80d7c73e – phil9 <telephil9@gmail.com> authored on 2021/12/30 08:00
fix position indicator not refreshing

e09bbe69 – phil9 <telephil9@gmail.com> authored on 2021/12/30 06:14
add range selection and snarfing

2be9c412 – phil9 <telephil9@gmail.com> authored on 2021/12/30 02:00
fix README formatting again

df0d3ca8 – phil9 <telephil9@gmail.com> authored on 2021/12/30 01:59
fix search going past buffer bounds

e178b730 – phil9 <telephil9@gmail.com> authored on 2021/12/30 01:52
fix README formatting

c59ad629 – phil9 <telephil9@gmail.com> authored on 2021/12/30 01:47
report errors through a message box

84925069 – phil9 <telephil9@gmail.com> authored on 2021/12/29 16:00
update README

9bde8f24 – phil9 <telephil9@gmail.com> authored on 2021/12/29 15:58
start looking from current selection instead of the start

0ae68f08 – phil9 <telephil9@gmail.com> authored on 2021/12/29 10:10
add look command

15cc6b68 – phil9 <telephil9@gmail.com> authored on 2021/12/29 07:18
make undo keep track of modification state

802df8d2 – phil9 <telephil9@gmail.com> authored on 2021/12/29 07:13
change menu2 items order

15fe0eb1 – phil9 <telephil9@gmail.com> authored on 2021/12/29 06:10
implement undo and redo

1d8e44d0 – phil9 <telephil9@gmail.com> authored on 2021/12/29 01:20
add action to go to a specific address

3aa02825 – phil9 <telephil9@gmail.com> authored on 2021/12/28 15:18
update README

fb85673d – phil9 <telephil9@gmail.com> authored on 2021/12/28 11:38
don't do a full redraw when editing

198c237d – phil9 <telephil9@gmail.com> authored on 2021/12/28 11:33
limit full redraws

db5d849b – phil9 <telephil9@gmail.com> authored on 2021/12/28 11:10
recompute buf lines after edition

112a9164 – phil9 <telephil9@gmail.com> authored on 2021/12/28 04:38
add menu2 with edition actions

e69ffd89 – phil9 <telephil9@gmail.com> authored on 2021/12/28 04:26
implement deletion

217c74a1 – phil9 <telephil9@gmail.com> authored on 2021/12/28 02:34
reset edition sequence appropriately

52c0e4fd – phil9 <telephil9@gmail.com> authored on 2021/12/28 02:31
change 'append' keybinding to 'p'

042c5ee1 – phil9 <telephil9@gmail.com> authored on 2021/12/28 02:28
implement insert and append commands

f1cc5bc0 – phil9 <telephil9@gmail.com> authored on 2021/12/27 19:27
implement file saving

d7434986 – phil9 <telephil9@gmail.com> authored on 2021/12/27 19:18
implement edition

dd752bbf – phil9 <telephil9@gmail.com> authored on 2021/12/27 15:49
add right screenshot :]

3aa2d163 – phil9 <telephil9@gmail.com> authored on 2021/12/27 15:46
add screenshot

4eb183a5 – phil9 <telephil9@gmail.com> authored on 2021/12/27 15:40
initial import