JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
st.git
2012-02-27 Aurélien Aptelupdate TODO.
2012-02-27 Aurélien Aptelcleanup. refactored dirt-related function.
2012-02-16 Aurélien Apteluse SHELL as default shell.
2012-02-16 Aurélien Aptelrevert to "tip" in VERSION.
2012-02-16 Aurélien AptelAdded tag 0.2.1 for changeset 108926a0fe61
2012-02-16 Aurélien Aptelbump version.
2012-02-15 Aurélien Aptelreplace fwrite by printf.
2012-02-15 Aurélien Aptelrewrite csidump().
2012-02-15 Aurélien Aptelclean and name enum definitions.
2012-02-15 Aurélien Aptelfix default color overwriten bug.
2012-02-15 Aurélien Aptelshow dark cursor when unfocused.
2012-02-15 Aurélien Apteldocument possible configuration.
2012-02-15 Aurélien Aptelhandle dim/bright colors.
2012-02-13 Aurélien Aptelmerge
2012-02-11 anselm@garbe.ussome minor fixes
2012-02-08 Aurélien Aptelreduce size of each glyph for faster copy.
2012-02-07 Aurélien AptelAdded tag 0.2 for changeset 3c2f9f2ab5e4
2012-01-21 Aurélien Aptelcosmetic, whitespace, etc.
2012-01-21 Aurélien Aptelfix PRINT/DRAW _TIMEOUT and fix redrawing bug.
2012-01-21 Aurélien Aptelcopy dirty lines to screen, add select() timeout &...
2012-01-10 Aurélien Aptelfix segfault in selection. (thx Martti Kühne)
2011-11-01 Aurélien Aptelmerge.
2011-11-01 Aurélien Aptelfix selection. (thx Tarmo Heiskanen)
2011-10-20 Aurélien Apteldrawregion() only copies region on screen.
2011-10-20 Aurélien Apteladd dirty flag for lines
2011-10-06 Aurélien Aptelno palette limit (thx Nick)
2011-09-22 Aurélien Aptelsimplify version format.
2011-09-16 Aurélien Aptelselection is removed or scrolled properly. (thx Rafa...
2011-09-16 Aurélien Aptelworking on old repo, merging recent changesets.
2011-09-16 Aurélien Aptelmove xembedatom in XWindow struct, add link to xembed...
2011-09-16 Aurélien Apteltweak focus to support XEMBED client message and remove...
2011-09-16 Aurélien Aptelremove dup of default window size.
2011-08-14 Aurélien Aptelchange "op" cap in terminfo entry to xterm/rxvt value.
2011-08-14 Aurélien Aptelfix custom key handling.
2011-06-09 Aurélien Aptelfix focus state when embed in another window.
2011-06-09 Aurélien Aptelfix segfault with mouse selection. (thx anonymous)
2011-06-08 Aurélien Apteladd -w option to embed st. (thx nodus cursorius)
2011-06-08 Aurélien Aptelapplied parts of "anonymous" cleanup patch.
2011-06-08 Aurélien Apteladd altscreen escseq alias & caps to terminfo entry...
2011-06-08 Aurélien Apteldisable mouse highlight when mouse report enabled....
2011-06-08 Aurélien Aptelreverse video mode. (thx Bert Münnich)
2011-06-01 Aurélien Apteladd status bar (window title) to terminfo. (thx Rafa...
2011-05-22 Aurélien Aptelset title before mapping window (thx Kamil Cholewiński).
2011-05-14 Aurélien Aptelapplied parts of Connor Lane Smith's cleanup patch.
2011-05-10 Aurélien Aptelmacro cleanup.
2011-05-10 Aurélien Apteladd mouse report escape to terminfo entry.
2011-05-10 Aurélien Aptelsupport for x11 xterm mouse reporting
2011-04-26 Aurélien Aptelwhitespace.
2011-04-26 Aurélien Aptelcleanup.
2011-04-21 Aurélien Aptelupdate TODO
2011-04-21 Aurélien Aptelselection clicks, shift+arrow keys, fast(er) redraw...
2011-04-03 Aurélien Aptelupdate README.
2011-04-03 Aurélien Aptelquick bug-fixing 0.1.1 release.
2011-04-03 Aurélien Aptelupdate VERSION.
2011-04-03 Aurélien Apteltake BORDER into account for selection. (thx Petr Sabata)
2011-04-03 Aurélien Aptelfix utf8 clipboard. (thx Petr Sabata)
2011-04-03 Aurélien AptelAdded tag 0.1 for changeset cbc18c988236
2011-04-02 Aurélien Apteladd support for utf8 clipboard. fix usage message.
2011-04-01 pancake@nopcode.orgdo not add newline to selection text if next line not...
2011-04-01 pancake@nopcode.orgremove debugging printf
2011-04-01 pancake@nopcode.orgapply Nick's patch to fix some error printf to use...
2011-01-23 Aurélien Aptelfix insert key, terminfo and changed TERM back to st...
2010-12-12 Aurélien Aptelchange X cursor to "I".
2010-12-08 Aurélien Aptelupdate terminfo entry.
2010-12-08 Aurélien Apteladd new line glitch to terminfo entry.
2010-11-30 Aurélien Aptelchange -e behaviour and update man page.
2010-11-28 Aurélien Aptel-e flag handles arguments.
2010-11-28 Aurélien Apteluse memmove() instead of memcpy() in ttyread().
2010-11-27 Aurélien Aptelfix and clean ttyread(). buf wasn't static.
2010-11-26 Aurélien Aptelmerge.
2010-11-26 Aurélien Aptels/xw.dis/xw.dpy/
2010-11-24 pancake@nopcode.orgFix unused variable issue and OSX includes
2010-11-20 Aurélien Aptelcleanup & bugfix in xdraws().
2010-11-19 Aurélien Aptelclean comment regarding redrawing in bmotion().
2010-11-19 Gregor BestAdd -c option to override the default window class
2010-11-18 Aurélien Aptelsome code cleaning.
2010-11-18 Aurélien Aptelutf8 support! print text in delicious unicode greatness...
2010-11-08 Aurélien Aptelselection code cleanup.
2010-10-31 Aurélien Aptelfixed ED.
2010-10-25 Devin J. Pohlyredraw if we scroll on resize
2010-10-25 Devin J. Pohlyget rid of artifacts in border on resize down
2010-10-25 Devin J. Pohlycopy old pixmap to new on resize
2010-10-25 Devin J. Pohlymove code into new xresize func, add early exit to...
2010-10-16 Aurélien Aptel\v and \f are have the same behaviour of \n.
2010-10-16 Aurélien Apteladded LNM mode; re-organized kpress() to handle it.
2010-10-16 Aurélien Aptelredraw optimization.
2010-10-14 Aurélien Aptelfixed newline bug.
2010-10-12 Aurélien Aptelreplaced memset by loops in tresize(); turns out it...
2010-10-12 Aurélien Aptelremove useless draw().
2010-10-12 Aurélien Aptelapplied xclipboard patch. thx David Isaac Wolinsky.
2010-10-12 Aurélien Aptelclean button selection code.
2010-09-21 Aurélien Aptelcompose key patch. thx federico luna.
2010-09-11 Aurélien Aptels/hasfocus/focus/ for consistency.
2010-09-11 Aurélien Apteldon't draw if the window is not visible.
2010-09-11 Aurélien Apteluse xclear() in draw().
2010-09-11 Aurélien Apteluse XCreateWindow(), set gravity bit.
2010-09-02 Aurélien Aptelcleaning st.info. added comment in st.c for DECSCNM.
2010-09-02 Aurélien Aptelcleaning st.info. fixed cvvis.
2010-09-02 Aurélien Aptelset terminal colors to xterm default ones.
2010-09-02 Aurélien Aptelremoved gfx chars not present in xterm acsc.
next