summaryrefslogtreecommitdiff
path: root/desktop/browser.c
Commit message (Expand)AuthorAgeFilesLines
* remove unecessary textinput header use from global history headerVincent Sanders2016-06-301-0/+1
* reduce curl usage to fetcher, url unescaping and time parsingVincent Sanders2016-06-291-1/+0
* Allow include directories to be added by sub makefilesVincent Sanders2016-06-061-1/+1
* Update content to split public and internal APIVincent Sanders2016-06-061-4/+4
* move plotters header into public APIVincent Sanders2016-05-301-1/+1
* move desktop window header into public APIVincent Sanders2016-05-301-26/+26
* move misc header into public APIVincent Sanders2016-05-301-1/+1
* move window header into public APIVincent Sanders2016-05-301-1/+1
* move the CSS content handlerVincent Sanders2016-05-261-1/+1
* remove all core usage of warn_user APIVincent Sanders2016-04-261-5/+6
* fix error reporting from frameset creationVincent Sanders2016-04-261-4/+6
* make framebuffer use nsutils library monotonic timesVincent Sanders2016-04-211-0/+1
* replace wallclock API usage with nsutils monitonic timeVincent Sanders2016-04-211-8/+14
* reduce content header interdependancyVincent Sanders2016-04-181-0/+1
* complete the rename of the gui browser tableVincent Sanders2016-04-161-7/+7
* Update font interface documentation to include parameter directionVincent Sanders2016-03-221-1/+1
* Remove torrent of logging during browser window resize.Michael Drake2016-02-061-1/+0
* Don't leak frame scrollbars.Michael Drake2015-10-311-0/+9
* Implement basic browsing context name propertyVincent Sanders2015-10-181-1/+36
* Proper error handling for JS context creation.Michael Drake2015-08-131-5/+4
* Can't tell if failure to create a JS context is an error or not.Michael Drake2015-08-131-3/+2
* Handle failure to create new context.Michael Drake2015-08-131-0/+3
* Remove TODO.Michael Drake2015-08-131-2/+1
* Fix crash when JS context is required from a frame.Michael Drake2015-08-131-5/+6
* Change LOG() macro to be varadicVincent Sanders2015-05-281-22/+18
* Convert RISC OS to use bitmap render operationVincent Sanders2015-04-241-1/+1
* Convert framebuffer frontend to bitmap operations table.Vincent Sanders2015-04-141-1/+1
* Remove usage of browser private interfacesVincent Sanders2014-11-211-0/+4
* make the form select menu API smaller.Vincent Sanders2014-11-131-1/+1
* Improve content encoding information APIVincent Sanders2014-11-071-1/+1
* Allow content handlers to have debug values set through APIVincent Sanders2014-11-061-3/+11
* move themse install to its own headerVincent Sanders2014-11-061-0/+1
* Make the fetching of a contents encoding generic.Vincent Sanders2014-11-051-1/+1
* change url setting api to take an nsurl instead of a text stringVincent Sanders2014-11-021-1/+1
* Change contextual content retrieval to browser features.Vincent Sanders2014-11-021-20/+32
* make adding a history entry return an error code.Vincent Sanders2014-10-291-1/+1
* Ensure browser window creation returns errors from common initialisation.Vincent Sanders2014-10-291-1/+6
* Update url setting API to return nserror code instead of calling warn_userVincent Sanders2014-10-291-28/+29
* Add bw function to get scrollbar type.Michael Drake2014-10-251-1/+12
* Add function to find if a bw is a frameset.Michael Drake2014-10-251-0/+7
* Move create_form_select_menu to window gui table.Michael Drake2014-10-241-1/+1
* Ensure we pass valid gw to gadget click gui call.Michael Drake2014-10-241-1/+3
* Open select menu via content msg, instead of breaking encapsulation.Michael Drake2014-10-241-0/+10
* improve documentation and whitespace cleanup.Vincent Sanders2014-10-191-60/+61
* improve documentation in headersVincent Sanders2014-10-191-178/+60
* Add is_selectable to browser window API surface.Michael Drake2014-10-181-0/+16
* Add call to test whether a browser window may be searched.Michael Drake2014-10-181-0/+16
* Move up_available fn to core.Michael Drake2014-10-181-0/+21
* Add core function to navigate to URL parent.Michael Drake2014-10-171-0/+35
* Update the core to use the split operations table headersVincent Sanders2014-10-161-19/+23