summaryrefslogtreecommitdiff
path: root/monkey/browser.c
Commit message (Expand)AuthorAgeFilesLines
* Move browser_window struct to private header. Places that shouldn't include i...Michael Drake2012-08-221-1/+1
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-131-1/+2
* Fix gui_window_drag_startJohn Mark Bell2012-02-051-1/+1
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
* Pass pointer constraints for drag out to front ends. Ensure content scrollba...Michael Drake2012-01-111-4/+3
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+1
* More response tags, updated docs with commandsDaniel Silverstone2011-11-251-2/+6
* Avoid unused variable warningRob Kendrick2011-11-251-0/+1
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-6/+0
* Remove gui_window_get_browser_window from core. Remove unused implementation...Michael Drake2011-09-051-6/+0
* Remove gui_window_position_frame() definition from core and remove all implem...Michael Drake2011-09-041-8/+0
* Fix up Monkey for r12574 API change.Michael Drake2011-07-061-4/+3
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-1/+6
* Remove gui_window_set_scale().Michael Drake2011-06-241-6/+0
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-241-0/+1
* WINDOW REDRAW and WINDOW RELOAD. Also, when quitting, cleanupDaniel Silverstone2011-03-121-0/+63
* Give Monkey a hearing aid, add 'WINDOW NEW' 'WINDOW GO' and 'WINDOW DESTROY' ...Daniel Silverstone2011-03-121-32/+90
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-121-0/+418