| Commit message (Expand) | Author | Age | Files | Lines |
| * | better Input Method Editor (IME) support | Ivan Tham | 2019-02-12 | 1 | -0/+1 |
| * | Reduce visibility wherever possible | Devin J. Pohly | 2018-02-25 | 1 | -1/+0 |
| * | Pull term references out of xdrawcursor | Devin J. Pohly | 2018-02-25 | 1 | -1/+1 |
| * | Move win-agnostic parts of draw/drawregion to st.c | Devin J. Pohly | 2018-02-25 | 1 | -3/+4 |
| * | Split mode bits between Term and TermWindow | Devin J. Pohly | 2018-02-25 | 1 | -0/+24 |
| * | Remove X and fontconfig from st.c | Devin J. Pohly | 2018-02-25 | 1 | -5/+0 |
| * | Remove Time argument from xsetsel | Devin J. Pohly | 2018-02-25 | 1 | -1/+1 |
| * | Make win variable internal to x.c | Devin J. Pohly | 2018-02-25 | 1 | -0/+1 |
| * | Inline clipboard functions | Devin J. Pohly | 2018-02-25 | 1 | -2/+0 |
| * | Move config.h include from st.c to x.c | Devin J. Pohly | 2018-02-25 | 1 | -3/+0 |
| * | Move window-manipulating functions into x.c | Devin J. Pohly | 2018-02-25 | 1 | -1/+0 |
| * | Move window urgency handling entirely into x.c | Devin J. Pohly | 2018-02-25 | 1 | -2/+1 |
| * | Move zoom functions into x.c | Devin J. Pohly | 2018-02-25 | 1 | -4/+3 |
| * | Move usage() to be with run() in x.c | Devin J. Pohly | 2018-02-25 | 1 | -2/+0 |
| * | Call xsetenv() in main process instead of child | Devin J. Pohly | 2018-02-25 | 1 | -2/+0 |
| * | Support xterm Ms feature to set clipboard | osandov@osandov.com | 2017-03-19 | 1 | -0/+1 |
| * | Split X-specific code into x.c | Michael Forney | 2017-01-20 | 1 | -0/+29 |