aboutsummaryrefslogtreecommitdiff
path: root/format-draw.c
Commit message (Expand)AuthorAge
* Fix handling of leading #s when working out width.nicm2021-08-22
* Add an "absolute-centre" alignment to use the centre of the total spacenicm2021-03-11
* Make replacement of ##s consistent when drawing formats, whethernicm2020-12-01
* Change how escaping is processed for formats so that ## and # can benicm2020-11-09
* Add an option to set the pane border lines style from a choice of singlenicm2020-05-16
* Add a customize mode where keys and options may be browsed and changed,nicm2020-05-16
* Do not hoke into struct window_pane from the tty code and instead setnicm2020-05-16
* Add 'e' key in buffer mode to open the buffer in an editor.nicm2020-05-16
* More style nits.nicm2020-04-09
* Use correct width of right marker so it doesn't draw over status rightnicm2020-03-07
* Do not hang in format_trim_* on invalid UTF-8 characters.nicm2020-01-08
* Add push-default and pop-default in styles to change the default coloursnicm2019-09-15
* Correctly clear underscore colour in grid_get_cell1, also fix structnicm2019-07-06
* Add a "fill" style attribute to clear the entire format drawing area innicm2019-07-01
* Do not loop forever if a menu item contains invisible characters,nicm2019-06-14
* Fix drawing of status-right when it is aligned to the centre, GitHubnicm2019-05-23
* Do not loop forever if there is a nonprintable character in the format.nicm2019-04-24
* Fix offset of list ranges.nicm2019-03-28
* Include function name in logging.nicm2019-03-20
* Do not leak ranges on error.nicm2019-03-20
* Ignore invalid styles rather than throwing away the whole format, thisnicm2019-03-20
* Bit more logging to show drawing errors.nicm2019-03-20
* Free temporary screens when writing format.nicm2019-03-18
* Extend the #[] style syntax and use that together with previous formatnicm2019-03-18