2011-01-06 00:02:22 +03:00
|
|
|
TODO's (no priority order)
|
|
|
|
|
|
|
|
- Optimize remove / redraw of caret, use pixbuffer instead?
|
|
|
|
- Optimize drawing of bitmaps on Low-Memory machines
|
|
|
|
- Restore the Palette when Windows get's the Focus
|
2011-12-07 01:06:41 +04:00
|
|
|
-> only needed for <= 256 colors
|
2011-01-22 19:43:24 +03:00
|
|
|
- Make drawing of tiled bitmaps optional ( they are slooow )
|
2011-12-07 01:06:41 +04:00
|
|
|
-> already optimized, still needed?
|
|
|
|
- only copy visible rects when copying screen rects ( during scroll ).
|
|
|
|
- Make context menu more stable, Bug lurking within core?
|
2011-01-06 00:02:22 +03:00
|
|
|
- Implement TreeView History
|
|
|
|
- Implement TreeView SSL Dialog
|
|
|
|
- Implement Native Select Menu
|
|
|
|
- Implement offscreen plotter
|
|
|
|
- Implement Options Dialog
|
2011-09-19 22:41:31 +04:00
|
|
|
- Implement SystemColors
|
2011-12-07 01:06:41 +04:00
|
|
|
- Replace RSC strings with string from messages file.
|
2011-01-06 00:02:22 +03:00
|
|
|
- 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.
|
2011-12-07 01:06:41 +04:00
|
|
|
- Loose focus for browser / url widget etc. when changing focus
|
2011-01-06 00:02:22 +03:00
|
|
|
( at best, implement callback for this...)
|
2011-12-07 01:06:41 +04:00
|
|
|
- Have browser_window specific cursor, window specifc cursor
|
2011-01-22 19:43:24 +03:00
|
|
|
- When minimized (not iconyfied) NetSurf doesn't recognize that.
|
2011-12-07 01:06:41 +04:00
|
|
|
- Tabs? ( several tab-favicons when iconyfied?)
|
|
|
|
- improve mouse tracking
|
|
|
|
- fix this:
|
2011-04-11 01:52:07 +04:00
|
|
|
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
|
2011-12-07 01:06:41 +04:00
|
|
|
|