summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* Fix comments.Steve Fryatt2011-12-181-1/+7
| | | | svn path=/trunk/netsurf/; revision=13298
* Lose unnecessary intermediate variable assignments.Steve Fryatt2011-12-181-13/+10
| | | | svn path=/trunk/netsurf/; revision=13297
* Pass Page Up/Down info to the core for scrolling.Steve Fryatt2011-12-181-14/+51
| | | | svn path=/trunk/netsurf/; revision=13296
* Implement Home and End scroll functionality.Steve Fryatt2011-12-181-5/+9
| | | | svn path=/trunk/netsurf/; revision=13292
* Don't allow framesets to scroll out of view.Steve Fryatt2011-12-171-2/+15
| | | | svn path=/trunk/netsurf/; revision=13291
* Use correct RISC OS filetype for PNG when identifying native format.Steve Fryatt2011-12-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=13290
* Standardise code for mouse and keyboard scrolling of browser window.Steve Fryatt2011-12-171-127/+163
| | | | | | Pass keyboard scroll details on to the core when applicable. svn path=/trunk/netsurf/; revision=13289
* Provisional core scroll-wheel support - supports scroll events only.Steve Fryatt2011-12-171-7/+38
| | | | svn path=/trunk/netsurf/; revision=13288
* Look toolbar handles up directly from event data.Steve Fryatt2011-12-171-3/+7
| | | | svn path=/trunk/netsurf/; revision=13286
* Make scroll event handling module specific.Steve Fryatt2011-12-176-24/+125
| | | | svn path=/trunk/netsurf/; revision=13285
* Disable rendering of interactive features when exporting as Drawfile.Michael Drake2011-12-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=13249
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-043-26/+26
| | | | svn path=/trunk/netsurf/; revision=13236
* Remove render/box.h include.Michael Drake2011-12-031-1/+0
| | | | svn path=/trunk/netsurf/; revision=13224
* Fix select menu item selection in frames. Note: the API for front end ↵Michael Drake2011-12-031-2/+9
| | | | | | select menus is a mess ATM. svn path=/trunk/netsurf/; revision=13223
* Use core handling of file drop over browser window.Michael Drake2011-12-011-82/+2
| | | | svn path=/trunk/netsurf/; revision=13216
* Update frontends for r13185. Enabled new functionality, where it is not ↵Chris Young2011-11-271-3/+3
| | | | | | | | logical it can be switched off. svn path=/trunk/netsurf/; revision=13186
* Don't pass already handled keys to the URL Complete code.Steve Fryatt2011-11-202-8/+8
| | | | | | Don't scroll browser windows when the toolbar has focus. svn path=/trunk/netsurf/; revision=13157
* Revert r13155 and re-implement fix properly.Steve Fryatt2011-11-201-60/+36
| | | | svn path=/trunk/netsurf/; revision=13156
* Remember page content handle when refreshing browser menu (bug #3420985).Steve Fryatt2011-11-201-36/+60
| | | | svn path=/trunk/netsurf/; revision=13155
* Remove unused variable declaration.Steve Fryatt2011-11-201-1/+0
| | | | svn path=/trunk/netsurf/; revision=13154
* Remove unnecessary duplicate call to Wimp_OpenMenu.Steve Fryatt2011-11-201-8/+0
| | | | svn path=/trunk/netsurf/; revision=13153
* Implement user interface for external hotlist app details.Steve Fryatt2011-11-195-24/+141
| | | | svn path=/trunk/netsurf/; revision=13151
* Config to enable external hotlist app to be launched via toolbar and menus.Steve Fryatt2011-11-192-2/+22
| | | | svn path=/trunk/netsurf/; revision=13150
* Ensure file content is terminated (bug #1866212).Steve Fryatt2011-10-181-1/+6
| | | | svn path=/trunk/netsurf/; revision=13070
* Add GUI option for external hotlist support.Steve Fryatt2011-10-135-24/+155
| | | | | | Reinstate list #ifdef from en template source. svn path=/trunk/netsurf/; revision=13043
* 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