Age | Commit message (Expand) | Author |
2024-01-22 | Increase buffer size to avoid truncating styles, GitHub issue 3809 from | Nicholas Marriott |
2023-08-17 | Add a session, pane and user mouse range types for the status line and | Nicholas Marriott |
2023-06-26 | Add "us" to styles for underscore colour, GitHub issue 3589. | Nicholas Marriott |
2022-06-30 | Add support for OSC 8 hyperlinks (a VTE extension now supported by other | Nicholas Marriott |
2021-08-12 | Make newline a style delimiter as well so they can cross multiple lines | Nicholas Marriott |
2021-03-11 | Add an "absolute-centre" alignment to use the centre of the total space | Nicholas Marriott |
2020-05-16 | Add a customize mode where keys and options may be browsed and changed, | Nicholas Marriott |
2020-05-16 | Drop having a separate type for style options and make them all strings, | Nicholas Marriott |
2020-05-16 | Use a grid cell not a style for the pane style. | Nicholas Marriott |
2020-05-16 | Add an attribute for ACS. | 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-27 | Add support for underscore colours with Setulc capability, mostly from | Nicholas Marriott |
2019-05-12 | Fix some indentation and dead assignments. | Nicholas Marriott |
2019-04-05 | Fix some warnings, from Thomas Adam. | Nicholas Marriott |
2019-03-18 | Extend the #[] style syntax and use that together with previous format | Nicholas Marriott |
2019-03-14 | Remove some unnecessary temporary variables and be much less strict | Nicholas Marriott |
2019-03-14 | A little tidying in style_parse. | Nicholas Marriott |
2019-03-14 | Add a wrapper (struct style) around styles rather than using the | Nicholas Marriott |
2017-03-22 | Add support for the strikethrough attribute (SGR 9), using the new smxx | Nicholas Marriott |
2017-01-15 | Major tidy up and rework of options tree and set-option/show-options | Nicholas Marriott |
2017-01-13 | options_get_style return const too. | Nicholas Marriott |
2017-01-12 | Simplify appending to string options. | Nicholas Marriott |
2016-07-15 | Instead of representing colours in several different forms with various | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-09-14 | When the active pane changes, redraw panes if the style has | Nicholas Marriott |
2015-05-07 | Style spacing nits. | Nicholas Marriott |
2015-04-15 | Fix setting old-style window -fg/-bg/-attr options that aren't global. | Nicholas Marriott |
2015-02-18 | When given an invalid style, don't set the option to the default. Fix | Nicholas Marriott |
2014-10-20 | Tidy up some includes. | Nicholas Marriott |
2014-05-08 | Handle colour 8 properly in the 256 colour palette, from Timothy Allen. | Nicholas Marriott |
2014-02-22 | Fix -fg/-bg/-style with 256 colour terminals. | Nicholas Marriott |
2014-01-28 | Allow replacing each of the many sets of separate foo-{fg,bg,attr} | Nicholas Marriott |