aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-10-25 22:44:28 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-10-25 22:44:28 +0100
commite8c8bf4776f666c30e796609b83760c6571e1180 (patch)
tree92585d1225ed6d4b9f6d13979cd346eb059fd97e /docs
parente3cb0cc1f85a9de67b61c7c052bec9d8357fac0c (diff)
todo updates
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/TODO b/docs/TODO
index fa68a8b..4ba9d02 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -1,3 +1,5 @@
+THIS FILE IS SORT OF OUTDATED
+
what if fifo/socket doesn't exist, or exists but nothing working behind it (anymore)?
-> useful for both cookie handler and event manager
-> implementing in uzbl-core needs refactoring of handler args, or some edge-case workarounds
@@ -98,11 +100,10 @@ More or less in order of importance/urgency
* a variable that holds the page state: loading, pending, seen. this can be shown in titlebar/statusbar and used for multiple instances management
* allow to tag , to group instances together
* store uri/tag/name/state in xorg window properties
-* split up uzbl.c into multiple files
+* scripts that we use in uzbl-browser -> move from examples dir to $PREFIX/share/uzbl/ (update scripts_dir in sampleconfig accordingly)
* shortcuts to focus other instances (see docs/multiple-instances-management)
* cookie daemon (and maybe other daemons) are not scoped to the testing session when running some test-*-browser targets
* recognize -h with GOption?
-* 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.