summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Add some debug round thumbnail creationVincent Sanders2015-03-272-2/+7
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-273-79/+79
* Remove url from content thumbnailers APIVincent Sanders2015-03-152-11/+17
* update version info for next development cycleVincent Sanders2015-03-101-3/+3
* Ensure line lengths cache is created initialised to zero.Michael Drake2015-02-151-3/+2
* The AmigaOS rename() isn't POSIX compiant, so call remove() first.Michael Drake2015-02-031-0/+3
* Remove redundant remove() call.Michael Drake2015-01-231-11/+3
* Fix failure to save hotlist when there was no previous file.Michael Drake2015-01-231-3/+8
* Make URL field for copying to clipboard.Michael Drake2015-01-031-1/+1
* Mark URL field for copying to clipboard.Michael Drake2015-01-031-1/+2
* Add ability to copy text from marked fields in selected nodes to clipboard.Michael Drake2015-01-032-4/+104
* Fix typo in comment.Michael Drake2015-01-031-1/+1
* Handle failure to remove or rename.Michael Drake2015-01-021-2/+8
* Don't free temp_path just before its used.Michael Drake2015-01-021-1/+2
* RISC OS filenames can't contian '.'Michael Drake2015-01-021-1/+1
* Make saving hotlist safer.Michael Drake2015-01-021-2/+78
* add missing includesVincent Sanders2014-12-271-0/+1
* Improve llcache writeout stratagyVincent Sanders2014-11-281-8/+16
* Remove unecessary header include.Michael Drake2014-11-241-1/+0
* fix warningChris Young2014-11-221-0/+1
* Remove usage of browser private interfacesVincent Sanders2014-11-211-0/+4
* update entry points to backing store ready for allowing differing object life...Vincent Sanders2014-11-201-0/+3
* Fix my spelling of teh everywhereVincent Sanders2014-11-183-3/+3
* make the form select menu API smaller.Vincent Sanders2014-11-131-1/+1
* Fix warningChris Young2014-11-101-0/+1
* Doxygen cleanups and documentation additionsVincent Sanders2014-11-104-18/+22
* Doxygen cleanupsVincent Sanders2014-11-102-8/+11
* Avoid calling calloc with 0 length data.Vincent Sanders2014-11-102-16/+33
* Desktop doxygen fixesVincent Sanders2014-11-0911-34/+40
* Doxygen cleanups and increase DOT_GRAPH_MAX_NODES for some headersVincent Sanders2014-11-091-14/+20
* fix up more doxygen errorsVincent Sanders2014-11-083-9/+8
* Improve Doxygen documentationVincent Sanders2014-11-082-1/+2
* Fix several doxygen issuesVincent Sanders2014-11-083-16/+22
* Improve content encoding information APIVincent Sanders2014-11-071-1/+1
* Allow content handlers to have debug values set through APIVincent Sanders2014-11-062-5/+23
* move themse install to its own headerVincent Sanders2014-11-063-14/+40
* Make the fetching of a contents encoding generic.Vincent Sanders2014-11-051-1/+1
* Remove April 1st layout shuffling.Michael Drake2014-11-051-21/+4
* reference nsurl as a struct properlyVincent Sanders2014-11-031-1/+1
* replace save_link operation table entry usage of textural url with nsurlVincent Sanders2014-11-032-3/+4
* fix errors in change url setting api to take an nsurl instead of a text stringVincent Sanders2014-11-021-0/+2
* change url setting api to take an nsurl instead of a text stringVincent Sanders2014-11-023-3/+3
* remove unecessary utils/types.hVincent Sanders2014-11-0211-36/+52
* Change contextual content retrieval to browser features.Vincent Sanders2014-11-023-29/+69
* Remove old URL header includes.Michael Drake2014-10-312-2/+0
* remove unused url_init functionVincent Sanders2014-10-311-2/+0
* use nsurl_nice and remove url_niceVincent Sanders2014-10-311-1/+2
* remove more user warning calls and replace with error returnsVincent Sanders2014-10-301-37/+35
* make global history treeview callback return errorVincent Sanders2014-10-302-12/+11
* make local history navigation return errorsVincent Sanders2014-10-302-123/+145