summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Expand)AuthorAgeFilesLines
* Pass pointer constraints for drag out to front ends. Ensure content scrollba...Michael Drake2012-01-113-28/+45
* Make RISC OS print background images option work.Michael Drake2011-12-231-5/+2
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-237-0/+9
* Make the RISC OS front end foreground/background menu options work.Michael Drake2011-12-233-18/+16
* Add core options to disable fetch of foreground & background images.Michael Drake2011-12-231-3/+0
* Provide a generic fall-back scroll event handler for scroll wheels.Steve Fryatt2011-12-193-1/+66
* Fix comments.Steve Fryatt2011-12-181-1/+7
* Lose unnecessary intermediate variable assignments.Steve Fryatt2011-12-181-13/+10
* Pass Page Up/Down info to the core for scrolling.Steve Fryatt2011-12-181-14/+51
* Implement Home and End scroll functionality.Steve Fryatt2011-12-181-5/+9
* Don't allow framesets to scroll out of view.Steve Fryatt2011-12-171-2/+15
* Use correct RISC OS filetype for PNG when identifying native format.Steve Fryatt2011-12-171-1/+1
* Standardise code for mouse and keyboard scrolling of browser window.Steve Fryatt2011-12-171-127/+163
* Provisional core scroll-wheel support - supports scroll events only.Steve Fryatt2011-12-171-7/+38
* Look toolbar handles up directly from event data.Steve Fryatt2011-12-171-3/+7
* Make scroll event handling module specific.Steve Fryatt2011-12-176-24/+125
* Disable rendering of interactive features when exporting as Drawfile.Michael Drake2011-12-061-1/+1
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-043-26/+26
* Remove render/box.h include.Michael Drake2011-12-031-1/+0
* Fix select menu item selection in frames. Note: the API for front end select...Michael Drake2011-12-031-2/+9
* Use core handling of file drop over browser window.Michael Drake2011-12-011-82/+2
* Update frontends for r13185. Enabled new functionality, where it is not logi...Chris Young2011-11-271-3/+3
* Don't pass already handled keys to the URL Complete code.Steve Fryatt2011-11-202-8/+8
* Revert r13155 and re-implement fix properly.Steve Fryatt2011-11-201-60/+36
* Remember page content handle when refreshing browser menu (bug #3420985).Steve Fryatt2011-11-201-36/+60
* Remove unused variable declaration.Steve Fryatt2011-11-201-1/+0
* Remove unnecessary duplicate call to Wimp_OpenMenu.Steve Fryatt2011-11-201-8/+0
* Implement user interface for external hotlist app details.Steve Fryatt2011-11-195-24/+141
* Config to enable external hotlist app to be launched via toolbar and menus.Steve Fryatt2011-11-192-2/+22
* Ensure file content is terminated (bug #1866212).Steve Fryatt2011-10-181-1/+6
* Add GUI option for external hotlist support.Steve Fryatt2011-10-135-24/+155
* Bring external hotlist support in line with Bookmaker's interpretation.Steve Fryatt2011-10-132-14/+45
* Clean up signal handling -- all the signals we handle are fatal, so exit imme...John Mark Bell2011-10-122-111/+54
* Properly bounds check buffers during save dialogue initialisation.Steve Fryatt2011-10-111-15/+24
* Make external hotlist support default to off.Steve Fryatt2011-10-111-1/+1
* Remove dead debugwin code.Michael Drake2011-10-104-427/+1
* Add support for external hotlist utilities.Steve Fryatt2011-10-095-8/+145
* Adjust icon sizes to recommended widths for non-standard fonts.Steve Fryatt2011-10-091-124/+120
* Set fallback favicon.Michael Drake2011-10-091-0/+2
* Remove plugin.h too.Michael Drake2011-10-062-45/+0
* Remove old plugin.c.Michael Drake2011-10-062-1861/+1
* Don't need to url_normalise, since the core is nsurl based.Michael Drake2011-10-061-7/+7
* Don't need to url_normalise, since the core is nsurl based.Michael Drake2011-10-061-3/+2
* Terminate raw resource URL string.Michael Drake2011-10-051-0/+4
* Build resource: map at start timeJohn Mark Bell2011-10-051-33/+37
* Update for content_get_url returning a nsurl.Michael Drake2011-10-033-27/+38
* fetch_can_fetch takes a nsurl now.Michael Drake2011-09-272-2/+23
* Fix fallout from r12733John Mark Bell2011-09-231-0/+2
* Remove gui_multitaskJohn Mark Bell2011-09-211-24/+0
* Call sslcert_cleanup module on quit.Michael Drake2011-09-181-0/+2