Compare commits

..

45 Commits

Author SHA1 Message Date
bc6a3c49a9
make adjacency loading work, extend range and use loops 2024-02-29 19:16:35 +01:00
23e41635c1
replace old bad prev/next code with way better code 2024-02-29 19:16:35 +01:00
8d97d36135
smaller contact frag fixes 2024-02-29 19:16:35 +01:00
7c6c63cfd2
impl new acceleration structure for components, not exploited yet
disable funky load at first msg
2024-02-29 19:16:34 +01:00
f3744ffeee
forgot to check contact 2024-02-29 19:16:34 +01:00
a68515cbb0
rework cursers for cg, keep views between switching. will be refactored later 2024-02-29 19:16:34 +01:00
3967bbe94b
fix one inverted comparator 2024-02-29 19:16:34 +01:00
09dc95912b
stop ignoring mfs interval and sort after 2024-02-29 19:16:34 +01:00
76b29d192e
make inital curser a range 2024-02-29 19:16:34 +01:00
02a22fc87e
loading logic implemented but broken (very funky and sometimes even out of contact) 2024-02-29 19:16:33 +01:00
91f61929a1
load based on view cursers (untested and not used yet) 2024-02-29 19:16:33 +01:00
e0700e63b5
msg frag before and after helper 2024-02-29 19:16:33 +01:00
d142b06430
fix potential tsrange errors and deduplicate state 2024-02-29 19:16:33 +01:00
7e2b9fb5f1
make writing safe (by using a tmp file and moving to actual location) 2024-02-29 19:16:33 +01:00
601527e180
update tox contacts to support contact id merging 2024-02-29 19:16:33 +01:00
abddc6bb81
make empty contacts from ids on message load 2024-02-29 19:16:32 +01:00
8bee5cd28b
change binary meta format and add zstd to metadata 2024-02-29 19:16:32 +01:00
41e1e8886a
switch to streaming compressor for data to drastically improve ratio.
would still benefit from a abstract file refactor
2024-02-29 19:16:32 +01:00
6a7889a62d
update fs readme a little 2024-02-29 19:16:32 +01:00
265293ced9
save msg json zstd compressed (3x compression) 2024-02-29 19:16:32 +01:00
b33565866f
simplify array cast a little 2024-02-29 19:16:31 +01:00
ed92895a90
add zstd dep 2024-02-29 19:16:31 +01:00
c4759b9ed0
comp refactor and make groups work 2024-02-29 19:16:31 +01:00
7dddddb6c2
move json around and disable files for now 2024-02-29 19:16:31 +01:00
2ec67bf75c
reverse message write order 2024-02-29 19:16:31 +01:00
82c216f25e
add dup check, would work for ngc if we saved tox group msg id yet 2024-02-29 19:16:31 +01:00
549698da35
fix dup on write 2024-02-29 19:16:30 +01:00
b38982c3b0
basically working, but some dup glitch is still there 2024-02-29 19:16:30 +01:00
957013f0e9
scan laters 2024-02-29 19:16:30 +01:00
1836ef176c
fragment events + 256bit uuids 2024-02-29 19:16:30 +01:00
81f006affe
refactor message serializer to allow access to eg contacts 2024-02-29 19:16:30 +01:00
ff3dcf568c
further serializer refactoring 2024-02-29 19:16:30 +01:00
959f9c3e6d
improve deserialization and provide message comp deserl 2024-02-29 19:16:29 +01:00
77421e71f0
loading fragments mostly working (not notifying anyone yet) 2024-02-29 19:16:29 +01:00
61eeb94636
add contact id to meta 2024-02-29 19:16:29 +01:00
c0fcbb1002
more comps 2024-02-29 19:16:29 +01:00
8c1afed8dc
handle empty type 2024-02-29 19:16:29 +01:00
539ea88b00
dump messages to data (some comps) 2024-02-29 19:16:28 +01:00
03f2201411
message fragment meta is saved, but still empty data 2024-02-29 19:16:28 +01:00
678e8698ff
start with messages (no fragments get created yet) 2024-02-29 19:16:28 +01:00
0237a88ed0
refactoring, add to mainscreen 2024-02-29 19:16:28 +01:00
6cf10ec4a1
random ids 2024-02-29 19:16:28 +01:00
364568a078
working prototpying code 2024-02-29 19:16:28 +01:00
d0761bf60e
revert crop by default (did not work as intended) 2024-02-29 19:15:33 +01:00
0f41ee6a2e
add screencap to readme 2024-02-23 11:20:49 +01:00
3 changed files with 5 additions and 1 deletions

View File

@ -2,3 +2,7 @@
![tomato](res/icon/tomato_v1_256.png)
## Highly experimental solanaceae client with Tox built-in
![group chat](res/tomato_screenshot_group_bot_text_23-02-2024.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

View File

@ -32,7 +32,7 @@ struct SendImagePopup {
Rect crop_rect;
Rect crop_before_drag;
bool cropping {true};
bool cropping {false};
bool dragging_last_frame_ul {false};
bool dragging_last_frame_lr {false};