summaryrefslogtreecommitdiff
path: root/atari/doc
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-01-22 16:43:24 +0000
committerOle Loots <ole@monochrom.net>2011-01-22 16:43:24 +0000
commitb8f40265f461dd67883b15b5bc9a7cccd13ce25b (patch)
treeba26f8f7fefa32edb48ba96b951a39c2352e89c1 /atari/doc
parentc94c308cb441592e28a1488ca91486697db74be2 (diff)
downloadnetsurf-b8f40265f461dd67883b15b5bc9a7cccd13ce25b.tar.gz
netsurf-b8f40265f461dd67883b15b5bc9a7cccd13ce25b.tar.bz2
Updated documentation.
svn path=/trunk/netsurf/; revision=11449
Diffstat (limited to 'atari/doc')
-rw-r--r--atari/doc/bugs6
-rw-r--r--atari/doc/readme.txt9
-rw-r--r--atari/doc/todo7
3 files changed, 14 insertions, 8 deletions
diff --git a/atari/doc/bugs b/atari/doc/bugs
index 232347a5d..aef3d856c 100644
--- a/atari/doc/bugs
+++ b/atari/doc/bugs
@@ -1,5 +1,7 @@
-BUGS
+KNOWN BUGS
- - On native Ataris there is an Problem with Redraw & Mouse Cursor
+ - On classic TOS systems (aka !FreeMiNT) the palette is reset
+ when a new window is opened. This means: when opening a new window,
+ the colors aren't correct!
- Visiting pages that contain frames: undefined behavior
\ No newline at end of file
diff --git a/atari/doc/readme.txt b/atari/doc/readme.txt
index 39b34027a..e0a2bfe01 100644
--- a/atari/doc/readme.txt
+++ b/atari/doc/readme.txt
@@ -1,14 +1,13 @@
-Known bugs & Missing Features:
-------------------------------
+Missing Features:
+-----------------
+- Also look at BUGS file!
+- No networking with classic TOS.
- Frames are not implemented - if you hit an page with frames, you are advised to close the window and open a
new one.
- Many of the Menu items are not working yet.
- No Bookmarks & No History
- No Download Manager
-- The browser window can only be resized after a page has been loaded.
-- removing the selection from the URL bar just works with backspace key,
- del doesn't work.
Things to test:
---------------
diff --git a/atari/doc/todo b/atari/doc/todo
index 1fe4abd04..da0daeb93 100644
--- a/atari/doc/todo
+++ b/atari/doc/todo
@@ -5,7 +5,7 @@ TODO's (no priority order)
- Optimize drawing of bitmaps on Low-Memory machines
- Optimize Clipping for Plotters ( use OS clipping instead of own clipping )
- Restore the Palette when Windows get's the Focus
- - Make drawing of tiled bitmaps optional
+ - Make drawing of tiled bitmaps optional ( they are slooow )
- Implement TreeView
- Implement TreeView Hotlits
- Implement TreeView History
@@ -29,5 +29,10 @@ TODO's (no priority order)
( at best, implement callback for this...)
- Yahoo.de / .com etc. still crashes - this is probably not an Atari-Version
fault, but applies to all other netsurf versions.
+ - Have browser_window specific cursor, window specifc cursor
+ - At some places I query for gdos version and use v_gtext when running
+ classic TOS. This is maybe not really correct, altough the v_ftext work
+ on the newer OS (MiNT) it doesn't mean I'm using it correct.
+ - When minimized (not iconyfied) NetSurf doesn't recognize that.
\ No newline at end of file