summaryrefslogtreecommitdiff
path: root/riscos/configure.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant bitmap compression/decompression/dropping-to-disc. The ↵Michael Drake2013-10-031-3/+0
| | | | core now has a converted bitmap cache that is pruned more agressively.
* Insert a redundant return, as scan-build fails to notice that die() never ↵John Mark Bell2009-05-291-0/+1
| | | | | | returns. svn path=/trunk/netsurf/; revision=7629
* Assorted saving-related changes (WIP)Adrian Lees2009-01-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=6010
* - 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
* Make ro_gui_configure_register static.John Tytgat2008-08-041-0/+2
| | | | svn path=/trunk/netsurf/; revision=4900
* 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