aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/TODO
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-07-04 10:01:50 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-07-04 10:01:50 +0200
commit27ec0befc51448c23a4fda5110d16cef31e6eb5b (patch)
tree49580919a6f265514f4bb55b429a08744e25d041 /docs/TODO
parent9a32a5f8c8d18d143cf8b4a89531c866679026c7 (diff)
todo updates
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/TODO b/docs/TODO
index 7f2d514..9d0a428 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -12,7 +12,7 @@ More or less in order of importance/urgency
* 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
+* make default window size configurable, and optional if this is not too much work
* 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
xdg already has a spec for this i think
@@ -40,7 +40,7 @@ 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.
great use case: automatically calling formfiller for certain sites
-* write little script to open new urls with the urxvt url thing +document.
+* default session path in uzbl_tabbed is not ok
* document:
stylesheet overridding
formfiller
@@ -62,4 +62,3 @@ 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