aboutsummaryrefslogtreecommitdiff
path: root/st.c
Commit message (Expand)AuthorAge
...
* Unix end of file.Christoph Lohmann2015-07-10
* No inline declarations please.Christoph Lohmann2015-07-10
* Typo and the missing incr atom from the patches.Christoph Lohmann2015-07-10
* Implement chunked write to the cmdfd.Christoph Lohmann2015-07-10
* Implement INCR transfers in the clipboard.Christoph Lohmann2015-07-10
* Don't treat clauses like functionsFRIGN2015-07-10
* Use BSD-style function notationFRIGN2015-07-10
* Unboolify stFRIGN2015-07-09
* Remove insane *_FILENO and EXIT_* usageFRIGN2015-07-09
* Revert "Remove unnecessary XFilterEvent call."Weng Xuetian2015-07-02
* do not truncate font size when zoomingQuentin Rameau2015-06-19
* Revert "Optimize memory footprint of line buffers"Roberto E. Vargas Caballero2015-06-03
* Support UTF-8 characters as word delimitersJan Christoph Ebersbach2015-05-25
* Merge branch 'master' of ssh://suckless.org/gitrepos/stRoberto E. Vargas Caballero2015-05-15
|\
| * Fix the new -e handling. An empty cmd has to work for backwards compatibility.Christoph Lohmann2015-05-10
* | set selection to IDLE on clearv4hn2015-05-15
* | Small bugfix for makeglyphfontspecs call in drawregionsuigin2015-05-12
|/
* Clean up xdraws and optimize glyph drawing with non-unit kerning valuessuigin2015-05-07
* Changed type for UTF-32 codepoints from long to uint_least32_tsuigin2015-05-06
* Fix empty selection highlighting bug.noname2015-05-04
* Fix indentation.noname2015-05-04
* Add enumeration for sel.modenoname2015-05-04
* selnormalize: make special case explicitnoname2015-05-04
* selsnap: simplify SNAP_LINE casenoname2015-05-04
* Remove first argument of selsnap.noname2015-05-04
* Fix sigchldJochen Sprickerhof2015-05-04
* len assignment is never usedmvdan@mvdan.cc2015-04-27
* Clarify calculation precedence for '&' and '?'mvdan@mvdan.cc2015-04-27
* Use %u for uintmvdan@mvdan.cc2015-04-27
* Optimize memory footprint of line bufferssuigin2015-04-27
* Make tputc, tsetchar and techo accept unicodenoname@inventati.org2015-04-27
* Change internal character representation.noname@inventati.org2015-04-27
* Remove last parameter of utf8encodenoname@inventati.org2015-04-27
* Use utf8len instead of utf8decode.noname@inventati.org2015-04-27
* Make build shut up about system() without return value check.alp@alexpilon.ca2015-04-27
* Merge remote-tracking branch 'origin/master'Roberto E. Vargas Caballero2015-04-23
|\
| * Move common code to xloadcolornoname@inventati.org2015-04-21
| * Use LEN(dc.col) instead of LEN(colorname).noname@inventati.org2015-04-21
* | Fix segmentation fault in strhandle()Roberto E. Vargas Caballero2015-04-23
* | Uses a &[] pointer loop instead of + pointer loopRoberto E. Vargas Caballero2015-04-23
* | Do not set terminal title based on stty arguments.noname@inventati.org2015-04-23
|/
* Remove WIN_REDRAW flag.noname@inventati.org2015-04-21
* Place memset arguments in the correct order.noname@inventati.org2015-04-20
* Remove explicit 'return' from 'void' functions.noname@inventati.org2015-04-20
* Increment accuaracy in drawtime calculationnoname@inventati.org2015-04-20
* Monotonic clock cannot jump backwards.noname@inventati.org2015-04-20
* Place tlinelen type on separate line.noname@inventati.org2015-04-20
* Add tty line supportRoberto E. Vargas Caballero2015-04-15
* Fix memmove() invocation with src/dst being NULLsin2015-04-15
* Use as command arguments the remaining parametersnoname@inventati.org2015-04-14