aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-01 23:24:09 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-01 23:24:09 +0200
commit32ffc07ba629008a98de92c2bfdeb975bba6e1ab (patch)
tree1ed2edc5c860b806051eaff47a70dbc9303af9c3 /TODO
parente7fd7880c0c51281370c3d4ca5dd7407b01aca8f (diff)
administrative duties
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 3 insertions, 5 deletions
diff --git a/TODO b/TODO
index e22e5f5..a0dc1c5 100644
--- a/TODO
+++ b/TODO
@@ -4,7 +4,6 @@ ASAP
* implement all the ideas from README
* get a logo
* when launching new instance, don't just try 'uzbl' and then './uzbl', rather launch a new uzbl in the same way the current uzbl instance was started. (same command, same arguments, except --uri)
-* where to put proxy config? webkit support? depend on libsoup?
* compare libsoup to curl backend. there are probably performance differences
* implement a more advanced dmenu alike that behaves like FF's awesomebar and where you can search in url + window title
* recognize -h with GOption?
@@ -22,9 +21,6 @@ ASAP
xdg already has a spec for this i think
different "opening" modes (open as configured vs ask before opening)
integration with download and new window thingies?
-* see if/how we can remove /bin/bash from scripts
-* unify internal and external bindings.
-* unify command triggering, whether they came in through fifo or keybind
* ideal uri editor: awesome mode like FF, some keyb shortcuts (erase search string, go to end/begin of string,..), history (if you patch dmenu to be in vertical mode and you order correctly, that's it), support copy paste
* blinking cursor when not in insert mode is confusing. i suggest dimming it's color if possible
* open in new window -> uzbl: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
@@ -38,8 +34,10 @@ ASAP
* default value for fifo_dir, socket_dir so we don't need to if(fifo_dir). it will always be set to something?
* change User-agent to contain uzbl + build date or something. + why is there "Mozilla" in the string
* 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?)
+* 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?
+* cookie support
+* http_proxy env var not recognized. libproxy (used by libsoup) should handle this http://mail.gnome.org/archives/libsoup-list/2009-February/msg00018.html
SOMEDAY:
check if we can make the settings loading less hard coded. eg( keep a list of all settings, and for each one, try to load it)