summaryrefslogtreecommitdiff
path: root/atari/doc/todo.txt
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-02-22 21:06:43 +0000
committerOle Loots <ole@monochrom.net>2011-02-22 21:06:43 +0000
commitd4bb6718d6ef488864c7023cd52d6c1851fcc3fd (patch)
tree890771534f44e52b3971900b3bd7b7fb6f074e5d /atari/doc/todo.txt
parent4a805544063b2c59bf139e19d6961195c802a492 (diff)
downloadnetsurf-d4bb6718d6ef488864c7023cd52d6c1851fcc3fd.tar.gz
netsurf-d4bb6718d6ef488864c7023cd52d6c1851fcc3fd.tar.bz2
Updated docs
svn path=/trunk/netsurf/; revision=11758
Diffstat (limited to 'atari/doc/todo.txt')
-rwxr-xr-xatari/doc/todo.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/atari/doc/todo.txt b/atari/doc/todo.txt
new file mode 100755
index 000000000..d62fbb35a
--- /dev/null
+++ b/atari/doc/todo.txt
@@ -0,0 +1,40 @@
+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 ( they are slooow )
+ - 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.
+ - 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.
+ - Iconify Code kompletieren ( favicon, icon nach oben schieben - icon name anzeigen)
+ - fix ablend() function within vdi plotter, antialiased text only looks good when rendered
+ on white / black backgrounds, maybe other colors, but red looks ugly.
+ \ No newline at end of file