JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
st.git
2012-11-08 Roberto E.... Move unsupported sequences to ignored.
2012-11-08 Roberto E.... Ignore DECARM sequence
2012-11-08 Roberto E.... Fix VPR sequence
2012-11-08 Roberto E.... Add DECOM sequence
2012-11-08 Roberto E.... Save cursor position in terminal reset
2012-11-08 Roberto E.... Clarify some or exclusive expressions
2012-11-08 Roberto E.... Fix bug restoring cursor position
2012-11-06 Christoph LohmannAdding scrollwheel support. Thanks Brandon Invergo!
2012-11-05 Christoph LohmannChanging the license to MIT/X.
2012-11-03 Christoph LohmannFixing meta+return. Thanks Szabolcs Nagy!
2012-11-03 Christoph LohmannRemoving the debugging for the last fix too.
2012-11-03 Christoph LohmannFixing a resize bug, if a smaller amount than the lineh...
2012-11-03 Christoph LohmannFixing bold fonts in reverse mode.
2012-11-03 Christoph LohmannNow italic and bold works.
2012-11-03 Christoph LohmannFixing an out-of-bound bug in the selection code. Thank...
2012-11-02 Christoph LohmannFixing the italic-bold font check. Thanks nsz.
2012-11-02 Christoph LohmannAdded tag 0.3 for changeset 9d54ce4daf34
2012-11-02 Christoph Lohmann0.3 release.
2012-11-02 Christoph LohmannMake it possible to use the corefont font description...
2012-11-02 Christoph LohmannMoving to the dwm config.h variable usage.
2012-10-31 Christoph LohmannAdding a FAQ to reference utmp(1).
2012-10-31 Christoph LohmannCleaning up the TODO file.
2012-10-28 Christoph LohmannRemoving the now senseless comment in config.def.h...
2012-10-28 Christoph LohmannApplying the patch of the little girl <yui@blekksprut...
2012-10-28 Christoph LohmannApplying the tab expansion patch from koga.
2012-10-28 Christoph LohmannAdding a more flexible fontstring handling, shortcuts...
2012-10-28 Christoph LohmannApplying the patch of Roberto Caballero to set WINDOWID...
2012-10-28 Christoph LohmannApplying the patch of Rafa Garcia Gallega <rafael.garci...
2012-10-28 Roberto E.... Add error control to iofile
2012-10-09 Christoph LohmannWell, I was confused. Damn state exams. Instead of...
2012-10-09 Christoph LohmannIf there is really someone without SHELL set, help...
2012-10-07 Roberto E.... Add DEC alignment test
2012-10-07 Roberto E.... Avoid initialization of vt100_0 in each call to tsetchar
2012-10-07 Roberto E.... Fix Identification sequences
2012-10-06 Roberto E.... Add DA and DECID sequences
2012-10-06 Christoph LohmannFixing a typo.
2012-10-06 Christoph LohmannFixing a off-by-one error in the new border clearing...
2012-10-06 Roberto E.... Print control codes only in graphic mode
2012-10-06 Roberto E.... Add SI and SO control codes
2012-10-06 Roberto E.... Add SUB and CAN control codes
2012-10-06 Roberto E.... Add documentation to control codes
2012-10-06 Christoph LohmannForgot to remove the xclearborders() definition from...
2012-10-06 Christoph LohmannRemoving the xclearborders() hack. St now cleans up...
2012-10-06 Christoph LohmannThe style inquisition was here. Yes, making it a unifie...
2012-10-05 Christoph LohmannAdding the patch of David Dufberg Töttrup to implement...
2012-10-05 Christoph LohmannFixing the brightening on bold. For the 256 colors...
2012-10-05 Christoph LohmannTurning on antialias by default really makes it more...
2012-10-05 Christoph LohmannWhen the drawing behaviour was changed underline was...
2012-10-04 Christoph LohmannThis adds the fontcache dependency to try something...
2012-10-02 Christoph LohmannThanks to c00kiemon5ter. Not changing bold to bright...
2012-09-30 Christoph LohmannRemoving the now obsolete definitions from the config...
2012-09-30 Christoph LohmannThis changes -f to be the parameter for the font. Now...
2012-09-30 Christoph LohmannRemove the cruft of the user to have to define the...
2012-09-29 Christoph LohmannWe need all the colors to be available, so die() on...
2012-09-29 Christoph LohmannAll xcolors are not Xft colors and the clearing of...
2012-09-27 Christoph LohmannVt escape sequences allow escape sequences in escape...
2012-09-26 Roberto E.... Allow control characters inside escape sequences
2012-09-26 Roberto E.... Ignore all control characters not handled
2012-09-26 Christoph LohmannSwitching to Liberation Mono as default solely because...
2012-09-26 Christoph LohmannImplementing line drawing right.
2012-09-25 Christoph LohmannA reset should reset the line drawing too.
2012-09-25 Christoph LohmannEnabling enacs and adding compatibility to xterm and...
2012-09-25 Roberto E.... Fix bug in tputc writing to io file
2012-09-24 Christoph LohmannChanging the default font to DejaVu Sans Mono, which...
2012-09-24 Christoph LohmannThe xinit() call needs to be behind all the tty init...
2012-09-24 Christoph LohmannAdding a TODO for xft fallback.
2012-09-24 Roberto E.... Add some documentetion to tsetmode
2012-09-24 Roberto E.... Fix LNM sequence
2012-09-24 Roberto E.... Add KAM sequence
2012-09-24 Roberto E.... Remove unused parameters in ttyresize
2012-09-24 Roberto E.... Clear X window in tsetreset()
2012-09-24 Christoph LohmannMerging xft and current st heads.
2012-09-24 Christoph LohmannInitial Xft support for st. More to follow.
2012-09-19 Aurélien Apteluse typedef'd unsigned type and regular bool type.
2012-09-18 Aurélien Aptelconfig.def.h: typo in comment.
2012-09-18 Aurélien AptelLEGACY: typo.
2012-09-17 Christoph LohmannRedrawing is fixed.
2012-09-17 Christoph LohmannFixing the redrawing patch of k0ga, so it's using xclea...
2012-09-17 Roberto E.... Clean windows display after resizing
2012-09-17 Roberto E.... Copy non set positions as spaces
2012-09-17 Roberto E.... Add newline in error messages
2012-09-17 Roberto E.... Add xcalloc wrapper
2012-09-16 Christoph LohmannApplying a shortening proposal for the run loop of...
2012-09-16 Roberto E.... Remove call to draw in resize
2012-09-16 Christoph LohmannAdding some more fields to the manpage, like authors...
2012-09-16 Christoph LohmannRemove some solved issues and add some new.
2012-09-16 Christoph LohmannPreliminary solution to the stuttering problem.
2012-09-16 Roberto E.... Fix selection bug
2012-09-16 Roberto E.... Render only once in each main loop iteration
2012-09-16 Roberto E.... Remove timeout in the main loop
2012-09-16 Roberto E.... Call XSync in redraw
2012-09-16 Roberto E.... Call XdbeQueryExtension before of calling any Xdbe...
2012-09-14 Christoph LohmannImplementing italic-bold. This will require an increase...
2012-09-13 Christoph LohmannIgnore NUL character as a padding character. Telnet...
2012-09-13 Christoph LohmannImporting the patch of Roberto Vargas to inherit signal...
2012-09-13 Christoph LohmannReset window title on terminal reset too.
2012-09-13 Christoph LohmannAdding a statemant on legacy support.
2012-09-13 Christoph LohmannAdding another bold off sequence.
2012-09-12 Roberto E.... Remove buffering to fileio instead of calling fflush
2012-09-12 Roberto E.... Add xmalloc and xrealloc wrappers
next