Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move window-manipulating functions into x.c | Devin J. Pohly | 2018-02-25 |
| | | | | | | xresize is now internal to x.c Signed-off-by: Devin J. Pohly <djpohly@gmail.com> | ||
* | Move font/fontspec variables into x.c and XWindow | Devin J. Pohly | 2018-02-25 |
| | | | | Signed-off-by: Devin J. Pohly <djpohly@gmail.com> | ||
* | Move window urgency handling entirely into x.c | Devin J. Pohly | 2018-02-25 |
| | | | | | | This allows us to make xseturgency internal. Signed-off-by: Devin J. Pohly <djpohly@gmail.com> | ||
* | Move zoom functions into x.c | Devin J. Pohly | 2018-02-25 |
| | | | | | | | This makes x(un)loadfonts internal to x.c. Needed to reorder includes and move a typedef to keep the compiler happy. Signed-off-by: Devin J. Pohly <djpohly@gmail.com> | ||
* | Move usage() to be with run() in x.c | Devin J. Pohly | 2018-02-25 |
| | | | | | | run/usage/xinit are now all internal to x.c Signed-off-by: Devin J. Pohly <djpohly@gmail.com> | ||
* | Split X-specific code into x.c | Michael Forney | 2017-01-20 |
| | |||
* | added/removed files, updated Makefile. | Aurélien Aptel | 2009-06-16 |
| | |||
* | added sigchld handler, cleaned error checking. | Aurélien Aptel | 2009-06-11 |
| | |||
* | handle tabulation (still not perfect) | Aurélien Aptel | 2009-05-14 |
| | |||
* | removed the truecolor stuff | Aurélien Aptel | 2009-05-14 |
| | |||
* | backport of local changes | Anselm R Garbe | 2009-05-10 |