summaryrefslogtreecommitdiff
path: root/x.c
AgeCommit message (Collapse)Author
2021-02-050.8.4 update, scroll added as separate progLuke Smith
2020-08-19change alpha with keyboard shortcut C-F11/C-F12luquinha.virus
2020-07-08Merge branch 'master' of https://github.com/mackarelfish/st into ↵Luke Smith
mackarelfish-master
2020-06-30use st-scrollback-mouse-altscreen-20190131-e23acb9Dennis Lee
2020-06-13Fix wide glyphs truncationDreomite
2020-06-13Revert db6f796 (fonts overdrawing fix)Dreomite
2020-05-31Merge branch 'master' of https://github.com/lukesmithxyz/stmackarelfish
2020-05-13added the xclearwin patch to fix dirty borders after changing colorsTristan Simas
2020-05-13Added OSC patch and changes xsetcolorname for live reloading pywal colors ↵Tristan Simas
while keeping transparency
2020-05-12Added ligatures patchmackarelfish
2020-05-06auto-sync patchLuke Smith
2020-05-05boxdraw addedLuke Smith
2020-04-01middle click pastes selection againLuke Smith
2020-04-01Do not copy text to clipboard after selectingEugene
This behaviour was introduced in https://github.com/LukeSmithxyz/st/commit/683341140065b3096ee9e7e3e3b042f9c52230a6 Resolves: #177
2019-06-03apply font2 patchJon Bulica
2019-06-02apply anysize patchJon Bulica
2019-05-21Premultiply background RGB values if alpha is usedLucas Lugao
2019-05-08Updated st to 0.8.2yusufaktepe
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-16fix memory leak in xloadcols()Hiltjo Posthuma
reported by Avi Halachmi (:avih)" <avihpit@yahoo.com> patch slightly changed by me.
2018-12-16Fix crash on resizeJules Maselbas
Prevent to realloc xw.specbuc with a negative number of col. Add proper hints for the minimal size, for one character.
2018-07-07xresources patch now defaultLuke Smith
2018-04-25Updated 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.