]> git.armaanb.net Git - st.git/shortlog
st.git
2021-07-15 Armaan BhojwaniSwitch to zenburn theme master
2021-06-29 Armaan BhojwaniApply blinking-cursor patch
2021-06-28 Armaan BhojwaniRemove config.def.h
2021-06-18 Armaan BhojwaniReduce font size
2021-05-20 Armaan BhojwaniUse Modus Operandi colors
2021-05-17 Armaan BhojwaniUpdate copyurl keybinding
2021-05-17 Armaan BhojwaniApply copyurl patch
2021-05-17 Armaan BhojwaniIncrease font size
2021-05-17 Armaan BhojwaniApply ligatures patch
2021-05-17 Armaan BhojwaniAdd gitignore
2021-05-06 Markus F.X... Mild const-correctness improvements.
2021-03-19 Hiltjo Posthumafix: correctly encode mouse buttons >= 8 in X10 and...
2020-10-18 Hiltjo Posthumaremove unused variable from previous patch
2020-10-18 John CollisST: Add WM_ICON_NAME property support
2020-06-19 Hiltjo Posthumabump version to 0.8.4
2020-06-17 Hiltjo Posthumaconfig.mk: use PKG_CONFIG in commented OpenBSD section
2020-06-17 Hiltjo PosthumaLICENSE: bump years
2020-06-17 Hiltjo Posthumaremove sixel stub code
2020-06-17 Hiltjo Posthumafix unicode glitch in DCS strings, patch by Tim Allen
2020-06-01 Hiltjo PosthumaFAQ: fix single-buffer patch
2020-05-30 Hiltjo Posthumaconfig.def.h: add an option allowwindowops, by default...
2020-05-30 Hiltjo PosthumaFAQ: add some details about the w3m img hack
2020-05-30 Hiltjo Posthumatiny style fix
2020-05-30 Hiltjo PosthumaPartially add back in "support REP (repeat) escape...
2020-05-24 Steve WardCall xsetcursor to set win.cursor in main
2020-05-16 Hiltjo PosthumaRevert "support REP (repeat) escape sequence"
2020-05-16 Avi Halachmi... support REP (repeat) escape sequence
2020-05-16 Roberto E.... Add rin terminfo capability
2020-05-16 k0gaMake shift+wheel behaves as shift+Prev/Next
2020-05-12 Jakub LeszczakFix selection: selscroll
2020-05-12 Jakub LeszczakFix selection: ignore ATTR_WRAP when rectangular select...
2020-05-12 Jakub LeszczakFix selection: selclear in tputc
2020-05-09 Hiltjo Posthumacode-style: add fallthrough comment
2020-05-09 Hiltjo Posthumaoptimize column width calculation and utf-8 encode...
2020-05-09 Hiltjo Posthumafix for incorrect (partial) written sequences when...
2020-05-09 Hiltjo Posthumatiny code-style and typo-fix in comment
2020-05-09 Avi Halachmi... auto-sync: draw on idle to avoid flicker/tearing
2020-04-29 Jan Klemkowreplace exit(3) by _exit(2) in signal handler sigchld()
2020-04-27 Hiltjo Posthumabump version to 0.8.3
2020-04-19 Ivan ThamUpdate XIM cursor position only if changed
2020-04-11 Hiltjo Posthumajust remove the EOF message
2020-04-11 Roberto E.... Add st-mono terminfo entry
2020-04-11 Hiltjo Posthumaconfig.def.h: add a comment for the scroll variable
2020-04-11 Hiltjo PosthumaFix small typos
2020-04-11 Quentin RameauLaunch scroll program with the default shell
2020-04-11 Roberto E.... Update FAQ with the last modifications
2020-04-11 Roberto E.... Add terminfo entries for backspace mode
2020-04-11 Roberto E.... Fix style issue
2020-04-11 Roberto E.... ttyread: test for EOF while reading tty
2020-04-11 Roberto E.... Add support for scroll(1)
2020-04-10 Hiltjo Posthumamake argv0 not static, fixes a warning with tcc
2020-04-02 Avi Halachmi... mouseshortcuts: fix custom modifier on release
2020-02-18 Ivan ThamRemove explicit XNFocusWindow
2020-02-02 Quentin Rameaux: fix XIM handling
2020-02-02 Quentin Rameaux: check we still have an XIC context before accessing it
2020-02-02 Quentin Rameaux: do not instantiate a new nested list on each cursor...
2020-02-02 Quentin Rameaux: move IME variables into XWindow ime embedded struct
2020-01-18 Ivan ThamIncrease XmbLookupString buffer
2019-11-17 Hiltjo Posthumaupdate FAQ
2019-11-10 Avi Halachmi... OSC 52 - copy to clipboard: don't limit to 382 bytes
2019-11-10 Hiltjo PosthumaCSIEscape, STREscape: use size_t for buffer length
2019-11-10 Avi Halachmi... STREscape: don't trim prematurely
2019-11-10 Avi Halachmi... base64dec: don't read out of bounds
2019-11-05 Sebastian J... Fix tmux terminfo extensions Se and Ss
2019-10-26 Ingo Lohmarapply hints before initial mapping (ICCCM)
2019-10-24 Avi Halachmi... mouse shortcuts: allow using forcemousemod (e.g. shift)
2019-10-13 Avi Halachmi... mouse shortcuts: don't hardcode selpaste
2019-10-13 Avi Halachmi... mouse shortcuts: allow override for all shortcuts
2019-10-13 Avi Halachmi... mouse shortcuts: allow same functions as kb shortcuts
2019-08-26 Hiltjo Posthumaconfig.def.h: remove crlf value section
2019-05-17 Hiltjo PosthumaFAQ: add entry about color emoji Xft bug
2019-04-14 Avi Halachmi... selection: fix view to match actual selection on first...
2019-03-15 Hiltjo Posthumarevert part of commit add0211522737b79dad990ccd65c8af63...
2019-03-15 Hiltjo Posthumadont print color warning on color reset OSC 104 without...
2019-03-15 Hiltjo Posthumaminor code-style, initialize var at the top of function
2019-03-15 Hiltjo Posthumaconfig.def.h: tweak extra worddelimiters
2019-03-15 Lauri Tirkkonenuse iswspace()/iswpunct() to find word delimiters
2019-03-15 Lauri Tirkkonenreplace utf8strchr with wcschr
2019-03-13 Lauri Tirkkonenbe silent about explicitly unhandled mouse modes
2019-03-03 Hiltjo Posthumasimplify (greedy) font caching allocating a bit
2019-03-03 Hiltjo Posthumastyle: remove double empty newlines
2019-03-03 magrasfix use after free in font caching algorithm
2019-02-12 Ivan Thambetter Input Method Editor (IME) support
2019-02-09 Hiltjo Posthumabump version to 0.8.2
2019-01-10 Hiltjo Posthumaconfig: add Shift+Insert as selpaste() again
2019-01-10 Paride LegoviniLet the user specify CPPFLAGS
2019-01-04 Paride LegoviniSet the path of pkg-config in a variable instead of...
2019-01-04 Hiltjo PosthumaMakefile: fix dependencies on config.h
2018-12-11 Lauri Tirkkonenoutput child WEXITSTATUS/WTERMSIG on abnormal termination
2018-11-04 Hiltjo Posthumafix memory leak in xloadcols()
2018-11-04 Hiltjo Posthumast: small typofix in comment
2018-09-11 Hiltjo Posthumasmall code-style fix
2018-09-11 Quentin RameauRemove the ISO 14755 feature
2018-07-17 Hiltjo PosthumaRevert "Simplify cursor color handling"
2018-07-17 Hiltjo PosthumaRevert "Make cursor follow text color"
2018-07-17 Hiltjo PosthumaRevert "Fix crash when cursor color is truecolor"
2018-07-15 Jules MaselbasFix crash when cursor color is truecolor
2018-07-14 Jules MaselbasMake cursor follow text color
2018-07-14 Jules MaselbasSimplify cursor color handling
2018-06-30 Jules MaselbasFix crash on resize
next