summaryrefslogtreecommitdiff
path: root/monkey/browser.c
Commit message (Collapse)AuthorAgeFilesLines
* Move browser_window struct to private header. Places that shouldn't include ↵Michael Drake2012-08-221-1/+1
| | | | | | | | | | | | | | | | | it do, such as front end code. Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows
* 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
| | | | svn path=/trunk/netsurf/; revision=13418
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=13397
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-111-4/+3
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=13335
* More response tags, updated docs with commandsDaniel Silverstone2011-11-251-2/+6
| | | | svn path=/trunk/netsurf/; revision=13181
* Avoid unused variable warningRob Kendrick2011-11-251-0/+1
| | | | svn path=/trunk/netsurf/; revision=13180
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-6/+0
| | | | svn path=/trunk/netsurf/; revision=12738
* Remove gui_window_get_browser_window from core. Remove unused ↵Michael Drake2011-09-051-6/+0
| | | | | | implementations from front ends. Rename the GTK front end implementation to nsgtk_get_browser_window and change the GTK front end to use that. svn path=/trunk/netsurf/; revision=12737
* Remove gui_window_position_frame() definition from core and remove all ↵Michael Drake2011-09-041-8/+0
| | | | | | implementations from front ends. svn path=/trunk/netsurf/; revision=12711
* Fix up Monkey for r12574 API change.Michael Drake2011-07-061-4/+3
| | | | svn path=/trunk/netsurf/; revision=12581
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-1/+6
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Remove gui_window_set_scale().Michael Drake2011-06-241-6/+0
| | | | svn path=/trunk/netsurf/; revision=12502
* If iframes are reformatted due to containing document reflow, don't need to ↵Michael Drake2011-06-241-0/+1
| | | | | | redraw them since they will be redrawn when the containing document is redrawn. Make iframe handling more robust. svn path=/trunk/netsurf/; revision=12497
* WINDOW REDRAW and WINDOW RELOAD. Also, when quitting, cleanupDaniel Silverstone2011-03-121-0/+63
| | | | svn path=/trunk/netsurf/; revision=11978
* Give Monkey a hearing aid, add 'WINDOW NEW' 'WINDOW GO' and 'WINDOW DESTROY' ↵Daniel Silverstone2011-03-121-32/+90
| | | | | | commands, along with 'QUIT' svn path=/trunk/netsurf/; revision=11974
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-121-0/+418
svn path=/trunk/netsurf/; revision=11968