| .. |
|
app
|
44c2ec28ba
wallet: small tweaks:
|
1 year ago |
|
expr
|
1cc34c6ab8
wallet/expr: add =, < and if-else to the compiler
|
1 year ago |
|
gfx
|
309474c633
wallet: gfx, dont allow negative dim for viewport/scissor rect
|
1 year ago |
|
prop
|
5a887f5207
wallet: add if_else and store_var to expr language, and use it for fit to scale images
|
1 year ago |
|
text
|
63ea55236a
wallet: change font from IBM plex mono light to the regular version
|
1 year ago |
|
ui
|
638a315297
wallet: chatview, disable highlighting lines temporarily
|
1 year ago |
|
darkirc.rs
|
16b1bff413
wallet: chatview greatly simplify message buffer logic
|
1 year ago |
|
darkirc2.rs
|
67df2242dc
wallet: disable sending when the input editbox is empty
|
1 year ago |
|
error.rs
|
3850b2ebf6
wallet: add compiler for exprs
|
1 year ago |
|
logger.rs
|
d0691b3e7d
wallet: limit logfile to 5Mb max
|
1 year ago |
|
main.rs
|
ebb7d56213
wallet: set the current working directory to the same folder as the binary for distribution as a .zip file
|
1 year ago |
|
mesh.rs
|
d3b0f38ed7
wallet: defer allocs in async code. we use an internal hashmap and generate random IDs rather than waiting for GL to wake up and provide us with them.
|
1 year ago |
|
net.rs
|
382447ae24
wallet: chatview add the top line's ascent to the total_height calc and fix selecting lines.
|
1 year ago |
|
plugin.rs
|
60114d71ab
darkwallet: Add license headers
|
2 years ago |
|
pubsub.rs
|
72d68aadb0
wallet: fix all the warnings
|
2 years ago |
|
py.rs
|
60114d71ab
darkwallet: Add license headers
|
2 years ago |
|
ringbuf.rs
|
d3b0f38ed7
wallet: defer allocs in async code. we use an internal hashmap and generate random IDs rather than waiting for GL to wake up and provide us with them.
|
1 year ago |
|
scene.rs
|
177e390262
wallet: fix issue with chatview swallowing input events
|
1 year ago |
|
util.rs
|
1f313d2380
wallet: editbox, add a little extra spacing when lines end in whitespace. This is because the glyph for space has nearly 0 width at the end of lines.
|
1 year ago |