aboutsummaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)AuthorFilesLines
2015-04-13Remove old TODO entry.noname@inventati.org1-1/+0
It probably refers to http://lists.suckless.org/dev/1211/13427.html and does not seem like a bug in st.
2015-03-14TODO: Fix fontconfigChristoph Lohmann1-0/+1
2014-05-24Brightening is again on the TODO list.Christoph Lohmann1-0/+1
2014-04-05Updating the TODO in preparating for 0.5.Christoph Lohmann1-5/+0
2013-09-07Wide character support.Christoph Lohmann1-1/+0
Thanks "Eon S. Jeon" <esjeon@hyunmu.am>!
2013-08-05Use character size scaling factorsEric Pruitt1-1/+0
The bounding boxes for characters can be scaled using "cwscale" and "chscale" to scale the width and height respectively.
2013-07-04Remove long text being cropped/wrapped to standard 80x24 on launch.Alexander Sedov1-4/+0
To be more specific, now tty creation is delayed until X window is actually mapped; last ConfigureNotify before mapping determines initial tty size. Please report problems if there are any.
2013-03-29Updating the TODO file for after 0.4.Christoph Lohmann1-6/+9
2013-02-23Add umlaut support for title change.Christoph Lohmann1-1/+0
Thanks Alexander Sedov <alex0player@gmail.com>!
2013-01-20Removing BCE from the TODO list.Christoph Lohmann1-1/+0
2013-01-16Adding a nasty resize bug. Maybe it can be fixed.Christoph Lohmann1-0/+4
2012-12-11Adding error checks for XCreateIC and XOpenIM.Christoph Lohmann1-1/+0
2012-11-15Changing the TODO to the current state.Christoph Lohmann1-2/+7
2012-11-13Add missed key definitionsRoberto E. Vargas Caballero1-5/+1
This patch adds the keys for the keypad (in both modes, application mode or ansi mode) and function keys. It uses the same convention than xterm and instead of using the XK_Fxx values it generates them using F1-F12 and modifiers. For example: F1 -> ^[OP F1 + Shift = F13 -> ^[[1;2P F1 + Control = F25 -> ^[[1;5P F1 + Mod2 = F37 -> ^[[1;6P F1 + Mod1 = F49 -> ^[[1;3P F1 + Mod3 = F61 -> ^[[1;4P It is also important notice than the terminfo capability kIC (shifted insert key) only can be generated using the keypad keyboard, because the shorcut for selection paste is using the same combination. After this path the number of elements in the Key array becomes high, and maybe a sequencial search is not enough efficient now. --- TODO | 6 +--- config.def.h | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- st.info | 70 ++++++++++++++++++++++++++++++++++++++-- 3 files changed, 169 insertions(+), 9 deletions(-)
2012-10-31Cleaning up the TODO file.Christoph Lohmann1-4/+0
2012-09-24Adding a TODO for xft fallback.Christoph Lohmann1-0/+1
2012-09-17Redrawing is fixed.Christoph Lohmann1-1/+0
2012-09-16Remove some solved issues and add some new.Christoph Lohmann1-2/+6
2012-09-16Remove timeout in the main loopRoberto E. Vargas Caballero1-1/+0
The main loop waits until there is some data to read in file descriptors of the X server or the pseudo tty. But it uses a timeout in select(), which causes that st awake each 20 ms, even it doesn't have something to do. This patch removes this problem removing the timeout, which is not needed. --- TODO | 1 - st.c | 27 +++------------------------ 2 files changed, 3 insertions(+), 25 deletions(-)
2012-09-05Adding the removal of the timeouts to the TODO.Christoph Lohmann1-0/+1
2012-09-05Implement italic font support.Christoph Lohmann1-1/+0
2012-09-05Add to TODO to make function keys work.Christoph Lohmann1-0/+5
2012-09-05Disable BCE again.Christoph Lohmann1-0/+1
2012-09-05Removing the resize issue from the TODO file.Christoph Lohmann1-1/+0
2012-09-04Another thing for TODO – resize.Christoph Lohmann1-0/+1
2012-09-04Updating the TODO and enabling BCE.Christoph Lohmann1-5/+4
2012-08-29Add OSC, DSC, PM, APC and settitle.Christoph Lohmann1-0/+1
2012-02-27update TODO.Aurélien Aptel1-0/+2
2012-02-15show dark cursor when unfocused.Aurélien Aptel1-1/+6
2011-09-16remove dup of default window size.Aurélien Aptel1-0/+1
2011-04-22update TODOAurélien Aptel1-3/+8
2010-09-01updated TODO.Aurélien Aptel1-3/+15
2009-06-11updated TODO.Aurélien Aptel1-2/+0
2009-05-15updated TODO.Aurélien Aptel1-6/+2
2009-05-10backport of local changesAnselm R Garbe1-0/+9
2008-07-09remove TODOMatthias-Christian Ott1-1/+0
2008-06-09update TODOMatthias-Christian Ott1-3/+0
2008-05-11added new TODOarg@localhost.localdomain1-0/+4