]> Sergey Matveev's repositories - st.git/shortlog
st.git
2015-07-07 Christoph LohmannCommit to push the 0.6 release. 0.6
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.... Revert "Optimize memory footprint of line buffers"
2015-05-25 Jan Christoph... Support UTF-8 characters as word delimiters
2015-05-15 Roberto E.... 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.... Merge remote-tracking branch 'origin/master'
2015-04-23 Roberto E.... Fix segmentation fault in strhandle()
2015-04-23 Roberto E.... 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.... 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.... 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.... 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 old TODO entry.
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.... Remove redundant control check
2015-04-06 nonameFixed STR sequence termination condition
2015-03-20 Roberto E.... Remove strsep() call
2015-03-19 Roberto E.... Merge remote-tracking branch 'origin/master'
2015-03-19 LemonBoySupport the DECSCUSR CSI escape sequence
2015-03-16 Christoph Lohmannarg.h wasn't used for dist.
2015-03-16 Alex PilonHandle pasting of empty selection.
2015-03-15 Roberto E.... Support XA_STRING in notify request
2015-03-14 Christoph LohmannTODO: Fix fontconfig
2015-03-14 Christoph LohmannAdd the new selection shortcuts to the manpage.
2015-03-14 Christoph LohmannGlibc wants me to use _DEFAULT_SOURCe. I do obey.
2015-03-14 Christoph LohmannAdd Mod + Shift + c/v and no selclear.
2015-03-13 Roberto E.... Allow combinations with Backspace
2015-03-11 Alexander HuemerFAQ: fix wording
2015-03-11 Ivan DelalandeBackspace value shouldn't depend on keypad state
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 Alexander HuemerFAQ: fix wording
2015-03-10 Christoph LohmannFixing the C reading test.
2015-03-09 Christoph LohmannChange the FAQ for the new Backspace behaviour.
2015-03-09 Christoph LohmannFinally resolving the backspace problem.
2015-03-09 Christoph LohmannAdd a hack to handle unknown chars in fontconfig.
2015-03-07 Johannes PostmaUpdate kdch1 definition to three octal digits.
2015-02-28 Roberto E.... Small improvements to the FAQ
2015-02-23 Greg Reagledocument keys in man page
2015-02-22 Ivan DelalandeLet curses do the dirty work for flash
2015-02-22 Roberto E.... Comment default CC assignment
2015-02-22 Roberto E.... Update dates in LICENSE
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
next