summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Avoid generating confusing warning.Michael Drake2015-05-122-4/+1
| | | | Now the disc cache will be disabled silently if its too slow.
* Fix the PNG handler crashing in low memory situations.Vincent Sanders2015-05-121-1/+13
| | | | | | | Obtaining a netsurf bitmap buffer may fail on some frontends (RISC OS especially) as the bitmap allocation is not performed until the buffer is requested. The PNG image handler failed to check for this when populating the row pointer structure.
* Improve the logge dinformation about written cache dataVincent Sanders2015-05-081-7/+7
|
* put assert back to protect against bad logic in frontend drag implementationsVincent Sanders2015-05-081-0/+4
|
* utility to translate public suffix data into a c codeVincent Sanders2015-05-061-0/+378
|
* Move the setting of block file extents to background maintinance.Vincent Sanders2015-05-041-16/+68
| | | | | | On some OS the ftruncate operation can take some time so move it to occour in the background maintinance operations instead of when data blocks are initialy opened. This should improve browsing responsiveness.
* remove assert if drag message contains an unknown type.Vincent Sanders2015-05-031-8/+12
| | | | | Instead of asserting if a message contains an unsupported drag type the message is now logged and ignored.
* Silence incorrect warning from gcc 4.9Vincent Sanders2015-05-031-9/+19
| | | | | | | This makes the box_move_xy function return a value on all code paths. This was not really necessary as there is an assert in the path that could have returned without a value. The gcc optimiser seems unable to reason about this in this case causing a warning.
* make global history treeview directory creation return error instead of abortingVincent Sanders2015-05-031-2/+11
|
* Remove legacy #undefMichael Drake2015-05-031-2/+0
|
* Use standard macros for monkey frontend mandantory pkg-config based librariesVincent Sanders2015-05-031-17/+17
|
* Update posix source version on monkey frontend to reflect oyr usage of scandirVincent Sanders2015-05-032-2/+2
|
* On OpenBSD framebuffer resource building should link the correct libraryVincent Sanders2015-05-031-1/+1
|
* Improve handling of compiler flags for resource tools with framebufferVincent Sanders2015-05-031-25/+36
|
* Ensure bandwidth minimum check is only performed when enough data hasVincent Sanders2015-04-301-6/+15
| | | | been written.
* Ensure small block cache files allocate their entire extent at open.Vincent Sanders2015-04-301-10/+18
| | | | | | | | | | It seems many filesystems are greatly more efficient if the block file is allocated its entire extent once rather than trying to continuously grown the file later. The size of the block files is known at their creation time so this change ensures they are grown to the full possible extent hence removing future inefficient writes.
* Remove unecessary dll from windows installer scriptVincent Sanders2015-04-291-2/+0
|
* Updated mingw32 toolchain names the regex library something differentVincent Sanders2015-04-281-1/+1
|
* Attempt to fix spurious plotter crashesChris Young2015-04-271-1/+8
|
* Revert "Attempt to avoid a crash in ami_plot()"Chris Young2015-04-271-2/+0
| | | | This reverts commit e64d48980e38448eeb83daa8659788d48f845692.
* Ensure result of ftell is checked for errorsVincent Sanders2015-04-261-0/+6
| | | | | | | | The ftell call in the html renderer handling of drag and drop was not checking its return value for errors which could have resulted in attempting to read -1 bytes. coverity 1251038
* Attempt to avoid a crash in ami_plot()Chris Young2015-04-251-0/+2
|
* Remove bogus commentChris Young2015-04-251-2/+0
|
* As the content interface is now doing the scaling, we render to a native ↵Chris Young2015-04-253-53/+50
| | | | | | BitMap and then copy that to the RGBA32 bitmap buffer without re-scaling. The native BitMap is currently discarded and will be re-created when it is displayed.
* Keep the size of the bitmap and layers used for rendering in the structure ↵Chris Young2015-04-251-6/+9
| | | | itself, rather than assuming it is the same as the tile size.
* Merge branch 'thumbnail-rework'Vincent Sanders2015-04-2442-1607/+1255
|\
| * Convert RISC OS to use bitmap render operationVincent Sanders2015-04-248-455/+371
| |
| * Convert cocoa to use bitmap render APIVincent Sanders2015-04-243-101/+84
| |
| * Convert windows to use the bitmap render interfaceVincent Sanders2015-04-243-109/+84
| |
| * Convert beos to bitmap render APIVincent Sanders2015-04-243-334/+303
| |
| * Convert atari to bitmap render interfaceVincent Sanders2015-04-244-26/+7
| |
| * Update amiga to use bitmap render APIVincent Sanders2015-04-244-122/+81
| |
| * Update monkey to use bitmap render APIVincent Sanders2015-04-243-33/+11
| |
| * Convert framebuffer to use bitmap render from thumbnail APIVincent Sanders2015-04-233-101/+81
| |
| * Remove unused thumbnail sources from core and gtkVincent Sanders2015-04-235-289/+2
| |
| * change browser history to use bitmap render interface for thumbnailsVincent Sanders2015-04-231-8/+14
| |
| * Change gtk bitmap render to use scaled content redraw.Vincent Sanders2015-04-231-4/+3
| |
| * Add scaled content redraw interface.Vincent Sanders2015-04-232-2/+92
| | | | | | | | | | | | Add a new interface to the content to allow automaticaly scaled content redraws. This is intended to replace the thumbnail_redraw interface with something more generic.
| * Add render to bitmap operations and update gtk to provide it.Vincent Sanders2015-04-223-27/+126
| |
* | Highlight the mark element.Michael Drake2015-04-231-0/+5
| |
* | Style HTML5's new block level elements as blocks.Michael Drake2015-04-231-0/+5
| |
* | Remove duplicate branch in relative position handling.Michael Drake2015-04-231-5/+5
|/
* Ensure we delink form controls when freeing themDaniel Silverstone2015-04-221-0/+19
|
* Remove webp image handlingVincent Sanders2015-04-2111-289/+0
| | | | | | | | | | | | | | | | The bitmap and image handling interfaces have changed within NetSurf and the webp image handling has not been fixed up appropriately to cope. After discussion with the other developers it has been decided that the webp support is not worth the necessary development effort to rewrite and maintain. The webp format is not in wide usage and Mozilla, Microsoft and Apple have not adopted it. This means the removal will not adversely impact NetSurf. Resolves:2310
* remove unecessary include from beos bitmap headerVincent Sanders2015-04-201-3/+0
|
* Remove unecessary inclusion of the image bitmap headerVincent Sanders2015-04-204-5/+2
|
* rationalise atari plotters header usage.Vincent Sanders2015-04-1911-98/+95
|
* remove unrequired includes from riscos thumbnail headerVincent Sanders2015-04-192-5/+11
|
* Improve bitmap operation table interface documentation.Vincent Sanders2015-04-191-12/+56
|
* Remove unecessary includes from RISC OS bitmap header.Vincent Sanders2015-04-192-66/+103
| | | | | | The RISC OS bitmap header was including several headers it simply did not require. This removed those includes and also cleans up the documentation comments to completely cover the exported interface.