]> git.armaanb.net Git - st.git/history - st.c
Fix style in execsh
[st.git] / st.c
2015-07-24 Roberto E. Vargas... Fix style in execsh
2015-07-10 Christoph LohmannMake the comment for the IM XFilter more understandable.
2015-07-10 Christoph LohmannReturn style unification.
2015-07-10 Christoph LohmannAligning the macros.
2015-07-10 Christoph LohmannUnix end of file.
2015-07-10 Christoph LohmannNo inline declarations please.
2015-07-10 Christoph LohmannTypo and the missing incr atom from the patches.
2015-07-10 Christoph LohmannImplement chunked write to the cmdfd.
2015-07-10 Christoph LohmannImplement INCR transfers in the clipboard.
2015-07-10 FRIGNDon't treat clauses like functions
2015-07-10 FRIGNUse BSD-style function notation
2015-07-09 FRIGNUnboolify st
2015-07-09 FRIGNRemove insane *_FILENO and EXIT_* usage
2015-07-02 Weng XuetianRevert "Remove unnecessary XFilterEvent call."
2015-06-19 Quentin Rameaudo not truncate font size when zooming
2015-06-03 Roberto E. Vargas... Revert "Optimize memory footprint of line buffers"
2015-05-25 Jan Christoph Eber... Support UTF-8 characters as word delimiters
2015-05-15 Roberto E. Vargas... Merge branch 'master' of ssh://suckless.org/gitrepos/st
2015-05-15 v4hnset selection to IDLE on clear
2015-05-12 suiginSmall bugfix for makeglyphfontspecs call in drawregion
2015-05-10 Christoph LohmannFix the new -e handling. An empty cmd has to work for...
2015-05-07 suiginClean up xdraws and optimize glyph drawing with non...
2015-05-06 suiginChanged type for UTF-32 codepoints from long to uint_le...
2015-05-04 nonameFix empty selection highlighting bug.
2015-05-04 nonameFix indentation.
2015-05-04 nonameAdd enumeration for sel.mode
2015-05-04 nonameselnormalize: make special case explicit
2015-05-04 nonameselsnap: simplify SNAP_LINE case
2015-05-04 nonameRemove first argument of selsnap.
2015-05-04 Jochen SprickerhofFix sigchld
2015-04-27 mvdan@mvdan.cclen assignment is never used
2015-04-27 mvdan@mvdan.ccClarify calculation precedence for '&' and '?'
2015-04-27 mvdan@mvdan.ccUse %u for uint
2015-04-27 suiginOptimize memory footprint of line buffers
2015-04-27 noname@inventati.orgMake tputc, tsetchar and techo accept unicode
2015-04-27 noname@inventati.orgChange internal character representation.
2015-04-27 noname@inventati.orgRemove last parameter of utf8encode
2015-04-27 noname@inventati.orgUse utf8len instead of utf8decode.
2015-04-27 alp@alexpilon.caMake build shut up about system() without return value...
2015-04-23 Roberto E. Vargas... Merge remote-tracking branch 'origin/master'
2015-04-23 Roberto E. Vargas... Fix segmentation fault in strhandle()
2015-04-23 Roberto E. Vargas... Uses a &[] pointer loop instead of + pointer loop
2015-04-23 noname@inventati.orgDo not set terminal title based on stty arguments.
2015-04-21 noname@inventati.orgMove common code to xloadcolor
2015-04-21 noname@inventati.orgUse LEN(dc.col) instead of LEN(colorname).
2015-04-21 noname@inventati.orgRemove WIN_REDRAW flag.
2015-04-20 noname@inventati.orgPlace memset arguments in the correct order.
2015-04-20 noname@inventati.orgRemove explicit 'return' from 'void' functions.
2015-04-20 noname@inventati.orgIncrement accuaracy in drawtime calculation
2015-04-20 noname@inventati.orgMonotonic clock cannot jump backwards.
2015-04-20 noname@inventati.orgPlace tlinelen type on separate line.
2015-04-15 Roberto E. Vargas... Add tty line support
2015-04-15 sinFix memmove() invocation with src/dst being NULL
2015-04-14 noname@inventati.orgUse as command arguments the remaining parameters
2015-04-14 Roberto E. Vargas... Merge branch 'master' of ssh://suckless.org/gitrepos/st
2015-04-13 Markus WichmannImplement most ICCCM rules for selection handling.
2015-04-13 Roberto E. Vargas... Merge branch 'master' of ssh://suckless.org/gitrepos/st
2015-04-13 noname@inventati.orgDo not use tmoveto in tputtab.
2015-04-13 noname@inventati.orgtresize: remove unnecessary if
2015-04-13 noname@inventati.orgRemove 'titles' variable.
2015-04-13 noname@inventati.orgRemove useless if in tstrsequence.
2015-04-13 noname@inventati.orgSimplify tmoveto.
2015-04-13 noname@inventati.orgFix typo.
2015-04-13 noname@inventati.orgRemove 'slide' variable in tresize.
2015-04-13 noname@inventati.orgMove tresize comments around.
2015-04-13 noname@inventati.orgtresize: move for loop outside if
2015-04-13 noname@inventati.orgSimplify loop condition.
2015-04-13 noname@inventati.orgRemove unnecessary XFilterEvent call.
2015-04-13 noname@inventati.orgUse do..while in window mapping loop.
2015-04-10 Omar SandovalMake DECSCUSR thickness configurable
2015-04-10 nonameUse MAX macro where possible.
2015-04-10 nonameRemove 'xloadfontset' function.
2015-04-10 nonameRemove keywords from function definitions.
2015-04-10 nonameRemove variable names from function declarations.
2015-04-06 Roberto E. Vargas... Remove redundant control check
2015-04-06 nonameFixed STR sequence termination condition
2015-03-20 Roberto E. Vargas... Remove strsep() call
2015-03-19 Roberto E. Vargas... Merge remote-tracking branch 'origin/master'
2015-03-19 LemonBoySupport the DECSCUSR CSI escape sequence
2015-03-16 Alex PilonHandle pasting of empty selection.
2015-03-15 Roberto E. Vargas... Support XA_STRING in notify request
2015-03-14 Christoph LohmannAdd Mod + Shift + c/v and no selclear.
2015-03-10 Christoph LohmannMerge branch 'master' of ssh://suckless.org/gitrepos/st
2015-03-10 Christoph LohmannSt now does only set PRIMARY on selection.
2015-03-10 Christoph LohmannFixing the C reading test.
2015-03-09 Christoph LohmannAdd a hack to handle unknown chars in fontconfig.
2015-02-22 Ivan DelalandeLet curses do the dirty work for flash
2015-02-15 Nils ReußeUpdate year in usage()
2015-02-15 Nils ReußeFix crash on font resize resize
2015-02-05 Rian HunterCorrect shift amount on MODE_INSERT in tputc()
2015-02-05 Rian HunterFix crash due to wide characters
2014-12-23 Ivan DelalandeFix crash due to invalid timespec given to pselect
2014-11-19 Ivan DelalandeTrim trailing whitespaces in every selection case
2014-11-19 sinCall _exit() instead of exit() if exec*() fails
2014-11-11 Eric PruittCheck for presence of SHELL environment variable
2014-11-03 czarkoff@gmail.comReplace character with U+FFFD if wcwidth() is -1
2014-10-21 Quentin RameauAvoid failing when embedding with a Window id of 0
2014-10-15 Roberto E. Vargas... Do not set SHELL to utmp ever
2014-10-13 CustaiCopatch for bell in st
2014-10-08 Roberto E. Vargas... Add LS2 and LS3
next