pinosaur
/
st.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
st.git
2012-10-06
Christoph Lohmann
The style inquisition was here. Yes, making it a unifie...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-05
Christoph Lohmann
Adding the patch of David Dufberg Töttrup to implement...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-05
Christoph Lohmann
Fixing the brightening on bold. For the 256 colors...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-05
Christoph Lohmann
Turning on antialias by default really makes it more...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-05
Christoph Lohmann
When the drawing behaviour was changed underline was...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-04
Christoph Lohmann
This adds the fontcache dependency to try something...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-02
Christoph Lohmann
Thanks to c00kiemon5ter. Not changing bold to bright...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-30
Christoph Lohmann
Removing the now obsolete definitions from the config...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-30
Christoph Lohmann
This changes -f to be the parameter for the font. Now...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-30
Christoph Lohmann
Remove the cruft of the user to have to define the...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-29
Christoph Lohmann
We need all the colors to be available, so die() on...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-29
Christoph Lohmann
All xcolors are not Xft colors and the clearing of...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-27
Christoph Lohmann
Vt escape sequences allow escape sequences in escape...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-26
Roberto E....
Allow control characters inside escape sequences
commit
|
commitdiff
|
tree
|
snapshot
2012-09-26
Roberto E....
Ignore all control characters not handled
commit
|
commitdiff
|
tree
|
snapshot
2012-09-26
Christoph Lohmann
Switching to Liberation Mono as default solely because...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-26
Christoph Lohmann
Implementing line drawing right.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-25
Christoph Lohmann
A reset should reset the line drawing too.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-25
Christoph Lohmann
Enabling enacs and adding compatibility to xterm and...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-25
Roberto E....
Fix bug in tputc writing to io file
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Christoph Lohmann
Changing the default font to DejaVu Sans Mono, which...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Christoph Lohmann
The xinit() call needs to be behind all the tty init...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Christoph Lohmann
Adding a TODO for xft fallback.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Roberto E....
Add some documentetion to tsetmode
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Roberto E....
Fix LNM sequence
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Roberto E....
Add KAM sequence
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Roberto E....
Remove unused parameters in ttyresize
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Roberto E....
Clear X window in tsetreset()
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Christoph Lohmann
Merging xft and current st heads.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-24
Christoph Lohmann
Initial Xft support for st. More to follow.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-19
Aurélien Aptel
use typedef'd unsigned type and regular bool type.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-18
Aurélien Aptel
config.def.h: typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-18
Aurélien Aptel
LEGACY: typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-17
Christoph Lohmann
Redrawing is fixed.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-17
Christoph Lohmann
Fixing the redrawing patch of k0ga, so it's using xclea...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-17
Roberto E....
Clean windows display after resizing
commit
|
commitdiff
|
tree
|
snapshot
2012-09-17
Roberto E....
Copy non set positions as spaces
commit
|
commitdiff
|
tree
|
snapshot
2012-09-17
Roberto E....
Add newline in error messages
commit
|
commitdiff
|
tree
|
snapshot
2012-09-17
Roberto E....
Add xcalloc wrapper
commit
|
commitdiff
|
tree
|
snapshot
2012-09-16
Christoph Lohmann
Applying a shortening proposal for the run loop of...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-16
Roberto E....
Remove call to draw in resize
commit
|
commitdiff
|
tree
|
snapshot
2012-09-16
Christoph Lohmann
Adding some more fields to the manpage, like authors...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-16
Christoph Lohmann
Remove some solved issues and add some new.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-16
Christoph Lohmann
Preliminary solution to the stuttering problem.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-16
Roberto E....
Fix selection bug
commit
|
commitdiff
|
tree
|
snapshot
2012-09-16
Roberto E....
Render only once in each main loop iteration
commit
|
commitdiff
|
tree
|
snapshot
2012-09-16
Roberto E....
Remove timeout in the main loop
commit
|
commitdiff
|
tree
|
snapshot
2012-09-16
Roberto E....
Call XSync in redraw
commit
|
commitdiff
|
tree
|
snapshot
2012-09-16
Roberto E....
Call XdbeQueryExtension before of calling any Xdbe...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-14
Christoph Lohmann
Implementing italic-bold. This will require an increase...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Christoph Lohmann
Ignore NUL character as a padding character. Telnet...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Christoph Lohmann
Importing the patch of Roberto Vargas to inherit signal...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Christoph Lohmann
Reset window title on terminal reset too.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Christoph Lohmann
Adding a statemant on legacy support.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-13
Christoph Lohmann
Adding another bold off sequence.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Roberto E....
Remove buffering to fileio instead of calling fflush
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Roberto E....
Add xmalloc and xrealloc wrappers
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Christoph Lohmann
Make nyancat(1) work. Important release feature!
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Christoph Lohmann
Add preliminary blink stubs. Real implementation is...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-12
Christoph Lohmann
Add another obscure way to set a window title.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Christoph Lohmann
Fixing the too small window in non-tiling window managers.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-06
Christoph Lohmann
Making the selection work again.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Christoph Lohmann
Allow simpler stdout -f handling.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Christoph Lohmann
Adding instantenous debug output and fixing italic...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Christoph Lohmann
Adding the removal of the timeouts to the TODO.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Christoph Lohmann
Removing masks for unhandled enter and leaving events.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Christoph Lohmann
If the selection is cleared, draw() and do it on button...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Roberto E....
Unhighlight selection when selection is owner by other...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Christoph Lohmann
Forcing the parameter limit to xcopy() and selpaste...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Christoph Lohmann
Removing unneeded arguments to copy(). Thanks to Andrew...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-05
Christoph Lohmann
Implement italic font support.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Christoph Lohmann
Add to TODO to make function keys work.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Christoph Lohmann
Enable keypad set and unset commands.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Christoph Lohmann
Disable BCE again.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Christoph Lohmann
Removing the resize issue from the TODO file.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Christoph Lohmann
Fixing the resizing behaviour.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Christoph Lohmann
Forgot one line. It's late.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Christoph Lohmann
Cleaning up the fixed window size and the resizing...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Christoph Lohmann
Another thing for TODO – resize.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Christoph Lohmann
Updating the TODO and enabling BCE.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Christoph Lohmann
CUP == HVP; CHA == HPA;
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Christoph Lohmann
Unifying the old style.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Roberto E....
Check alternative screen before drawing box selection
commit
|
commitdiff
|
tree
|
snapshot
2012-09-04
Roberto E....
Add newline to stderr message
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Christoph Lohmann
Fixing the border pixel when there is a negative position.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Christoph Lohmann
Add -g geometry to st and the manpage.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Christoph Lohmann
Fixing a type in in2 in the st.info.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Roberto E....
Force redisplay of all lines in DECSCNM
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Roberto E....
Add write I/O to file
commit
|
commitdiff
|
tree
|
snapshot
2012-09-03
Christoph Lohmann
Patch from Roberto Vargas. »Add initialization strings...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Christoph Lohmann
Add standout mode.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Christoph Lohmann
Cleaning up lonely tabs.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Christoph Lohmann
Make it more obvious where the wrong attribute is used.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Roberto E....
Enable multiple arguments in SM and RM
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Roberto E....
Add vpa terminfo capability
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Christoph Lohmann
Silencing the compiler but keeping strparse.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Christoph Lohmann
Applying the CBT patch of Roberto Vargas. Thanks.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-30
Christoph Lohmann
Never trust terminfo fata morganas. And adding other...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Christoph Lohmann
Add OSC, DSC, PM, APC and settitle.
commit
|
commitdiff
|
tree
|
snapshot
2012-08-29
Christoph Lohmann
Adding setb and setf and a comment about terminfo insta...
commit
|
commitdiff
|
tree
|
snapshot
next