Age | Commit message (Expand) | Author |
2023-08-17 | Add a session, pane and user mouse range types for the status line and | Nicholas Marriott |
2023-08-07 | Trim can generate strings longer than the original if there are many #s, | Nicholas Marriott |
2022-02-22 | Initialize copy_width before adjusting it, GitHub issue 3079. | Nicholas Marriott |
2021-10-26 | Do not allow inline styles to replace mode-style for the selected item, | Nicholas Marriott |
2021-08-22 | Fix handling of leading #s when working out width. | Nicholas Marriott |
2021-03-11 | Add an "absolute-centre" alignment to use the centre of the total space | Nicholas Marriott |
2020-12-01 | Make replacement of ##s consistent when drawing formats, whether | Nicholas Marriott |
2020-11-09 | Change how escaping is processed for formats so that ## and # can be | Nicholas Marriott |
2020-05-16 | Add an option to set the pane border lines style from a choice of single | Nicholas Marriott |
2020-05-16 | Add a customize mode where keys and options may be browsed and changed, | Nicholas Marriott |
2020-05-16 | Do not hoke into struct window_pane from the tty code and instead set | Nicholas Marriott |
2020-05-16 | Add 'e' key in buffer mode to open the buffer in an editor. | Nicholas Marriott |
2020-04-09 | More style nits. | Nicholas Marriott |
2020-03-07 | Use correct width of right marker so it doesn't draw over status right | Nicholas Marriott |
2020-01-08 | Do not hang in format_trim_* on invalid UTF-8 characters. | Nicholas Marriott |
2019-09-15 | Add push-default and pop-default in styles to change the default colours | Nicholas Marriott |
2019-07-06 | Correctly clear underscore colour in grid_get_cell1, also fix struct | Nicholas Marriott |
2019-07-01 | Add a "fill" style attribute to clear the entire format drawing area in | Nicholas Marriott |
2019-06-14 | Do not loop forever if a menu item contains invisible characters, | Nicholas Marriott |
2019-05-23 | Fix drawing of status-right when it is aligned to the centre, GitHub | Nicholas Marriott |
2019-04-24 | Do not loop forever if there is a nonprintable character in the format. | Nicholas Marriott |
2019-03-28 | Fix offset of list ranges. | Nicholas Marriott |
2019-03-20 | Include function name in logging. | Nicholas Marriott |
2019-03-20 | Do not leak ranges on error. | Nicholas Marriott |
2019-03-20 | Ignore invalid styles rather than throwing away the whole format, this | Nicholas Marriott |
2019-03-20 | Bit more logging to show drawing errors. | Nicholas Marriott |
2019-03-18 | Free temporary screens when writing format. | Nicholas Marriott |
2019-03-18 | Extend the #[] style syntax and use that together with previous format | Nicholas Marriott |