summaryrefslogtreecommitdiff
path: root/riscos/iconbar.c
Commit message (Collapse)AuthorAgeFilesLines
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+0
| | | | | | | | | The netsurf.h header should *only* contain the registration, core initialisation and finalisation methods. Version information is best placed in its own header. Also remove any unneeded inclusion of this header limiting it to solely the places the relevant API is required.
* remove use of deprecated netsurf_quit variable in riscosVincent Sanders2014-10-131-1/+1
| | | | | | The core no longer needs to run the event polling loop as fetches are now scheduler driven. This is part of a series which will ultimately remove netsurf_poll callback altogether.
* try and improve usage of browser window internalsVincent Sanders2014-07-061-0/+1
|
* additional risc os header cleanupsVincent Sanders2014-06-051-0/+1
|
* cleanup RISC OS frontend header usageVincent Sanders2014-06-051-9/+10
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-101-5/+2
| | | | browser_window_navigate flags.
* add missing include for neturf_quit symbolVincent Sanders2014-01-291-0/+2
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* More fixup.Michael Drake2013-02-181-6/+9
|
* fix errors introduced in refactorVincent Sanders2013-02-181-4/+17
|
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-2/+2
|
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-4/+19
|
* Use online docs.Michael Drake2012-07-211-1/+3
|
* Update default homepage URL to about:welcome. Make RISC OS front end use ↵Michael Drake2012-07-211-6/+3
| | | | | | | 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-6/+6
| | | | svn path=/trunk/netsurf/; revision=13548
* Remove dead debugwin code.Michael Drake2011-10-101-2/+0
| | | | svn path=/trunk/netsurf/; revision=13028
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-0/+233
svn path=/trunk/netsurf/; revision=11741