summaryrefslogtreecommitdiff
path: root/riscos/configure.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-8/+8
| | | | | | | | | | | | | | 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
* Remove redundant close window calls.Richard Wilson2007-04-071-1/+0
| | | | svn path=/trunk/netsurf/; revision=3247
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Finish event based GUI system transition and begin code cleanup.Richard Wilson2006-09-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=2922
* Localise configure icon strings when appropriate.John Mark Bell2006-06-201-321/+404
| | | | | | | | 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 incorrect interactive help assignmentRichard Wilson2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2549
* [project @ 2006-04-06 22:42:22 by rjw]Richard Wilson2006-04-061-0/+3
| | | | | | Add connection option tool. svn path=/import/netsurf/; revision=2498
* [project @ 2006-04-06 17:51:25 by rjw]Richard Wilson2006-04-061-12/+18
| | | | | | Content and security option tools. svn path=/import/netsurf/; revision=2493
* [project @ 2006-03-25 22:48:32 by jmb]John Mark Bell2006-03-251-1/+1
| | | | | | | Assert that template names are <=11 chars long. Rename con_language to con_lang svn path=/import/netsurf/; revision=2165
* [project @ 2006-02-07 16:16:23 by adrianl]Adrian Lees2006-02-071-0/+3
| | | | | | Confirmation before overwriting with download files; Interface Choices dialog svn path=/import/netsurf/; revision=2061
* [project @ 2006-01-25 23:12:36 by jmb]John Mark Bell2006-01-251-13/+13
| | | | | | Fix buffer overflow svn path=/import/netsurf/; revision=2044
* [project @ 2006-01-25 02:43:07 by rjw]Richard Wilson2006-01-251-0/+3
| | | | | | Language configuration tool svn path=/import/netsurf/; revision=2038
* [project @ 2006-01-07 00:40:59 by rjw]Richard Wilson2006-01-071-2/+8
| | | | | | Add new configure tools. Improve initial window size. svn path=/import/netsurf/; revision=2007
* [project @ 2006-01-02 22:02:13 by rjw]Richard Wilson2006-01-021-1/+4
| | | | | | New theme configuration tool. svn path=/import/netsurf/; revision=1956
* [project @ 2006-01-02 05:23:26 by rjw]Richard Wilson2006-01-021-1/+5
| | | | | | Image configuration tool. svn path=/import/netsurf/; revision=1944
* [project @ 2006-01-02 02:52:53 by rjw]Richard Wilson2006-01-021-1/+3
| | | | | | Allow dynamic memory configuration. svn path=/import/netsurf/; revision=1938
* [project @ 2005-12-31 04:45:47 by rjw]Richard Wilson2005-12-311-0/+291
Configuration tool window. svn path=/import/netsurf/; revision=1919