| Commit message (Expand) | Author | Age |
| * | Cache status line position to reduce option lookups during output. | nicm | 2017-02-03 |
| * | Clear option before adding to array if no -a, reported by Michael | nicm | 2017-01-25 |
| * | Fix set -u on array options. | nicm | 2017-01-24 |
| * | If given an array option without an index either show or set all items, | nicm | 2017-01-24 |
| * | getopt() has a struct option so just return to using options_entry. | nicm | 2017-01-16 |
| * | -q flag now needs to be checked in a couple more places. | nicm | 2017-01-15 |
| * | Major tidy up and rework of options tree and set-option/show-options | nicm | 2017-01-15 |
| * | Simplify appending to string options. | nicm | 2017-01-12 |
| * | Some tidying and tweaks to options code. | nicm | 2017-01-11 |
| * | Do not try to set the CHANGED flag on windows with no active pane, fixes | nicm | 2016-11-04 |
| * | Mass rename struct cmd_q to struct cmdq_item and related. | nicm | 2016-10-16 |
| * | Add CMD_AFTERHOOK flag to the easy commands that don't need any special handl... | nicm | 2016-10-14 |
| * | Add static in cmd-* and fix a few other nits. | nicm | 2016-10-10 |
| * | Handle NULL window or session for user options. | nicm | 2016-10-09 |
| * | Support set -a (append) with user options, suggested by Xandor Schiefer. | nicm | 2016-09-26 |
| * | Cache the window styles and do not look up the window-style options | nicm | 2016-05-30 |
| * | Add option to include status text in the pane borders. If | nicm | 2016-04-29 |
| * | show-* and set-* need to handle a missing target. | nicm | 2016-03-03 |
| * | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
| * | Instead of combined flags for -c, -s, -t, split into different sets | nicm | 2015-12-14 |
| * | Use member names in cmd_entry definitions so I stop getting confused | nicm | 2015-12-13 |
| * | Instead of every command resolving the target (-t or -s) itself, prepare | nicm | 2015-12-13 |
| * | Add key-table option to set the default key table for a session, allows | nicm | 2015-12-12 |
| * | Allow prefix and prefix2 to be set to None to disable (useful if you | nicm | 2015-12-12 |
| * | Instead of separate tables for different types of options, give each | nicm | 2015-11-20 |
| * | Use __unused rather than rolling our own. | nicm | 2015-11-18 |
| * | Support UTF-8 key bindings by expanding the key type from int to | nicm | 2015-11-12 |
| * | Move struct options into options.c. | nicm | 2015-10-27 |
| * | Remove some extra blank lines. | nicm | 2015-09-14 |
| * | Move alerts onto events rather than checking every loop. | nicm | 2015-08-29 |
| * | Better take on reducing the name timer. Again check for name changes in | nicm | 2015-08-29 |
| * | Revert previous; we do need a timer, until I have a better idea. We | nicm | 2015-08-28 |
| * | We now only checking for name changes when the active pane has changed, | nicm | 2015-08-28 |
| * | Per-session timers for locking, and remove the global one-second timer. | nicm | 2015-08-28 |
| * | Run status update on a per-client timer at status-interval. | nicm | 2015-08-28 |
| * | Make -q suppress ambiguous option warnings too, from Cam Hutchison. | nicm | 2015-07-27 |
| * | Make unsetting a global option restore it to the default. Diff lying | nicm | 2015-06-04 |
| * | Convert clients list into a TAILQ. | nicm | 2015-04-24 |
| * | Allow choice options (multiple states) to be toggled between states 0 | nicm | 2015-04-24 |
| * | Change the windows array into an RB tree and fix some places where we | nicm | 2015-04-22 |
| * | Instead of setting up the default keys by building the key struct | nicm | 2014-10-20 |
| * | Various minor style and spacing nits. | nicm | 2014-09-01 |
| * | Some more long lines. | nicm | 2014-04-17 |
| * | Remove the "info" message mechanism, this was only used for about five | nicm | 2014-04-17 |
| * | Extend the -q flag to set-option to suppress errors about unknown | nicm | 2014-04-17 |
| * | Don't crash when given a invalid colour, reported by Felix Rosencrantz, | nicm | 2014-02-17 |
| * | Style nit - no space between function name and bracket. | nicm | 2014-02-14 |
| * | Allow replacing each of the many sets of separate foo-{fg,bg,attr} | nicm | 2014-01-28 |
| * | Remove the barely-used and unnecessary command check() function. | nicm | 2013-10-10 |
| * | Clarify error messages when setting options, from Thomas Adam. | Nicholas Marriott | 2013-07-05 |