Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
43 check-ins
2023-02-05
| ||
21:49 | ignore <TAB> for format step on non-number source pressing tab in input-locked cell for cycling number format representation would fail with a script error if the cell contents had a non-numeric or broken/missing (bad expr) format. Leaf check-in: ed2ff9bd09 user: arcanfe@nospam tags: master, trunk | |
2022-04-03
| ||
13:10 | fix popup-menu rehint on cli cell the font size factors were not applied due to an incomplete check for just tui/terminal and not the cell name that it mutates into. check-in: e6ee81bbf9 user: arcanfe@nospam tags: master, trunk | |
12:49 | rotate default visuals Plan is to have a new but similar-ish one for each release. For the coming 0.2, this one is credited to iremembernoname. Eventually these should be moved from config into separate theming so it is quicker to switch between them. check-in: 5951c70e3f user: arcanfe@nospam tags: master, trunk | |
12:47 | add !lash special-case in expression cell check-in: 26549884d9 user: arcanfe@nospam tags: master, trunk | |
10:57 | system:add keyboard_layout call check-in: 4b16645f2a user: arcanfe@nospam tags: master, trunk | |
10:56 | cell-api: add paste check-in: 8a024def9c user: arcanfe@nospam tags: master, trunk | |
10:56 | wallpaper - w/h derived from wm (mdisp. prep) check-in: 45d4fad51d user: arcanfe@nospam tags: master, trunk | |
10:52 | strrep - argv count wrong check-in: 7c0defa9ba user: arcanfe@nospam tags: master, trunk | |
2021-12-05
| ||
11:26 | multidisplay prepwork, allow rt-redirect this changes the window management scheme to work on an arbitrary rendertarget as attachment rather than assuming worldid. check-in: 0437f30cd3 user: arcanfe@nospam tags: master, trunk | |
2021-12-03
| ||
09:37 | add target popup for launch_target check-in: 9dad07b9e7 user: arcanfe@nospam tags: master, trunk | |
02:37 | add rowlbl_hl state to on-over/on-out check-in: 19fe675459 user: arcanfe@nospam tags: master, trunk | |
01:59 | /clipboard/paste_preview (prefill .paste("$msg")) check-in: 4ca9c8cf0d user: arcanfe@nospam tags: master, trunk | |
01:47 | basic clipboard support (text/plain) check-in: 2eeb95a0ec user: arcanfe@nospam tags: master, trunk | |
2021-11-26
| ||
06:06 | default terminal_listen on this allows the normal terminal to get a connection point for running new commands (afsrv_terminal, ...) check-in: 4064158731 user: arcanfe@nospam tags: master, trunk | |
06:05 | WIP on master: 9f816db flair - background color dependent decor Leaf check-in: 88eb985714 user: arcanfe@nospam tags: refs/stash, trunk | |
06:05 | index on master: 9f816db flair - background color dependent decor check-in: 98c6bca0fd user: arcanfe@nospam tags: refs/stash, trunk | |
06:03 | flair - background color dependent decor this idea was donated by /u/iremembernoname from reddit, sample the decoration to pick color for cursor outline and border shadows. check-in: 68990ff648 user: arcanfe@nospam tags: master, trunk | |
05:08 | missing from 89d26 - also add the resize command check-in: a6e72604f4 user: arcanfe@nospam tags: master, trunk | |
05:06 | intendation nits for readme check-in: 33d1ba781a user: arcanfe@nospam tags: master, trunk | |
05:04 | resize on display state change This comes when running nested inside another arcan WM - resize to whatever size the outer WM requests. This function path should also be usable for a possible form of multi-display where we work on a global canvas and then map displays into different parts of that canvas. check-in: 80c6397cf6 user: arcanfe@nospam tags: master, trunk | |
04:57 | input box anchoring fix this should fix one of the more jarring issues with the input box animation, there still exist the whole clipping against border, but that is a different can of worms. check-in: f9f2c03387 user: arcanfe@nospam tags: master, trunk | |
04:57 | row - yet another round of layouting calc. fixes this ignored settings for padding between label and border for certain configs check-in: 96d873630c user: arcanfe@nospam tags: master, trunk | |
04:55 | row shader naming issue this caused the 'passive' state to not be applied, blocking the greyscale-on-not-selected visual check-in: c8c81a32c0 user: arcanfe@nospam tags: master, trunk | |
04:51 | change sampling behaviour for downscaled cells when the scale factor dips below a certain value, move from linear to bilinear filtering. check-in: cf6e12a625 user: arcanfe@nospam tags: master, trunk | |
2021-08-01
| ||
10:48 | Merge pull request #2 from bodqhrohro/keybindings1 (bindings) add keyboard alternatives for mouse-only bindings check-in: bb094b17c8 user: noreply@github.com tags: master, trunk | |
2021-07-31
| ||
22:30 | (bindings) add keyboard alternatives for mouse-only bindings check-in: 7b77ce6484 user: bodqhrohro@gmail.com tags: master, trunk | |
2021-05-27
| ||
20:29 | (commands) add /popup/row for row-scope api popup check-in: 334ecd9226 user: arcanfe@nospam tags: master, trunk | |
20:29 | (cells:input) auto-size to content on commit check-in: 2d83d754bb user: arcanfe@nospam tags: master, trunk | |
20:28 | (expression:lexer) don't treat 'b' in hex as bin forgot to check the lexer state on new value, causing the literal to be treated as both hex and binary check-in: 46ad00a3b1 user: arcanfe@nospam tags: master, trunk | |
20:27 | default bindings change to work on group check-in: 808fe5c27e user: arcanfe@nospam tags: master, trunk | |
20:27 | more items on the immediate todo check-in: e909396b09 user: arcanfe@nospam tags: master, trunk | |
20:26 | missed note in changelog about terminal-listen check-in: 082bbc23fe user: arcanfe@nospam tags: master, trunk | |
20:26 | (expression:row) add link function Similar to the link popup entry and so on -- detach the row and its children from its parent. check-in: fd873c17f9 user: arcanfe@nospam tags: master, trunk | |
2021-05-07
| ||
11:50 | (wm) link/unlink action for row-popup- menu check-in: b933046eb9 user: arcanfe@nospam tags: master, trunk | |
11:45 | (wm) add support for detaching rows This allows for adding logical partitions by splitting the row chain into subgroups that can be dragged around individually. Actual drag- group follows selection for the time being, though euclidian distance from mouse_xy to closest row.bg should probably be considered. This needs the relink_image fix in upstream arcan to not look terrible, and there are probably more edge conditions to be squished when it comes to autopanning. check-in: 2366c558e8 user: arcanfe@nospam tags: master, trunk | |
11:42 | (cell:term) add listen- connection point This allows new clients to attach through a regular terminal and not just the cli-mode (where handover allocation works). check-in: 8025527b41 user: arcanfe@nospam tags: master, trunk | |
2021-04-28
| ||
16:26 | start adding row-scoped functions to expression check-in: f3ecd7dab1 user: arcanfe@nospam tags: master, trunk | |
00:56 | expression: add datetime([str]) check-in: d9e7a7310d user: arcanfe@nospam tags: master, trunk | |
2021-04-23
| ||
05:14 | defer auto-panning while dragging wm-anchor check-in: 4d845b0a66 user: arcanfe@nospam tags: master, trunk | |
2021-04-22
| ||
23:15 | unfocus label format, change terminal opa mgmt check-in: 6d0742cdf9 user: arcanfe@nospam tags: master, trunk | |
2021-04-20
| ||
22:26 | add row/cell swapping commands check-in: 941fa10904 user: arcanfe@nospam tags: master, trunk | |
2021-04-12
| ||
14:16 | initial import check-in: 3119a3f089 user: arcanfe@nospam tags: master, trunk | |
08:32 | Initial commit check-in: 9034cecdef user: noreply@github.com tags: master, trunk | |