summaryrefslogtreecommitdiff
path: root/desktop/browser.c
Commit message (Expand)AuthorAgeFilesLines
* move remaining gui operations to tableVincent Sanders2014-01-141-2/+2
* confine the gui table acessor to the gui factory headerVincent Sanders2014-01-141-0/+1
* move teh final optional window operations into the tableVincent Sanders2014-01-131-17/+20
* move four more optional window operations to tableVincent Sanders2014-01-131-2/+2
* move two more mandantory window operations to tableVincent Sanders2014-01-131-2/+2
* move window scroll getter and setter into operations tableVincent Sanders2014-01-131-2/+2
* move mandantory window update and redraw operations into tableVincent Sanders2014-01-121-3/+3
* move more optional window operations into table including removing unused hid...Vincent Sanders2014-01-121-3/+3
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-10/+10
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-121-6/+7
* move window creation and destruction into tableVincent Sanders2014-01-111-4/+2
* Change gui_file_gadget_interface to pass gui_window not browser_window, add G...Rob Kendrick2014-01-051-1/+1
* Add infrastructure for calling front ends to set file gadget filenames via cl...Rob Kendrick2014-01-051-1/+16
* Remove asserts for default cases from all content message handlers; this is l...Rob Kendrick2014-01-051-1/+1
* Reduce leaking of thumbnails to only for URLs that urldb rejects.Michael Drake2013-10-241-1/+21
* fix coverity #1111069Vincent Sanders2013-10-231-2/+3
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-2/+0
* Update to use new hotlist and global history manager.Michael Drake2013-09-021-8/+2
* Update the new hotlist on visits.Michael Drake2013-08-271-1/+5
* Flag a TODO.Michael Drake2013-08-161-0/+1
* Move old hotlist out of the way.Michael Drake2013-08-131-2/+2
* Update new global history, if the treeview test option is set.Michael Drake2013-07-161-1/+6
* Fix namespace of old global history add function.Michael Drake2013-07-151-1/+1
* Minor wrapping fix.Michael Drake2013-07-121-2/+4
* Remove forward declaration.Michael Drake2013-07-121-556/+547
* Move global_history_add out of browser.h into global_history_core.hMichael Drake2013-07-121-2/+3
* Move local history over to nsurl.Michael Drake2013-07-111-5/+2
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
* move options includeVincent Sanders2013-05-281-1/+1
* Pass fetch redirect info up to content layer as content_msg. Mark redirect o...Michael Drake2013-05-271-0/+5
* add script_timeout option and use itVincent Sanders2013-05-221-3/+8
* create javascript heartbeat and hook a script timeout to itVincent Sanders2013-05-221-1/+11
* Merge branch 'master' of git://git.netsurf-browser.org/netsurf into tlsa/sele...Michael Drake2013-05-071-0/+2
|\
| * add assert to ensure API contract is metVincent Sanders2013-05-041-0/+2
* | Remove search context from browser window, simplify search interface for fron...Michael Drake2013-05-071-5/+0
|/
* Remove unused #includes.Michael Drake2013-04-291-2/+0
* Hide caret after reflow (textarea may have moved), but let textarea keep focus.Michael Drake2013-03-271-1/+2
* Fix pointer shape and status bar messages for textareas and their scrollbars.Michael Drake2013-03-111-8/+16
* Propagate native caret clip rect through core.Michael Drake2013-03-051-1/+2
* Fix history.Michael Drake2013-03-041-3/+1
* Fix loggingJohn-Mark Bell2013-02-271-1/+2
* Use custom fetcher for inline CSSJohn-Mark Bell2013-02-271-4/+2
* A load of refactoring of how content selection and input work.Michael Drake2013-02-221-37/+89
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-16/+16
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-33/+47
* browser_window_navigate refactorVincent Sanders2013-02-181-189/+156
* Drag fixup. Add some documentation.Michael Drake2013-02-081-2/+4
* HTML drags now go via content msg.Michael Drake2013-02-081-0/+19
* Remove content_msg for PASTE, since it doesn't need a gui_window to get the b...Michael Drake2013-01-081-6/+0
* add message retrival of error codes ensuring there are messages for all codesVincent Sanders2012-11-261-93/+1