summaryrefslogtreecommitdiff
path: root/desktop/browser.c
Commit message (Collapse)AuthorAgeFilesLines
* Reduce leaking of thumbnails to only for URLs that urldb rejects.Michael Drake2013-10-241-1/+21
| | | | Previously leaked thumbnails for all urls not previously visited.
* fix coverity #1111069Vincent Sanders2013-10-231-2/+3
|
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-2/+0
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* 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 ↵Michael Drake2013-05-271-0/+5
| | | | origin URLs as visited in browser window content callback. Note this doesn't mean we track redirects, it just lets us get the :visited link style on links that redirect.
* 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 ↵Michael Drake2013-05-071-0/+2
|\ | | | | | | tlsa/selection-search-refactor
| * add assert to ensure API contract is metVincent Sanders2013-05-041-0/+2
| |
* | Remove search context from browser window, simplify search interface for ↵Michael Drake2013-05-071-5/+0
|/ | | | | | | | | | | | | | | | | | | | | | front ends. Added content interface for search. Removed bw->cur_search search context. Desktop layer now does nothing except pass search requests from front end onto the bw's current_content via the content interface. Search API reduced to a pair of functions at each level: {desktop|content|html|textplain}_search and {desktop|content|html|textplain}_search_clear Updated front ends to use simplified search API. Only tested GTK and RO builds. These confine the search stuff to render/. However search still uses struct selection. The handling for which is still spread over desktop/ and render/. Also the render/search code itself still fiddles inside html and textplain privates.
* 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
| | | | | | | | | | | | | Keypresses now go via content interface. Contents don't shove the selection object into browser windows any more. Contents report selection existence by sending message. HTML content keeps track of where selections in it exist. Contents report whether they have input focus via caret setting msg. Caret can be hidden (can still input/paste) or removed. Consolidate textarea selection handling. Make textarea report its selection status changes to client. Various textarea fixes. Changed how we decide when to clear selections, and give focus.
* 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 ↵Michael Drake2013-01-081-6/+0
| | | | buffer from the front end now.
* add message retrival of error codes ensuring there are messages for all codesVincent Sanders2012-11-261-93/+1
|
* fix warningsVincent Sanders2012-10-181-6/+12
|
* Improve error handling in html contentVincent Sanders2012-10-171-0/+119
|
* Iframes have to have a parent content.Michael Drake2012-10-111-0/+2
|
* Fix up ripples from urldb change.Michael Drake2012-10-111-2/+1
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-10-081-1/+8
|\
| * trivial docuemntation cleanups to address some of the huge number of ↵Vincent Sanders2012-10-081-1/+8
| | | | | | | | docuemntation warnings
* | Port to new urldb API.Michael Drake2012-10-081-2/+3
|/
* 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
* Allow the presence of form inputs to be obtained without knowledge of html ↵Michael Drake2012-08-201-0/+1
| | | | content internals.
* Function for front ends to get debug dump from bw.Michael Drake2012-08-201-0/+7
|
* Don't pass struct box to content open.Michael Drake2012-08-201-1/+1
|
* Avoid using hlcache_handle for drag saves in html_interaction. Drag save ↵Michael Drake2012-08-191-8/+9
| | | | msg with NULL content now means save the content which sends the message.
* Handle choice of whether to show status for loading content or request content.Michael Drake2012-08-191-2/+11
|
* Add paste request content message.Michael Drake2012-08-181-0/+6
|