]> git.armaanb.net Git - st.git/history - x.c
Switch to zenburn theme
[st.git] / x.c
2021-06-29 Armaan BhojwaniApply blinking-cursor patch
2021-05-17 Armaan BhojwaniApply ligatures patch
2021-05-06 Markus F.X.J. Ober... Mild const-correctness improvements.
2021-03-19 Hiltjo Posthumafix: correctly encode mouse buttons >= 8 in X10 and...
2020-10-18 John CollisST: Add WM_ICON_NAME property support
2020-05-24 Steve WardCall xsetcursor to set win.cursor in main
2020-05-09 Hiltjo Posthumacode-style: add fallthrough comment
2020-05-09 Hiltjo Posthumatiny code-style and typo-fix in comment
2020-05-09 Avi Halachmi (:avih)auto-sync: draw on idle to avoid flicker/tearing
2020-04-10 Hiltjo Posthumamake argv0 not static, fixes a warning with tcc
2020-04-02 Avi Halachmi (:avih)mouseshortcuts: fix custom modifier on release
2020-02-18 Ivan ThamRemove explicit XNFocusWindow
2020-02-02 Quentin Rameaux: fix XIM handling
2020-02-02 Quentin Rameaux: check we still have an XIC context before accessing it
2020-02-02 Quentin Rameaux: do not instantiate a new nested list on each cursor...
2020-02-02 Quentin Rameaux: move IME variables into XWindow ime embedded struct
2020-01-18 Ivan ThamIncrease XmbLookupString buffer
2019-10-26 Ingo Lohmarapply hints before initial mapping (ICCCM)
2019-10-24 Avi Halachmi (:avih)mouse shortcuts: allow using forcemousemod (e.g. shift)
2019-10-13 Avi Halachmi (:avih)mouse shortcuts: don't hardcode selpaste
2019-10-13 Avi Halachmi (:avih)mouse shortcuts: allow override for all shortcuts
2019-10-13 Avi Halachmi (:avih)mouse shortcuts: allow same functions as kb shortcuts
2019-03-03 Hiltjo Posthumasimplify (greedy) font caching allocating a bit
2019-03-03 Hiltjo Posthumastyle: remove double empty newlines
2019-03-03 magrasfix use after free in font caching algorithm
2019-02-12 Ivan Thambetter Input Method Editor (IME) support
2018-11-04 Hiltjo Posthumafix memory leak in xloadcols()
2018-07-17 Hiltjo PosthumaRevert "Simplify cursor color handling"
2018-07-17 Hiltjo PosthumaRevert "Make cursor follow text color"
2018-07-17 Hiltjo PosthumaRevert "Fix crash when cursor color is truecolor"
2018-07-15 Jules MaselbasFix crash when cursor color is truecolor
2018-07-14 Jules MaselbasMake cursor follow text color
2018-07-14 Jules MaselbasSimplify cursor color handling
2018-06-30 Jules MaselbasFix crash on resize
2018-03-29 Hiltjo Posthumaerror message style and use strerror in a few places
2018-03-29 Hiltjo Posthumast -v: remove years and copyright text
2018-03-20 Hiltjo Posthumafix regression by selecting clipboard text
2018-03-17 Hiltjo Posthumaclipcopy: no need to check for free(NULL), set to NULL...
2018-03-16 Quentin RameauFix title initialization
2018-03-16 Quentin RameauFix regression from 69e32a6 when setting title.
2018-03-09 Hiltjo Posthumause math.h for ceilf
2018-03-09 Hiltjo Posthumaxhints: no need to initialize sizeh
2018-02-26 Devin J. PohlyGeneral cleanup
2018-02-26 Devin J. PohlyClean up #includes
2018-02-26 Devin J. PohlyReduce visibility wherever possible
2018-02-26 Devin J. PohlyLimit usage of extern to config.h globals
2018-02-26 Devin J. PohlyRemove x.c dependency on term
2018-02-26 Devin J. PohlyPull term references out of xdrawcursor
2018-02-26 Devin J. PohlyMove win-agnostic parts of draw/drawregion to st.c
2018-02-26 Devin J. PohlySplit mode bits between Term and TermWindow
2018-02-26 Devin J. PohlyMove CRLF input processing into ttywrite
2018-02-26 Devin J. PohlyMove terminal echo logic into st.c
2018-02-26 Devin J. PohlyMove remaining selection mode logic into selextend
2018-02-26 Devin J. PohlyMove terminal-related selection logic into st.c
2018-02-26 Devin J. PohlyMove X-specific selection info into XSelection
2018-02-26 Devin J. PohlyHave selected() check whether selection exists
2018-02-26 Devin J. PohlyRely on ttyresize to set tty size
2018-02-26 Devin J. PohlyRemove X and fontconfig from st.c
2018-02-26 Devin J. PohlyRemove Time argument from xsetsel
2018-02-26 Devin J. PohlyMake win variable internal to x.c
2018-02-26 Devin J. PohlyMove X-related config.h types into x.c
2018-02-26 Devin J. PohlyRemove unneeded array-length variables
2018-02-26 Devin J. PohlyInline clipboard functions
2018-02-26 Devin J. PohlyMove config.h include from st.c to x.c
2018-02-26 Devin J. PohlyMove opt_* into same file as main()/run()
2018-02-26 Devin J. PohlyMove key-matching functions into x.c
2018-02-26 Devin J. PohlyPass new dimensions into ttyresize
2018-02-26 Devin J. PohlyMove window-manipulating functions into x.c
2018-02-26 Devin J. PohlyMove font/fontspec variables into x.c and XWindow
2018-02-26 Devin J. PohlyMove window urgency handling entirely into x.c
2018-02-26 Devin J. PohlyMove zoom functions into x.c
2018-02-26 Devin J. PohlyMove usage() to be with run() in x.c
2018-02-26 Devin J. PohlyCall xsetenv() in main process instead of child
2017-12-26 Benno FünfstückFix color with FAINT attribute
2017-12-26 Benno FünfstückApply ATTR_REVERSE after ATTR_FAINT
2017-09-15 Gary Allen VollinkAdd an error for XftFontOpenPattern failure.
2017-09-02 Hiltjo PosthumaRevert "make clipboard patch obsolete"
2017-09-01 Anselm R Garbemake clipboard patch obsolete
2017-04-04 Quentin RameauSimplify how we keep ATTRs under cursor
2017-03-29 Nils Reußekeep some glyph modes for the cursor
2017-03-19 osandov@osandov.comSupport xterm Ms feature to set clipboard
2017-01-21 Michael ForneySplit X-specific code into x.c