summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* split out the layout glyph sizing and splitting APIVincent Sanders2016-04-239-81/+146
* make framebuffer use nsutils library monotonic timesVincent Sanders2016-04-211-0/+1
* replace wallclock API usage with nsutils monitonic timeVincent Sanders2016-04-212-9/+15
* move regex helper to be with teh single remaining call siteVincent Sanders2016-04-201-0/+19
* stop content header dragging in so many other headersVincent Sanders2016-04-192-0/+2
* reduce content header interdependancyVincent Sanders2016-04-183-0/+5
* create date and time to seconds since epoch processing utility functionVincent Sanders2016-04-161-2/+2
* complete the rename of the gui browser tableVincent Sanders2016-04-166-30/+30
* update version info for next development cycleVincent Sanders2016-04-061-2/+2
* Update font interface documentation to include parameter directionVincent Sanders2016-03-222-12/+12
* Fix size_t printf formattingVincent Sanders2016-03-171-1/+2
* update version info for next development cycleVincent Sanders2016-02-161-2/+2
* Return to original timeouts for now: One 30s attempt.Michael Drake2016-02-151-2/+2
* Remove torrent of logging during browser window resize.Michael Drake2016-02-061-1/+0
* Add support for retrying timed-out cURL fetches.Daniel Silverstone2015-11-102-0/+11
* Don't leak frame scrollbars.Michael Drake2015-10-311-0/+9
* Show the IDN decoded form in the URL bar on GTK if the option is set.Chris Young2015-10-241-0/+3
* Implement basic browsing context name propertyVincent Sanders2015-10-182-2/+65
* Remove errorneous addition.Chris Young2015-09-051-1/+0
* Rough outline for Intuition-based context menuChris Young2015-09-031-0/+1
* 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
* This moves message loading out of netsurf_init into each frontendVincent Sanders2015-06-212-5/+2
* Move the browser identification and machine info logging.Vincent Sanders2015-06-211-9/+0
* Allow the resource scheme to provide data directly.Vincent Sanders2015-06-172-2/+45
* Change LOG() macro to be varadicVincent Sanders2015-05-2820-168/+128
* make global history treeview directory creation return error instead of abortingVincent Sanders2015-05-031-2/+11
* Convert RISC OS to use bitmap render operationVincent Sanders2015-04-241-1/+1
* Remove unused thumbnail sources from core and gtkVincent Sanders2015-04-233-166/+1
* change browser history to use bitmap render interface for thumbnailsVincent Sanders2015-04-231-8/+14
* Add render to bitmap operations and update gtk to provide it.Vincent Sanders2015-04-221-0/+4
* Convert framebuffer frontend to bitmap operations table.Vincent Sanders2015-04-141-1/+1
* Move bitmap operations into an operation table.Vincent Sanders2015-04-135-38/+131
* split out gtk SSL certificate verification dialog impementation.Vincent Sanders2015-04-121-7/+4
* 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