summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve the make target validationVincent Sanders2015-04-061-20/+8
* Move some beos specific make rules into its MAkefile.targetVincent Sanders2015-04-052-11/+16
* Move some RISc OS specific Makefile rules into its Makefile.targetVincent Sanders2015-04-052-52/+40
* Fix up some doxygen errorsVincent Sanders2015-04-035-5/+5
* Use nsutils unistd operations for pread and pwrite to get consistant interfaceVincent Sanders2015-04-021-2/+3
* Revert "Fix RISC OS not having a pread/pwrite implementation."Vincent Sanders2015-04-023-47/+0
* extend backing store logging to show errno values ofter operationsVincent Sanders2015-04-011-22/+31
* Remove inclusion of my async backing store code whilst it's not being used.Chris Young2015-03-314-3/+8
* Fix RISC OS not having a pread/pwrite implementation.Vincent Sanders2015-03-313-5/+53
* ensure entry invalidation copes with entries in blocksVincent Sanders2015-03-311-13/+47
* Improve file naming inside cacheVincent Sanders2015-03-311-87/+84
* allocate small block using block use bitmaps to find free entries.Vincent Sanders2015-03-311-12/+69
* implement block read and write operations.Vincent Sanders2015-03-311-62/+141
* Block file usage bitmaps (de)serialisingVincent Sanders2015-03-311-5/+179
* define block store parametersVincent Sanders2015-03-311-0/+20
* Change backing store fetch operation to always perform the allocationsVincent Sanders2015-03-312-71/+95
* Compute the element index once and use that as a parameter.Vincent Sanders2015-03-311-58/+115
* Change element layout and cope with index collisions.Vincent Sanders2015-03-311-36/+45
* Updated Dutch resources for NetSurf / interactive Help corrections and additionsDick Tanis2015-03-303-56/+76
* Switch the English and French "fetches per host" text to the correct languages.Chris Young2015-03-291-2/+2
* Correct the screen depth check for setting friend bitmaps.Chris Young2015-03-291-1/+5
* pass a url info the RISC OS object info preparationVincent Sanders2015-03-281-11/+13
* define _DEFAULT_SOURCE as well as _BSD_SOURCE to supress warnings in glibc 2.12Vincent Sanders2015-03-283-0/+3
* Reduce log spam esp. from animated gifs.Michael Drake2015-03-281-6/+0
* Reduce log spam from animations.Michael Drake2015-03-281-2/+0
* Remove trailing whitespace.Michael Drake2015-03-281-4/+4
* Bump versionChris Young2015-03-272-4/+4
* add some debug to form gadget freeingVincent Sanders2015-03-271-3/+10
* Add some debug round thumbnail creationVincent Sanders2015-03-273-4/+13
* Remove fragment from nsurl hash.Michael Drake2015-03-271-3/+0
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-2736-402/+402
* allow the strip command to be overridden from the comamndlineVincent Sanders2015-03-221-1/+1
* Update Shared Unix Library support module to version 1.12Vincent Sanders2015-03-181-0/+0
* Stop unneccessary closure of menu tree when asked for clipboard data.David Gee2015-03-171-1/+1
* Create an empty !RunImage file in RISC OS page save appsVincent Sanders2015-03-171-0/+9
* Remove unused #defines.Michael Drake2015-03-171-4/+0
* Fixup atari thumbnail creation function parametersVincent Sanders2015-03-151-3/+1
* Remove url from content thumbnailers APIVincent Sanders2015-03-1515-66/+44
* Cleanup windows download window headerVincent Sanders2015-03-132-30/+23
* Clean up more windows frontend issues and split out more functionalityVincent Sanders2015-03-1314-220/+303
* Move win32 window operations into their own moduleVincent Sanders2015-03-128-1702/+1706
* Remove outdated and inaccurate build instructions.John-Mark Bell2015-03-111-114/+0
* update version info for next development cycleVincent Sanders2015-03-101-3/+3
* Merge branch 'heads/release/3.3'Vincent Sanders2015-03-100-0/+0
|\
| * Update version for 3.3 releaserelease/3.3Vincent Sanders2015-03-101-7/+2
|/
* Merge remote-tracking branch 'origin/stevef/ibarmenu'Vincent Sanders2015-03-102-8/+18
|\
| * Remove incorrect keyboard shortcuts from iconbar menu.stevef/ibarmenuGlen Walker2015-03-092-8/+18
* | Forms: consider submit buttons successful. Fixes #2284.John-Mark Bell2015-03-101-2/+47
|/
* Add invalidate API to html content script handling and use it.Vincent Sanders2015-03-093-25/+66
* clear the html content reference to javascript context.Vincent Sanders2015-03-061-0/+8