Michael Drake
|
fc0f732dec
|
s/[8 spaces]/[tab]/
|
2012-08-17 10:29:34 +01:00 |
Michael Drake
|
fb6186484e
|
Now contents types without mouse handling can set default pointer. Fixes standalone images showing e.g. link pointer if that was the last pointer before the standalone image loaded.
|
2012-08-17 10:02:41 +01:00 |
Michael Drake
|
8e315f9f8f
|
Set content handlers now set pointer via content msg.
|
2012-08-17 10:02:10 +01:00 |
Michael Drake
|
142a0bf859
|
Add content message for setting mouse pointer.
|
2012-08-17 10:01:15 +01:00 |
Michael Drake
|
e177fa49c2
|
Move mouse pointer enums to mouse header.
|
2012-08-17 09:45:15 +01:00 |
Michael Drake
|
402de7572d
|
Use new content message for saving of hyperlink target URL.
|
2012-08-16 23:26:05 +01:00 |
Michael Drake
|
a548275fa2
|
Avoid forward declaration of functions. Add missing comment to one function.
|
2012-08-16 22:54:00 +01:00 |
Michael Drake
|
317a1dd923
|
get_pointer_shape() doesn't need bw.
|
2012-08-16 22:48:28 +01:00 |
Michael Drake
|
d9bd357802
|
Move browser window related control over mouse pointer out of html content handler.
|
2012-08-16 22:44:25 +01:00 |
Michael Drake
|
35fd2ad7f2
|
Don't use GUI_POINTERs in content handlers.
|
2012-08-16 22:21:08 +01:00 |
Michael Drake
|
cb9781e057
|
Move bw time recording to bw layer.
|
2012-08-16 21:35:42 +01:00 |
Michael Drake
|
f04845b2cf
|
Broadcast message for drag save start and avoid messing inside bw.
|
2012-08-16 20:39:45 +01:00 |
Michael Drake
|
1919c8e071
|
Add message for content wanting wanting drag save to start.
|
2012-08-16 20:20:49 +01:00 |
Michael Drake
|
049d5097b8
|
Don't need to include content.h
|
2012-08-16 19:36:25 +01:00 |
Chris Young
|
27b65235e9
|
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
|
2012-08-16 18:11:13 +01:00 |
Chris Young
|
fd3aadf8fa
|
remove SVN reference from .readme
|
2012-08-16 18:10:32 +01:00 |
Chris Young
|
1e52aac516
|
copy missing file
|
2012-08-16 18:08:53 +01:00 |
Michael Drake
|
d8872b6bab
|
Remove redundant legacy checking for bw->window.
|
2012-08-16 16:26:43 +01:00 |
Michael Drake
|
6daf6c178d
|
Frame drag start function can take child bw. Don't need to get root bw in html handler. Avoids bw dereferences.
|
2012-08-16 16:14:15 +01:00 |
Michael Drake
|
195a77a4cd
|
Make new function for starting a frames resize and use it.
|
2012-08-16 15:55:20 +01:00 |
Michael Drake
|
c1be4c9e77
|
Formatting changes.
|
2012-08-16 15:47:14 +01:00 |
Michael Drake
|
7277ce5dfc
|
Remove redundant "action" param.
|
2012-08-16 15:43:14 +01:00 |
Michael Drake
|
83c8e940f8
|
Don't pass status to frames handler.
|
2012-08-16 15:38:06 +01:00 |
Michael Drake
|
02d5589dfa
|
When dragging frames, we're done handling mouse.
|
2012-08-16 15:23:09 +01:00 |
Michael Drake
|
3e00973521
|
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
|
2012-08-16 13:27:27 +01:00 |
Michael Drake
|
a736775bbd
|
Avoid doing html->bw->current_content.
|
2012-08-16 13:25:59 +01:00 |
Michael Drake
|
699173331b
|
html__redraw_a_box takes html_content instead of struct content.
|
2012-08-16 13:22:35 +01:00 |
Michael Drake
|
4872bc30b8
|
Remove redundant scrollbar widget message.
|
2012-08-16 13:13:25 +01:00 |
Chris Young
|
21caff6365
|
Fix build date display
|
2012-08-15 20:18:00 +01:00 |
Chris Young
|
d73f62aabc
|
fix warning
|
2012-08-15 20:02:48 +01:00 |
Chris Young
|
a1d315e3e4
|
make install target for Amiga. Target is NetSurf_Amiga/netsurf.lha
|
2012-08-15 19:58:36 +01:00 |
Michael Drake
|
e5928ebd5f
|
Broadcast explict status messages for mouse hovers via content msg system, rather than using the browser window.
|
2012-08-15 19:01:54 +01:00 |
Michael Drake
|
e5374cc042
|
Let contents broadcast explicit status messages as well as announce that their internal status has been updated.
|
2012-08-15 19:00:50 +01:00 |
Michael Drake
|
5fb51a0fb7
|
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
|
2012-08-15 18:59:04 +01:00 |
Vincent Sanders
|
a3ef5c2c3c
|
fixup jsapi dom interface to include correct html/dom acessor hierachy
|
2012-08-15 18:48:46 +01:00 |
Michael Drake
|
fcb7143ecb
|
Simplify content status text setting.
|
2012-08-15 11:50:08 +01:00 |
Michael Drake
|
c3f9e3d3ce
|
Don't need to include browser.h.
|
2012-08-14 14:53:48 +01:00 |
Michael Drake
|
5526d7e6f2
|
Stop render/search.c from dereferencing bw and remove dependency on html & text contents' bw pointer.
|
2012-08-14 14:03:54 +01:00 |
Michael Drake
|
b51816c222
|
Clean up search gui callbacks.
|
2012-08-14 13:41:30 +01:00 |
Michael Drake
|
119b5cca3f
|
Remove forward declaration.
|
2012-08-14 11:23:03 +01:00 |
Michael Drake
|
19b3876ff2
|
Fix comment.
|
2012-08-13 23:41:02 +01:00 |
Michael Drake
|
d09dc44310
|
Use content message broadcast to request scrolls, instead of depending on html and text contents to keep a bw pointer.
|
2012-08-13 23:38:34 +01:00 |
Michael Drake
|
5810d131d5
|
Let HTML content handle object content srcoll request messages.
|
2012-08-13 23:35:23 +01:00 |
Michael Drake
|
8c12ecd5cd
|
Let browser window handle content scroll request message.
|
2012-08-13 23:32:58 +01:00 |
Michael Drake
|
41e12953dc
|
Add scroll request message to content message system.
|
2012-08-13 22:54:18 +01:00 |
Vincent Sanders
|
cc6c3a7c70
|
add mint to mmap exclude list
|
2012-08-13 21:03:37 +01:00 |
Chris Young
|
4aa913cd18
|
add missing simple refresh config option info
|
2012-08-13 18:43:07 +01:00 |
Michael Drake
|
3f9565753f
|
Make selection_traverse internal to desktop/selection.c.
|
2012-08-13 17:48:03 +01:00 |
Michael Drake
|
4d6ada8c9a
|
Use selection_get_copy instead of selection_traverse. Note: untested.
|
2012-08-13 17:42:23 +01:00 |
Michael Drake
|
86f3e70f1a
|
Tolerate NULL selection context in selection_get_copy.
|
2012-08-13 17:38:09 +01:00 |