cat9

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2025-03-12
15:42
dev: debug suggestions fix Leaf check-in: c6cd4c4281 user: void tags: sub, trunk
14:45
mail: support '...' click to scroll check-in: d645098d76 user: letoram tags: sub, trunk
14:45
fix to 'fit_to_length' check-in: c0d3a94e9a user: letoram tags: sub, trunk
14:45
add horizontal-step for '...' clicking on action word line check-in: 3b41e8f795 user: letoram tags: sub, trunk
2025-02-12
21:00
himalaya use changed to match >= 1.0, first signs of open envelope working check-in: cb91a94781 user: void tags: sub, trunk
2025-02-10
13:24
action word drawing to bordered + inverse, highlight selected row, position logic check-in: 962375cc0f user: void tags: sub, trunk
2025-02-08
00:40
switch fossil ticket mode to column-header, fix width padding check-in: c92fe1e8a5 user: void tags: sub, trunk
2025-02-07
00:10
add column-header layout helper, apply to mail folder view check-in: 0426b70732 user: void tags: sub, trunk
2025-02-05
20:24
dev: add missing vmstack view to Lua debugger check-in: 3d4204f4cd user: void tags: sub, trunk
20:23
start on 'social' builtin This attempts to consolidate multiple social sources, e.g. mail, IRC, future arcan chat appl, mastodon into both a set of discrete commands and a unified timeline. First up is mail via himalaya, the current state is basically enumerating accounts and opening a folder from within that account. check-in: c76f665bf3 user: void tags: sub, trunk
2025-01-31
22:15
dev: start reworking arcan debug adapter to handle multiple processes as threads This will take some work as the original code was written with the assumption that there only ever is one thread, and all commands can go through the inp/out from spawning or attaching to the target. In order to handle debugging remote instances or lockstep a12-directory-ctrl with one or many corresponding appls we should be able to map these as threads in order to avoid cluttering the UI with 6-7 jobs per debugee. check-in: fa0391e53c user: void tags: sub, trunk
22:13
prepare to handle embedded externals in detached jobs This requires fixes to tui.c, the reason being that when the handover proxy window is allocated it marks its hint parent permanent and can't be reanchored to another one through wnd:hint. check-in: 340d429025 user: void tags: sub, trunk
2025-01-25
14:50
fix view filter on #data ~= #data.linecount due to empty lines check-in: 78938ba5f2 user: void tags: sub, trunk
14:07
base: add placeholder tableview factory check-in: a7076504f2 user: void tags: sub, trunk
14:06
(dev) work on adding other arcan processes as separate threads check-in: fc81196d95 user: void tags: sub, trunk
2025-01-19
00:08
dev: add debug attach arcan /path/to/fifo support There are a few rough corners here still, one is that the data handlers doesn't trigger correctly on the fifo when it is torn down, other is that continue requests when attached doesn't set the right watchdog handler on the arcan side. check-in: 6e1df81f68 user: void tags: sub, trunk
00:06
dev: only show instruction data if the breakpoint handler actually has them check-in: 19df4c97b1 user: void tags: sub, trunk
00:05
move scrolling offset alignment from view to layout/jobctl check-in: 3e59f111fa user: void tags: sub, trunk
00:04
ensure "destroy" handlers are called when the shmif root is closed check-in: ceb5f1eea7 user: void tags: sub, trunk
2025-01-14
06:55
dev: different table scopes now resolve, fixed scrolling in variables view check-in: 6fa93e0fba user: void tags: sub, trunk
2025-01-13
07:43
dev: correctly extract local table dynamically check-in: 3e7f7a220f user: void tags: sub, trunk
2025-01-12
23:43
dev: add filter for arcan lua global table check-in: 882be10e60 user: void tags: sub, trunk
2025-01-11
20:12
dev: wrap entrypoints view, prepare for fetching table check-in: 44113d211d user: void tags: sub, trunk
19:23
dev: move vmstack to be a variables option for frameid:-1 check-in: 526ea0f625 user: void tags: sub, trunk
12:02
dev: cleanup error message, propagate entrypoint check-in: e74fa534dd user: void tags: sub, trunk
09:14
parse passed tui.arguments as strings this lets us run a series of commands on startup: ARCAN_ARG=cli=lua:args=builtin dev:args=debug launch arcan check-in: 871bbf2073 user: void tags: sub, trunk
2025-01-10
19:20
dev: debug_arcan, add more views, change source view tracking check-in: fb68b47135 user: void tags: sub, trunk
2025-01-07
03:02
dev: wire in support for arcan- entrypoints check-in: 329b831b01 user: void tags: sub, trunk
2025-01-05
16:32
dev: map more views into debug arcan check-in: 55004c4a7e user: void tags: sub, trunk
16:31
flesh out more of view #0 edit mode, start adding vim controls check-in: 1651d7c021 user: void tags: sub, trunk
16:31
pull in shmif-pack argument transfer format check-in: cf5ddd75f8 user: void tags: sub, trunk
16:31
keep padding calculation for active area, add trigger for ctrl+escape readline toggle check-in: 8e30768f2e user: void tags: sub, trunk
16:29
cursor layout calculation fix check-in: c141b0406e user: void tags: sub, trunk
2024-12-31
12:20
start wiring in view edit check-in: b5bd013b75 user: void tags: sub, trunk
12:19
add closure to shmif_handover check-in: 4243a711ea user: void tags: sub, trunk
12:18
dev: start adding arcan specific debugif check-in: b27b42de37 user: void tags: sub, trunk
2024-12-25
05:12
copy: handle adopting the placeholder bchunk job check-in: 3ad355ef9f user: void tags: sub, trunk
05:12
move the scm 'action_word' model to a generic support / bchunk to job check-in: 2d9608191e user: void tags: sub, trunk
2024-12-13
19:02
dev: support viewing diff output check-in: f4abcaa13b user: void tags: sub, trunk
2024-12-12
18:50
implement timeline open action-word check-in: 3569ddc3f2 user: void tags: sub, trunk
18:46
switch diff-match-patch to 5.1 'bit' format check-in: c5b255dccf user: void tags: sub, trunk
18:44
vendor in the diff-match-patch library check-in: 3b1b45aae8 user: void tags: sub, trunk
2024-12-11
22:06
(scm) most of timeline done check-in: 9827f46c03 user: void tags: sub, trunk
2024-11-28
23:15
dev/scm: support adding tickets to fossil check-in: 7ab220493c user: void tags: sub, trunk
23:14
misc: add helper to query window for readline input Prelude to refactoring all use of readline to unify and allow readline in detached window to route correctly. check-in: f8af2a66ee user: void tags: sub, trunk
23:13
cat9.add_background_job / add_background_chain should use "re" and forward .err check-in: a8850370ba user: void tags: sub, trunk
2024-11-21
20:59
dev/scm: apply ticket changes and reflect in view check-in: e894c67804 user: void tags: sub, trunk
2024-11-18
00:35
dev/scm: dance for forwarding data to editor and getting data back done check-in: 826ea92f1f user: void tags: sub, trunk
00:01
dev/scm: switch scm commands to use the (nokeep) default parg check-in: 158f5f118e user: void tags: sub, trunk
2024-11-17
23:01
add (a-z)! parg for (nokeep) which has the emulator shut down on finish check-in: c34a839087 user: void tags: sub, trunk