summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-10-20 00:36:36 +0200
committerjcid <devnull@localhost>2007-10-20 00:36:36 +0200
commit5bf42d25a234d4ff26a2be9fb000fb259f501574 (patch)
tree97a6b7c16fc33bd2a3c12ef6c16c74a0097bdde3 /README
parent9ef21280a66c7d77761fd1e4e5deab02314e7e61 (diff)
Updated the README file
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 16 insertions, 8 deletions
diff --git a/README b/README
index 9048612d..21ef6dd7 100644
--- a/README
+++ b/README
@@ -18,14 +18,22 @@ the former series.
Here's a list of some well known problems:
- * no iteration inside simple lists
- * image links haven't been hooked yet
- * you may experience crashes from "assert" statements from
- unfinished code.
- * the scrolling position is not yet updated (when following a
- link, the former scroll position is kept).
- * viewport scrolling is not yet optimized (takes lots of CPU)
- * context menus are not yet completely hooked or activated
+Fixed * no iteration inside simple lists
+Fixed * image links haven't been hooked yet
+Fixed * the scrolling position is not yet updated (when following a
+ link, the former scroll position is kept).
+Advanced * viewport scrolling is not yet optimized (takes lots of CPU)
+ * you may experience crashes from "assert" statements from
+ unfinished code.
+ * context menus are not yet completely hooked or activated
+ * Selecting text with the mouse is half hooked. This is, you
+ can see the selected text in the terminal but can't paste.
+ * Searching for text is not yet hooked. Look in test/ directory
+ of dw2 for an example of find text.
+ * Form elements are not yet hooked/implemented. You can look
+ in dw2' test/dw_ui_test.cc to see what's already done.
+ * Sometimes pages don't load giving a warning on an already
+ closed IO. I'll try to look at this one soon.
* no FRAMES rendering
* no https -- read the FAQ to enable a protoype.