summaryrefslogtreecommitdiff
path: root/desktop/browser.h
Commit message (Expand)AuthorAgeFilesLines
* Improve browser window drag tracking, so that drags in internal browser windo...Michael Drake2011-08-241-0/+3
* Remove current_redraw_browser global.Michael Drake2011-08-241-1/+0
* Core part of search improvement:Michael Drake2011-08-241-4/+4
* Remove assumption of gui window from search.Michael Drake2011-07-141-0/+21
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-131-3/+20
* Clean up text input code. Now desktop/textinput.{c|h} is concerend with brow...Michael Drake2011-07-071-10/+24
* Pass struct rect to browser_window_update_box(), rather than union content_ms...Michael Drake2011-07-061-2/+1
* Iframe scrollbars.Michael Drake2011-07-051-0/+5
* Function to find out if browser window has a selection. Front ends should us...Michael Drake2011-07-021-0/+8
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-1/+2
* Function to get root browser window.Michael Drake2011-06-281-0/+8
* Move rectangle type to utils/types.hMichael Drake2011-06-281-1/+1
* Core form select widget now associated with HTML contents. Don't use current...Michael Drake2011-06-281-2/+0
* HTML contents manage box scrollbars, rather than browser_windows.Michael Drake2011-06-271-9/+0
* browser_window_mouse_drag_end is private now, and can be removed once content...Michael Drake2011-06-271-2/+0
* Fix bw->drag_type to be aware of remaining drag types.Michael Drake2011-06-271-7/+21
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-241-2/+21
* Delete redundant function declaration.Michael Drake2011-06-151-2/+0
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-141-1/+31
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-091-2/+2
* 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