| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-07 | Add support for curly underline and separate underline color | Maxime Coste | |
| Add support for a third color in face definition that controls the underline and a 'c' attribute for curly underline (that takes precedence over 'u' if both are specified) Allow empty colors to mean default, so that `,,red+u` means the same as `default,default,red+u` Fixes #4138 | |||
| 2019-10-13 | test: Allow expect-style UI tests, testing any var | Jason Felice | |
| 2018-10-15 | Fix handling of capture matching in region highlighter | Maxime Coste | |
| Also extend the highlight/regions test to validate that. Thanks to lenormf for reviewing my change and finding this bug. | |||
| 2018-07-05 | Make recurse regex opt-in with a -recurse switch instead of opt-out | Maxime Coste | |
| 2018-07-05 | Fix tests and required scripts to get back to green make test | Maxime Coste | |
| 2018-05-19 | test/run: Rename "display" expected ui output file as "ui-out" | Maxime Coste | |
| 2018-04-29 | Fix tests after changes to json_ui output | Maxime Coste | |
| 2018-04-23 | Change client default name: "unnamed0" → "client0" | Delapouite | |
| 2017-10-28 | Move highlighters into Scopes | Maxime Coste | |
| That means we can now have highlighters active at global, buffer, and window scope. The add-highlighter and remove-highlighter syntax changed to take the parent path (scope/group/...) as a mandatory argument, superseeding the previous -group switch. | |||
| 2017-06-09 | Rework partial line display logic | Maxime Coste | |
| Instead of highlighting full lines and then trim them to make them fit in the window, highlight only the visible portion, and rely on the compute_display_setup system introduced for wrapping to setup our buffer range correctly | |||
| 2017-04-12 | Fix tests after addition of the set_cursor UI method | Maxime Coste | |
| 2017-03-11 | Increase modelinefmt configuration power | Dan Rosén | |
| 2017-01-04 | update command names | Alex Leferry 2 | |
| 2016-12-16 | Change the test session name to avoid hitting the unix socket path length limit | Maxime Coste | |
| On travis-ci, it seems the combination of a set TMPDIR and long sessions names makes the test framework hit the path lenght limit. | |||
| 2016-09-04 | Rework client quitting and handling of remote errors | Maxime Coste | |
| Client quitting no longer immediately unwinds, client is just pushed for deletion until we get back to the main loop, similarly to what happens for buffer and window deletion. | |||
| 2016-04-11 | Fix regions display test | Maxime Coste | |
| 2016-03-08 | Add an initial highlighting test | Maxime Coste | |
