summaryrefslogtreecommitdiff
path: root/monkey
Commit message (Collapse)AuthorAgeFilesLines
* Build resource: map at start timeJohn Mark Bell2011-10-051-13/+11
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* Remove gui_multitaskJohn Mark Bell2011-09-211-5/+0
| | | | svn path=/trunk/netsurf/; revision=12828
* 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
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-1/+4
| | | | svn path=/trunk/netsurf/; revision=12673
* Fix up Monkey for r12574 API change.Michael Drake2011-07-061-4/+3
| | | | svn path=/trunk/netsurf/; revision=12581
* Add file missing from r12543.Michael Drake2011-06-301-0/+5
| | | | svn path=/trunk/netsurf/; revision=12544
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-302-2/+7
| | | | | | 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
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=12283
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12089
* Rename utils/resource to utils/filepath to avoid confusion with resource: ↵Michael Drake2011-03-171-8/+8
| | | | | | fetcher. svn path=/trunk/netsurf/; revision=12088
* Move schedule.h to utils/John Mark Bell2011-03-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12039
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the ↵Daniel Silverstone2011-03-131-1/+1
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* Fix messageDaniel Silverstone2011-03-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12013
* No point in saving bitmapsDaniel Silverstone2011-03-131-1/+0
| | | | svn path=/trunk/netsurf/; revision=12011
* Shunt some schedule_run() calls around.. Should improve behaviour on GTK and ↵Daniel Silverstone2011-03-131-2/+2
| | | | | | monkey a little svn path=/trunk/netsurf/; revision=12004
* Run the schedule before as well as after the pollDaniel Silverstone2011-03-121-0/+2
| | | | svn path=/trunk/netsurf/; revision=12002
* Bunch of extra debugDaniel Silverstone2011-03-121-4/+12
| | | | svn path=/trunk/netsurf/; revision=12001
* Take advantage of not needing to spin like a mofo thanks to r11986Daniel Silverstone2011-03-121-2/+2
| | | | svn path=/trunk/netsurf/; revision=11987
* WINDOW REDRAW and WINDOW RELOAD. Also, when quitting, cleanupDaniel Silverstone2011-03-123-1/+66
| | | | svn path=/trunk/netsurf/; revision=11978
* Give Monkey a hearing aid, add 'WINDOW NEW' 'WINDOW GO' and 'WINDOW DESTROY' ↵Daniel Silverstone2011-03-128-37/+308
| | | | | | commands, along with 'QUIT' svn path=/trunk/netsurf/; revision=11974
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-1220-0/+2205
svn path=/trunk/netsurf/; revision=11968