Michael Drake
d70beb28db
Content API: Make content_broadcast take pointer to content_msg_data.
2017-08-26 15:50:03 +01:00
François Revol
aedd9b5513
Fix bug 0002555: "No GC" alert when resizing the window
...
We don't need to touch the GC when invalidating anyway,
so just drop those calls.
2017-08-21 02:29:58 +02:00
Vincent Sanders
8c29c675c4
clean up atari treeview code, stop it including headers it does not need
2017-08-10 18:34:09 +01:00
Vincent Sanders
a661fdf83b
fix options document formatting
2017-07-31 20:33:33 +01:00
James Woodcock
8c3d79f6fb
fix redraw on window resize
...
A race condition with WM_PAINT can cause win32_window_set_scroll() to
use the old window size. If this happens, the page data will not get
drawn from the top left of the window but offset quite a large
distance down and to the right.
2017-07-30 10:24:13 +01:00
mjw
5a9afe471c
Fix windows word splitting
...
mjw on IRC pointed out that the windows word splitting code was not
checking a return code properly resulting in broken word splitting.
2017-07-30 10:08:39 +01:00
Vincent Sanders
8bdea3cc7e
fix number of corestrings to test
2017-07-26 09:32:35 +01:00
Vincent Sanders
8721279687
update cookie database tests to not use expired cookie data
2017-07-26 09:17:57 +01:00
Chris Young
1a57d0ab7a
Updated Italian translation from Samir
2017-06-28 23:44:01 +01:00
Chris Young
83b0dd2409
Don't double-convert string
2017-06-28 18:58:53 +01:00
Vincent Sanders
2b2bbbe765
fix resource leak on error in local history initialisation
2017-06-12 22:58:43 +01:00
Vincent Sanders
c4c2c22e87
remove depricated local history display API
...
Move local history display into separate module using corewindow
API. Note this is purely the rendering and teh browser history module
still constructs the history data.
2017-06-11 14:54:33 +01:00
Vincent Sanders
449e760d71
rationalise the RISC OS browser window implementation
2017-06-11 11:46:50 +01:00
Vincent Sanders
ee749f2b11
cleanup use of internal frames scrollbar widget header
2017-06-11 11:46:50 +01:00
Michael Drake
38c10c85cb
Windows: Ensure core windows are fully initialised.
2017-06-11 10:12:50 +01:00
Michael Drake
98a73379fe
RISC OS: Ensure core windows are fully initialised.
2017-06-11 10:10:25 +01:00
Michael Drake
dfa1e0bcd3
GTK: Ensure core windows are fully initialised.
2017-06-11 10:05:59 +01:00
Michael Drake
d34b0726e3
Framebuffer: Ensure local history corewindow is fully initialised.
2017-06-11 09:53:31 +01:00
Chris Young
40951d5294
Use the correct function to get the URL at position
...
Hint popup still broken though :(
2017-06-10 22:37:43 +01:00
Chris Young
6511e9f9e0
Migrate Amiga local history to corewindow
2017-06-10 22:21:46 +01:00
Vincent Sanders
653ccb78a9
Split local history data from viewer in headers
...
This separates the local history data object API from the viewing
API. It also changes the api to return nsurl references instead of
strings.
2017-06-10 18:37:21 +01:00
Michael Drake
92ecc77768
Core window: Ensure all front ends initialise drag_status.
2017-06-10 18:10:07 +01:00
Michael Drake
50371731e3
GTK: Ensure drag status is initialised in core windows.
2017-06-10 17:55:18 +01:00
Michael Drake
f738056710
HTML handler: Avoid unnecessary dom_string_caseless_isequal call.
2017-06-10 17:35:11 +01:00
Michael Drake
12a1d7c36e
Framebuffer: Return on successful non-repeating bitmap plot.
2017-06-10 16:18:05 +01:00
Michael Drake
c06cfd9fae
Framebuffer: Fix bitmap plotter return value.
...
Caused local history to give up after the first bitmap plot.
2017-06-10 16:11:49 +01:00
Vincent Sanders
4b9aaee6cd
update framebuffer to have corewindow interface and use it for localhistory
2017-06-10 15:35:36 +01:00
Daniel Silverstone
e25eedab66
Initial monkey farmer example, needs to be genericised
2017-06-10 12:54:57 +01:00
Daniel Silverstone
79e09943fe
Description of OPTIONS
2017-06-10 12:54:57 +01:00
Daniel Silverstone
58d03aeb6f
Add ability to set options in monkey
2017-06-10 12:54:57 +01:00
Daniel Silverstone
f357af4250
SET_SCROLL only wants x/y not x0y0x1y1
2017-06-10 12:54:57 +01:00
Daniel Silverstone
03ae0ec15a
Look for resources in useful folder name
2017-06-10 12:54:57 +01:00
Daniel Silverstone
38df37565c
Fix comments
2017-06-10 12:54:57 +01:00
Daniel Silverstone
fe9104096f
Reflow monkey code, it was annoying me too much
2017-06-10 12:54:57 +01:00
Daniel Silverstone
7272b59458
Rework monkey docs into markdown
2017-06-10 12:54:57 +01:00
Daniel Silverstone
63d53938f1
Include time in GENERIC POLL TIMED
2017-06-10 12:54:57 +01:00
Michael Drake
1d31402dcb
Core local history: Remove debug background fill.
2017-06-10 12:05:23 +01:00
Michael Drake
772ebc69c9
RISC OS: Local history now behaves the same as other core windows.
2017-06-10 12:02:44 +01:00
Michael Drake
b0358727d9
GTK: Don't need to treat local history specially now.
2017-06-10 11:53:58 +01:00
Michael Drake
56daba5878
Core local history: Make rendering behave like treeview.
...
This fixes behaviour now that both treeviews and local history can
be rendered through core window.
2017-06-10 11:50:53 +01:00
Michael Drake
368b03bffb
Local history: Pass clip rectangle around as struct.
2017-06-10 11:15:20 +01:00
Michael Drake
283d921f34
Core local history: We always clip, so don't need to handle condition.
2017-06-10 10:44:33 +01:00
Michael Drake
5225ca2b90
Core local history: Remove unused redraw API.
2017-06-10 10:40:43 +01:00
Vincent Sanders
9bf5ecfa87
Fix windows frontend click and invalidate region scroll offsets
2017-06-09 22:52:49 +01:00
Vincent Sanders
2bec7f113c
fix gtk bitmap doccomment to be truthful
2017-06-09 22:01:05 +01:00
Michael Drake
527b19b111
Windows: Core window: No need to erase the invalidated region on scroll.
...
The core is responsible for rendering the invalidated region, so
this avoids the area getting painted twice.
2017-06-09 21:58:16 +01:00
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