JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Adopting arg.h with more flexible cmd handling.
[st.git] / st.c
2013-04-03 Christoph LohmannAdopting arg.h with more flexible cmd handling.
2013-04-03 Christoph LohmannAdd an option to disable alternative screens.
2013-03-29 Christoph LohmannAdd the possibility to have default highlight colors.
2013-03-29 Christoph LohmannRemoving an undefined case. just do regular selections.
2013-03-20 Christoph LohmannMaking rectangular selection work again.
2013-03-10 Christoph LohmannPange seems to use ascent + descent instead of height.
2013-02-26 Christoph LohmannUsing strsep and fixing null termination in csiparse.
2013-02-26 Christoph LohmannChanging the way how paste is handled, just for the...
2013-02-26 Christoph LohmannFixing a bug while parsing empty arguments in csiparse.
2013-02-26 Christoph LohmannFixing bugs in the strtol and strtok_r replacements.
2013-02-25 Christoph LohmannUsing strtok_r for the string parsing.
2013-02-25 Christoph LohmannUsing strtol with overflow checking.
2013-02-23 Christoph LohmannAdd insert for the primary clipboard to MOD + Shift...
2013-02-23 Christoph LohmannRemoving dbe and introducing umlauts to titles.
2013-02-23 Christoph LohmannAdd umlaut support for title change.
2013-02-23 Christoph LohmannReplace parse_int with atoi().
2013-02-19 Alexander SedovAdded basic xterm-ish palette swap support.
2013-02-19 Christoph LohmannImplement rectangular mouse selection.
2013-02-19 joe9ensure that the italic font has the same weight as...
2013-02-19 Christoph LohmannStyle inquisition.
2013-02-19 Christoph LohmannFixing the reverse mode of st colors.
2013-02-16 Christoph LohmannAdding a way to ignore bits in the state.
2013-02-15 Christoph LohmannStyle inquisition.
2013-02-15 Christoph LohmannDoing it like the new run() was proposed.
2013-02-15 Christoph LohmannAdding a more efficient drawing code.
2013-02-15 Christoph LohmannTmux wants this to be mutually exclusive.
2013-02-13 Christoph LohmannAdding mor explict font patterns.
2013-02-11 Christoph LohmannMaking st not activate the cursor in case of Mod +...
2013-02-10 Christoph LohmannSetting the surrounding border to defaultbg.
2013-02-08 Christoph LohmannRemoving some debug messages.
2013-01-27 Christoph LohmannFixing the menus in mc.
2013-01-27 Christoph LohmannFixing the black remaining lines in mc and dialog.
2013-01-26 Christoph LohmannAdding extended mouse reporting in st.
2013-01-20 Christoph LohmannRemoving the debug messages again.
2013-01-20 Christoph LohmannFixing the clipboard copying to st itself.
2013-01-20 Christoph LohmannSt is in 2013 now.
2013-01-20 Christoph LohmannImplementing Back Color Erase (BCE).
2013-01-19 Christoph LohmannMake line drawing work again.
2013-01-19 Christoph LohmannYes, xft should be on the buffer. Thanks Mihail Zenkov.
2013-01-19 Christoph LohmannTrying out the double buffering without dbe.
2013-01-19 Christoph LohmannDbe is not required anymore.
2013-01-18 Christoph LohmannThe title can now be set with UTF-8 characters.
2013-01-08 Christoph LohmannStandout mode has changed. Thanks p37sitdu@lavabit...
2013-01-08 Christoph LohmannA different double buffering strategy so the background...
2013-01-05 Christoph LohmannDamn, my fault. The cache should have at least some...
2013-01-05 Christoph LohmannApplying the changes to the docs; by Peter Hartman.
2013-01-01 Christoph LohmannA fix for the XopenIM() errors.
2012-12-30 Christoph LohmannIncreasing font cache for speeding up UTF8 demos.
2012-12-30 Christoph LohmannRemoving the warning about extents.
2012-12-29 Christoph LohmannFixing the font unloading in case of zoom.
2012-12-29 Christoph LohmannSpeeding up the drawing, then all characters are known.
2012-12-28 Christoph LohmannAdding fallback support to st.
2012-12-22 Christoph LohmannFixing a compile error.
2012-12-22 Christoph LohmannFixing a off-by-one error in the penultimate row drawing.
2012-12-18 Christoph LohmannFixing a precedence problem. Thanks tridactyla!
2012-12-13 Christoph LohmannChecking for the lower X11 special keys too. Thanks...
2012-12-11 Christoph LohmannAdding error checks for XCreateIC and XOpenIM.
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.
next