summaryrefslogtreecommitdiff
path: root/riscos/configure
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-1511-1860/+0
|
* remove unecessary utils includes from RISC OS frontendVincent Sanders2016-05-029-10/+3
|
* update RISC OS frontend to not use the depricated warn_user APIVincent Sanders2016-04-264-13/+16
|
* fix missing include caused by core header cleanupsVincent Sanders2016-04-211-0/+1
|
* fixup missing lincludes from messages API updateVincent Sanders2015-06-221-0/+1
|
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-281-2/+2
| | | | | The semantic patch tool appears to have missed some difficult to reason about callsites which have now been manually cleaned up
* Change LOG() macro to be varadicVincent Sanders2015-05-282-16/+10
| | | | | | | | | | | | 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 unecessary css includes from fronetendsVincent Sanders2014-10-131-1/+0
|
* Fix signedness of numeric conversion when populating cache config dialogue box.stevef/cconfigSteve Fryatt2014-06-091-5/+5
|
* Add disc cache parameters to configuration GUI.Steve Fryatt2014-06-081-4/+28
|
* additional risc os header cleanupsVincent Sanders2014-06-058-27/+39
|
* cleanup RISC OS frontend header usageVincent Sanders2014-06-052-6/+9
|
* Scope reduce a couple of variables.Michael Drake2014-05-261-4/+2
|
* Scope reduce some variables.Michael Drake2014-05-261-2/+2
|
* Remove redundant bitmap compression/decompression/dropping-to-disc. The ↵Michael Drake2013-10-032-146/+0
| | | | core now has a converted bitmap cache that is pruned more agressively.
* fixup issues with new options API mergeVincent Sanders2013-05-281-4/+4
|
* fix mismatched option name and variable namesVincent Sanders2013-05-281-2/+2
| | | | | block_ads should be block_advertisments to match option name toolbar_status_width should be toolbar_status_size to match option name
* move options includeVincent Sanders2013-05-2811-11/+11
|
* Add Enable Javascript configuration to RO GUI.Steve Fryatt2012-12-151-0/+9
|
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-2211-163/+184
| | | | svn path=/trunk/netsurf/; revision=13548
* Implement user interface for external hotlist app details.Steve Fryatt2011-11-191-0/+36
| | | | svn path=/trunk/netsurf/; revision=13151
* Add GUI option for external hotlist support.Steve Fryatt2011-10-131-0/+7
| | | | | | Reinstate list #ifdef from en template source. svn path=/trunk/netsurf/; revision=13043
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-204-28/+76
| | | | svn path=/trunk/netsurf/; revision=11741
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-4/+2
| | | | svn path=/trunk/netsurf/; revision=10865
* Fix indirected text size for theme author.James Bursa2010-09-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=10766
* Bump max memory cache size from 6.4MB to 64MB.Michael Drake2010-04-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=10506
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-8/+16
| | | | svn path=/trunk/netsurf/; revision=8641
* Aliasing fixesJohn Mark Bell2009-03-281-2/+3
| | | | svn path=/trunk/netsurf/; revision=6960
* Squash warningsJohn Mark Bell2009-03-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=6933
* Squash warningsJohn Mark Bell2009-03-271-8/+17
| | | | svn path=/trunk/netsurf/; revision=6932
* - 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
* Merged ro_gui_set_icon_string_le() into ro_gui_set_icon_string() by adding ↵John Tytgat2008-08-055-34/+34
| | | | | | ro_gui_set_icon_string() and extra to_utf8 parameter. svn path=/trunk/netsurf/; revision=4910
* - Compiler warning squashJohn Tytgat2008-07-2612-90/+133
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
* Remove nonsensical disc cache section from Choices window.James Bursa2008-06-141-18/+3
| | | | svn path=/trunk/netsurf/; revision=4331
* Increase default font size and line spacing.Michael Drake2007-12-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=3660
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-0812-36/+168
| | | | | | 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-3011-116/+116
| | | | | | | | | | | | | | 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
* Replace font_menu with new rufl built-in font menu.James Bursa2006-12-081-5/+5
| | | | svn path=/trunk/netsurf/; revision=3111
* Update project URL.Michael Drake2006-11-2712-26/+26
| | | | svn path=/trunk/netsurf/; revision=3073
* Experimental new frames code.Richard Wilson2006-09-021-3/+11
| | | | svn path=/trunk/netsurf/; revision=2906
* Fixup missing includesJohn Mark Bell2006-07-131-0/+1
| | | | svn path=/trunk/netsurf/; revision=2745
* Allow thumbnail icons to be turned off.Richard Wilson2006-07-031-3/+10
| | | | svn path=/trunk/netsurf/; revision=2699
* Localise configure icon strings when appropriate.John Mark Bell2006-06-202-17/+21
| | | | | | | | Fix gright menu handling - now writes into display field without attempting to localise the selection string - it's already localised. Update German Messages file appropriately. svn path=/trunk/netsurf/; revision=2638
* Fix crash when no Choices file is presentJohn Mark Bell2006-04-291-3/+6
| | | | svn path=/trunk/netsurf/; revision=2562
* Fix incorrect interactive help assignment.Richard Wilson2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2551
* Remove RISC OS dependencies from filename code.Richard Wilson2006-04-211-2/+5
| | | | svn path=/trunk/netsurf/; revision=2540
* [project @ 2006-04-06 22:42:22 by rjw]Richard Wilson2006-04-062-0/+191
| | | | | | Add connection option tool. svn path=/import/netsurf/; revision=2498
* [project @ 2006-04-06 17:51:25 by rjw]Richard Wilson2006-04-063-0/+145
| | | | | | Content and security option tools. svn path=/import/netsurf/; revision=2493