Commit Graph

9153 Commits

Author SHA1 Message Date
darkfi
3850b2ebf6 wallet: add compiler for exprs 2024-09-15 14:39:39 +02:00
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 2024-09-15 15:27:31 +03:00
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 2024-09-14 13:21:52 +02:00
darkfi
6d576e4c03 wallet/schema: add toolbar showing channel name 2024-09-14 12:57:12 +02:00
darkfi
e8f9333580 wallet: upgrade ui::Mesh to ui::VectorArt which provides scalable vector shapes 2024-09-14 11:20:51 +02:00
darkfi
288d7ecdea wallet: rename ui::Mesh to VectorArt 2024-09-13 14:31:29 +02:00
darkfi
3dbde3dd9a wallet: chatview select lines using touch (long hold) or mouse 2024-09-13 13:16:57 +02:00
darkfi
cfb95a0f1a wallet: editbox apply EOL nudge to selected text 2024-09-13 13:16:57 +02:00
dasman
dc406924e1 event_graph: disallow returning duplicate events when getting the successors 2024-09-13 01:34:31 +03:00
darkfi
3551ab0143 doc: update network-troubleshooting to include error reporting and dnet troubleshooting 2024-09-11 23:53:57 -04:00
darkfi
46e8d83d85 doc: update using dnet page 2024-09-11 19:27:44 -04:00
darkfi
f0f3a9907e wallet: chatview ignore touch events scrolling when outside 2024-09-11 19:02:47 +02:00
darkfi
453cf3f11c wallet: small aesthetic improvements to editbox 2024-09-11 16:51:38 +02:00
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. 2024-09-11 14:06:20 +02:00
darkfi
8c7bbd2513 wallet: rename chatview::mouse_* props to chatview::* and remove mouse_scroll_decel since it isn't used anymore. 2024-09-11 12:50:03 +02:00
darkfi
ab8bd469cc wallet: add DEBUG_GFXAPI bool toggle 2024-09-11 12:41:21 +02:00
darkfi
9fb2f3c541 wallet: make core update() fn absolutely non-blocking so there's 0 delay for input events. 2024-09-11 12:05:58 +02:00
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. 2024-09-11 12:00:46 +02:00
darkfi
abf78bea1f wallet: small changes:
- remove debug code in editbox which shows the keyboard
- start chat lines from the bottom, not the top
2024-09-11 10:44:59 +02:00
dasman
15c02253a8 script/evgrd: fetch successors of requested tips 2024-09-10 17:35:09 +03:00
dasman
04063b3bb7 event_graph: add fetch_successors_of() method 2024-09-10 17:33:43 +03:00
dasman
9718ab96e1 script/evgrd: add .gitignore 2024-09-10 14:50:43 +03:00
dasman
b127cd6efe darkwallet: add .gitignore 2024-09-10 14:50:25 +03:00
darkfi
0cb3824544 evgrd: add missing JSON-RPC modules so dnet and deg work. 2024-09-10 10:41:38 +02:00
darkfi
ee738a1a32 evgrd: enable event graph 2024-09-10 10:25:16 +02:00
darkfi
f3937d2f0a evgrd: test client and evgrd server skeletons 2024-09-10 10:16:43 +02:00
darkfi
407b32eb25 evgrd: add Daemon struct 2024-09-10 08:08:36 +02:00
skoupidi
e37e7ca15b src/net/protorocl/protocol_generic: minor cleanup 2024-09-09 22:53:21 +03:00
skoupidi
2bd91cb5df src/net/protorocl/protocol_generic: minor cleanup 2024-09-09 22:43:48 +03:00
skoupidi
4abbb1641e script/research: new generic-node example added showcasing the p2p generic protol approach 2024-09-09 22:32:01 +03:00
skoupidi
392a26ce6a net/protocol: introduce new generic protocol acting as a message queue 2024-09-09 22:31:28 +03:00
darkfi
8ec930df92 wallet: speed up scroll speed for chatview android 2024-09-09 12:25:29 +02:00
darkfi
9a920d6042 doc: fix typo to publish philosophy meetings page 2024-09-08 15:12:02 -04:00
dasman
89a2832608 doc: add python requirements installation instruction for tau 2024-09-08 16:30:59 +03:00
dasman
94eb311bb4 tau: fix a bug that matched RefIDs instead of local IDs when RefID starts with numbers equal to local ID 2024-09-08 16:21:05 +03:00
darkfi
15c3fab459 Cargo.lock: regenerate 2024-09-08 13:42:52 +02:00
darkfi
ad5334826f wallet: chatview scrolling good enough (for now), simplify algo to just be speed oriented. 2024-09-08 13:23:43 +02:00
darkfi
e11d2a8da1 evgrd: move from bin/ to script/ 2024-09-08 13:23:43 +02:00
darkfi
47e24ba996 evgrd: enable p2p and eventgraph components 2024-09-08 13:23:43 +02:00
dasman
efd3d2a3cd darkirc: satisfy clippy 2024-09-08 11:09:55 +03:00
dasman
0cb128ebb9 net: fix args conflicting by replacing p2p datastore arg to p2p_datastore 2024-09-08 11:03:05 +03:00
dasman
efc9d026bf deg: show timestamp as well in event's detail veiw 2024-09-06 15:45:23 +03:00
darkfi
720b3deb54 evgrd: add datastore and hostlist to evgrd.toml 2024-09-06 11:42:01 +02:00
darkfi
757f466ca3 added evgrd 2024-09-06 11:32:05 +02:00
darkfi
780d239e15 wallet: chatview temporary finger scrolling impl 2024-09-06 09:12:08 +02:00
darkfi
73076d45fc wallet: chatview fix cutoff at the top in android ;) 2024-09-05 10:58:08 +02:00
darkfi
65393c2430 wallet: chatview fix insert_line() method 2024-09-05 09:46:40 +02:00
draoi
8d6dbb6eeb doc: move philosophy meetings info to seperate page 2024-09-05 09:01:40 +02:00
darkfi
34a07c87a7 doc/src/philosophy: update section for philosophy meeting calendar and added reading materials 2024-09-04 14:58:01 -04:00
darkfi
2b6eef49f0 wallet: clean up files and fix README 2024-09-04 14:36:40 +02:00