Commit Graph

  • 7a90270927 Remove unused header. Michael Drake 2012-08-20 16:51:43 +0100
  • d4ca800268 Use proper function for box tree dump. Michael Drake 2012-08-20 16:46:55 +0100
  • 4581375209 Use proper function for box tree dump. Michael Drake 2012-08-20 16:46:33 +0100
  • 9202c137b2 Remove unused includes. Michael Drake 2012-08-20 16:08:06 +0100
  • 8fc0eab89b Use proper function for dumping box tree. Michael Drake 2012-08-20 16:06:51 +0100
  • 014fb9db8d Function for front ends to get debug dump from bw. Michael Drake 2012-08-20 16:05:30 +0100
  • a11de47b64 Implement debug dump content call for HTML. Michael Drake 2012-08-20 16:04:44 +0100
  • daf10f00a6 API for content debug dump. Michael Drake 2012-08-20 16:03:45 +0100
  • 400ce41623 Remove unused includes. Michael Drake 2012-08-20 15:11:45 +0100
  • 854e556041 Remove unused includes. Michael Drake 2012-08-20 15:00:23 +0100
  • 2d6da52f38 Remove box use from maiga plugin hack. May need a new way to get dimensions? Michael Drake 2012-08-20 14:37:58 +0100
  • 6219ee7b24 Remove box stuff from amiga content handlers. Michael Drake 2012-08-20 14:32:47 +0100
  • 9a82677312 Remove declaration of nonexistent function. Michael Drake 2012-08-20 14:26:43 +0100
  • edef40bbc4 Don't pass struct box to content open. Michael Drake 2012-08-20 14:22:28 +0100
  • 971058cd67 Remove unused struct box. Michael Drake 2012-08-20 14:21:16 +0100
  • 427fb928c5 Remove unused member of html_content struct. Michael Drake 2012-08-20 13:10:14 +0100
  • d2a1c85063 Avoid box_at_point. Michael Drake 2012-08-20 12:37:08 +0100
  • a4f796e217 Let *_drop_file_at_point determine if a drop is possible. Michael Drake 2012-08-20 12:12:10 +0100
  • 7d4af30468 Minor style change. Michael Drake 2012-08-19 16:50:38 +0100
  • a39082585a force removal of temporary directory Vincent Sanders 2012-08-19 15:04:24 +0100
  • ea2b556047 really fix riscos zip target zip option with a comma in it confused make Vincent Sanders 2012-08-19 14:48:43 +0100
  • 4985b56b68 fix riscos makefile tempfile creation Vincent Sanders 2012-08-19 13:05:35 +0100
  • 57d2e31e59 Avoid using hlcache_handle for drag saves in html_interaction. Drag save msg with NULL content now means save the content which sends the message. Michael Drake 2012-08-19 12:46:42 +0100
  • 762cade362 Don't use hlcache_handle for URL, since hlcache_handle needs to go. Michael Drake 2012-08-19 12:03:39 +0100
  • 081976105a Minor style tweaks. Michael Drake 2012-08-19 11:39:00 +0100
  • 1c40d8a58c Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2012-08-19 11:36:07 +0100
  • 47db5546c5 Use content msg system for status text, and don't pass internal status message as an explict message. Michael Drake 2012-08-19 11:35:32 +0100
  • d878ea4fb9 Don't pass internal content status text as an explicit message. Michael Drake 2012-08-19 11:34:46 +0100
  • 65e825c0c5 Handle choice of whether to show status for loading content or request content. Michael Drake 2012-08-19 11:33:37 +0100
  • 908d5655d2 add riscos zip build target Vincent Sanders 2012-08-19 09:56:57 +0100
  • c4b284e43c Use interface to set drag type. Longer term, it would be better to avoid using bw altogether. Michael Drake 2012-08-18 22:45:17 +0100
  • 5a2d4c6ddb Group content messages that are passed on. Michael Drake 2012-08-18 22:25:03 +0100
  • 45755a9e0d Use paste content msg. Michael Drake 2012-08-18 22:19:42 +0100
  • a2906b3994 Add paste request content message. Michael Drake 2012-08-18 22:19:15 +0100
  • 19d2a0c011 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Chris Young 2012-08-18 16:26:56 +0100
  • 8e4819e450 Snapshot icon positions so they default to looking neat when the archive is extracted. Chris Young 2012-08-18 16:25:59 +0100
  • b122d0be7b fix Installer script for auto-builds Chris Young 2012-08-18 16:23:26 +0100
  • 45e536d961 pedantic makefile spacing Chris Young 2012-08-18 16:22:21 +0100
  • 9867da4935 add install files required for Cairo build. (native build only) Chris Young 2012-08-18 16:16:10 +0100
  • eb35a576c1 Can get root element node directly from within the html content handler. Avoids using hlcache_handle which needs to go. Michael Drake 2012-08-17 20:57:35 +0100
  • 6d39b569c7 Pass content containing form's nsurl to form_submit, instead of its hlcache_handle. Avoid dereferencing bw in html content handlers. Michael Drake 2012-08-17 20:26:00 +0100
  • be00425776 Avoid bw dereference. Michael Drake 2012-08-17 15:20:53 +0100
  • 22368db232 add js property (dom attribute) support to the document/element objects Vincent Sanders 2012-08-17 11:52:59 +0100
  • fc0f732dec s/[8 spaces]/[tab]/ Michael Drake 2012-08-17 10:29:34 +0100
  • 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. Michael Drake 2012-08-17 10:02:41 +0100
  • 8e315f9f8f Set content handlers now set pointer via content msg. Michael Drake 2012-08-17 10:02:10 +0100
  • 142a0bf859 Add content message for setting mouse pointer. Michael Drake 2012-08-17 10:01:15 +0100
  • e177fa49c2 Move mouse pointer enums to mouse header. Michael Drake 2012-08-17 09:45:15 +0100
  • 402de7572d Use new content message for saving of hyperlink target URL. Michael Drake 2012-08-16 23:26:05 +0100
  • a548275fa2 Avoid forward declaration of functions. Add missing comment to one function. Michael Drake 2012-08-16 22:54:00 +0100
  • 317a1dd923 get_pointer_shape() doesn't need bw. Michael Drake 2012-08-16 22:48:28 +0100
  • d9bd357802 Move browser window related control over mouse pointer out of html content handler. Michael Drake 2012-08-16 22:44:25 +0100
  • 35fd2ad7f2 Don't use GUI_POINTERs in content handlers. Michael Drake 2012-08-16 22:21:08 +0100
  • cb9781e057 Move bw time recording to bw layer. Michael Drake 2012-08-16 21:35:42 +0100
  • f04845b2cf Broadcast message for drag save start and avoid messing inside bw. Michael Drake 2012-08-16 20:39:45 +0100
  • 1919c8e071 Add message for content wanting wanting drag save to start. Michael Drake 2012-08-16 20:20:49 +0100
  • 049d5097b8 Don't need to include content.h Michael Drake 2012-08-16 19:36:25 +0100
  • 27b65235e9 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Chris Young 2012-08-16 18:11:13 +0100
  • fd3aadf8fa remove SVN reference from .readme Chris Young 2012-08-16 18:10:32 +0100
  • 1e52aac516 copy missing file Chris Young 2012-08-16 18:08:53 +0100
  • d8872b6bab Remove redundant legacy checking for bw->window. Michael Drake 2012-08-16 16:26:43 +0100
  • 6daf6c178d Frame drag start function can take child bw. Don't need to get root bw in html handler. Avoids bw dereferences. Michael Drake 2012-08-16 16:14:15 +0100
  • 195a77a4cd Make new function for starting a frames resize and use it. Michael Drake 2012-08-16 15:55:20 +0100
  • c1be4c9e77 Formatting changes. Michael Drake 2012-08-16 15:47:14 +0100
  • 7277ce5dfc Remove redundant "action" param. Michael Drake 2012-08-16 15:43:14 +0100
  • 83c8e940f8 Don't pass status to frames handler. Michael Drake 2012-08-16 15:38:06 +0100
  • 02d5589dfa When dragging frames, we're done handling mouse. Michael Drake 2012-08-16 15:23:09 +0100
  • 3e00973521 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2012-08-16 13:27:27 +0100
  • a736775bbd Avoid doing html->bw->current_content. Michael Drake 2012-08-16 13:25:59 +0100
  • 699173331b html__redraw_a_box takes html_content instead of struct content. Michael Drake 2012-08-16 13:22:35 +0100
  • 4872bc30b8 Remove redundant scrollbar widget message. Michael Drake 2012-08-16 13:13:25 +0100
  • 21caff6365 Fix build date display Chris Young 2012-08-15 20:18:00 +0100
  • d73f62aabc fix warning Chris Young 2012-08-15 20:02:48 +0100
  • a1d315e3e4 make install target for Amiga. Target is NetSurf_Amiga/netsurf.lha Chris Young 2012-08-15 19:58:36 +0100
  • e5928ebd5f Broadcast explict status messages for mouse hovers via content msg system, rather than using the browser window. Michael Drake 2012-08-15 19:01:54 +0100
  • e5374cc042 Let contents broadcast explicit status messages as well as announce that their internal status has been updated. Michael Drake 2012-08-15 19:00:50 +0100
  • 5fb51a0fb7 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2012-08-15 18:59:04 +0100
  • a3ef5c2c3c fixup jsapi dom interface to include correct html/dom acessor hierachy Vincent Sanders 2012-08-15 18:48:46 +0100
  • fcb7143ecb Simplify content status text setting. Michael Drake 2012-08-15 11:50:08 +0100
  • c3f9e3d3ce Don't need to include browser.h. Michael Drake 2012-08-14 14:53:48 +0100
  • 5526d7e6f2 Stop render/search.c from dereferencing bw and remove dependency on html & text contents' bw pointer. Michael Drake 2012-08-14 14:03:54 +0100
  • b51816c222 Clean up search gui callbacks. Michael Drake 2012-08-14 13:41:30 +0100
  • 119b5cca3f Remove forward declaration. Michael Drake 2012-08-14 11:23:03 +0100
  • 19b3876ff2 Fix comment. Michael Drake 2012-08-13 23:41:02 +0100
  • d09dc44310 Use content message broadcast to request scrolls, instead of depending on html and text contents to keep a bw pointer. Michael Drake 2012-08-13 23:38:34 +0100
  • 5810d131d5 Let HTML content handle object content srcoll request messages. Michael Drake 2012-08-13 23:35:23 +0100
  • 8c12ecd5cd Let browser window handle content scroll request message. Michael Drake 2012-08-13 23:32:58 +0100
  • 41e12953dc Add scroll request message to content message system. Michael Drake 2012-08-13 22:54:18 +0100
  • cc6c3a7c70 add mint to mmap exclude list Vincent Sanders 2012-08-13 21:03:37 +0100
  • 4aa913cd18 add missing simple refresh config option info Chris Young 2012-08-13 18:43:07 +0100
  • 3f9565753f Make selection_traverse internal to desktop/selection.c. Michael Drake 2012-08-13 17:48:03 +0100
  • 4d6ada8c9a Use selection_get_copy instead of selection_traverse. Note: untested. Michael Drake 2012-08-13 17:42:23 +0100
  • 86f3e70f1a Tolerate NULL selection context in selection_get_copy. Michael Drake 2012-08-13 17:38:09 +0100
  • e9b036a794 Fix selection string struct init. Michael Drake 2012-08-13 17:21:04 +0100
  • 4c945bd16f Function to get copy of selection as string. Michael Drake 2012-08-13 17:09:42 +0100
  • f58b5924a5 alter file fetcher to use mmap where available Vincent Sanders 2012-08-13 17:00:43 +0100
  • 8e8c75cfe3 Fix RO build. Michael Drake 2012-08-13 15:41:26 +0100
  • b6c149f3d6 Convert to use selection_copy_to_clipboard() and font style passed via gui_add_to_clipboard. Note: untested. Michael Drake 2012-08-13 14:52:59 +0100
  • c8a83bf1b4 s/TRUE/true/ Michael Drake 2012-08-13 14:51:24 +0100
  • d106091d6e Pass font plot style out to front end clipboard append function. Michael Drake 2012-08-13 14:43:04 +0100