aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/TODO
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-17 10:53:13 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-17 10:53:13 +0200
commitae20aa3c63ad47bcc24859a239ddb9aeed40a5a2 (patch)
tree5770f452f60736cb8c119554e93eb784dd1b4b03 /docs/TODO
parent00c2223625d4ec0754b01a8a4556a4f0e7f550e1 (diff)
SELECTED_URI variable + allow variable replacing in window title in both states
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TODO b/docs/TODO
index 6258432..d501643 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -14,6 +14,7 @@ More or less in order of importance/urgency
* implement getting feedback from socket
* scrolling: make page up and page down configurable.
* show % of location in statusbar/title if page doesn't fit entirely on view.
+* conditionals in format strings: eg if(SELECTED_URI) { "-> SELECTED_URI" } or another smart way to achieve the same.
* make default window size configurable, and optional
* on uzbl.org commits overview: add date+time and repository
* how to handle different content types? (text-plain, image/png, application/pdf,... maybe a map of content-type to uzbl/command
@@ -34,7 +35,6 @@ More or less in order of importance/urgency
* improve DCOMMIT macro. what if WC is dirty? what if user downloaded tarball without .git?
* DARCH is not correct (should be at runtime)
* keybinds to open "next" or "previous" by looking for next/prev links and/or looking for numbers in the uri we can inc/decrement
-* variable replacing for title bar in "statusbar_visible" and statusbar_invisible states
* settings iterating "state generator" so we can "open in new window" again.
* handler for (broken) ssl certs.
* handlers for mailto: and maybe other thingies?