Prepared TODO's for NetSurf 3.1

This commit is contained in:
Ole Loots 2013-12-21 04:37:52 +01:00
parent 7395aa14ff
commit 81f7cf5a75
1 changed files with 9 additions and 22 deletions

View File

@ -1,31 +1,18 @@
TODO's (no priority order) TODO's (no priority order) for NetSurf 3.1 - 4.0
- Optimize remove / redraw of caret, use pixbuffer instead?
- Optimize drawing of bitmaps on Low-Memory machines - Optimize drawing of bitmaps on Low-Memory machines
- Restore the Palette when Windows get's the Focus - Restore the Palette when Windows get's the Focus
-> only needed for <= 256 colors -> only needed for <= 256 colors
- Make drawing of tiled bitmaps optional ( they are slooow ) - Make drawing of tiled bitmaps optional ( they are slooow )
-> already optimized, still needed? -> already optimized, still needed?
- only copy visible rects when copying screen rects ( during scroll ). - Make context menu more stable (grab all available context data at popup display)
- Make context menu more stable, Bug lurking within core? - Implement SystemColor Choices dialog
- Implement TreeView History - Add at least one offscreen plotter implementation
- Implement TreeView SSL Dialog - Fix utf8 to atari character conversion (legacy VDI text plotter
- Implement Native Select Menu must be able to handle the text argument characters correctly)
- Implement offscreen plotter - Add URL history when typing URL's into url textarea
- Implement Options Dialog
- Implement SystemColors
- Replace RSC strings with string from messages file.
- 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...)
- Have browser_window specific cursor, window specifc cursor - Have browser_window specific cursor, window specifc cursor
- When minimized (not iconyfied) NetSurf doesn't recognize that. - When minimized (not iconyfied) NetSurf doesn't recognize that.
- Tabs? ( several tab-favicons when iconyfied?) - Implement Tabs (up to 4 tab favicons when iconyfied)
- improve mouse tracking - merge treeview and gui_window handling
- fix this:
path2url in: ./res/icons/dir.png
path2url out: file:///./res/icons/dir.png
url2path in: file:///./res/icons/dir.png
- loesung fuer kompletten tree icons path finden