38 Commits (custom)

Author SHA1 Message Date
noname@inventati.org a6af2cc469 Remove old TODO entry.
It probably refers to
http://lists.suckless.org/dev/1211/13427.html
and does not seem like a bug in st.
9 years ago
Christoph Lohmann c7e24e44c8 TODO: Fix fontconfig 9 years ago
Christoph Lohmann 488977c8ef Brightening is again on the TODO list. 10 years ago
Christoph Lohmann 62f9142478 Updating the TODO in preparating for 0.5. 10 years ago
Christoph Lohmann 210dda9570 Wide character support.
Thanks "Eon S. Jeon" <esjeon@hyunmu.am>!
11 years ago
Eric Pruitt 7e3cff33ff Use character size scaling factors
The bounding boxes for characters can be scaled using "cwscale" and "chscale"
to scale the width and height respectively.
11 years ago
Alexander Sedov fbc589d506 Remove long text being cropped/wrapped to standard 80x24 on launch.
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.
11 years ago
Christoph Lohmann 502911e554 Updating the TODO file for after 0.4. 11 years ago
Christoph Lohmann efaf1c2a94 Add umlaut support for title change.
Thanks Alexander Sedov <alex0player@gmail.com>!
11 years ago
Christoph Lohmann d8f3809345 Removing BCE from the TODO list. 11 years ago
Christoph Lohmann c9bd58e4dd Adding a nasty resize bug. Maybe it can be fixed. 11 years ago
Christoph Lohmann 3c6ec1995d Adding error checks for XCreateIC and XOpenIM. 12 years ago
Christoph Lohmann cc86d148cb Changing the TODO to the current state. 12 years ago
Roberto E. Vargas Caballero 620e3bb39e Add missed key definitions
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(-)
12 years ago
Christoph Lohmann 784765ca35 Cleaning up the TODO file. 12 years ago
Christoph Lohmann e9c677816c Adding a TODO for xft fallback. 12 years ago
Christoph Lohmann 0eaed8f085 Redrawing is fixed. 12 years ago
Christoph Lohmann b93741e34d Remove some solved issues and add some new. 12 years ago
Roberto E. Vargas Caballero 85849ce72a Remove timeout in the main loop
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(-)
12 years ago
Christoph Lohmann 86cf8e3073 Adding the removal of the timeouts to the TODO. 12 years ago
Christoph Lohmann 462a966ee2 Implement italic font support. 12 years ago
Christoph Lohmann 56c551e4f4 Add to TODO to make function keys work. 12 years ago
Christoph Lohmann da4a77edbe Disable BCE again. 12 years ago
Christoph Lohmann 98dc91eb82 Removing the resize issue from the TODO file. 12 years ago
Christoph Lohmann e02d72441a Another thing for TODO – resize. 12 years ago
Christoph Lohmann 052a617828 Updating the TODO and enabling BCE. 12 years ago
Christoph Lohmann 6696ef8563 Add OSC, DSC, PM, APC and settitle. 12 years ago
Aurélien Aptel 8fdba7494f update TODO. 12 years ago
Aurélien Aptel be2877cd04 show dark cursor when unfocused. 12 years ago
Aurélien Aptel d5f3d120ea remove dup of default window size. 13 years ago
Aurélien Aptel aede91e22a update TODO 13 years ago
Aurélien Aptel 32e160c939 updated TODO. 14 years ago
Aurélien Aptel 5d8aa08ba5 updated TODO. 15 years ago
Aurélien Aptel 059d2ba264 updated TODO. 15 years ago
Anselm R Garbe d58dd3b8bc backport of local changes 15 years ago
Matthias-Christian Ott fb4508b0b7 remove TODO 16 years ago
Matthias-Christian Ott 0dedee5de8 update TODO 16 years ago
arg@localhost.localdomain 16f373e36c added new TODO 16 years ago