summaryrefslogtreecommitdiff
path: root/riscos/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Fix paste. Store clipboard as UTF-8 internally, to avoid unnecessary data los...John-Mark Bell2013-01-221-4/+33
* Fix 1912552: move FontRemove into ro_gui_cleanup()John-Mark Bell2013-01-131-0/+2
* Use true/false for verbose_log.Michael Drake2012-11-051-3/+3
* Allow setup of verbose logging from environment variable.Michael Drake2012-11-051-0/+21
* Fix "error setting certificate verify locations" problem when the Choices fil...Michael Drake2012-10-171-35/+46
* Document messages_load behaviour.Michael Drake2012-10-161-0/+4
* Use proper function for box tree dump.Michael Drake2012-08-201-11/+2
* Use online docs.Michael Drake2012-07-211-18/+0
* Update default homepage URL to about:welcome. Make RISC OS front end use NET...Michael Drake2012-07-211-9/+4
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-75/+64
* Set User CSS file in Choices.WWW.NetSurf.Michael Drake2012-03-061-4/+13
* Pass pointer constraints for drag out to front ends. Ensure content scrollba...Michael Drake2012-01-111-1/+1
* Provide a generic fall-back scroll event handler for scroll wheels.Steve Fryatt2011-12-191-1/+6
* Make scroll event handling module specific.Steve Fryatt2011-12-171-1/+1
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+1
* Bring external hotlist support in line with Bookmaker's interpretation.Steve Fryatt2011-10-131-0/+1
* Clean up signal handling -- all the signals we handle are fatal, so exit imme...John Mark Bell2011-10-121-98/+54
* Add support for external hotlist utilities.Steve Fryatt2011-10-091-1/+4
* Set fallback favicon.Michael Drake2011-10-091-0/+2
* Remove plugin.h too.Michael Drake2011-10-061-3/+0
* 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-031-1/+1
* Remove gui_multitaskJohn Mark Bell2011-09-211-24/+0
* Call sslcert_cleanup module on quit.Michael Drake2011-09-181-0/+2
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-4/+0
* Remove frames handling from ro_msg_dataload function.Michael Drake2011-09-051-4/+0
* Put RISC OS filetype content handlers in their own directory.Michael Drake2011-05-091-3/+3
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-0/+11
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-6/+8
* Pedantic wrap.Michael Drake2011-03-161-1/+2
* Simple language directory handling.Michael Drake2011-03-151-3/+14
* Fix in case of malloc failure.Michael Drake2011-03-151-0/+3
* Add simple resource: path handler. Lacks language support for now.Michael Drake2011-03-151-4/+10
* Take CSS System Colours from the RISC OS Desktop palette at start and on mode...Steve Fryatt2011-02-251-0/+7
* add resource handlingVincent Sanders2011-02-231-0/+6
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-70/+13
* add options display to about: schemeVincent Sanders2011-02-201-1/+1
* Make the tree icon dir a non-optionDaniel Silverstone2011-01-201-3/+3
* Remove unnecessary duplicate parameter.Steve Fryatt2010-12-191-2/+1
* Track pointer on all treeview windows.Steve Fryatt2010-12-191-2/+6
* Use dashed boxes for treeview drags.Steve Fryatt2010-12-191-6/+2
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-7/+0
* Restore toolbar menus in RO treeview windows.Steve Fryatt2010-10-241-6/+7
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-39/+42
* Fix riscos path_add_part, to cope with the fact that newpart is unix-formatJohn Mark Bell2010-09-131-3/+15
* missing declarationVincent Sanders2010-09-111-0/+1
* hell with it, heres a version which should result in fewer portability compla...Vincent Sanders2010-09-111-12/+21
* Fix inventory file leafname.Michael Drake2010-07-091-1/+1
* Check the last character for a path separator, rather than the NULL string te...Chris Young2010-07-091-1/+1