summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
...
* Bring external hotlist support in line with Bookmaker's interpretation.Steve Fryatt2011-10-132-14/+45
| | | | svn path=/trunk/netsurf/; revision=13042
* Clean up signal handling -- all the signals we handle are fatal, so exit ↵John Mark Bell2011-10-122-111/+54
| | | | | | | | immediately. Stop assertion failures generating duplicate error dialogues. svn path=/trunk/netsurf/; revision=13038
* Properly bounds check buffers during save dialogue initialisation.Steve Fryatt2011-10-111-15/+24
| | | | svn path=/trunk/netsurf/; revision=13037
* Make external hotlist support default to off.Steve Fryatt2011-10-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=13033
* Remove dead debugwin code.Michael Drake2011-10-104-427/+1
| | | | svn path=/trunk/netsurf/; revision=13028
* Add support for external hotlist utilities.Steve Fryatt2011-10-095-8/+145
| | | | svn path=/trunk/netsurf/; revision=13022
* Adjust icon sizes to recommended widths for non-standard fonts.Steve Fryatt2011-10-091-124/+120
| | | | svn path=/trunk/netsurf/; revision=13021
* Set fallback favicon.Michael Drake2011-10-091-0/+2
| | | | svn path=/trunk/netsurf/; revision=13016
* Remove plugin.h too.Michael Drake2011-10-062-45/+0
| | | | svn path=/trunk/netsurf/; revision=12968
* Remove old plugin.c.Michael Drake2011-10-062-1861/+1
| | | | svn path=/trunk/netsurf/; revision=12967
* Don't need to url_normalise, since the core is nsurl based.Michael Drake2011-10-061-7/+7
| | | | svn path=/trunk/netsurf/; revision=12966
* Don't need to url_normalise, since the core is nsurl based.Michael Drake2011-10-061-3/+2
| | | | svn path=/trunk/netsurf/; revision=12965
* Terminate raw resource URL string.Michael Drake2011-10-051-0/+4
| | | | svn path=/trunk/netsurf/; revision=12954
* Build resource: map at start timeJohn Mark Bell2011-10-051-33/+37
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* Update for content_get_url returning a nsurl.Michael Drake2011-10-033-27/+38
| | | | svn path=/trunk/netsurf/; revision=12927
* fetch_can_fetch takes a nsurl now.Michael Drake2011-09-272-2/+23
| | | | svn path=/trunk/netsurf/; revision=12900
* Fix fallout from r12733John Mark Bell2011-09-231-0/+2
| | | | svn path=/trunk/netsurf/; revision=12864
* Remove gui_multitaskJohn Mark Bell2011-09-211-24/+0
| | | | svn path=/trunk/netsurf/; revision=12828
* Call sslcert_cleanup module on quit.Michael Drake2011-09-181-0/+2
| | | | svn path=/trunk/netsurf/; revision=12805
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-154-10/+0
| | | | svn path=/trunk/netsurf/; revision=12797
* Clean up content_factory_register_handler API -- content handlers no longer ↵John Mark Bell2011-09-153-120/+4
| | | | | | use the mime type, so don't require it to be interned up front svn path=/trunk/netsurf/; revision=12796
* Port RISC OS front end to browser_window_get_contextual_content. Adds ↵Michael Drake2011-09-061-20/+9
| | | | | | support for saving link pointed to from imagemap. Fixes behaviour with frames. svn path=/trunk/netsurf/; revision=12758
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-98/+0
| | | | svn path=/trunk/netsurf/; revision=12738
* Remove various bits of dead frames handling.Michael Drake2011-09-051-10/+1
| | | | svn path=/trunk/netsurf/; revision=12733
* Remove frames handling from ro_msg_dataload function.Michael Drake2011-09-051-4/+0
| | | | svn path=/trunk/netsurf/; revision=12732
* Dig out more dead frames stuff.Michael Drake2011-09-051-18/+3
| | | | svn path=/trunk/netsurf/; revision=12722
* Delete redundant browser_window_type test.Michael Drake2011-09-041-2/+1
| | | | svn path=/trunk/netsurf/; revision=12716
* Remove gui_window_position_frame() definition from core and remove all ↵Michael Drake2011-09-041-92/+0
| | | | | | implementations from front ends. svn path=/trunk/netsurf/; revision=12711
* Purge dead code out of gui_create_browser_window().Michael Drake2011-09-041-77/+24
| | | | svn path=/trunk/netsurf/; revision=12710
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-033-6/+6
| | | | svn path=/trunk/netsurf/; revision=12704
* Remove redundant bw->current_content check.Michael Drake2011-09-011-4/+0
| | | | svn path=/trunk/netsurf/; revision=12696
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-2/+4
| | | | svn path=/trunk/netsurf/; revision=12673
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-242-8/+0
| | | | svn path=/trunk/netsurf/; revision=12656
* RISC OS changes for core search update (r12646).Michael Drake2011-08-241-43/+49
| | | | svn path=/trunk/netsurf/; revision=12651
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-131-3/+5
| | | | | | | Selection no longer uses current_redraw_browser. Fix long-standing selection bugs on platforms that use action on release behaviour. svn path=/trunk/netsurf/; revision=12598
* Caret position is already scaled in core.Michael Drake2011-07-111-3/+1
| | | | svn path=/trunk/netsurf/; revision=12597
* Fix build.Michael Drake2011-07-071-23/+1
| | | | svn path=/trunk/netsurf/; revision=12588
* Remove pointless content_msg_data.Michael Drake2011-07-061-4/+0
| | | | svn path=/trunk/netsurf/; revision=12585
* Fix up RISC OS for r12574 API change.Michael Drake2011-07-061-6/+5
| | | | svn path=/trunk/netsurf/; revision=12582
* Pass correct plotter table for Drawfile export.Michael Drake2011-07-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=12567
* Function to find out if browser window has a selection. Front ends should ↵Michael Drake2011-07-021-9/+9
| | | | | | use this API. RISC OS front end updated. svn path=/trunk/netsurf/; revision=12556
* When launching multiple URLs from a treeview, allow to open one window with ↵Chris Young2011-07-022-4/+4
| | | | | | | | multiple tabs instead of one window per URL. Make compatible frontends do this by default. svn path=/trunk/netsurf/; revision=12552
* Fix up RISC OS front end.Michael Drake2011-06-304-10/+4
| | | | svn path=/trunk/netsurf/; revision=12545
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-3010-30/+57
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Fix up Artworks content handler.Michael Drake2011-06-281-5/+5
| | | | svn path=/trunk/netsurf/; revision=12536
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ↵Michael Drake2011-06-286-68/+89
| | | | | | content handlers updated. svn path=/trunk/netsurf/; revision=12529
* Move rectangle type to utils/types.hMichael Drake2011-06-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=12525
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-272-2/+2
| | | | svn path=/trunk/netsurf/; revision=12515
* Simplify browser_window_mouse_drag_end calls.Michael Drake2011-06-272-8/+2
| | | | svn path=/trunk/netsurf/; revision=12513
* Fix crash when scaling pages with iframes on RISC OS.Michael Drake2011-06-241-13/+0
| | | | svn path=/trunk/netsurf/; revision=12501