Jack Wills
e650034d50
chore: devcontainer install x86 musl target
2023-03-01 21:34:16 +00:00
Jack Wills
ec962295a8
docs: comments improved
2023-03-01 21:33:58 +00:00
Jack Wills
b8f5792d18
refactor: dead code removed
2023-03-01 19:18:36 +00:00
Jack Wills
28de74b866
feat: style help info box
...
Style each button comman in the help information window, instead of just one giant string.
Now uses a HelpInfo struct, which contains the content, as well as widths + height
2023-03-01 19:18:19 +00:00
Jack Wills
fdc67c9249
docs: readme typos
2023-03-01 19:17:00 +00:00
Jack Wills
04c26fe8fc
refactor: improve the get_width function
...
Just use x = x.max(y) for the column widths, instead of the previous, laborious, check then update methods
2023-03-01 19:14:39 +00:00
Jack Wills
3437df5988
refactor: ui into a struct
2023-02-28 19:48:49 +00:00
Jack Wills
c69ab4f7c3
chore: dependencies updated
2023-02-28 19:48:40 +00:00
Jack Wills
2626250ace
fix: stop_running function
...
Use stop_running to set the global is_running AtomicBool to false, and to also, on a seperate thread, enable & then disable mouse capture, as was experience strange issue on Linux & WSL with mouse movements being piped to stdout
2023-02-28 18:10:24 +00:00
Jack Wills
31bfaa7a95
wip: fix for mouse capture bug
2023-02-28 04:10:31 +00:00
Jack Wills
846e0641d0
wip: mouse capture errors
2023-02-27 19:52:03 +00:00
Jack Wills
72279e26ae
feat: use checked_sub & checked_div for bounds checks
2023-02-27 15:25:18 +00:00
Jack Wills
e8f5cf9c6f
refactor: get_horizotal/vertical contraints into single method
2023-02-27 14:50:04 +00:00
Jack Wills
074cb957f2
refactor: docker update_everything variables
2023-02-27 14:39:00 +00:00
Jack Wills
23ad9a5fb3
docs: comment typo
2023-02-27 03:15:00 +00:00
Jack Wills
4723be7fb2
chore: dependencies updated
2023-02-27 02:57:29 +00:00
Jack Wills
cebb975cb8
fix: typos
2023-02-27 02:56:47 +00:00
Jack Wills
b6c3ce21ca
fix: move final stout flush to main.rs
2023-02-27 02:56:38 +00:00
Jack Wills
aac3ef2b1d
chore: dependencies updated
2023-02-24 02:08:59 +00:00
Jack Wills
3d41fff62b
docs: various typos
2023-02-17 18:42:32 +00:00
Jack Wills
a2e49bde5f
docs: readme use shell code blocks
2023-02-17 18:42:26 +00:00
Jack Wills
a163353d24
chore: dependencies updated
2023-02-17 18:41:57 +00:00
Jack Wills
981cb974fe
chore: merge main into dev
2023-02-04 04:28:03 +00:00
Jack Wills
14f544480d
chore: merge release-v0.2.3 into main
2023-02-04 04:27:51 +00:00
Jack Wills
17cbee0ebc
chore: release v0.2.3
2023-02-04 04:27:49 +00:00
Jack Wills
cc9127c6b4
docs: changelog
2023-02-04 04:16:29 +00:00
Jack Wills
f8dc90ebfa
docs: changelog
2023-02-04 04:15:26 +00:00
Jack Wills
88b6549db4
docs: changelog
2023-02-04 04:12:47 +00:00
Jack Wills
0bd317b7ce
fix: container scratch image
2023-02-04 04:07:01 +00:00
Jack Wills
f920fd0a4a
Merge branch 'dev'
2023-02-04 04:00:58 +00:00
Jack Wills
41b0858dee
docs: readme styling fix
2023-02-04 04:00:40 +00:00
Jack Wills
b704a23371
chore: merge main into dev
2023-02-04 03:52:49 +00:00
Jack Wills
5a4282aa24
chore: merge release-v0.2.2 into main
2023-02-04 03:52:37 +00:00
Jack Wills
8b9d319fb5
chore: release v0.2.2
2023-02-04 03:52:35 +00:00
Jack Wills
bf9911dffa
docs: changelog
2023-02-04 03:36:04 +00:00
Jack Wills
a44b15f760
docs: contributing guide added
2023-02-04 03:35:16 +00:00
Jack Wills
5aaa00d6a3
docs: contributing guide added
2023-02-04 03:27:58 +00:00
Jack Wills
b859fba8bf
fix: create_release echo
2023-02-04 03:13:56 +00:00
Jack Wills
0fca67795b
chore: dependencies updated
2023-02-04 02:27:54 +00:00
Jack Wills
8437cca72f
docs: changelog
2023-02-03 22:39:09 +00:00
Jack Wills
d48e6561f9
chore: clippy todo warn
2023-02-03 21:49:19 +00:00
Jack Wills
799800ef23
docs: changelog
2023-02-03 21:41:24 +00:00
Jack Wills
17b71b6b41
feat: switch to scratch docker container
2023-02-03 21:40:14 +00:00
Jack Wills
a76bfbcbd9
docs: readme styling tweak
2023-02-03 21:39:48 +00:00
Jack Wills
310a63f4ca
feat: create_release.sh check for typos
2023-02-03 18:44:33 +00:00
Jack Wills
3c6a8db6ef
chore: devcontainer.json updated
2023-02-03 18:36:00 +00:00
Jack Wills
44da9d70ec
docs: changelog
2023-02-02 23:39:41 -05:00
Jack Wills
5052d7ab0a
Merge branch 'kianmeng-fix-typos' into dev
2023-02-02 23:38:36 -05:00
Kian-Meng Ang
a0e2eb38ae
docs: fix typos
...
Found via `typos --format brief`
2023-02-03 10:21:16 +08:00
Jack Wills
d9156335ec
chore: dependencies updated
2023-02-02 13:10:56 +00:00