Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-08 | Merge pull request #40 from iamdiogo/patch-1 | Luke Smith | |
Fixed typo in README.md | |||
2019-01-08 | Fixed typo in README.md | Diogo Silva | |
2019-01-04 | Set the path of pkg-config in a variable instead of hardcoding it | Paride Legovini | |
In this way the path of pkg-config can be overridden from the command line. This is useful for example when cross-compiling. | |||
2019-01-04 | Makefile: fix dependencies on config.h | Hiltjo Posthuma | |
patch by Younes Khoudli (changed slightly). Thanks | |||
2018-12-18 | cursorColor removed | Luke Smith | |
2018-12-18 | just use xdg-open | Luke Smith | |
2018-12-18 | Merge pull request #33 from hexinal/patch-1 | Luke Smith | |
Updated shortcut for zoomreset | |||
2018-12-18 | Updated shortcut for zoomreset | hexinal | |
2018-12-16 | remove adjacent identical links from url picker | Luke Smith | |
2018-12-16 | Merge pull request #31 from terriblephrases/master | Luke Smith | |
Upstream updates | |||
2018-12-16 | small code-style fix | Hiltjo Posthuma | |
2018-12-16 | output child WEXITSTATUS/WTERMSIG on abnormal termination | Lauri Tirkkonen | |
2018-12-16 | st: small typofix in comment | Hiltjo Posthuma | |
2018-12-16 | fix memory leak in xloadcols() | Hiltjo Posthuma | |
reported by Avi Halachmi (:avih)" <avihpit@yahoo.com> patch slightly changed by me. | |||
2018-12-16 | Fix crash on resize | Jules Maselbas | |
Prevent to realloc xw.specbuc with a negative number of col. Add proper hints for the minimal size, for one character. | |||
2018-12-13 | revert to normal size now just alt-home | Luke Smith | |
2018-12-13 | ctrl-l chooses urls with xurls and dmenu | Luke Smith | |
2018-12-11 | output child WEXITSTATUS/WTERMSIG on abnormal termination | Lauri Tirkkonen | |
2018-12-03 | Merge pull request #25 from terriblephrases/master | Luke Smith | |
corrects color and font size info | |||
2018-12-03 | corrects color and font size info | terriblephrases | |
2018-12-03 | Merge pull request #24 from terriblephrases/master | Luke Smith | |
Correct gruvbox defaultfg and cursor colors | |||
2018-12-03 | sets correct gruvbox defaultfg and cursor colors, restores poss. to use 257+ ↵ | terriblephrases | |
colors | |||
2018-12-01 | gruvbox | Luke Smith | |
2018-11-24 | openbsd compilation note | Luke Smith | |
2018-11-14 | alpha/transparency read from xresources | Luke Smith | |
2018-11-04 | fix memory leak in xloadcols() | Hiltjo Posthuma | |
reported by Avi Halachmi (:avih)" <avihpit@yahoo.com> patch slightly changed by me. | |||
2018-11-04 | st: small typofix in comment | Hiltjo Posthuma | |
2018-10-16 | mouse bindings and documentation | Luke Smith | |
2018-10-16 | default font larger | Luke Smith | |
2018-10-16 | man fixes | Luke Smith | |
2018-10-04 | copy/paste fixes | Luke Smith | |
2018-10-04 | bgcolor to 0 | Luke Smith | |
2018-09-14 | readme color update | Luke Smith | |
2018-09-11 | small code-style fix | Hiltjo Posthuma | |
2018-09-11 | Remove the ISO 14755 feature | Quentin Rameau | |
And move it to the patches section. Keeping it would force to add an exec pledge on OpenBSD, and some people think it's bloated, so bye! | |||
2018-09-01 | Revert "Update LICENSE" | Luke Smith | |
This reverts commit 85d8621d8c423ea1addcfdbf2fc892cb5e86acc2. | |||
2018-08-27 | Merge branch 'master' of github.com:LukeSmithxyz/st | Luke Smith | |
2018-08-27 | bg fix on some graphical systems | Luke Smith | |
2018-08-02 | Update LICENSE | Luke Smith | |
2018-08-02 | junk cleanup | Luke Smith | |
2018-08-01 | old patches removed | Luke Smith | |
2018-08-01 | alt-shift-up/down for zooming | Luke Smith | |
2018-07-17 | Revert "Simplify cursor color handling" | Hiltjo Posthuma | |
This reverts commit 1911c9274d9b03f3d7999c6ce26e2d5169642d26. | |||
2018-07-17 | Revert "Make cursor follow text color" | Hiltjo Posthuma | |
This reverts commit b51bcd5553af3db394014efbd78acf7828fa48ff. | |||
2018-07-17 | Revert "Fix crash when cursor color is truecolor" | Hiltjo Posthuma | |
This reverts commit 5535c1f04c665c05faff2a65d5558246b7748d49. | |||
2018-07-15 | Merge pull request #5 from cquijano/patched | Luke Smith | |
fix defaultbg value, solve sigfault | |||
2018-07-15 | fix defaultbg value, solve sigfault | Carlos Quijano | |
2018-07-15 | Fix crash when cursor color is truecolor | Jules Maselbas | |
Reported-by: Ivan Tham <pickfire@riseup.net> | |||
2018-07-14 | Make cursor follow text color | Jules Maselbas | |
2018-07-14 | Simplify cursor color handling | Jules Maselbas | |