summaryrefslogtreecommitdiff
path: root/riscos/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* Make it build again.Michael Drake2013-02-181-11/+13
|
* fix errors introduced in refactorVincent Sanders2013-02-181-1/+1
|
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-8/+8
|
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-24/+58
|
* browser_window_navigate refactorVincent Sanders2013-02-181-13/+35
|
* Fix paste. Store clipboard as UTF-8 internally, to avoid unnecessary data ↵John-Mark Bell2013-01-221-4/+33
| | | | loss when copying internally.
* 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 ↵Michael Drake2012-10-171-35/+46
| | | | file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak.
* 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 ↵Michael Drake2012-07-211-9/+4
| | | | | | | NETSURF_HOMEPAGE too. Currently only the English welcome page will be fetched. Need to add language negotiation to choose best language option.
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-75/+64
| | | | svn path=/trunk/netsurf/; revision=13548
* Set User CSS file in Choices.WWW.NetSurf.Michael Drake2012-03-061-4/+13
| | | | svn path=/trunk/netsurf/; revision=13509
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-111-1/+1
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Provide a generic fall-back scroll event handler for scroll wheels.Steve Fryatt2011-12-191-1/+6
| | | | svn path=/trunk/netsurf/; revision=13300
* Make scroll event handling module specific.Steve Fryatt2011-12-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=13285
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=13236
* Bring external hotlist support in line with Bookmaker's interpretation.Steve Fryatt2011-10-131-0/+1
| | | | svn path=/trunk/netsurf/; revision=13042
* Clean up signal handling -- all the signals we handle are fatal, so exit ↵John Mark Bell2011-10-121-98/+54
| | | | | | | | immediately. Stop assertion failures generating duplicate error dialogues. svn path=/trunk/netsurf/; revision=13038
* Add support for external hotlist utilities.Steve Fryatt2011-10-091-1/+4
| | | | svn path=/trunk/netsurf/; revision=13022
* Set fallback favicon.Michael Drake2011-10-091-0/+2
| | | | svn path=/trunk/netsurf/; revision=13016
* Remove plugin.h too.Michael Drake2011-10-061-3/+0
| | | | svn path=/trunk/netsurf/; revision=12968
* 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-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=12927
* 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-151-4/+0
| | | | svn path=/trunk/netsurf/; revision=12797
* Remove frames handling from ro_msg_dataload function.Michael Drake2011-09-051-4/+0
| | | | svn path=/trunk/netsurf/; revision=12732
* Put RISC OS filetype content handlers in their own directory.Michael Drake2011-05-091-3/+3
| | | | svn path=/trunk/netsurf/; revision=12336
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-0/+11
| | | | svn path=/trunk/netsurf/; revision=12283
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-6/+8
| | | | svn path=/trunk/netsurf/; revision=12089
* Pedantic wrap.Michael Drake2011-03-161-1/+2
| | | | svn path=/trunk/netsurf/; revision=12070
* Simple language directory handling.Michael Drake2011-03-151-3/+14
| | | | svn path=/trunk/netsurf/; revision=12069
* Fix in case of malloc failure.Michael Drake2011-03-151-0/+3
| | | | svn path=/trunk/netsurf/; revision=12067
* Add simple resource: path handler. Lacks language support for now.Michael Drake2011-03-151-4/+10
| | | | svn path=/trunk/netsurf/; revision=12066
* Take CSS System Colours from the RISC OS Desktop palette at start and on ↵Steve Fryatt2011-02-251-0/+7
| | | | | | | | mode/palette change. Need to revisit and confirm some of the mappings. svn path=/trunk/netsurf/; revision=11814
* add resource handlingVincent Sanders2011-02-231-0/+6
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-70/+13
| | | | svn path=/trunk/netsurf/; revision=11741
* add options display to about: schemeVincent Sanders2011-02-201-1/+1
| | | | svn path=/trunk/netsurf/; revision=11733
* Make the tree icon dir a non-optionDaniel Silverstone2011-01-201-3/+3
| | | | svn path=/trunk/netsurf/; revision=11422
* Remove unnecessary duplicate parameter.Steve Fryatt2010-12-191-2/+1
| | | | svn path=/trunk/netsurf/; revision=11103
* Track pointer on all treeview windows.Steve Fryatt2010-12-191-2/+6
| | | | svn path=/trunk/netsurf/; revision=11102
* Use dashed boxes for treeview drags.Steve Fryatt2010-12-191-6/+2
| | | | svn path=/trunk/netsurf/; revision=11095
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-7/+0
| | | | svn path=/trunk/netsurf/; revision=10980
* Restore toolbar menus in RO treeview windows.Steve Fryatt2010-10-241-6/+7
| | | | svn path=/trunk/netsurf/; revision=10908
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-39/+42
| | | | svn path=/trunk/netsurf/; revision=10865