aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Barrucadu <mike@barrucadu.co.uk>2009-04-29 19:14:40 +0100
committerGravatar Barrucadu <mike@barrucadu.co.uk>2009-04-29 19:14:40 +0100
commit2668b7723dff9460bb2b4ca842025c8ad6dae753 (patch)
treeaf7fbb1e97d3901a58c3ea9dba15fcb18756aae9 /TODO
parent353aefa427b0153fe1db25781771bf1c52fab4d6 (diff)
parente0e74bb34d1ce7ff52f28fccb4f0c7bdf6740e92 (diff)
Merge branch 'dieter/experimental' into experimental
Conflicts: examples/scripts/load_url_from_bookmarks.sh examples/scripts/load_url_from_history.sh
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 15 insertions, 1 deletions
diff --git a/TODO b/TODO
index fbedb5a..84a7469 100644
--- a/TODO
+++ b/TODO
@@ -15,7 +15,21 @@ ASAP
* select/fork based instead of the pthread stuff -> drops dependency, more lightweight.
* on website, see if we can <pre><?php include('..'); ?></pre> the documentation inside the uzbl project itself, so we need to maintain the stuff on only 1 place
* see if we can use the github bugtracker (anonymous posting allowed?)
-* allow user to change bindings for navigation (up,down,left,right, page up, page down etc)
+* allow user to change bindings for navigation (up,down,left,right, page up, page down etc)and use vim-like defaults
+* put on uzbl.org that you can use http://github.com/Dieterbe/uzbl/issues after registering
+* make default 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
+ 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
+* add to bottom /* vi: set et ts=4: */
+* 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
+* get rid of the home page concept. allow user to make keybinds to go to one or more "homepages". a home page is nothing special.
+
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)