summaryrefslogtreecommitdiff
path: root/atari/browser.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved mouse movement handling into window event handlers, updated resources, ↵Ole Loots2011-04-101-22/+36
| | | | | | updated todos, implemented treeview + hotlist svn path=/trunk/netsurf/; revision=12182
* Removed special handling of non html content, added sanity checking for ↵Ole Loots2011-03-201-22/+17
| | | | | | scroll requests. svn path=/trunk/netsurf/; revision=12110
* cosmeticOle Loots2011-03-011-5/+2
| | | | svn path=/trunk/netsurf/; revision=11874
* merged clipping parameter changes. Ole Loots2011-02-251-12/+22
| | | | svn path=/trunk/netsurf/; revision=11808
* Port Atari front end to browser_window_redraw().Michael Drake2011-02-201-16/+3
| | | | svn path=/trunk/netsurf/; revision=11727
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-141-7/+13
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-131-12/+11
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* Improved scrolling and box redraw code.Ole Loots2011-02-121-20/+69
| | | | svn path=/trunk/netsurf/; revision=11654
* Fixed Mouse Selection / Mouse drag,Ole Loots2011-02-051-49/+139
| | | | | | Fixed Content Redraw for plain text files. svn path=/trunk/netsurf/; revision=11616
* fixed browser_redraw_required(), now only returning true when content is ↵Ole Loots2011-01-301-32/+7
| | | | | | available. svn path=/trunk/netsurf/; revision=11541
* Implemented Search DialogOle Loots2011-01-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* Added calls to lock/unlock during redraw. Ole Loots2011-01-221-2/+4
| | | | svn path=/trunk/netsurf/; revision=11438
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+944
svn path=/trunk/netsurf/; revision=11218