summaryrefslogtreecommitdiff
path: root/riscos/configure/con_theme.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-420/+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-9/+12
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-14/+8
| | | | | | | | | | | | 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.
* Scope reduce a couple of variables.Michael Drake2014-05-261-4/+2
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-8/+7
| | | | svn path=/trunk/netsurf/; revision=13548
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-14/+25
| | | | svn path=/trunk/netsurf/; revision=11741
* Fix indirected text size for theme author.James Bursa2010-09-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=10766
* Aliasing fixesJohn Mark Bell2009-03-281-2/+3
| | | | svn path=/trunk/netsurf/; revision=6960
* - C strings have always an implicit NUL character at the end, no need to ↵John Tytgat2009-02-011-4/+3
| | | | | | | | specify an extra one. - riscos/configure/con_theme.c: removed spurious code line. svn path=/trunk/netsurf/; revision=6331
* - Compiler warning squashJohn Tytgat2008-07-261-7/+13
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
* 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-14/+14
| | | | | | | | | | | | | | 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
* Revert last changeJohn Mark Bell2007-04-071-1/+0
| | | | svn path=/trunk/netsurf/; revision=3252
* Add loggingJohn Mark Bell2007-04-071-0/+1
| | | | svn path=/trunk/netsurf/; revision=3251
* Update project URL.Michael Drake2006-11-271-5/+5
| | | | svn path=/trunk/netsurf/; revision=3073
* Fix incorrect interactive help assignment.Richard Wilson2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2551
* [project @ 2006-01-02 22:02:13 by rjw]Richard Wilson2006-01-021-0/+399
New theme configuration tool. svn path=/import/netsurf/; revision=1956