JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
st.git
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
2012-09-12 Christoph LohmannMake nyancat(1) work. Important release feature!
2012-09-12 Christoph LohmannAdd preliminary blink stubs. Real implementation is...
2012-09-12 Christoph LohmannAdd another obscure way to set a window title.
2012-09-10 Christoph LohmannFixing the too small window in non-tiling window managers.
2012-09-06 Christoph LohmannMaking the selection work again.
2012-09-05 Christoph LohmannAllow simpler stdout -f handling.
2012-09-05 Christoph LohmannAdding instantenous debug output and fixing italic...
2012-09-05 Christoph LohmannAdding the removal of the timeouts to the TODO.
2012-09-05 Christoph LohmannRemoving masks for unhandled enter and leaving events.
2012-09-05 Christoph LohmannIf the selection is cleared, draw() and do it on button...
2012-09-05 Roberto E.... Unhighlight selection when selection is owner by other...
2012-09-05 Christoph LohmannForcing the parameter limit to xcopy() and selpaste...
2012-09-05 Christoph LohmannRemoving unneeded arguments to copy(). Thanks to Andrew...
2012-09-05 Christoph LohmannImplement italic font support.
2012-09-04 Christoph LohmannAdd to TODO to make function keys work.
2012-09-04 Christoph LohmannEnable keypad set and unset commands.
2012-09-04 Christoph LohmannDisable BCE again.
2012-09-04 Christoph LohmannRemoving the resize issue from the TODO file.
2012-09-04 Christoph LohmannFixing the resizing behaviour.
2012-09-04 Christoph LohmannForgot one line. It's late.
2012-09-04 Christoph LohmannCleaning up the fixed window size and the resizing...
2012-09-04 Christoph LohmannAnother thing for TODO – resize.
2012-09-04 Christoph LohmannUpdating the TODO and enabling BCE.
2012-09-04 Christoph LohmannCUP == HVP; CHA == HPA;
2012-09-04 Christoph LohmannUnifying the old style.
2012-09-04 Roberto E.... Check alternative screen before drawing box selection
2012-09-04 Roberto E.... Add newline to stderr message
2012-09-03 Christoph LohmannFixing the border pixel when there is a negative position.
2012-09-03 Christoph LohmannAdd -g geometry to st and the manpage.
2012-09-03 Christoph LohmannFixing a type in in2 in the st.info.
2012-09-03 Roberto E.... Force redisplay of all lines in DECSCNM
2012-09-03 Roberto E.... Add write I/O to file
2012-09-03 Christoph LohmannPatch from Roberto Vargas. »Add initialization strings...
2012-09-02 Christoph LohmannAdd standout mode.
2012-09-02 Christoph LohmannCleaning up lonely tabs.
2012-09-02 Christoph LohmannMake it more obvious where the wrong attribute is used.
2012-09-02 Roberto E.... Enable multiple arguments in SM and RM
2012-09-02 Roberto E.... Add vpa terminfo capability
2012-08-30 Christoph LohmannSilencing the compiler but keeping strparse.
2012-08-30 Christoph LohmannApplying the CBT patch of Roberto Vargas. Thanks.
2012-08-30 Christoph LohmannNever trust terminfo fata morganas. And adding other...
2012-08-29 Christoph LohmannAdd OSC, DSC, PM, APC and settitle.
2012-08-29 Christoph LohmannAdding setb and setf and a comment about terminfo insta...
2012-08-29 Roberto E.... Add CHT sequence
2012-08-29 Christoph LohmannApplying the patches of k0ga and changing the LICENSE...
2012-08-29 Roberto E.... Add TBC sequence
next