aboutsummaryrefslogtreecommitdiffstats
path: root/x.c
AgeCommit message (Expand)Author
2020-04-10make argv0 not static, fixes a warning with tccHiltjo Posthuma
2020-04-02mouseshortcuts: fix custom modifier on releaseAvi Halachmi (:avih)
2020-02-19Remove explicit XNFocusWindowIvan Tham
2020-02-02x: fix XIM handlingQuentin Rameau
2020-02-02x: check we still have an XIC context before accessing itQuentin Rameau
2020-02-02x: do not instantiate a new nested list on each cursor moveQuentin Rameau
2020-02-02x: move IME variables into XWindow ime embedded structQuentin Rameau
2020-01-18Increase XmbLookupString bufferIvan Tham
2019-10-26apply hints before initial mapping (ICCCM)Ingo Lohmar
2019-10-24mouse shortcuts: allow using forcemousemod (e.g. shift)Avi Halachmi (:avih)
2019-10-13mouse shortcuts: don't hardcode selpasteAvi Halachmi (:avih)
2019-10-13mouse shortcuts: allow override for all shortcutsAvi Halachmi (:avih)
2019-10-13mouse shortcuts: allow same functions as kb shortcutsAvi Halachmi (:avih)
2019-03-03simplify (greedy) font caching allocating a bitHiltjo Posthuma
2019-03-03style: remove double empty newlinesHiltjo Posthuma
2019-03-03fix use after free in font caching algorithmmagras
2019-02-12better Input Method Editor (IME) supportIvan Tham
2018-11-04fix memory leak in xloadcols()Hiltjo Posthuma
2018-07-17Revert "Simplify cursor color handling"Hiltjo Posthuma
2018-07-17Revert "Make cursor follow text color"Hiltjo Posthuma
2018-07-17Revert "Fix crash when cursor color is truecolor"Hiltjo Posthuma
2018-07-15Fix crash when cursor color is truecolorJules Maselbas
2018-07-14Make cursor follow text colorJules Maselbas
2018-07-14Simplify cursor color handlingJules Maselbas
2018-06-30Fix crash on resizeJules Maselbas
2018-03-29error message style and use strerror in a few placesHiltjo Posthuma
2018-03-29st -v: remove years and copyright textHiltjo Posthuma
2018-03-20fix regression by selecting clipboard textHiltjo Posthuma
2018-03-17clipcopy: no need to check for free(NULL), set to NULL after freeHiltjo Posthuma
2018-03-16Fix title initializationQuentin Rameau
2018-03-16Fix regression from 69e32a6 when setting title.Quentin Rameau
2018-03-09use math.h for ceilfHiltjo Posthuma
2018-03-09xhints: no need to initialize sizehHiltjo Posthuma
2018-02-26General cleanupDevin J. Pohly
2018-02-26Clean up #includesDevin J. Pohly
2018-02-26Reduce visibility wherever possibleDevin J. Pohly
2018-02-26Limit usage of extern to config.h globalsDevin J. Pohly
2018-02-26Remove x.c dependency on termDevin J. Pohly
2018-02-26Pull term references out of xdrawcursorDevin J. Pohly
2018-02-26Move win-agnostic parts of draw/drawregion to st.cDevin J. Pohly
2018-02-26Split mode bits between Term and TermWindowDevin J. Pohly
2018-02-26Move CRLF input processing into ttywriteDevin J. Pohly
2018-02-26Move terminal echo logic into st.cDevin J. Pohly
2018-02-26Move remaining selection mode logic into selextendDevin J. Pohly
2018-02-26Move terminal-related selection logic into st.cDevin J. Pohly
2018-02-26Move X-specific selection info into XSelectionDevin J. Pohly
2018-02-26Have selected() check whether selection existsDevin J. Pohly
2018-02-26Rely on ttyresize to set tty sizeDevin J. Pohly
2018-02-26Remove X and fontconfig from st.cDevin J. Pohly
2018-02-26Remove Time argument from xsetselDevin J. Pohly