summaryrefslogtreecommitdiff
path: root/atari/browser.h
Commit message (Collapse)AuthorAgeFilesLines
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-281-37/+14
| | | | | | | | - Optimized browser window caret, uses back-buffer now. ( So no content redraw is scheduled by the frontend just for a caret move ) - Fixed a double redraw issue when the browser reformat is pending and the AES also sends an redraw request because of the resize. - Started to use netsurfs textarea instead of a custom implementation ( to reduce code size ). svn path=/trunk/netsurf/; revision=13191
* -Remove a bunch of code which was intended to handle framed-pages. It's ↵Ole Loots2011-11-051-5/+2
| | | | | | | | better handled by the OS, because frames won't be handled within the frontend anymore. - Clear window when no content is available svn path=/trunk/netsurf/; revision=13125
* Added comments.Ole Loots2011-11-051-8/+15
| | | | svn path=/trunk/netsurf/; revision=13122
* Removed usage of duplicate types for the same thing (bbox, rect) Ole Loots2011-08-301-2/+4
| | | | svn path=/trunk/netsurf/; revision=12680
* housekeepingOle Loots2011-08-051-1/+0
| | | | svn path=/trunk/netsurf/; revision=12635
* removed preparations for frames. (will be handled within the core)Ole Loots2011-06-301-30/+22
| | | | svn path=/trunk/netsurf/; revision=12550
* adjusted comment to match reality. Ole Loots2011-06-251-2/+2
| | | | svn path=/trunk/netsurf/; revision=12508
* rearranged includes, seperate redraw request areas.Ole Loots2011-05-091-1/+75
| | | | svn path=/trunk/netsurf/; revision=12359
* Improved scrolling and box redraw code.Ole Loots2011-02-121-0/+1
| | | | svn path=/trunk/netsurf/; revision=11654
* Implemented Search DialogOle Loots2011-01-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+70
svn path=/trunk/netsurf/; revision=11218