summaryrefslogtreecommitdiff
path: root/riscos/theme_install.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-237/+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-6/+6
|
* 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.
* move themse install to its own headerVincent Sanders2014-11-061-0/+1
|
* additional risc os header cleanupsVincent Sanders2014-06-051-5/+8
|
* Scope reduce some variables.Michael Drake2014-05-301-3/+2
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* Remove asserts for default cases from all content message handlers; this is ↵Rob Kendrick2014-01-051-6/+0
| | | | laborious and is no longer useful for catching bugs.
* move options includeVincent Sanders2013-05-281-1/+1
|
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-4/+3
| | | | svn path=/trunk/netsurf/; revision=13548
* Port to hlcache-enabled coreJohn Mark Bell2010-04-111-31/+40
| | | | svn path=/trunk/netsurf/; revision=10377
* Add missing return statement.John Mark Bell2009-05-291-0/+1
| | | | svn path=/trunk/netsurf/; revision=7639
* Use byte instead of unsigned char.John Mark Bell2009-03-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=6913
* Squash warningsJohn Mark Bell2009-03-271-4/+6
| | | | svn path=/trunk/netsurf/; revision=6912
* - Teached ro_gui_set_icon_string() and ro_gui_get_icon_string() about the ↵John Tytgat2008-08-051-2/+2
| | | | | | | | | | | | difference between direct and indirect icons. - ro_gui_get_icon_string(): - Constify return value of ro_gui_get_icon_string() as you really shouldn't change its contents via this pointer. - Enfore NUL string termination as return value (instead of other control char termination) - Merged ro_gui_set_icon_string_le() into ro_gui_set_icon_string() by adding ro_gui_set_icon_string() and extra to_utf8 parameter. - ro_gui_strncmp(): added svn path=/trunk/netsurf/; revision=4907
* Launch redirects to unsupported URLs in other applications.John Mark Bell2008-04-191-0/+1
| | | | svn path=/trunk/netsurf/; revision=4098
* Rework handling of HTTP redirects -- we now count the number of redirects ↵John Mark Bell2008-01-281-1/+0
| | | | | | | | | | | | | | | | | | | | followed for a given item and abort if a fixed limit is reached. This fixes sites which have pages that redirect to themselves. Redirect handling is now transparent to clients of fetchcache. The new scheme works as follows: 1) Request content for URL (fetchcache() 2) Start fetch of content (fetchcache_go() 3) If no redirect, continue through LOADING, READY, DONE etc. states as before If redirect, receive NEWPTR for each redirect that occurs, then continue through LOADING, READY, DONE etc. states as before. The upshot of this is that redirects result in extra contents being created. It also means that, until LOADING has been received, the content (and thus the URL being fetched) may change. Therefore, fetchcache clients should expect to have to deal with transient data prior to LOADING occurring. As a necessary side-effect of this, the HTML object URLs and CSS @import URLs are no longer stored alongside the relevant contents. These URLs can be accessed by interrogating the url member of struct content anyway, so it was a rather redundant scheme before. svn path=/trunk/netsurf/; revision=3787
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-12/+12
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Fix 1496309.Richard Wilson2006-07-031-4/+9
| | | | svn path=/trunk/netsurf/; revision=2700
* [project @ 2006-02-22 20:04:39 by jmb]John Mark Bell2006-02-221-2/+2
| | | | | | Lose warnings svn path=/import/netsurf/; revision=2091
* [project @ 2006-01-08 01:51:33 by jmb]John Mark Bell2006-01-081-3/+3
| | | | | | | | | | Make data file locations user-configurable (no UI for this as yet) Reduce intrusiveness of ncos modifications Fix GTK build Remove Cookies file details from Messages (this data never belonged in there anyway) Make gui_init more robust against memory exhaustion. svn path=/import/netsurf/; revision=2014
* [project @ 2005-12-31 04:40:48 by rjw]Richard Wilson2005-12-311-91/+28
| | | | | | Use new wimp_event system. svn path=/import/netsurf/; revision=1916
* [project @ 2005-07-23 20:43:37 by bursa]James Bursa2005-07-231-1/+1
| | | | | | Rewrite and simplify url_nice() to improve suggested filenames. Add option to keep extensions (no UI currently). svn path=/import/netsurf/; revision=1814
* [project @ 2005-05-17 23:46:36 by rjw]Richard Wilson2005-05-171-3/+2
| | | | | | Make long theme names work on old filesystems. svn path=/import/netsurf/; revision=1726
* [project @ 2005-04-29 05:50:00 by rjw]Richard Wilson2005-04-291-12/+6
| | | | | | Fix theme installation svn path=/import/netsurf/; revision=1700
* [project @ 2005-03-09 00:20:45 by bursa]James Bursa2005-03-091-129/+179
| | | | | | Fix installed themes sitting in memory cache. Break out some code into functions. svn path=/import/netsurf/; revision=1531
* [project @ 2005-02-03 13:10:21 by rjw]Richard Wilson2005-02-031-6/+15
| | | | | | Make themes auto-install work on NCOS (probably) svn path=/import/netsurf/; revision=1486
* [project @ 2005-01-23 16:09:05 by rjw]Richard Wilson2005-01-231-12/+128
| | | | | | Further work on theme installing svn path=/import/netsurf/; revision=1463
* [project @ 2005-01-16 21:04:00 by bursa]James Bursa2005-01-161-1/+1
| | | | | | Rename themeinstall template to avoid issues with 12-character names in some Wimp versions. svn path=/import/netsurf/; revision=1454
* [project @ 2005-01-13 22:42:38 by bursa]James Bursa2005-01-131-0/+111
Start on theme auto-install. Fix content_add_user() not to broadcast error on memory exhaustion. svn path=/import/netsurf/; revision=1448