summaryrefslogtreecommitdiff
path: root/riscos/iconbar.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-261/+0
|
* remove unecessary utils includes from RISC OS frontendVincent Sanders2016-05-021-1/+0
|
* update RISC OS frontend to not use the depricated warn_user APIVincent Sanders2016-04-261-2/+2
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-3/+2
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* Remove incorrect keyboard shortcuts from iconbar menu.stevef/ibarmenuGlen Walker2015-03-091-3/+3
|
* doxgen warning fixes in riscos frontend.Vincent Sanders2014-11-121-5/+6
|
* 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