Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2026-07-29
| ||
| 12:30 | (lua) first part of handover_alloc() bringup This only works from the arcan-in-arcan (lwa) context. Its purpose is to let an appl allocate a decode window for embedding (like in cat9) or discrete externally managed window with hints about WM behaviour. What's missing in this commit is the DISPLAYHINT routing and VIEWPORT event synthesis necessary for embedding control and feedback. Leaf check-in: 02cad4d2f4 user: letoram tags: trunk, master | |
| 12:24 | (doc) update changelog with API changes check-in: d616798a65 user: letoram tags: trunk, master | |
|
2026-07-26
| ||
| 01:32 | (lua) open_nonblock (write=true) struction .wrmode value change When hitting the create_new_file path, the write mode is still set to O_RDWR while it should be O_WRONLY. This normally doesn't matter, but when using open_nonblock again with the (fsrv_vid, ..., nbio_ud) form and fsrv_vid should take over the descriptor, it meant that the wrong BCHUNK_IN/OUT got sent. When this was used with arcan-net it meant that if the file was created, the pairing request turned into upload rather than download. check-in: 1b2ece89d4 user: letoram tags: trunk, master | |
| 01:29 | (decode) use SHMIF_RGBA macro for nanosvg This got undone last time we vendored the nsvg implementation. check-in: 09e1560130 user: letoram tags: trunk, master | |
|
2026-07-24
| ||
| 15:20 | (net) fix worker null-deref on message while waiting for bchunk ack This was a fun one. When the queue-events+request_resource was refactored from working only with the parent process to also be used with the ctrl- runner the dispatch for pending events needed to extract the shared state structure stored in the user portion of the shmif cont. Normally this is quick enough that there aren't any events coming from the user at the same time, but while preparing file attachments to messages we do send both a message and the file, as well as the controller broadcasting the message back, triggering this path. check-in: d149e26d64 user: letoram tags: trunk, master | |
|
2026-07-22
| ||
| 12:47 | (build/doc) minor nits check-in: 40a678adc6 user: letoram tags: trunk, master | |
|
2026-07-21
| ||
| 22:20 | (decode) add optional support for lottie vector animations This took quite some rework as the format requires a different event loop to deal with animation timing, so do_file now sets a fptr based on the format it is currently processing. check-in: 0cb264177a user: letoram tags: trunk, master | |
|
2026-07-13
| ||
| 20:40 | (net) transfer completion now forwarded to entrypoint check-in: fde780c14f user: letoram tags: trunk, master | |
| 20:14 | (shmif) evpack fix to seekframe check-in: 72a8605b65 user: letoram tags: trunk, master | |
| 01:11 | (a12) set the bchunkstate size field correctly check-in: 86f1d7690d user: letoram tags: trunk, master | |
| 01:10 | (net) expose more metadata in _store ep for ctrl This also adds a _store_status entrypoint for notifying about completion status and progress for a store, still work in progress. check-in: 7b581b2f39 user: letoram tags: trunk, master | |
|
2026-07-11
| ||
| 22:47 | (build) accidentally left SCRUB enabled in tip check-in: 5a0807ecfc user: letoram tags: trunk, master | |
| 22:23 | (shmif) retain the 'unset-category is EXTERNAL' assumption in pack/unpack There are a lot of shmif clients that doesn't set category by default, and regular shmif paths assume EXTERNAL in such cases, so evpack helper should as well. check-in: fed2408a60 user: letoram tags: trunk, master | |
| 18:10 | (shmif/a12) change arcan_shmif_evpack/unpack to match a12.md spec There can still be dragons here, as we finally move away from the previous IB hack. For testing purposes it is possible to (manually) define SCRUB_EVENT to force all enqueue/dequeue to go through a pack/unpack operation. This allows for testing without having to use arcan-net as an intermediary, as well as a quick reproduction when some pack/unpack mismatch is found. ARCAN_SHMIF_DEBUG now only logs signals and bufferstream transfers if it has been set to verbose (=2). check-in: 248079253f user: letoram tags: trunk, master | |
|
2026-07-10
| ||
| 01:05 | (net/lua) modify open_nonblock pairing and propagation to retain size This is the next step (still incomplete) in trying to assist ctrl development such that it can factor in size in determining if a _store request should be permitted or not. check-in: 933b998221 user: letoram tags: trunk, master | |
|
2026-07-08
| ||
| 13:44 | (shmif) de-union size/ns in ext.bchunk This is needed to map more metadata in the bchunkstate that gets passed when preparing an a12-define-binary-stream. We have enough space for this without breaking the hard sizeof(arcan_event) == 128, but not enough to also carry the checksum. The reason we have to somehow get this data across is that it gets hard to let the ctrl side of an appl to make an upload- decision based on size alone. While we could simply set a cap to the open_nonblock state table, that is not ideal as hitting the limit would happen after the fact, wasting data transfers. The checksum is less important in the sense that since we do have access to it in the bstream header and can make deduplication / early-completion decisions when the transfer is initiated. check-in: 92aff79f54 user: letoram tags: trunk, master | |
|
2026-07-03
| ||
| 14:46 | (net) modify setkeys to accept a wider range of values check-in: 9616ecbfef user: letoram tags: trunk, master | |
|
2026-07-01
| ||
| 15:48 | (shmif) actually mark event slot on queue saturation check-in: d3244de982 user: letoram tags: trunk, master | |
| 15:37 | (net) add --log-msg fn argument for dir-dev This is to help split out logspam versus application net- message logic. check-in: e37e03b0ca user: letoram tags: trunk, master | |
|
2026-06-30
| ||
| 20:41 | (build) header re-order fix for gcc14.3.1 + musl check-in: d105e08e6d user: btrach tags: trunk, master | |
| 20:40 | (terminal/tsm) wire in normal tsm_screen scroll ops for TUI_ALTERNATE Should fix htop check-in: 884e622736 user: btrach tags: trunk, master | |
| 20:39 | (terminal/tsm) complete CSI SGR fix check-in: 67171b5125 user: btrach tags: trunk, master | |
| 20:38 | (net) don't loop forever when missing +w in ARCAN_STATEPATH check-in: 4e976da227 user: btrach tags: trunk, master | |
| 20:37 | (shmif) don't crash decode when requesting a11y and tesseract unavailable check-in: bb95c658d1 user: btrach tags: trunk, master | |
| 20:36 | (decode) adapt to libvlc 4.0 check-in: 35f30616c5 user: btrach tags: trunk, master | |
| 20:36 | (platform/sdl2) rebuild projection matrix to account for macos reqs check-in: 381aac4493 user: btrach tags: trunk, master | |
| 20:35 | (tests) rename rtmap lua file to match the appl name check-in: 1bc6f1422e user: btrach tags: trunk, master | |
| 08:43 | (core) evict openAL patches from lwa, swap in miniaudio There is still a lot of testing to be done with this one, and even more so for it to be a suitable OpenAL replacement in main. Basic bringup still missing is positional audio and capture devices. check-in: ad30da4287 user: letoram tags: trunk, master | |
| 08:41 | (build) synch vendored sqlite3 check-in: 2dc4ea0d12 user: letoram tags: trunk, master | |
|
2026-06-22
| ||
| 12:51 | (net) only log shmif messages in verbose build check-in: c96230a344 user: letoram tags: trunk, master | |
| 05:15 | (doc) synch contributions to changelog check-in: 172319bc42 user: letoram tags: trunk, master | |
| 05:09 | (terminal/tsm) fix to CSI PPM/CPL check-in: d159262ca2 user: btrach tags: trunk, master | |
| 05:08 | (terminal/tsm) fix formatting of breaks check-in: 97e841b85f user: btrach tags: trunk, master | |
| 05:08 | (core) wrong clipping calculation for tpack raster check-in: 53e731ed68 user: btrach tags: trunk, master | |
| 05:07 | (terminal/tsm) fix screen erase check-in: 83a5cff483 user: btrach tags: trunk, master | |
| 05:07 | (conductor) don't poll empty evsrc_pollset check-in: 7590ec7d1d user: btrach tags: trunk, master | |
| 05:06 | (tui/readline) Correctly choose direction for Up/Down keys in the lower half of canvas. check-in: 9d64dd60f6 user: btrach tags: trunk, master | |
| 05:06 | (raster) indicate missing font glyphs via unicode replacement character. check-in: db041b1aa8 user: btrach tags: trunk, master | |
| 05:05 | (alt/nbio) Don't ignore error when creating a file in namespace fails. check-in: 800464cb27 user: btrach tags: trunk, master | |
| 05:04 | (terminal) fix matching of keys with repeat modifier for st. check-in: 5d5da13dbc user: btrach tags: trunk, master | |
| 05:04 | (platform/arcan) fix warning in arcan_lwa built without xkbcommon check-in: 79d3f627e1 user: btrach tags: trunk, master | |
| 05:02 | (merge set)(merge set)(merge set)(merge set)(merge set)(merge set)(merge set)(merge set) check-in: 941eb3ba81 user: letoram tags: trunk, master | |
|
2026-06-20
| ||
| 22:50 | (evdev) resolve inverted tilde/grave mapping This applies the same fix for evdev, that was already done for sdl in [279f52c4ac]. Tilde is entered with Shift + backtick on standard keyboards. check-in: 30c66cbcec user: vimpostor tags: trunk, master | |
| 22:45 | (evdev) disambiguate ascii keycode collisions This upholds the already existing invariant of mapping to the respective ascii value. check-in: 72bb5130c0 user: vimpostor tags: trunk, master | |
| 22:32 | (evdev) order key enum numerically This patch does not contain any semantic changes. The intention is to make follow-up patches more easily reviewable and to highlight the keycode collisions, e.g. K_0, K_APOSTROPHE both map to 48. check-in: b0999c9e3d user: vimpostor tags: trunk, master | |
|
2026-06-16
| ||
| 23:35 | (lua) expose CONTENT, SEEKCONTENT for LWA check-in: 79dfd43623 user: letoram tags: trunk, master | |
|
2026-06-15
| ||
| 16:31 | (no comment) check-in: 5f853794b0 user: letoram tags: trunk, master | |
| 06:39 | (lua) add rendertarget_offset This function serves to shift the logical rendertarget upper-left coordinate with an x,y offset. The purpose of this is mainly to let a define_linktarget rendertarget share pipeline with another, but at different starting coordinates. The subtle part is that this also influences picking queries and does not strictly apply to tesselated vobjects (that typically need vertex based transforms as well since that is the point) or the 3D part of a pipeline. check-in: b46351e686 user: void tags: trunk, master | |
|
2026-06-11
| ||
| 06:08 | (lua) fix to repeated stretch_image calls check-in: c0566cd446 user: letoram tags: trunk, master | |
|
2026-06-06
| ||
| 23:22 | (net) expose keytag in .resource hook exec arguments check-in: 4e1869efe2 user: letoram tags: trunk, master, 0.7.2-RC1 | |