summaryrefslogtreecommitdiff
path: root/riscos/query.c
Commit message (Collapse)AuthorAgeFilesLines
* Squash warnings in RISC OS build.John Mark Bell2010-04-241-4/+5
| | | | | | Replace use of strnlen with strlen and max. svn path=/trunk/netsurf/; revision=10479
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-1/+0
| | | | | | strndup is not standard so provide an implementation. svn path=/trunk/netsurf/; revision=10474
* Assorted saving-related changes (WIP)Adrian Lees2009-01-101-5/+44
| | | | svn path=/trunk/netsurf/; revision=6010
* - Teached ro_gui_set_icon_string() and ro_gui_get_icon_string() about the ↵John Tytgat2008-08-051-1/+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
* - Compiler warning squashJohn Tytgat2008-07-261-0/+1
| | | | | | | - 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-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
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Convert query button text to local encoding correctlyJohn Mark Bell2006-11-041-4/+31
| | | | svn path=/trunk/netsurf/; revision=3025
* Squash warningJohn Mark Bell2006-09-081-2/+3
| | | | svn path=/trunk/netsurf/; revision=2931
* Fix icon sizingRichard Wilson2006-09-081-4/+2
| | | | svn path=/trunk/netsurf/; revision=2929
* Finish event based GUI system transition and begin code cleanup.Richard Wilson2006-09-061-102/+84
| | | | svn path=/trunk/netsurf/; revision=2922
* [project @ 2006-02-07 16:16:23 by adrianl]Adrian Lees2006-02-071-1/+58
| | | | | | Confirmation before overwriting with download files; Interface Choices dialog svn path=/import/netsurf/; revision=2061
* [project @ 2005-12-31 04:40:48 by rjw]Richard Wilson2005-12-311-3/+3
| | | | | | Use new wimp_event system. svn path=/import/netsurf/; revision=1916
* [project @ 2005-04-30 14:38:43 by adrianl]Adrian Lees2005-04-301-0/+3
| | | | | | Hide non-functional Help button svn path=/import/netsurf/; revision=1705
* [project @ 2005-04-23 02:56:14 by adrianl]Adrian Lees2005-04-231-0/+264
Query windows svn path=/import/netsurf/; revision=1678