summaryrefslogtreecommitdiff
path: root/desktop/browser.h
Commit message (Expand)AuthorAgeFilesLines
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlc...Daniel Silverstone2011-03-131-6/+0
* Make schedule/schedule_remove use a typedef for their callback argumentDaniel Silverstone2011-03-121-2/+4
* Remove thumbnail_create() from browser.h. Make RO front end use the core thu...Michael Drake2011-02-191-4/+0
* ConstifyJohn Mark Bell2011-02-141-1/+1
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-1/+1
* Update browser_window_redraw comment.Michael Drake2011-02-131-4/+7
* Fix broken plotting on RO with locked contents and buffered rendering.Michael Drake2011-02-131-0/+8
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-111-11/+7
* improve browser_window_redraw width and height handlingVincent Sanders2011-02-111-3/+0
* add browser_window_redraw() method to make content_redraw calls from frontend...Vincent Sanders2011-02-101-0/+28
* More useful comment about what bw->scroll is for.Michael Drake2010-11-031-1/+2
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-43/+15
* The schedule_run function is only called by the frontends so remove it from t...Vincent Sanders2010-04-281-1/+0
* Calling a hlcache_handle "content" is confusing.Michael Drake2010-04-071-1/+1
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-33/+30
* Review fixups from Daniel SilverstoneVincent Sanders2010-02-111-30/+30
* cache the status text to reduce teh number of window status update calls to t...Vincent Sanders2010-02-101-0/+6
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-0/+3
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for form...Michael Drake2009-08-141-9/+16
* Indicate activity with the progress pointer for a second after you click a li...Michael Drake2009-07-141-0/+3
* Replace parent_url with a pointer to the parent content.John Mark Bell2009-07-101-1/+2
* Merged revisions 7764-7977,7979-8058 via svnmerge from John Mark Bell2009-06-271-7/+10
* Revert r6973. Apparently, it causes loads of problems.John Mark Bell2009-04-051-5/+5
* Change URL bar contents when switching tabs in GTK frontend.John Mark Bell2009-03-301-0/+3
* Add functions for checking if back/forward/stop/reload actions are currently ...Michael Drake2009-03-231-0/+5
* Remember the scroll position in the history, so that it's maintained when goi...John Mark Bell2009-03-171-5/+5
* make schedule_run return if it has active jobs to scheduleVincent Sanders2009-02-111-1/+1
* And these files too, pleaseAdrian Lees2009-01-301-4/+6
* Merge Mike's tabs changes. Still needs some cleaning.Rob Kendrick2008-08-241-1/+1
* + Change core to handle different front end click behaviourMichael Drake2008-06-061-11/+31
* s/wchar_t/uint32_t/gJohn Mark Bell2008-05-161-3/+3
* Remove the old and crap gesture coreDaniel Silverstone2007-09-141-4/+0
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Fix division by 0 caused by uninitialised scale value.John Mark Bell2007-08-071-0/+2
* Move window scaling from platform-specific code to desktop/browser.c. Modify ...James Bursa2007-08-071-0/+7
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-1/+1
* Open window targets with a new name in a new window. Fix handling of Adjust-c...Richard Wilson2007-04-071-1/+1
* Apply Darren Salt's keypress callbacl claiming patch, with addition of doc co...Rob Kendrick2007-03-061-1/+1
* Handle cookies in unverifiable transactionsJohn Mark Bell2007-01-271-11/+10
* Fix parsing error when an empty HTML data is returned. Add HTTP status and ot...James Bursa2007-01-131-2/+0
* Implement form targets (fix 1619094)Richard Wilson2006-12-301-2/+2
* Update project URL.Michael Drake2006-11-271-11/+11
* Add browser_window_reformat() and use it instead of content_reformat() to rem...James Bursa2006-11-261-0/+1
* Move frames-related code out of browser.c into a new file. Remove some browse...James Bursa2006-11-261-8/+2
* Fix 1553282.Richard Wilson2006-09-081-0/+1
* Experimental new frames code.Richard Wilson2006-09-021-7/+67
* Reposition caret when browser window reformattedAdrian Lees2006-08-131-0/+4
* Make adjust-clicking submit open a new window (fix 1430135)Richard Wilson2006-07-051-3/+3
* Added rudimentary gesture engine and test in gtk frontendDaniel Silverstone2006-06-021-1/+5
* Finish history cloning.Richard Wilson2006-04-221-2/+2