]> git.armaanb.net Git - st.git/shortlog
st.git
2018-06-02 Hiltjo Posthumaconfig.mk: remove extra newline before EOF
2018-05-25 Hiltjo Posthumacode-style for pledge(2)
2018-05-25 Hiltjo PosthumaPledge on OpenBSD
2018-03-29 Hiltjo Posthumaerror message style and use strerror in a few places
2018-03-29 Hiltjo Posthumast -v: remove years and copyright text
2018-03-29 Daniel Tamelingset sel.alt in selstart instead of selextend
2018-03-20 Hiltjo Posthumabump version to 0.8.1
2018-03-20 Hiltjo Posthumafix regression by selecting clipboard text
2018-03-20 Hiltjo Posthumadon't modify argv, use a counter
2018-03-17 Hiltjo Posthumaselextend: clarify: !sel.mode == SEL_IDLE
2018-03-17 Hiltjo Posthumaclipcopy: no need to check for free(NULL), set to NULL...
2018-03-16 Hiltjo Posthumaminor code-style: whitespace fixes
2018-03-16 Quentin RameauFix title initialization
2018-03-16 Quentin RameauFix regression from 69e32a6 when setting title.
2018-03-14 Hiltjo PosthumaLICENSE: fix a few years
2018-03-14 Hiltjo Posthumaupdate LICENSE: major contributors
2018-03-14 Hiltjo PosthumaMakefile: add all files to make dist
2018-03-14 Hiltjo Posthumabump version to 0.8
2018-03-09 Hiltjo Posthumause math.h for ceilf
2018-03-09 Hiltjo Posthumaxhints: no need to initialize sizeh
2018-03-09 Hiltjo Posthumaregression: include termios.h for tcsendbreak etc
2018-02-26 Devin J. PohlyGeneral cleanup
2018-02-26 Devin J. PohlyClean up #includes
2018-02-26 Devin J. PohlyReduce visibility wherever possible
2018-02-26 Devin J. PohlyLimit usage of extern to config.h globals
2018-02-26 Devin J. PohlyRemove x.c dependency on term
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. PohlyMove CRLF input processing into ttywrite
2018-02-26 Devin J. PohlyMove terminal echo logic into st.c
2018-02-26 Devin J. PohlyMove remaining selection mode logic into selextend
2018-02-26 Devin J. PohlyMove terminal-related selection logic into st.c
2018-02-26 Devin J. PohlyMove X-specific selection info into XSelection
2018-02-26 Devin J. PohlyHave selected() check whether selection exists
2018-02-26 Devin J. PohlyRely on ttyresize to set tty size
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. PohlyMove X-related config.h types into x.c
2018-02-26 Devin J. PohlyRemove unneeded array-length variables
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. PohlyFactor out equivalent code from ttyread/ttysend
2018-02-26 Devin J. PohlyMove opt_* into same file as main()/run()
2018-02-26 Devin J. PohlyMove key-matching functions into x.c
2018-02-26 Devin J. PohlyPass new dimensions into ttyresize
2018-02-26 Devin J. PohlyMove window-manipulating functions into x.c
2018-02-26 Devin J. PohlyMove font/fontspec variables into x.c and XWindow
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-12-26 Benno FünfstückFix color with FAINT attribute
2017-12-26 Benno FünfstückApply ATTR_REVERSE after ATTR_FAINT
2017-12-21 George OrnboFix FAQ typo
2017-10-10 Paride LegoviniFix manpage typo
2017-09-15 Gary Allen... Add an error for XftFontOpenPattern failure.
2017-09-15 Hiltjo PosthumaRevert "Revert "fixed STLDFLAG order in broken st Makef...
2017-09-15 Suraj N. Kurapatibase64dec: skip non-printable characters like \r\n
2017-09-13 Hiltjo PosthumaRevert "fixed STLDFLAG order in broken st Makefile"
2017-09-02 Hiltjo PosthumaRevert "make clipboard patch obsolete"
2017-09-01 Anselm R Garbemake clipboard patch obsolete
2017-07-23 Anselm R Garbefixed STLDFLAG order in broken st Makefile
2017-07-12 Quentin RameauRevert "Add bold off SGR"
2017-07-12 Quentin RameauAdd dim/smxx/rmxx to terminfo, remove duplicate kich1
2017-07-11 Quentin RameauLet the user specify C and LD FLAGS
2017-07-11 Quentin RameauDo not obfuscate what make is doing.
2017-06-03 Marc André... Add color change terminfo capabilities
2017-06-03 Quentin RameauAdd bold off SGR
2017-04-10 greg.reagle... st.1: modify man page to accurately reflect default...
2017-04-04 Quentin RameauSimplify how we keep ATTRs under cursor
2017-03-29 Alexander KrotovFix commented out code
2017-03-29 Nils Reußekeep some glyph modes for the cursor
2017-03-19 osandov@osandov.comSupport xterm Ms feature to set clipboard
2017-01-25 Roberto E.... Change default keybindings
2017-01-21 Michael ForneySplit X-specific code into x.c
2016-12-16 fpqcMove column and row default numbers into config.h
2016-11-24 Roberto E.... Revert "Initial font size issue."
2016-11-24 Spencer PhippenFixed 'missing glyph doesn't use fontconfig config...
2016-11-14 Manuel Tobias... make the various combinations of arrow keys and shift...
2016-11-14 ian@remmler.orgInitial font size issue.
2016-11-14 pl@ninthfloor.orgtic -s -> tic -sx (Treat unknown capabilities as user...
2016-11-14 pl@ninthfloor.orgAdd tmux capabilities to st.info
2016-11-14 pl@ninthfloor.orgMake strdump(), csidump(), print to stderr
2016-10-23 Quentin RameauDo not use color when font attributes are supported
2016-10-22 Quentin Rameaust.1: add an entry for ISO-14755 shortcut
2016-10-18 Quentin RameauAdd support for iso14755
2016-10-13 Klemens NanniAdd missing device path to '-l' example
2016-09-14 Roberto E.... Add parsing of DCS q sequences
2016-09-13 Roberto E.... Add support for enabling/disabling utf
2016-09-09 Roberto E.... Delete ncv capability from terminfo
2016-09-09 Quentin Rameaust.info: do not prevent st from displaying attributes
2016-08-11 Christoph LohmannUpdate the LICENSE.
2016-08-11 Christoph Lohmann0.7 release
2016-07-20 Christoph LohmannChange who's expanding tabs.
2016-07-20 Christoph LohmannAdd some hint to have the pseudo terminal in the right...
2016-07-20 Christoph LohmannAdd comment about tabspaces.
2016-07-12 Alive 4everConsistent Alt+BackSpace behavior
2016-06-03 Christoph LohmannUse XftFontMatch in place of FcFontMatch.
next