summaryrefslogtreecommitdiff
path: root/x.c
AgeCommit message (Expand)Author
2023-05-08fix buffer overflow when handling long composed inputHiltjo Posthuma
2023-05-08Merge 2aefa348baf4b702fdce98eb105bcba175d8283fZacchary Dempsey-Plante
2023-05-08X10/SGR mouse: use alt as meta key instead of super/windows keyHiltjo Posthuma
2023-05-08Fix mousereportrobert
2023-05-08Merge 8e310303903792c010d03c046ba75f8b18f7d3a7Raheman Vaiya
2023-05-08fix possible rare crash when Xutf8TextPropertyToTextList failsHiltjo Posthuma
2022-10-13Add undercurl patchGustaf Rydholm
2021-08-18Fix so that the boxdraw patch is applied correctly(?), still issue with botto...Gustaf Rydholm
2021-08-15Apply anysize patchGustaf Rydholm
2021-08-12Add bold is not brightGustaf Rydholm
2021-08-12Add clipboard patchGustaf Rydholm
2021-08-12Revert from applying font2Gustaf Rydholm
2021-08-12Revert "Apply appsync patch"Gustaf Rydholm
2021-08-12Not compilingGustaf Rydholm
2021-08-12Apply font2 patchGustaf Rydholm
2021-08-12Apply appsync patchGustaf Rydholm
2021-08-12Add xresources patchGustaf Rydholm
2021-07-18Add 14th bit to XK_SWITCH_MOD bitmaskPetar Kapriš
2021-05-06Mild const-correctness improvements.Markus F.X.J. Oberhumer
2021-03-19fix: correctly encode mouse buttons >= 8 in X10 and SGR modeHiltjo Posthuma
2020-10-18ST: Add WM_ICON_NAME property supportJohn Collis
2020-05-24Call xsetcursor to set win.cursor in mainSteve Ward
2020-05-09code-style: add fallthrough commentHiltjo Posthuma
2020-05-09tiny code-style and typo-fix in commentHiltjo Posthuma
2020-05-09auto-sync: draw on idle to avoid flicker/tearingAvi Halachmi (:avih)
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