summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused includes.Michael Drake2012-08-201-2/+0
|
* Remove unused includes.Michael Drake2012-08-203-5/+0
|
* Remove box use from maiga plugin hack. May need a new way to get dimensions?Michael Drake2012-08-201-8/+6
|
* Remove box stuff from amiga content handlers.Michael Drake2012-08-203-11/+4
|
* Remove declaration of nonexistent function.Michael Drake2012-08-201-2/+0
|
* Don't pass struct box to content open.Michael Drake2012-08-206-18/+7
|
* Remove unused struct box.Michael Drake2012-08-201-1/+0
|
* Remove unused member of html_content struct.Michael Drake2012-08-202-4/+0
|
* Avoid box_at_point.Michael Drake2012-08-201-35/+2
|
* Let *_drop_file_at_point determine if a drop is possible.Michael Drake2012-08-202-6/+12
|
* Minor style change.Michael Drake2012-08-191-9/+10
|
* force removal of temporary directoryVincent Sanders2012-08-191-1/+1
|
* really fix riscos zip targetVincent Sanders2012-08-191-1/+1
| | | | zip option with a comma in it confused make
* fix riscos makefile tempfile creationVincent Sanders2012-08-191-7/+5
|
* Avoid using hlcache_handle for drag saves in html_interaction. Drag save ↵Michael Drake2012-08-194-10/+24
| | | | msg with NULL content now means save the content which sends the message.
* Don't use hlcache_handle for URL, since hlcache_handle needs to go.Michael Drake2012-08-191-2/+2
|
* Minor style tweaks.Michael Drake2012-08-192-8/+8
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-08-191-0/+14
|\
| * add riscos zip build targetVincent Sanders2012-08-191-0/+14
| |
* | Use content msg system for status text, and don't pass internal status ↵Michael Drake2012-08-191-11/+3
| | | | | | | | message as an explict message.
* | Don't pass internal content status text as an explicit message.Michael Drake2012-08-191-15/+5
| |
* | Handle choice of whether to show status for loading content or request content.Michael Drake2012-08-191-2/+11
| |
* | Use interface to set drag type. Longer term, it would be better to avoid ↵Michael Drake2012-08-181-3/+4
| | | | | | | | using bw altogether.
* | Group content messages that are passed on.Michael Drake2012-08-181-15/+4
| |
* | Use paste content msg.Michael Drake2012-08-181-7/+14
| |
* | Add paste request content message.Michael Drake2012-08-183-1/+21
|/
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-08-1821-320/+514
|\
| * Can get root element node directly from within the html content handler. ↵Michael Drake2012-08-171-2/+2
| | | | | | | | Avoids using hlcache_handle which needs to go.
| * Pass content containing form's nsurl to form_submit, instead of its ↵Michael Drake2012-08-174-11/+8
| | | | | | | | hlcache_handle. Avoid dereferencing bw in html content handlers.
| * Avoid bw dereference.Michael Drake2012-08-171-72/+79
| |
| * add js property (dom attribute) support to the document/element objectsVincent Sanders2012-08-177-18/+71
| |
| * s/[8 spaces]/[tab]/Michael Drake2012-08-171-1/+1
| |
| * Now contents types without mouse handling can set default pointer. Fixes ↵Michael Drake2012-08-171-1/+7
| | | | | | | | standalone images showing e.g. link pointer if that was the last pointer before the standalone image loaded.
| * Set content handlers now set pointer via content msg.Michael Drake2012-08-172-6/+12
| |
| * Add content message for setting mouse pointer.Michael Drake2012-08-173-1/+14
| |
| * Move mouse pointer enums to mouse header.Michael Drake2012-08-173-31/+35
| |
| * Use new content message for saving of hyperlink target URL.Michael Drake2012-08-164-5/+29
| |
| * Avoid forward declaration of functions. Add missing comment to one function.Michael Drake2012-08-161-126/+129
| |
| * get_pointer_shape() doesn't need bw.Michael Drake2012-08-161-12/+7
| |
| * Move browser window related control over mouse pointer out of html content ↵Michael Drake2012-08-162-19/+19
| | | | | | | | handler.
| * Don't use GUI_POINTERs in content handlers.Michael Drake2012-08-166-57/+87
| |
| * Move bw time recording to bw layer.Michael Drake2012-08-162-4/+3
| |
| * Broadcast message for drag save start and avoid messing inside bw.Michael Drake2012-08-161-10/+22
| |
| * Add message for content wanting wanting drag save to start.Michael Drake2012-08-163-1/+47
| |
| * Don't need to include content.hMichael Drake2012-08-161-1/+0
| |
* | Snapshot icon positions so they default to looking neat when the archive is ↵Chris Young2012-08-185-0/+0
| | | | | | | | extracted.
* | fix Installer script for auto-buildsChris Young2012-08-181-11/+39
| |
* | pedantic makefile spacingChris Young2012-08-181-2/+2
| |
* | add install files required for Cairo build. (native build only)Chris Young2012-08-181-1/+11
|/
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-08-1610-94/+60
|\