summaryrefslogtreecommitdiff
path: root/desktop/browser.c
Commit message (Expand)AuthorAgeFilesLines
* Fix frameset resizing.Michael Drake2011-12-051-4/+4
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-10/+10
* Big wodge of internal browser window scroll fixes, or "rationalisation of bro...Michael Drake2011-12-021-12/+13
* Currently untested (and unused) "drop file on browser window" handling.Michael Drake2011-12-011-0/+37
* Pass scroll wheel action into contents. Handle scrolling of box scrollbars a...Michael Drake2011-11-291-2/+5
* New function for sending a scroll request into a core browser window at a giv...Michael Drake2011-11-291-0/+46
* Rename nsurl_enquire to nsurl_has_component.Michael Drake2011-11-271-2/+3
* Fix bug #3441539: downloads may be created from within framesJohn Mark Bell2011-11-241-6/+11
* Use lwc_string for box->id.Michael Drake2011-10-291-3/+3
* Intern bw->frag_id.Michael Drake2011-10-281-36/+19
* Use nsurl to add fragment for URL bar display.Michael Drake2011-10-281-12/+19
* Only permit root windows to convert fetch requests to downloadsJohn Mark Bell2011-10-101-2/+5
* Avoid a strlen.Michael Drake2011-10-081-1/+1
* Pedantic style changes.Michael Drake2011-10-081-29/+20
* Improve error handlingJohn Mark Bell2011-10-081-29/+41
* Lose unnecessary loggingJohn Mark Bell2011-10-071-6/+0
* use the default resource:favicon.ico when a site has no icon of its ownVincent Sanders2011-10-071-8/+30
* nsurl_ref returns the referenced nsurl.Michael Drake2011-10-071-2/+1
* Don't fetch favicons for (i)frames.Michael Drake2011-10-071-0/+4
* use resource:favicon.ico instead of resource:favicon.pngVincent Sanders2011-10-071-1/+1
* fix favicon default selection for non http(s) urlsVincent Sanders2011-10-071-2/+26
* fix ico handler to actually decode to bitmap when called via get_internalVincent Sanders2011-10-071-0/+3
* Attempting to download favicons is sillyJohn Mark Bell2011-10-071-1/+0
* consolidate code so a single codepath starts the retrival of the faviconVincent Sanders2011-10-071-28/+28
* metadata links stored in contentsVincent Sanders2011-10-071-56/+121
* initial favicon supportVincent Sanders2011-10-061-25/+98
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-64/+63
* Port llcache to nsurl.Michael Drake2011-09-281-1/+22
* Improve resizing frames.Michael Drake2011-09-071-1/+1
* Handle scrolled (i)frames.Michael Drake2011-09-061-0/+4
* Expose contextual content request API to front ends, via browser window layer.Michael Drake2011-09-061-0/+54
* Move to new bw dimensions.Michael Drake2011-09-061-1/+1
* Remove unused browser_window_owner function.Michael Drake2011-09-051-31/+0
* Implement frames in the core.Michael Drake2011-09-041-91/+239
* Sniff content types where appropriate.John Mark Bell2011-09-041-1/+2
* Fix scrollbar click coords.Michael Drake2011-08-251-4/+4
* When passing drag on to it's bw, we don't need to do anything if the drag is ...Michael Drake2011-08-241-1/+1
* During drags, prevent mouse interaction with other widgets.Michael Drake2011-08-241-4/+7
* Set up page drag start in iframes.Michael Drake2011-08-241-1/+2
* Improve browser window drag tracking, so that drags in internal browser windo...Michael Drake2011-08-241-0/+25
* Remove current_redraw_browser global.Michael Drake2011-08-241-3/+0
* Core part of search improvement:Michael Drake2011-08-241-0/+1
* Abort loading content when closing windowJohn Mark Bell2011-07-231-0/+1
* Remove assumption of gui window from search.Michael Drake2011-07-141-8/+25
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-131-48/+43
* Clean up text input code. Now desktop/textinput.{c|h} is concerend with brow...Michael Drake2011-07-071-1/+1
* Pass struct rect to browser_window_update_box(), rather than union content_ms...Michael Drake2011-07-061-15/+16
* Pass struct rect to gui_window_update_box(), rather than union content_msg_data.Michael Drake2011-07-061-9/+12
* Fix update_box coords when issued from scaled iframe.Michael Drake2011-07-061-4/+4
* Iframe scrollbars.Michael Drake2011-07-051-21/+257