| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | reduce size of each glyph for faster copy. | Aurélien Aptel | 2012-02-08 | 1 | -4/+4 |
|/ |
|
* | Added tag 0.2 for changeset 3c2f9f2ab5e4 | Aurélien Aptel | 2012-02-07 | 1 | -0/+1 |
* | cosmetic, whitespace, etc. | Aurélien Aptel | 2012-01-21 | 1 | -37/+42 |
* | fix PRINT/DRAW _TIMEOUT and fix redrawing bug. | Aurélien Aptel | 2012-01-21 | 1 | -2/+2 |
* | copy dirty lines to screen, add select() timeout & min time between draw() ca... | Aurélien Aptel | 2012-01-21 | 1 | -9/+44 |
* | fix segfault in selection. (thx Martti Kühne) | Aurélien Aptel | 2012-01-10 | 1 | -1/+1 |
* | merge. | Aurélien Aptel | 2011-11-01 | 1 | -1/+1 |
|\ |
|
| * | drawregion() only copies region on screen. | Aurélien Aptel | 2011-10-20 | 1 | -1/+1 |
* | | fix selection. (thx Tarmo Heiskanen) | Aurélien Aptel | 2011-11-01 | 1 | -1/+7 |
|/ |
|
* | add dirty flag for lines | Aurélien Aptel | 2011-10-20 | 1 | -4/+39 |
* | no palette limit (thx Nick) | Aurélien Aptel | 2011-10-06 | 2 | -2/+2 |
* | simplify version format. | Aurélien Aptel | 2011-09-22 | 1 | -1/+1 |
* | selection is removed or scrolled properly. (thx Rafa Garcia Gallego) | Aurélien Aptel | 2011-09-16 | 1 | -0/+30 |
* | working on old repo, merging recent changesets. | Aurélien Aptel | 2011-09-16 | 3 | -26/+37 |
|\ |
|
| * | change "op" cap in terminfo entry to xterm/rxvt value. | Aurélien Aptel | 2011-08-14 | 1 | -1/+1 |
| * | fix custom key handling. | Aurélien Aptel | 2011-08-14 | 2 | -25/+36 |
* | | move xembedatom in XWindow struct, add link to xembed specs. | Aurélien Aptel | 2011-09-16 | 1 | -3/+5 |
* | | tweak focus to support XEMBED client message and remove focus on EnterNotify.... | Aurélien Aptel | 2011-09-16 | 1 | -3/+23 |
* | | remove dup of default window size. | Aurélien Aptel | 2011-09-16 | 2 | -2/+3 |
|/ |
|
* | fix focus state when embed in another window. | Aurélien Aptel | 2011-06-09 | 1 | -2/+5 |
* | fix segfault with mouse selection. (thx anonymous) | Aurélien Aptel | 2011-06-09 | 1 | -1/+1 |
* | add -w option to embed st. (thx nodus cursorius) | Aurélien Aptel | 2011-06-08 | 2 | -2/+14 |
* | applied parts of "anonymous" cleanup patch. | Aurélien Aptel | 2011-06-08 | 1 | -3/+2 |
* | add altscreen escseq alias & caps to terminfo entry. (thx Bert Münnich) | Aurélien Aptel | 2011-06-08 | 2 | -2/+6 |
* | disable mouse highlight when mouse report enabled. (thx Bert Münnich) | Aurélien Aptel | 2011-06-08 | 1 | -31/+51 |
* | reverse video mode. (thx Bert Münnich) | Aurélien Aptel | 2011-06-08 | 2 | -8/+24 |
* | add status bar (window title) to terminfo. (thx Rafa Gallego) | Aurélien Aptel | 2011-06-01 | 1 | -0/+3 |
* | set title before mapping window (thx Kamil Cholewiński). | Aurélien Aptel | 2011-05-22 | 1 | -1/+1 |
* | applied parts of Connor Lane Smith's cleanup patch. | Aurélien Aptel | 2011-05-14 | 2 | -20/+20 |
* | macro cleanup. | Aurélien Aptel | 2011-05-10 | 1 | -9/+11 |
* | add mouse report escape to terminfo entry. | Aurélien Aptel | 2011-05-10 | 1 | -0/+1 |
* | support for x11 xterm mouse reporting | Aurélien Aptel | 2011-05-10 | 1 | -1/+36 |
* | whitespace. | Aurélien Aptel | 2011-04-26 | 1 | -33/+33 |
* | cleanup. | Aurélien Aptel | 2011-04-26 | 1 | -77/+27 |
* | update TODO | Aurélien Aptel | 2011-04-22 | 2 | -3/+9 |
* | selection clicks, shift+arrow keys, fast(er) redraw, key mask in config.h (th... | Aurélien Aptel | 2011-04-22 | 3 | -61/+126 |
* | update README. | Aurélien Aptel | 2011-04-03 | 1 | -1/+8 |
* | quick bug-fixing 0.1.1 release. | Aurélien Aptel | 2011-04-03 | 1 | -0/+1 |
* | update VERSION. | Aurélien Aptel | 2011-04-03 | 1 | -1/+1 |
* | take BORDER into account for selection. (thx Petr Sabata) | Aurélien Aptel | 2011-04-03 | 1 | -4/+4 |
* | fix utf8 clipboard. (thx Petr Sabata) | Aurélien Aptel | 2011-04-03 | 1 | -1/+1 |
* | Added tag 0.1 for changeset cbc18c988236 | Aurélien Aptel | 2011-04-03 | 1 | -0/+1 |
* | add support for utf8 clipboard. fix usage message. | Aurélien Aptel | 2011-04-03 | 1 | -3/+7 |
* | do not add newline to selection text if next line not selected (Nick) | pancake@nopcode.org | 2011-04-01 | 1 | -2/+2 |
* | remove debugging printf | pancake@nopcode.org | 2011-04-01 | 1 | -2/+1 |
* | apply Nick's patch to fix some error printf to use stderr | pancake@nopcode.org | 2011-04-01 | 1 | -2/+2 |
* | fix insert key, terminfo and changed TERM back to st. (thx Ondrej Martinek) | Aurélien Aptel | 2011-01-23 | 2 | -2/+4 |
* | change X cursor to "I". | Aurélien Aptel | 2010-12-12 | 1 | -2/+11 |
* | update terminfo entry. | Aurélien Aptel | 2010-12-08 | 1 | -0/+7 |
* | add new line glitch to terminfo entry. | Aurélien Aptel | 2010-12-08 | 1 | -0/+1 |