| Commit message (Expand) | Author | Age |
| * | Some unused code, GitHub issue 1219. | nicm | 2018-01-15 |
| * | Support %else in config files to match %if, from Brad Town in GitHub | nicm | 2017-10-06 |
| * | Rewrite of choose mode, both to simplify and tidy the code and to add | nicm | 2017-05-30 |
| * | In order that people can use formats like #D in #() in the status line | nicm | 2017-05-01 |
| * | Block the initial client if there is one until the configuration file | nicm | 2017-04-25 |
| * | History needs to be loaded after config parsing is done - now that | nicm | 2017-04-21 |
| * | Do not run the config file in the context of the first client, instead | nicm | 2017-04-21 |
| * | cfg_file can be static. | nicm | 2017-04-05 |
| * | Add a window or pane id "tag" to each format tree and use it to separate | nicm | 2017-02-03 |
| * | It is silly for cmd_list_parse to return an integer error when it could | nicm | 2017-01-15 |
| * | Add %if/%endif for conditionals when parsing configuration files, the | nicm | 2017-01-09 |
| * | Run the source-file pattern through glob(3). | nicm | 2017-01-09 |
| * | Mass rename struct cmd_q to struct cmdq_item and related. | nicm | 2016-10-16 |
| * | Rewrite command queue handling. Each client still has a command queue, | nicm | 2016-10-16 |
| * | source-file and some other commands can recurse back into cmdq_continue, | nicm | 2016-10-14 |
| * | Some other stuff that can be local to one file. | nicm | 2016-10-11 |
| * | Loads more static, except for cmd-*.c and window-*.c. | nicm | 2016-10-10 |
| * | - Rework load_cfg() error handling a little. | tim | 2016-05-12 |
| * | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
| * | Use __unused rather than rolling our own. | nicm | 2015-11-18 |
| * | No need to keep global options around for client which doesn't use them. | nicm | 2015-09-09 |
| * | Work out config file when needed not at startup. | nicm | 2015-09-01 |
| * | Move initial conf load into cfg.c. | nicm | 2015-09-01 |
| * | Change deref to the more sensible unref, and add a couple I missed before. | nicm | 2015-06-05 |
| * | Style spacing nits. | nicm | 2015-05-07 |
| * | Reset cfg_ncauses to 0 as well or we could allocate the wrong size if | nicm | 2015-04-27 |
| * | Fix some char* -> char *. | nicm | 2015-04-25 |
| * | Use a char **,u_int pair for cfg_causes. | nicm | 2015-04-25 |
| * | Rewrite of tmux mouse support which was a mess. Instead of having | nicm | 2015-04-19 |
| * | Move cfg_causes local into cfg.c and remove struct causelist. | nicm | 2014-10-27 |
| * | Handle escaped back slashes and missing new lines at end of line by using | tobias | 2014-06-25 |
| * | Remove some unnecessary includes and fix a typo. | nicm | 2014-04-17 |
| * | Do not run any command line command from the client which starts the | nicm | 2013-10-20 |
| * | Add some additional debug logging. | Nicholas Marriott | 2013-03-25 |
| * | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott | 2013-03-24 |
| * | Need to set clients in context before changing their reference count. | Nicholas Marriott | 2013-03-22 |
| * | load_cfg can actually use the same context now they are reference counted. | Nicholas Marriott | 2013-03-22 |
| * | Don't try to print unterminated strings when loading configuration file. | Nicholas Marriott | 2013-03-22 |
| * | No more lint means no more ARGSUSED. | Nicholas Marriott | 2013-03-22 |
| * | Fix a couple of memory leaks, from Romain Francoise. | Nicholas Marriott | 2013-03-21 |
| * | Change load_cfg to fix a crash reported by jasper. | Nicholas Marriott | 2012-12-13 |
| * | Use strlcat not strncat in load_cfg and some other trivial tidying from | Nicholas Marriott | 2012-12-06 |
| * | Fix return value of load_cfg, from Thomas Adam. | Nicholas Marriott | 2012-11-27 |
| * | Correctly aggregate together errors from nested config files (with | Nicholas Marriott | 2012-11-27 |
| * | Use a utility function for common code to show errors in config file, | Nicholas Marriott | 2012-11-19 |
| * | Make command exec functions return an enum rather than -1/0/1 values and | Nicholas Marriott | 2012-07-11 |
| * | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott | 2012-07-10 |
| * | Ignore line continuation when escaped as \\, from Simon Nicolussi. | Nicholas Marriott | 2012-05-17 |
| * | Support \ for line continuation in the configuration file, from Julius | Nicholas Marriott | 2011-08-24 |
| * | Allow the config file parser and source-file to return "don't exit" to | Nicholas Marriott | 2010-12-29 |