aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-20bump version to 0.8.1Hiltjo Posthuma1-1/+1
2018-03-20fix regression by selecting clipboard textHiltjo Posthuma1-0/+3
2018-03-20don't modify argv, use a counterHiltjo Posthuma1-10/+12
2018-03-17selextend: clarify: !sel.mode == SEL_IDLEHiltjo Posthuma1-1/+1
2018-03-17clipcopy: no need to check for free(NULL), set to NULL after freeHiltjo Posthuma1-2/+2
2018-03-16minor code-style: whitespace fixesHiltjo Posthuma1-2/+1
2018-03-16Fix title initializationQuentin Rameau1-5/+5
2018-03-16Fix regression from 69e32a6 when setting title.Quentin Rameau1-1/+1
2018-03-14LICENSE: fix a few yearsHiltjo Posthuma1-3/+3
2018-03-14update LICENSE: major contributorsHiltjo Posthuma1-1/+4
2018-03-14Makefile: add all files to make distHiltjo Posthuma1-1/+3
2018-03-14bump version to 0.8Hiltjo Posthuma1-1/+1
2018-03-09use math.h for ceilfHiltjo Posthuma1-1/+1
2018-03-09xhints: no need to initialize sizehHiltjo Posthuma1-1/+1
2018-03-09regression: include termios.h for tcsendbreak etcHiltjo Posthuma1-0/+1
2018-02-25General cleanupDevin J. Pohly2-26/+21
2018-02-25Clean up #includesDevin J. Pohly3-9/+4
2018-02-25Reduce visibility wherever possibleDevin J. Pohly4-44/+43
2018-02-25Limit usage of extern to config.h globalsDevin J. Pohly4-27/+29
2018-02-25Remove x.c dependency on termDevin J. Pohly3-39/+39
2018-02-25Pull term references out of xdrawcursorDevin J. Pohly4-42/+40
2018-02-25Move win-agnostic parts of draw/drawregion to st.cDevin J. Pohly4-47/+65
2018-02-25Split mode bits between Term and TermWindowDevin J. Pohly4-83/+88
2018-02-25Move CRLF input processing into ttywriteDevin J. Pohly3-221/+240
2018-02-25Move terminal echo logic into st.cDevin J. Pohly3-25/+19
2018-02-25Move remaining selection mode logic into selextendDevin J. Pohly3-22/+22
2018-02-25Move terminal-related selection logic into st.cDevin J. Pohly3-41/+54
2018-02-25Move X-specific selection info into XSelectionDevin J. Pohly3-21/+19
2018-02-25Have selected() check whether selection existsDevin J. Pohly2-7/+6
2018-02-25Rely on ttyresize to set tty sizeDevin J. Pohly2-6/+3
2018-02-25Remove X and fontconfig from st.cDevin J. Pohly3-10/+5
2018-02-25Remove Time argument from xsetselDevin J. Pohly3-11/+11
2018-02-25Make win variable internal to x.cDevin J. Pohly4-6/+13
2018-02-25Move X-related config.h types into x.cDevin J. Pohly2-23/+24
2018-02-25Remove unneeded array-length variablesDevin J. Pohly1-15/+7
2018-02-25Inline clipboard functionsDevin J. Pohly2-33/+19
2018-02-25Move config.h include from st.c to x.cDevin J. Pohly5-119/+91
2018-02-25Factor out equivalent code from ttyread/ttysendDevin J. Pohly2-62/+41
2018-02-25Move opt_* into same file as main()/run()Devin J. Pohly3-40/+33
2018-02-25Move key-matching functions into x.cDevin J. Pohly4-62/+68
2018-02-25Pass new dimensions into ttyresizeDevin J. Pohly3-7/+7
2018-02-25Move window-manipulating functions into x.cDevin J. Pohly4-46/+45
2018-02-25Move font/fontspec variables into x.c and XWindowDevin J. Pohly3-22/+15
2018-02-25Move window urgency handling entirely into x.cDevin J. Pohly5-9/+10
2018-02-25Move zoom functions into x.cDevin J. Pohly4-40/+39
2018-02-25Move usage() to be with run() in x.cDevin J. Pohly4-19/+18
2018-02-25Call xsetenv() in main process instead of childDevin J. Pohly3-14/+4
2017-12-26Fix color with FAINT attributeBenno Fünfstück1-0/+1
2017-12-26Apply ATTR_REVERSE after ATTR_FAINTBenno Fünfstück1-6/+7
2017-12-21Fix FAQ typoGeorge Ornbo1-1/+1