index
:
st
master
a suckless terminal.
sinan@sinanmohd.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
x.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
font2
sinanmohd
2021-06-29
1
-0
/
+101
*
alpha
sinanmohd
2021-02-24
1
-10
/
+30
*
anysize
sinanmohd
2021-02-24
1
-26
/
+30
*
ST: Add WM_ICON_NAME property support
John Collis
2020-10-18
1
-1
/
+15
*
Call xsetcursor to set win.cursor in main
Steve Ward
2020-05-24
1
-5
/
+4
*
code-style: add fallthrough comment
Hiltjo Posthuma
2020-05-09
1
-0
/
+1
*
tiny code-style and typo-fix in comment
Hiltjo Posthuma
2020-05-09
1
-1
/
+1
*
auto-sync: draw on idle to avoid flicker/tearing
Avi Halachmi (:avih)
2020-05-09
1
-63
/
+57
*
make argv0 not static, fixes a warning with tcc
Hiltjo Posthuma
2020-04-10
1
-1
/
+1
*
mouseshortcuts: fix custom modifier on release
Avi Halachmi (:avih)
2020-04-02
1
-2
/
+17
*
Remove explicit XNFocusWindow
Ivan Tham
2020-02-19
1
-1
/
+0
*
x: fix XIM handling
Quentin Rameau
2020-02-02
1
-24
/
+44
*
x: check we still have an XIC context before accessing it
Quentin Rameau
2020-02-02
1
-2
/
+5
*
x: do not instantiate a new nested list on each cursor move
Quentin Rameau
2020-02-02
1
-4
/
+12
*
x: move IME variables into XWindow ime embedded struct
Quentin Rameau
2020-02-02
1
-12
/
+14
*
Increase XmbLookupString buffer
Ivan Tham
2020-01-18
1
-1
/
+1
*
apply hints before initial mapping (ICCCM)
Ingo Lohmar
2019-10-26
1
-1
/
+1
*
mouse shortcuts: allow using forcemousemod (e.g. shift)
Avi Halachmi (:avih)
2019-10-24
1
-1
/
+2
*
mouse shortcuts: don't hardcode selpaste
Avi Halachmi (:avih)
2019-10-13
1
-11
/
+24
*
mouse shortcuts: allow override for all shortcuts
Avi Halachmi (:avih)
2019-10-13
1
-6
/
+6
*
mouse shortcuts: allow same functions as kb shortcuts
Avi Halachmi (:avih)
2019-10-13
1
-6
/
+14
*
simplify (greedy) font caching allocating a bit
Hiltjo Posthuma
2019-03-03
1
-7
/
+2
*
style: remove double empty newlines
Hiltjo Posthuma
2019-03-03
1
-2
/
+0
*
fix use after free in font caching algorithm
magras
2019-03-03
1
-6
/
+9
*
better Input Method Editor (IME) support
Ivan Tham
2019-02-12
1
-17
/
+52
*
fix memory leak in xloadcols()
Hiltjo Posthuma
2018-11-04
1
-3
/
+3
*
Revert "Simplify cursor color handling"
Hiltjo Posthuma
2018-07-17
1
-12
/
+18
*
Revert "Make cursor follow text color"
Hiltjo Posthuma
2018-07-17
1
-7
/
+5
*
Revert "Fix crash when cursor color is truecolor"
Hiltjo Posthuma
2018-07-17
1
-13
/
+4
*
Fix crash when cursor color is truecolor
Jules Maselbas
2018-07-15
1
-4
/
+13
*
Make cursor follow text color
Jules Maselbas
2018-07-14
1
-5
/
+7
*
Simplify cursor color handling
Jules Maselbas
2018-07-14
1
-18
/
+12
*
Fix crash on resize
Jules Maselbas
2018-06-30
1
-4
/
+8
*
error message style and use strerror in a few places
Hiltjo Posthuma
2018-03-29
1
-14
/
+13
*
st -v: remove years and copyright text
Hiltjo Posthuma
2018-03-29
1
-1
/
+1
*
fix regression by selecting clipboard text
Hiltjo Posthuma
2018-03-20
1
-0
/
+3
*
clipcopy: no need to check for free(NULL), set to NULL after free
Hiltjo Posthuma
2018-03-17
1
-2
/
+2
*
Fix title initialization
Quentin Rameau
2018-03-16
1
-5
/
+5
*
Fix regression from 69e32a6 when setting title.
Quentin Rameau
2018-03-16
1
-1
/
+1
*
use math.h for ceilf
Hiltjo Posthuma
2018-03-09
1
-1
/
+1
*
xhints: no need to initialize sizeh
Hiltjo Posthuma
2018-03-09
1
-1
/
+1
*
General cleanup
Devin J. Pohly
2018-02-25
1
-25
/
+21
*
Clean up #includes
Devin J. Pohly
2018-02-25
1
-2
/
+1
*
Reduce visibility wherever possible
Devin J. Pohly
2018-02-25
1
-2
/
+13
*
Limit usage of extern to config.h globals
Devin J. Pohly
2018-02-25
1
-7
/
+9
*
Remove x.c dependency on term
Devin J. Pohly
2018-02-25
1
-17
/
+18
*
Pull term references out of xdrawcursor
Devin J. Pohly
2018-02-25
1
-39
/
+22
*
Move win-agnostic parts of draw/drawregion to st.c
Devin J. Pohly
2018-02-25
1
-44
/
+35
*
Split mode bits between Term and TermWindow
Devin J. Pohly
2018-02-25
1
-19
/
+31
*
Move CRLF input processing into ttywrite
Devin J. Pohly
2018-02-25
1
-5
/
+1
[next]