]> git.armaanb.net Git - st.git/history - win.h
Switch to zenburn theme
[st.git] / win.h
2021-05-17 Armaan BhojwaniApply ligatures patch
2020-10-18 John CollisST: Add WM_ICON_NAME property support
2019-02-12 Ivan Thambetter Input Method Editor (IME) support
2018-02-26 Devin J. PohlyReduce visibility wherever possible
2018-02-26 Devin J. PohlyPull term references out of xdrawcursor
2018-02-26 Devin J. PohlyMove win-agnostic parts of draw/drawregion to st.c
2018-02-26 Devin J. PohlySplit mode bits between Term and TermWindow
2018-02-26 Devin J. PohlyRemove X and fontconfig from st.c
2018-02-26 Devin J. PohlyRemove Time argument from xsetsel
2018-02-26 Devin J. PohlyMake win variable internal to x.c
2018-02-26 Devin J. PohlyInline clipboard functions
2018-02-26 Devin J. PohlyMove config.h include from st.c to x.c
2018-02-26 Devin J. PohlyMove window-manipulating functions into x.c
2018-02-26 Devin J. PohlyMove window urgency handling entirely into x.c
2018-02-26 Devin J. PohlyMove zoom functions into x.c
2018-02-26 Devin J. PohlyMove usage() to be with run() in x.c
2018-02-26 Devin J. PohlyCall xsetenv() in main process instead of child
2017-03-19 osandov@osandov.comSupport xterm Ms feature to set clipboard
2017-01-21 Michael ForneySplit X-specific code into x.c