JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied parts of Connor Lane Smith's cleanup patch.
[st.git] / st.c
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 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 Apteltake BORDER into account for selection. (thx Petr Sabata)
2011-04-03 Aurélien Aptelfix utf8 clipboard. (thx Petr Sabata)
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...
2010-12-12 Aurélien Aptelchange X cursor to "I".
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 Aptelundefined gfx doesn't draw \0.
2010-09-01 Aurélien Aptelresize from the top.
2010-09-01 Aurélien Apteladded -e and -t option.
2010-09-01 Aurélien Aptelfactored code and fixed behaviour of tnewline().
2010-09-01 Aurélien Aptelremoved debug code.
2010-09-01 Aurélien Aptelfixed IL and DL.
2010-09-01 Aurélien Aptelfactor and cleanup code.
2010-08-31 Aurélien Apteluse struct instead of array.
2010-08-31 Aurélien Aptelcleanup.
2010-08-31 pancake@nopcode.orgfix segfault when selecting big buffers
2010-08-31 Aurélien Aptelfix build.
2010-08-31 Aurélien Apteladd selinit() and renamed clipboard_* to sel*.
2010-08-31 Aurélien Aptelmove event configuration in xinit().
2010-08-31 Aurélien Apteluse one global struct instead of many vars for selectio...
2010-08-31 Aurélien Apteluse GLYPH_SET to test if a char is set; cleanup.
2010-08-31 pancake@nopcode.orgfix crash for small windows
2010-08-31 Aurélien Apteltoggle ATTR_REVERSE on selected text, factored some...
2010-08-30 pancakefix build
2010-08-30 pancakeinitial implementation of selection and clipboard
2010-08-30 pancake@nopcode.orgfix segfault
2010-08-30 Aurélien Apteladded support for alternate screen.
2010-08-30 Aurélien Aptelcursor is hid when unfocused.
2010-08-30 Aurélien Apteluse predefined OS macro instead of uname.
2010-08-29 Aurélien Aptelst should compile on NetBSD.
2010-08-30 Aurélien Aptelremoved (visual) bell. '\a' sets the urgency flag if...
2010-08-29 Aurélien Aptelremoved useless cursor init. and renamed xcursor()...
2010-08-29 Aurélien Apteladded support for the "magic margin", changed c.hide...
2010-08-29 Aurélien Aptelremoved old VT52 escapes, fixed VT100 IND.
2010-08-29 pancakefix warning
2010-08-29 Aurélien Aptelfixed optimized drawing routine and factored some code.
2010-08-29 Aurélien Aptelfixed pixmap buffer drawing.
2010-08-29 Aurélien Apteladded a XFlush() in xbell().
2010-08-29 Aurélien Aptelmoved term.hidec in term.c for consistency, put back...
2010-08-29 Aurélien Aptelmerged tscroll() with tscrollup().
2010-08-28 Aurélien Aptelst now runs on Linux, OpenBSD and FreeBSD.
2010-08-27 Aurélien Aptelremoved XINERAMA from config.mk and fixed a segfault...
2010-08-26 Aurélien Aptelfixed potential bug in IS_SET().
2010-08-26 Aurélien Aptelmerged tcursorwrap() with tnewline(), added few comment...
2010-08-26 Aurélien Aptelcleaned some spaces.
2010-08-26 Aurélien Apteladded macro to test flags, removed tmovecursor().
2010-08-26 Aurélien Aptelfaster resizing.
2010-08-26 Aurélien Aptelclose master/slave pty in the shell process.
2010-08-26 Aurélien Aptelclean \t.
2010-08-26 Aurélien Aptelupdate function prototypes.
2010-08-26 Aurélien Aptelfix \b and clean \t.
2010-08-22 Aurélien Apteladded F1-12 key, fixed DCH and ICH.
2010-08-19 Aurélien Aptelfixed backspace problem, updated terminfo entry and...
2010-08-13 Aurélien Aptelrenamed a function.
2010-07-24 Anselm R Garbeapplied Devin J Pohly's st color info patches, thanks...
2010-07-08 pancake@nopcode.orgfix gcc warnings
2010-07-08 Aurélien Aptelfixed background color bug (thx Devin J. Pohly).
2010-06-03 Aurélien Apteladded PBaseSize hint and set default title to "st".
2010-06-02 Aurélien Aptelrearranged code, resize fixed.
next