dasman
|
456046f9ce
deg: account for millis timestamp when building event's datetime
|
1 年之前 |
darkfi
|
3850b2ebf6
wallet: add compiler for exprs
|
1 年之前 |
dasman
|
75b18d684e
event_graph: use millis for events timestamp, bump the versions of darkirc and taud and are changed slightly to accordigly interact with both old and new versions
|
1 年之前 |
darkfi
|
0ada742edb
wallet: fix 2 small chatview bugs, first is a typo from last commit, second is actually check is_select_mode when its modified after long hold
|
1 年之前 |
darkfi
|
6d576e4c03
wallet/schema: add toolbar showing channel name
|
1 年之前 |
darkfi
|
e8f9333580
wallet: upgrade ui::Mesh to ui::VectorArt which provides scalable vector shapes
|
1 年之前 |
darkfi
|
288d7ecdea
wallet: rename ui::Mesh to VectorArt
|
1 年之前 |
darkfi
|
3dbde3dd9a
wallet: chatview select lines using touch (long hold) or mouse
|
1 年之前 |
darkfi
|
cfb95a0f1a
wallet: editbox apply EOL nudge to selected text
|
1 年之前 |
dasman
|
dc406924e1
event_graph: disallow returning duplicate events when getting the successors
|
1 年之前 |
darkfi
|
3551ab0143
doc: update network-troubleshooting to include error reporting and dnet troubleshooting
|
1 年之前 |
darkfi
|
46e8d83d85
doc: update using dnet page
|
1 年之前 |
darkfi
|
f0f3a9907e
wallet: chatview ignore touch events scrolling when outside
|
1 年之前 |
darkfi
|
453cf3f11c
wallet: small aesthetic improvements to editbox
|
1 年之前 |
darkfi
|
9d4bd99e55
wallet: chatview fix occassional random scroll stops. it would happen when the previous sample was too close to the last sample due to using a ringbuffer with a fixed number of samples. Now we instead use VecDeque and drop old samples based off time instead of buffer size.
|
1 年之前 |
darkfi
|
8c7bbd2513
wallet: rename chatview::mouse_* props to chatview::* and remove mouse_scroll_decel since it isn't used anymore.
|
1 年之前 |
darkfi
|
ab8bd469cc
wallet: add DEBUG_GFXAPI bool toggle
|
1 年之前 |
darkfi
|
9fb2f3c541
wallet: make core update() fn absolutely non-blocking so there's 0 delay for input events.
|
1 年之前 |
darkfi
|
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 年之前 |
darkfi
|
abf78bea1f
wallet: small changes:
|
1 年之前 |
dasman
|
15c02253a8
script/evgrd: fetch successors of requested tips
|
1 年之前 |
dasman
|
04063b3bb7
event_graph: add fetch_successors_of() method
|
1 年之前 |
dasman
|
9718ab96e1
script/evgrd: add .gitignore
|
1 年之前 |
dasman
|
b127cd6efe
darkwallet: add .gitignore
|
1 年之前 |
darkfi
|
0cb3824544
evgrd: add missing JSON-RPC modules so dnet and deg work.
|
1 年之前 |
darkfi
|
ee738a1a32
evgrd: enable event graph
|
1 年之前 |
darkfi
|
f3937d2f0a
evgrd: test client and evgrd server skeletons
|
1 年之前 |
darkfi
|
407b32eb25
evgrd: add Daemon struct
|
1 年之前 |
skoupidi
|
e37e7ca15b
src/net/protorocl/protocol_generic: minor cleanup
|
1 年之前 |
skoupidi
|
2bd91cb5df
src/net/protorocl/protocol_generic: minor cleanup
|
1 年之前 |