summaryrefslogtreecommitdiff
path: root/atari/browser.c
Commit message (Expand)AuthorAgeFilesLines
* Added context menu, Ole Loots2011-09-191-97/+83
* Keep Mouse tracking limited to input_window.Ole Loots2011-09-091-2/+12
* Removed usage of duplicate types for the same thing (bbox, rect) Ole Loots2011-08-301-53/+46
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-3/+1
* housekeepingOle Loots2011-08-051-24/+2
* removed preparations for frames. (will be handled within the core)Ole Loots2011-06-301-71/+34
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-1/+6
* Revert remove of cflib and further usage of xaaes nkcc routines. It resulted ...Ole Loots2011-06-251-1/+1
* Removed dependency to cflib,Ole Loots2011-05-241-4/+9
* rearranged includes, seperate redraw request areas.Ole Loots2011-05-091-76/+103
* Moved mouse movement handling into window event handlers, updated resources, ...Ole Loots2011-04-101-22/+36
* Removed special handling of non html content, added sanity checking for scrol...Ole Loots2011-03-201-22/+17
* cosmeticOle Loots2011-03-011-5/+2
* merged clipping parameter changes. Ole Loots2011-02-251-12/+22
* Port Atari front end to browser_window_redraw().Michael Drake2011-02-201-16/+3
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-141-7/+13
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-131-12/+11
* Improved scrolling and box redraw code.Ole Loots2011-02-121-20/+69
* Fixed Mouse Selection / Mouse drag,Ole Loots2011-02-051-49/+139
* fixed browser_redraw_required(), now only returning true when content is avai...Ole Loots2011-01-301-32/+7
* Implemented Search DialogOle Loots2011-01-301-0/+0
* Added calls to lock/unlock during redraw. Ole Loots2011-01-221-2/+4
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+944