JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Be careful about mar77i's patches.
[st.git] / st.c
2012-12-10 Christoph LohmannBe careful about mar77i's patches.
2012-12-10 Christoph LohmannFixing the nasty selection bug. Thanks p37sitdu@lavabit...
2012-11-25 Christoph LohmannThe style inquisition was here.
2012-11-25 Roberto E. Vargas... Add key for toogling numlock handling
2012-11-21 Christoph LohmannFixing the calculation of the base tty pixel size.
2012-11-15 Christoph LohmannGetbuttoninfo is always used the same and just a helper...
2012-11-15 Roberto E. Vargas... Fix speech error in comment
2012-11-15 Roberto E. Vargas... Remove unused fields in cursor_movement
2012-11-15 Christoph LohmannRemoving my debug fprintf().
2012-11-15 Christoph LohmannOptimizing the key lookup to the X11 function key....
2012-11-15 Roberto E. Vargas... Fix Shift + Insert shortcut
2012-11-15 Christoph LohmannFixing the return and keypad enter sent characters...
2012-11-15 Christoph LohmannImport the patch of Eckehard Berns to add insert mode...
2012-11-15 Roberto E. Vargas... Fix XK_NO_MOD and XK_ANY_MOD behavior
2012-11-14 Roberto E. Vargas... Fix tab key
2012-11-14 Christoph LohmannFixing the tab key, when no mask is wanted.
2012-11-13 Christoph LohmannThe style inquisition was here again.
2012-11-13 Roberto E. Vargas... Remove hardcoded keys form kpress
2012-11-13 Roberto E. Vargas... Move Shift + Insert to shortcut
2012-11-13 Roberto E. Vargas... Fix keypad mode and cursor mode
2012-11-13 Roberto E. Vargas... Add SRM sequence
2012-11-11 Christoph LohmannGc is not used anymore.
2012-11-11 Christoph LohmannRemoving some xft naming cruft.
2012-11-08 Christoph LohmannMoving the alt declaration to the beginning of the...
2012-11-08 Roberto E. Vargas... Move unsupported sequences to ignored.
2012-11-08 Roberto E. Vargas... Ignore DECARM sequence
2012-11-08 Roberto E. Vargas... Fix VPR sequence
2012-11-08 Roberto E. Vargas... Add DECOM sequence
2012-11-08 Roberto E. Vargas... Save cursor position in terminal reset
2012-11-08 Roberto E. Vargas... Clarify some or exclusive expressions
2012-11-08 Roberto E. Vargas... Fix bug restoring cursor position
2012-11-06 Christoph LohmannAdding scrollwheel support. Thanks Brandon Invergo!
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 LohmannMake it possible to use the corefont font description...
2012-11-02 Christoph LohmannMoving to the dwm config.h variable usage.
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. Vargas... 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. Vargas... Add DEC alignment test
2012-10-07 Roberto E. Vargas... Avoid initialization of vt100_0 in each call to tsetchar
2012-10-07 Roberto E. Vargas... Fix Identification sequences
2012-10-06 Roberto E. Vargas... 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. Vargas... Print control codes only in graphic mode
2012-10-06 Roberto E. Vargas... Add SI and SO control codes
2012-10-06 Roberto E. Vargas... Add SUB and CAN control codes
2012-10-06 Roberto E. Vargas... 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 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 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. Vargas... Allow control characters inside escape sequences
2012-09-26 Roberto E. Vargas... Ignore all control characters not handled
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. Vargas... Fix bug in tputc writing to io file
2012-09-24 Christoph LohmannThe xinit() call needs to be behind all the tty init...
2012-09-24 Roberto E. Vargas... Add some documentetion to tsetmode
2012-09-24 Roberto E. Vargas... Fix LNM sequence
2012-09-24 Roberto E. Vargas... Add KAM sequence
2012-09-24 Roberto E. Vargas... Remove unused parameters in ttyresize
2012-09-24 Roberto E. Vargas... 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-17 Christoph LohmannFixing the redrawing patch of k0ga, so it's using xclea...
2012-09-17 Roberto E. Vargas... Clean windows display after resizing
2012-09-17 Roberto E. Vargas... Copy non set positions as spaces
2012-09-17 Roberto E. Vargas... Add newline in error messages
2012-09-17 Roberto E. Vargas... Add xcalloc wrapper
2012-09-16 Christoph LohmannApplying a shortening proposal for the run loop of...
2012-09-16 Roberto E. Vargas... Remove call to draw in resize
2012-09-16 Christoph LohmannPreliminary solution to the stuttering problem.
2012-09-16 Roberto E. Vargas... Fix selection bug
2012-09-16 Roberto E. Vargas... Render only once in each main loop iteration
2012-09-16 Roberto E. Vargas... Remove timeout in the main loop
2012-09-16 Roberto E. Vargas... Call XSync in redraw
2012-09-16 Roberto E. Vargas... Call XdbeQueryExtension before of calling any Xdbe...
next