aboutsummaryrefslogtreecommitdiff
path: root/x.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-26apply hints before initial mapping (ICCCM)Ingo Lohmar1-1/+1
2019-10-24mouse shortcuts: allow using forcemousemod (e.g. shift)Avi Halachmi (:avih)1-1/+2
2019-10-13mouse shortcuts: don't hardcode selpasteAvi Halachmi (:avih)1-11/+24
2019-10-13mouse shortcuts: allow override for all shortcutsAvi Halachmi (:avih)1-6/+6
2019-10-13mouse shortcuts: allow same functions as kb shortcutsAvi Halachmi (:avih)1-6/+14
2019-03-03simplify (greedy) font caching allocating a bitHiltjo Posthuma1-7/+2
2019-03-03style: remove double empty newlinesHiltjo Posthuma1-2/+0
2019-03-03fix use after free in font caching algorithmmagras1-6/+9
2019-02-12better Input Method Editor (IME) supportIvan Tham1-17/+52
2018-11-04fix memory leak in xloadcols()Hiltjo Posthuma1-3/+3
2018-07-17Revert "Simplify cursor color handling"Hiltjo Posthuma1-12/+18
2018-07-17Revert "Make cursor follow text color"Hiltjo Posthuma1-7/+5
2018-07-17Revert "Fix crash when cursor color is truecolor"Hiltjo Posthuma1-13/+4
2018-07-15Fix crash when cursor color is truecolorJules Maselbas1-4/+13
2018-07-14Make cursor follow text colorJules Maselbas1-5/+7
2018-07-14Simplify cursor color handlingJules Maselbas1-18/+12
2018-06-30Fix crash on resizeJules Maselbas1-4/+8
2018-03-29error message style and use strerror in a few placesHiltjo Posthuma1-14/+13
2018-03-29st -v: remove years and copyright textHiltjo Posthuma1-1/+1
2018-03-20fix regression by selecting clipboard textHiltjo Posthuma1-0/+3
2018-03-17clipcopy: no need to check for free(NULL), set to NULL after freeHiltjo Posthuma1-2/+2
2018-03-16Fix title initializationQuentin Rameau1-5/+5
2018-03-16Fix regression from 69e32a6 when setting title.Quentin Rameau1-1/+1
2018-03-09use math.h for ceilfHiltjo Posthuma1-1/+1
2018-03-09xhints: no need to initialize sizehHiltjo Posthuma1-1/+1
2018-02-25General cleanupDevin J. Pohly1-25/+21
2018-02-25Clean up #includesDevin J. Pohly1-2/+1
2018-02-25Reduce visibility wherever possibleDevin J. Pohly1-2/+13
2018-02-25Limit usage of extern to config.h globalsDevin J. Pohly1-7/+9
2018-02-25Remove x.c dependency on termDevin J. Pohly1-17/+18
2018-02-25Pull term references out of xdrawcursorDevin J. Pohly1-39/+22
2018-02-25Move win-agnostic parts of draw/drawregion to st.cDevin J. Pohly1-44/+35
2018-02-25Split mode bits between Term and TermWindowDevin J. Pohly1-19/+31
2018-02-25Move CRLF input processing into ttywriteDevin J. Pohly1-5/+1
2018-02-25Move terminal echo logic into st.cDevin J. Pohly1-9/+9
2018-02-25Move remaining selection mode logic into selextendDevin J. Pohly1-18/+9
2018-02-25Move terminal-related selection logic into st.cDevin J. Pohly1-40/+15
2018-02-25Move X-specific selection info into XSelectionDevin J. Pohly1-12/+19
2018-02-25Have selected() check whether selection existsDevin J. Pohly1-6/+4
2018-02-25Rely on ttyresize to set tty sizeDevin J. Pohly1-4/+2
2018-02-25Remove X and fontconfig from st.cDevin J. Pohly1-0/+5
2018-02-25Remove Time argument from xsetselDevin J. Pohly1-9/+9
2018-02-25Make win variable internal to x.cDevin J. Pohly1-0/+11
2018-02-25Move X-related config.h types into x.cDevin J. Pohly1-0/+24
2018-02-25Remove unneeded array-length variablesDevin J. Pohly1-15/+7
2018-02-25Inline clipboard functionsDevin J. Pohly1-31/+19
2018-02-25Move config.h include from st.c to x.cDevin J. Pohly1-0/+37
2018-02-25Move opt_* into same file as main()/run()Devin J. Pohly1-1/+11
2018-02-25Move key-matching functions into x.cDevin J. Pohly1-0/+48
2018-02-25Pass new dimensions into ttyresizeDevin J. Pohly1-3/+3