aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
Commit message (Collapse)AuthorAge
* Remove old TODO entry.Gravatar noname@inventati.org2015-04-13
| | | | | | It probably refers to http://lists.suckless.org/dev/1211/13427.html and does not seem like a bug in st.
* TODO: Fix fontconfigGravatar Christoph Lohmann2015-03-14
|
* Brightening is again on the TODO list.Gravatar Christoph Lohmann2014-05-24
|
* Updating the TODO in preparating for 0.5.Gravatar Christoph Lohmann2014-04-05
|
* Wide character support.Gravatar Christoph Lohmann2013-09-07
| | | | Thanks "Eon S. Jeon" <esjeon@hyunmu.am>!
* Use character size scaling factorsGravatar Eric Pruitt2013-08-05
| | | | | The bounding boxes for characters can be scaled using "cwscale" and "chscale" to scale the width and height respectively.
* Remove long text being cropped/wrapped to standard 80x24 on launch.Gravatar Alexander Sedov2013-07-04
| | | | | | | 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.
* Updating the TODO file for after 0.4.Gravatar Christoph Lohmann2013-03-29
|
* Add umlaut support for title change.Gravatar Christoph Lohmann2013-02-23
| | | | Thanks Alexander Sedov <alex0player@gmail.com>!
* Removing BCE from the TODO list.Gravatar Christoph Lohmann2013-01-20
|
* Adding a nasty resize bug. Maybe it can be fixed.Gravatar Christoph Lohmann2013-01-16
|
* Adding error checks for XCreateIC and XOpenIM.Gravatar Christoph Lohmann2012-12-11
|
* Changing the TODO to the current state.Gravatar Christoph Lohmann2012-11-15
|
* Add missed key definitionsGravatar Roberto E. Vargas Caballero2012-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | 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(-)
* Cleaning up the TODO file.Gravatar Christoph Lohmann2012-10-31
|
* Adding a TODO for xft fallback.Gravatar Christoph Lohmann2012-09-24
|
* Redrawing is fixed.Gravatar Christoph Lohmann2012-09-17
|
* Remove some solved issues and add some new.Gravatar Christoph Lohmann2012-09-16
|
* Remove timeout in the main loopGravatar Roberto E. Vargas Caballero2012-09-16
| | | | | | | | | | 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(-)
* Adding the removal of the timeouts to the TODO.Gravatar Christoph Lohmann2012-09-05
|
* Implement italic font support.Gravatar Christoph Lohmann2012-09-05
|
* Add to TODO to make function keys work.Gravatar Christoph Lohmann2012-09-05
|
* Disable BCE again.Gravatar Christoph Lohmann2012-09-05
|
* Removing the resize issue from the TODO file.Gravatar Christoph Lohmann2012-09-05
|
* Another thing for TODO – resize.Gravatar Christoph Lohmann2012-09-04
|
* Updating the TODO and enabling BCE.Gravatar Christoph Lohmann2012-09-04
|
* Add OSC, DSC, PM, APC and settitle.Gravatar Christoph Lohmann2012-08-29
|
* update TODO.Gravatar Aurélien Aptel2012-02-27
|
* show dark cursor when unfocused.Gravatar Aurélien Aptel2012-02-15
|
* remove dup of default window size.Gravatar Aurélien Aptel2011-09-16
|
* update TODOGravatar Aurélien Aptel2011-04-22
|
* updated TODO.Gravatar Aurélien Aptel2010-09-01
|
* updated TODO.Gravatar Aurélien Aptel2009-06-11
|
* updated TODO.Gravatar Aurélien Aptel2009-05-15
|
* backport of local changesGravatar Anselm R Garbe2009-05-10
|
* remove TODOGravatar Matthias-Christian Ott2008-07-09
|
* update TODOGravatar Matthias-Christian Ott2008-06-09
|
* added new TODOGravatar arg@localhost.localdomain2008-05-11