Vincent Sanders
3c129b3221
Improve handling of compiler flags for resource tools with framebuffer
2015-05-03 14:06:11 +01:00
Vincent Sanders
2aef095f27
Ensure bandwidth minimum check is only performed when enough data has
...
been written.
2015-04-30 14:28:18 +01:00
Vincent Sanders
05538c0264
Ensure small block cache files allocate their entire extent at open.
...
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.
2015-04-30 13:49:25 +01:00
Vincent Sanders
c6a6c8e7fa
Remove unecessary dll from windows installer script
2015-04-29 00:29:43 +01:00
Vincent Sanders
55f8a41cfe
Updated mingw32 toolchain names the regex library something different
2015-04-28 16:23:35 +01:00
Chris Young
7bc29f7782
Attempt to fix spurious plotter crashes
2015-04-27 18:32:49 +01:00
Chris Young
ad779dc38a
Revert "Attempt to avoid a crash in ami_plot()"
...
This reverts commit e64d48980e
.
2015-04-27 18:26:58 +01:00
Vincent Sanders
3cabd331ee
Ensure result of ftell is checked for errors
...
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
2015-04-26 00:32:42 +01:00
Chris Young
e64d48980e
Attempt to avoid a crash in ami_plot()
2015-04-25 23:04:56 +01:00
Chris Young
b879bed114
Remove bogus comment
2015-04-25 13:20:59 +01:00
Chris Young
c8caf08ef1
As the content interface is now doing the scaling, we render to a native 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.
2015-04-25 13:13:30 +01:00
Chris Young
5b5e621c7a
Keep the size of the bitmap and layers used for rendering in the structure itself, rather than assuming it is the same as the tile size.
2015-04-25 12:02:08 +01:00
Vincent Sanders
9729febf72
Merge branch 'thumbnail-rework'
2015-04-24 23:52:10 +01:00
Vincent Sanders
75d3fdc42e
Convert RISC OS to use bitmap render operation
2015-04-24 23:49:49 +01:00
Vincent Sanders
596a62e20e
Convert cocoa to use bitmap render API
2015-04-24 15:46:40 +01:00
Vincent Sanders
2df03e2d85
Convert windows to use the bitmap render interface
2015-04-24 15:29:10 +01:00
Vincent Sanders
217aa3adc1
Convert beos to bitmap render API
2015-04-24 13:52:39 +01:00
Vincent Sanders
818b8276df
Convert atari to bitmap render interface
2015-04-24 13:28:20 +01:00
Vincent Sanders
124de5775a
Update amiga to use bitmap render API
2015-04-24 11:56:19 +01:00
Vincent Sanders
4e7dcde2b0
Update monkey to use bitmap render API
2015-04-24 10:54:32 +01:00
Vincent Sanders
1a22eb2b65
Convert framebuffer to use bitmap render from thumbnail API
2015-04-23 22:50:16 +01:00
Vincent Sanders
7e2f1094ce
Remove unused thumbnail sources from core and gtk
2015-04-23 22:50:16 +01:00
Vincent Sanders
ee78742363
change browser history to use bitmap render interface for thumbnails
2015-04-23 22:50:16 +01:00
Vincent Sanders
8ccbc960d3
Change gtk bitmap render to use scaled content redraw.
2015-04-23 22:50:10 +01:00
Michael Drake
921f15bb7d
Highlight the mark element.
2015-04-23 16:47:57 +01:00
Michael Drake
98171fae62
Style HTML5's new block level elements as blocks.
2015-04-23 16:06:31 +01:00
Vincent Sanders
ea2e1c4d98
Add scaled content redraw interface.
...
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.
2015-04-23 15:47:28 +01:00
Michael Drake
69776768d2
Remove duplicate branch in relative position handling.
2015-04-23 09:46:04 +01:00
Vincent Sanders
de98108e7f
Add render to bitmap operations and update gtk to provide it.
2015-04-22 23:14:51 +01:00
Daniel Silverstone
df3a889435
Ensure we delink form controls when freeing them
2015-04-22 21:11:21 +01:00
Vincent Sanders
e7f9dbcb10
Remove webp image handling
...
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
2015-04-21 14:03:02 +01:00
Vincent Sanders
19abe9bddf
remove unecessary include from beos bitmap header
2015-04-20 23:14:19 +01:00
Vincent Sanders
eab53da088
Remove unecessary inclusion of the image bitmap header
2015-04-20 22:03:43 +01:00
Vincent Sanders
1c9c303df8
rationalise atari plotters header usage.
2015-04-19 22:58:13 +01:00
Vincent Sanders
1c3211c50f
remove unrequired includes from riscos thumbnail header
2015-04-19 17:05:21 +01:00
Vincent Sanders
2016628e8e
Improve bitmap operation table interface documentation.
2015-04-19 12:57:09 +01:00
Vincent Sanders
8f41764268
Remove unecessary includes from RISC OS bitmap header.
...
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.
2015-04-19 12:40:58 +01:00
Vincent Sanders
10f621441f
Fix bounding on windows frontend window scrolling
2015-04-18 23:59:01 +01:00
Vincent Sanders
2465fc4e6b
move the mandantory library config for libcss and libdom to core makefile
2015-04-17 22:48:55 +01:00
Vincent Sanders
89a3f250d2
Ensure GTK source viewer reports errors appropriately.
2015-04-17 10:40:11 +01:00
Vincent Sanders
7ec917eed2
ensure memory is freed on error path in gtk viewdata
2015-04-17 10:06:21 +01:00
Vincent Sanders
82c1ed9f4a
Ensure gtk XDG editor handling never uses an unintialised value.
2015-04-17 09:34:52 +01:00
Vincent Sanders
402d740137
fix missing comma in beos operations table
2015-04-17 00:29:58 +01:00
Vincent Sanders
e36907c5e1
add missing extern from struct declaration.
2015-04-17 00:24:00 +01:00
Vincent Sanders
881cb6394b
Add image handlers into doxygen generation path
2015-04-17 00:19:33 +01:00
Vincent Sanders
2e961c47ce
change rsvg image handler to use bitmap operation table
2015-04-17 00:15:07 +01:00
Vincent Sanders
1629c57b9b
fixup risc os sprite image handler to use bitmap operation table
2015-04-17 00:12:23 +01:00
Vincent Sanders
ef1a8f3b0f
fix forward reference in cocoa bitmap handling
2015-04-17 00:01:17 +01:00
Vincent Sanders
8dc2a8f0b2
convert cocoa frontend to bitmap operation table
2015-04-16 23:52:19 +01:00
Vincent Sanders
839f15fc72
convert beos to bitmap operation table
2015-04-16 23:47:10 +01:00