Michael Drake
3b18d36b02
Local history: Render window background fill.
2017-06-09 21:58:16 +01:00
Daniel Silverstone
ebab4ee8d6
Doxygen can't do badged, because Doxygen is good
2017-06-09 21:23:53 +01:00
Daniel Silverstone
ea8c5c2fac
Link to the CII best practices page for NetSurf. Talk to me about updating it
2017-06-09 20:25:48 +01:00
Vincent Sanders
2467a0a990
fix coverity issue 1372473 Out-of-bounds write
2017-06-09 19:51:12 +01:00
Vincent Sanders
703427a486
Update documentation removing junk and moving to markdown for most text files
2017-06-09 17:30:00 +01:00
Chris Young
a8348f3bc9
Free the structure with the correct function call
2017-06-08 19:57:18 +01:00
Chris Young
103f99c210
Correct alignment (thx Jaime Cagigal)
2017-06-07 18:27:39 +01:00
Michael Drake
f855774e1a
Layout: Prevent negative widths on absolutle positioned boxes.
2017-06-02 18:24:23 +01:00
Vincent Sanders
c08ef5f984
make windows frontend use corewindow API for local history window
2017-06-01 23:57:09 +01:00
Vincent Sanders
08a86bfa0e
clean up doccomments and formatting in texplain content handler
...
There is an intention to replace the render interface and it will be
helpful to reduce the size of the exposed API as much as
possible. This is the first step towards that goal.
2017-06-01 22:43:45 +01:00
Vincent Sanders
6b997431d3
update RISC OS frontend to use core window for local history
2017-05-28 22:07:33 +01:00
Vincent Sanders
f1fdd93ffd
Add local history get url API
2017-05-28 21:56:33 +01:00
Vincent Sanders
6736ab9b72
fix risc os dialog opening relative to parent
2017-05-28 17:28:28 +01:00
Vincent Sanders
79cde2cefb
fixup windows invalidate call
2017-05-23 14:37:06 +01:00
Vincent Sanders
d6c0792541
remove cocoa frontend
...
The cocoa frontend has been broken for a few years and we have no
maintainer. It was removed from the CI six months ago and has already
bitrotted so it cannot be compiled.
2017-05-23 11:18:45 +01:00
Vincent Sanders
681586139f
update windows frontend for corewindow API change
2017-05-23 09:47:13 +01:00
Vincent Sanders
cef92b0fc7
update riscos frontend for corewindow API change
2017-05-23 09:46:56 +01:00
Vincent Sanders
3c1a6f9c52
update gtk frontend for corewindow API change
2017-05-23 09:45:37 +01:00
Vincent Sanders
ab676ec917
update atari frontend for corewindow API change
2017-05-23 09:45:24 +01:00
Vincent Sanders
6f2670ec42
update amiga corewindow implementation for changed API
2017-05-23 09:44:17 +01:00
Vincent Sanders
ac732fb79d
update invalidate area core window API
...
slightly extends the invalidate core window API with error return and
whole window invalidation. Also renames it to be more inline with
browser window API call.
cannot quite reuse browser window API yet as that applies scaling
2017-05-23 09:41:29 +01:00
Vincent Sanders
bc42b29801
improve documentation comments in browser window interface table
2017-05-01 22:29:24 +01:00
Michael Drake
6f7b5e3f22
Layout: Fix auto margins to be affected by {min|max}-width constraints.
2017-04-28 15:44:34 +01:00
Michael Drake
e431e6181b
RISC OS: Init core hotlist in read-only mode for external hotlist.
...
Note, the core hotlist is initialised in either normal or read-only
modes. This is done once on application startup. Toggling the
external hotlist option at runtime may cause loss of hotlist changes
made during the session.
2017-04-28 12:10:30 +01:00
Michael Drake
ad3da6c139
Core hotlist: Improve hotlist_init documentation.
2017-04-28 12:09:58 +01:00
Michael Drake
06baaa9f7c
Core hotlist: A NULL save_path makes the hotlist read-only.
2017-04-28 12:02:48 +01:00
Michael Drake
6c726473ef
Layout: Implement CSS3 box-sizing property.
...
Updates user agent CSS to set form element box-sizing properties,
and removes some legacy pre-CSS3 hacks for handling gadget dimensions.
2017-04-27 16:47:38 +01:00
Vincent Sanders
66602e6327
fixup errors introduced in set_scroll API change
2017-04-26 22:48:00 +01:00
Vincent Sanders
87ed0904e0
Merge branch 'vince/scroll-api'
2017-04-26 22:28:41 +01:00
Vincent Sanders
5fba1fb94d
Update windows frontend for set_scroll API change
2017-04-26 22:27:49 +01:00
Vincent Sanders
c100a33285
Update riscos frontend for set_scroll API change
2017-04-26 22:27:11 +01:00
Vincent Sanders
2de6386da2
Update monkey frontend for set_scroll API change
2017-04-26 22:25:23 +01:00
Vincent Sanders
0f039b4421
Update GTK frontend for set_scroll API change
2017-04-26 22:24:57 +01:00
Vincent Sanders
a696720cd6
Update framebuffer frontend for set_scroll API change
2017-04-26 22:24:29 +01:00
Vincent Sanders
db9b829df2
Update beos frontend for set_scroll API change
2017-04-26 22:24:03 +01:00
Vincent Sanders
db549331f7
Update atari frontend for set_scroll API change
2017-04-26 22:23:27 +01:00
Vincent Sanders
cbc60a906a
update amiga frontend to new set_scroll API
2017-04-26 22:22:03 +01:00
Vincent Sanders
87066f9f8d
simplify the browser window operations by removing scroll API
...
The browser window scrollingAPI was duplicated in window operation
table, this simplifies it to a single set_scroll API.
2017-04-26 20:48:54 +01:00
Michael Drake
7bbf2a9ca0
HTML layout: Extend :after pseudo element handling to cover display:table.
...
This is used in a common clearfix variant.
http://nicolasgallagher.com/micro-clearfix-hack/
2017-04-26 16:39:11 +01:00
Michael Drake
ebcc27c330
Box tree dump: If box has element, include element name in dump.
2017-04-26 15:20:31 +01:00
Michael Drake
4b76d2096d
GTK: Optimise tiled bitmap plotting, and scaled bitmap rendering.
...
We now let Cairo deal with the tiling. Also we don't keep cached
scaled bitmaps any more. The speedup for small bitmap tile sizes
is huge.
2017-04-26 12:38:04 +01:00
Vincent Sanders
796bb0f652
update framebuffer frontend to remove reformat API
2017-04-26 10:05:57 +01:00
Vincent Sanders
5467d5e157
update beos frontend to remove reformat API
2017-04-26 10:04:43 +01:00
Vincent Sanders
3c264d63e6
update atari frontend to remove reformat API
2017-04-26 10:03:29 +01:00
Vincent Sanders
52ee93597a
update monkey frontend to remove reformat API
2017-04-26 10:02:24 +01:00
Vincent Sanders
be7aef9231
update riscos frontend to remove reformat API
2017-04-26 10:00:51 +01:00
Vincent Sanders
1e197432f8
update amiga frontend to remove reformat API
2017-04-26 09:59:08 +01:00
Vincent Sanders
3e24dc831b
update windows frontend to remove reformat
2017-04-26 09:55:36 +01:00
Vincent Sanders
413ee474d2
update cocoa frontend with reformat API change
2017-04-26 09:52:39 +01:00
Vincent Sanders
72bd28d16e
update GTK frontend for reformat API change
2017-04-26 09:47:55 +01:00