Commit graph

16 commits

Author SHA1 Message Date
sxyazi
c16c929feb
Add delete kind 2024-04-09 19:33:47 +08:00
sxyazi
57d4509fdd
Reorder 2024-04-09 01:06:09 +08:00
sxyazi
bfdbe4ffa0
Format 2024-04-09 01:01:30 +08:00
Mika Vilpas
63b20ba2cb
WIP: refactor: send the move events after moving is successful
NOTE: this removes the "tab" key from the event, as the tab is not
currently passed to the scheduler and it seemed like a bigger change to
do right now.
2024-04-09 01:00:35 +08:00
Mika Vilpas
872a6a4469
refactor: rename move_event.rs to move_.rs 2024-04-09 01:00:35 +08:00
Mika Vilpas
adeaf0d212
refactor: reorder payload types
Co-authored-by: 三咲雅 · Misaki Masa <sxyazi@gmail.com>
2024-04-09 01:00:35 +08:00
Mika Vilpas
0bc5529362
feat: cut and paste (x -> p) sends new "move" events 2024-04-09 01:00:35 +08:00
三咲雅 · Misaki Masa
4755654224
feat: add is_exec and is_sticky to Cha bindings (#875) 2024-04-05 17:11:40 +08:00
sxyazi
d04b549f4e
feat: merge the sender and severity in the DDS payload into the same field to simplify the protocol (#871) 2024-04-04 02:33:58 +08:00
三咲雅 · Misaki Masa
1b030e0f52
fix: a race condition in DDS static messages sent as internal events (#868) 2024-04-03 00:31:11 +08:00
三咲雅 · Misaki Masa
ec83c5dc5c
feat: detect CSI u through Stderr to allow using Stdout as the carrier of DDS payload without an ANSI sequence response timeout (#867) 2024-04-02 20:50:36 +08:00
三咲雅 · Misaki Masa
b51babde1c
feat: the cd event in DDS will now also be triggered when the tab is first created (#861) 2024-04-02 01:39:20 +08:00
sxyazi
7a99ea4409
fix: wrong state pointed to and ignore plugin/flavor directory creation errors 2024-04-01 00:11:07 +08:00
三咲雅 · Misaki Masa
bfcf401b40
feat: add a new sender property to the DDS payload (#855) 2024-03-31 22:29:52 +08:00
三咲雅 · Misaki Masa
c240602046
perf: port require() and ya.sync() to Rust to avoid plugin information initialization process (#853) 2024-03-30 22:15:05 +08:00
三咲雅 · Misaki Masa
903f3da7e5
feat: DDS (Data Distribution Service) (#826) 2024-03-29 23:30:30 +08:00