aboutsummaryrefslogtreecommitdiff
path: root/x.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-15Patch: visualbell2-basic-2020-05-13davidpkj1-0/+35
2023-02-15Patch: clipboard-0.8.3davidpkj1-0/+1
2023-02-15Patch: blinking_cursor-20211116davidpkj1-12/+35
2023-02-15Patch: anysize-20220718davidpkj1-26/+30
2023-02-15Patch: ligatures-scrollback-0.9davidpkj1-101/+143
2023-02-15Patch: scrollback-mouse-altscreen-20220127davidpkj1-0/+2
2022-10-25fix buffer overflow when handling long composed inputHiltjo Posthuma1-3/+6
2022-03-13make underlines and strikethroughs respect `chscale`Zacchary Dempsey-Plante1-2/+2
2022-01-12X10/SGR mouse: use alt as meta key instead of super/windows keyHiltjo Posthuma1-1/+1
2022-01-10Fix mousereportrobert1-35/+51
2021-12-26Add support for OSC color sequencesRaheman Vaiya1-0/+13
2021-08-24fix possible rare crash when Xutf8TextPropertyToTextList failsHiltjo Posthuma1-4/+6
2021-07-18Add 14th bit to XK_SWITCH_MOD bitmaskPetar Kapriš1-1/+1
2021-05-06Mild const-correctness improvements.Markus F.X.J. Oberhumer1-3/+3
2021-03-19fix: correctly encode mouse buttons >= 8 in X10 and SGR modeHiltjo Posthuma1-1/+3
2020-10-18ST: Add WM_ICON_NAME property supportJohn Collis1-1/+15
2020-05-24Call xsetcursor to set win.cursor in mainSteve Ward1-5/+4
2020-05-09code-style: add fallthrough commentHiltjo Posthuma1-0/+1
2020-05-09tiny code-style and typo-fix in commentHiltjo Posthuma1-1/+1
2020-05-09auto-sync: draw on idle to avoid flicker/tearingAvi Halachmi (:avih)1-63/+57
2020-04-10make argv0 not static, fixes a warning with tccHiltjo Posthuma1-1/+1
2020-04-02mouseshortcuts: fix custom modifier on releaseAvi Halachmi (:avih)1-2/+17
2020-02-19Remove explicit XNFocusWindowIvan Tham1-1/+0
2020-02-02x: fix XIM handlingQuentin Rameau1-24/+44
2020-02-02x: check we still have an XIC context before accessing itQuentin Rameau1-2/+5
2020-02-02x: do not instantiate a new nested list on each cursor moveQuentin Rameau1-4/+12
2020-02-02x: move IME variables into XWindow ime embedded structQuentin Rameau1-12/+14
2020-01-18Increase XmbLookupString bufferIvan Tham1-1/+1
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