aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/TODO
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-17 16:47:27 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-17 16:47:27 +0200
commit644e9c676956b16fa7812e5a4c43d09e6c94859a (patch)
tree7328f0936a14aec0adba2162720ae4866da11458 /docs/TODO
parent8c4c9681b72632356094beece7f844633a2f4922 (diff)
doc/todo updates
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/TODO b/docs/TODO
index d501643..bdfdb1d 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -26,7 +26,6 @@ More or less in order of importance/urgency
* check that in new version pageup etc works also in command
* tab key to jump between input fields should probably work in both insert and command mode
* do not delete fifo/socket if they exist already. rather give error and don't create one.
-* backspace key to pop characters from (multichar) command
* optional logging of http requests&responses with ip/hostname and port. -> how to implement? handler? stdout? (through a socket so you know what corresponds to what?)
* bench/optimize fifo vs socket performance. measure delays. minimize forks. does glib use a shell? how does it detect the shebang line?
* "remember account settings" support. but how? configure post data per site? regex match eg '^bbs.archlinux.org' ?
@@ -44,10 +43,11 @@ More or less in order of importance/urgency
* check for real command name, not just the first letter.
* let users attach handlers to the most common events/signals in uzbl.
* write little script to open new urls with the urxvt url thing +document.
-* add Rob/anydots trees on website
SOMEDAY:
figure out caching with webkit and in general how we can speed up everything
figure out how webkit intercepts key input
make "disable insert mode" (esc key) configurable
keywords don't work for external commands. is this a problem?
+* pass a bit less arguments by default, use the socket to query for them instead, or export the stuff through environment variables, or export them as xorg window properties
+* write a config "generator" that iterates over the Uzbl uzbl and generates the commands needed to become in that state. \ No newline at end of file