summaryrefslogtreecommitdiff
path: root/atari/doc
diff options
context:
space:
mode:
Diffstat (limited to 'atari/doc')
-rw-r--r--atari/doc/bugs5
-rw-r--r--atari/doc/readme.txt30
-rw-r--r--atari/doc/todo33
3 files changed, 68 insertions, 0 deletions
diff --git a/atari/doc/bugs b/atari/doc/bugs
new file mode 100644
index 000000000..232347a5d
--- /dev/null
+++ b/atari/doc/bugs
@@ -0,0 +1,5 @@
+BUGS
+
+ - On native Ataris there is an Problem with Redraw & Mouse Cursor
+ - 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
new file mode 100644
index 000000000..39b34027a
--- /dev/null
+++ b/atari/doc/readme.txt
@@ -0,0 +1,30 @@
+Known bugs & Missing Features:
+------------------------------
+
+- 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:
+---------------
+
+- Networking code
+- SSL
+- Window Redraw - sometimes it looks like the page is redrawn all the times... (ebay...)
+ When you start to scroll, this stops.
+ Find out if the redraw stops at some point without the need of the user interaction.
+- Navigate to a lot of pages, note the ones that crashed, please don't report pages that you visited
+ after visiting pages with frames... Make sure you don't call pages with frames. I know that it's not working,
+ and I know that it can cause BUGS.
+- Have a look at the memory usage...
+- Copy & Paste ( please don't report unsupported characters, I know it's not perfect)
+ Doing selections with the mouse (Press mouse key and wait until statusbar says "selecting") is not working so well...
+ But you can use CTRL+A to select everything. Try it.
+
+
+ \ No newline at end of file
diff --git a/atari/doc/todo b/atari/doc/todo
new file mode 100644
index 000000000..1fe4abd04
--- /dev/null
+++ b/atari/doc/todo
@@ -0,0 +1,33 @@
+TODO's (no priority order)
+
+ - Optimize drawing of 1px width / height tiled bitmaps (stretch)
+ - Optimize remove / redraw of caret, use pixbuffer instead?
+ - 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
+ - Implement TreeView
+ - Implement TreeView Hotlits
+ - Implement TreeView History
+ - Implement TreeView SSL Dialog
+ - Implement Native Select Menu
+ - Implement Frames (?)
+ - Implement IFrames
+ - Implement offscreen plotter
+ - Implement Options Dialog
+ - Implement Favicon Display
+ - Optimize behaviour when windows gets the newtop,
+ set focus to the frame where the click occured,
+ not just the frame container.
+ - Replace RSC strings with string from messages file.
+ - Implement Selection within URL Widget by depressing SHIFT + Mouse Click
+ - Implement Home / End Cursors within the URL Widget
+ - Test pages that use a refferer.
+ - Optimize Offscreen Plotter: Save inactive framebuffers to disk?
+ - Ensure that a font-face is set to the default font when it couldn't be loaded.
+ - Loose focus for browser / url widget etc. when changing focus
+ ( 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.
+
+ \ No newline at end of file