diff options
author | jcid <devnull@localhost> | 2007-11-02 22:47:36 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-11-02 22:47:36 +0100 |
commit | 82433031dd79fb3332f41d6873ebd03b762d8502 (patch) | |
tree | fc4ec4a77cd776aad1a86be043fd816ba440c73a /README | |
parent | a98cd575bbb83fcf726c99741b8d97546696a16e (diff) |
Hooked vertical scrolling to the mouse wheel.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -25,14 +25,14 @@ Fixed * the scrolling position is not yet updated (when following a 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 +Fixed * 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 +Advanced * 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 +Fixed * 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 |