summaryrefslogtreecommitdiff
path: root/riscos/about.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-021-86/+42
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578
* [project @ 2004-02-17 23:38:44 by jmb]John Mark Bell2004-02-171-1/+3
| | | | | | | Improve save_complete. Add missing #ifdef to about.c. svn path=/import/netsurf/; revision=559
* [project @ 2004-01-26 22:55:23 by rob]Rob Jackson2004-01-261-1/+3
| | | | | | Changes in positioning of variable declarations to allow compile with 2.95.5 compiler again svn path=/import/netsurf/; revision=512
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-0/+6
| | | | | | | Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480
* [project @ 2003-12-31 17:09:03 by jmb]John Mark Bell2003-12-311-26/+25
| | | | | | | Rename login template to "login". Use OS_GBPB9 to get filename of plugin logos. svn path=/import/netsurf/; revision=474
* [project @ 2003-12-30 17:52:26 by jmb]John Mark Bell2003-12-301-2/+10
| | | | | | Add some error handling svn path=/import/netsurf/; revision=473
* [project @ 2003-12-30 16:47:16 by jmb]John Mark Bell2003-12-301-1/+1
| | | | | | Read cookie file from the correct path svn path=/import/netsurf/; revision=472
* [project @ 2003-12-28 02:35:46 by jmb]John Mark Bell2003-12-281-1/+1
| | | | | | | | | | | Remove expired cookies from the cookiejar. Cookies are removed every time a window is closed and when NetSurf is quit. /me slaps libcurl for not doing it itself. Make cookie_create() read the cookie jar location from the messages file. svn path=/import/netsurf/; revision=463
* [project @ 2003-12-27 23:49:31 by jmb]John Mark Bell2003-12-271-4/+76
| | | | | | | | Add about:cookies. Tidy special URL handling code (it's now been moved into url_join in utils.c). svn path=/import/netsurf/; revision=461
* [project @ 2003-12-19 17:27:39 by bursa]James Bursa2003-12-191-2/+2
| | | | | | Fix buffer overflow. svn path=/import/netsurf/; revision=436
* [project @ 2003-12-19 17:11:07 by bursa]James Bursa2003-12-191-1/+2
| | | | | | Add netsurf_version string. svn path=/import/netsurf/; revision=435
* [project @ 2003-12-19 01:00:22 by jmb]John Mark Bell2003-12-191-34/+0
| | | | | | | Add build date to Info dialog. Move populate_version into utils svn path=/import/netsurf/; revision=433
* [project @ 2003-11-08 21:47:10 by jmb]John Mark Bell2003-11-081-3/+6
| | | | | | | | | Sync Info box and About Page version numbers. If no version is specified in the Messages file, it defaults to "CVS Test Build" Remove unnecessary TODOs in plugin.c svn path=/import/netsurf/; revision=415
* [project @ 2003-09-28 16:01:42 by jmb]John Mark Bell2003-09-281-5/+1
| | | | | | Fix freeze when accessing about page svn path=/import/netsurf/; revision=326
* [project @ 2003-09-27 17:05:25 by jmb]John Mark Bell2003-09-271-9/+16
| | | | | | Fix plugin image loading svn path=/import/netsurf/; revision=323
* [project @ 2003-09-26 22:51:18 by jmb]John Mark Bell2003-09-261-1/+0
| | | | | | Let's try that again svn path=/import/netsurf/; revision=321
* [project @ 2003-09-26 22:29:02 by jmb]John Mark Bell2003-09-261-2/+7
| | | | | | Add debug LOG macro calls svn path=/import/netsurf/; revision=320
* [project @ 2003-09-26 21:58:11 by jmb]John Mark Bell2003-09-261-6/+8
| | | | | | Improve image filename discovery svn path=/import/netsurf/; revision=319
* [project @ 2003-09-17 21:43:15 by jmb]John Mark Bell2003-09-171-2/+2
| | | | | | Fix about page HTMl a bit svn path=/import/netsurf/; revision=301
* [project @ 2003-09-16 20:02:55 by jmb]John Mark Bell2003-09-161-0/+275
Add dynamically created About page. Accessed via about: svn path=/import/netsurf/; revision=294