Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-06 | Use the additional alpha-value as offset to support a changing alpha properly | Moritz Biering | |
2021-05-05 | Add support for additional alpha when the term-window is not focused | Moritz Biering | |
2021-02-05 | 0.8.4 update, scroll added as separate prog | Luke Smith | |
2020-08-19 | change alpha with keyboard shortcut C-F11/C-F12 | luquinha.virus | |
2020-07-08 | Merge branch 'master' of https://github.com/mackarelfish/st into ↵ | Luke Smith | |
mackarelfish-master | |||
2020-06-30 | use st-scrollback-mouse-altscreen-20190131-e23acb9 | Dennis Lee | |
2020-06-13 | Fix wide glyphs truncation | Dreomite | |
2020-06-13 | Revert db6f796 (fonts overdrawing fix) | Dreomite | |
2020-05-31 | Merge branch 'master' of https://github.com/lukesmithxyz/st | mackarelfish | |
2020-05-13 | added the xclearwin patch to fix dirty borders after changing colors | Tristan Simas | |
2020-05-13 | Added OSC patch and changes xsetcolorname for live reloading pywal colors ↵ | Tristan Simas | |
while keeping transparency | |||
2020-05-12 | Added ligatures patch | mackarelfish | |
2020-05-06 | auto-sync patch | Luke Smith | |
2020-05-05 | boxdraw added | Luke Smith | |
2020-04-01 | middle click pastes selection again | Luke Smith | |
2020-04-01 | Do not copy text to clipboard after selecting | Eugene | |
This behaviour was introduced in https://github.com/LukeSmithxyz/st/commit/683341140065b3096ee9e7e3e3b042f9c52230a6 Resolves: #177 | |||
2019-06-03 | apply font2 patch | Jon Bulica | |
2019-06-02 | apply anysize patch | Jon Bulica | |
2019-05-21 | Premultiply background RGB values if alpha is used | Lucas Lugao | |
2019-05-08 | Updated st to 0.8.2 | yusufaktepe | |
Updated to latest git (20190414.f1546cf) & updated patches. Changes: . Upstream fixes. . Alpha: Opacity value is now typed in float (0-1). Also "-A" cmd option added as alternative opacity changing method. . Clipboard: middle click pastes from clipboard. . Organized shortcuts. | |||
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-07-07 | xresources patch now default | Luke Smith | |
2018-04-25 | Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. | Kornelije Sajler | |
Created run-patches.sh, runs all patches on clean st 0.8.1 code. All old patches remvoed, including trasparency diff. Not including solarized theme, don't see value of it. Commented colornames array with color indexs from 0-15, includes index 255, and afterwards bg, fg and cursor, change those for background, foreground and cursor color. Seems better than solarized toggle. Updated README. |