summaryrefslogtreecommitdiff
path: root/desktop/netsurf.h
Commit message (Collapse)AuthorAgeFilesLines
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-291-1/+2
| | | | svn path=/trunk/netsurf/; revision=10205
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-1/+0
| | | | svn path=/trunk/netsurf/; revision=10180
* Refactor main into the frontendsVincent Sanders2010-01-201-1/+0
| | | | | | remove unused embedded global svn path=/trunk/netsurf/; revision=9851
* Had to split main() into parts to have netsurf_init() called from one ↵François Revel2008-10-161-0/+3
| | | | | | thread, and the loop in another to avoid a deadlock in replicants... hope nobody minds. svn path=/trunk/netsurf/; revision=5586
* Have netsurf_main() do the real work and main() call it. This allows ports ↵François Revel2008-10-161-0/+3
| | | | | | | | to call it from elsewhere to embed NetSurf in another application. The netsurf_embedded bool remembers it for later (like, we shouldn't probably save the hotlist and preferences in that case). svn path=/trunk/netsurf/; revision=5579
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-4/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Add a -v option to enable debug logging. Pass -v by default to the RO runimage.Daniel Silverstone2007-05-301-0/+1
| | | | svn path=/trunk/netsurf/; revision=3306
* Generates and use a User-Agent: string based on new ↵Rob Kendrick2007-01-301-0/+2
| | | | | | netsurf_version_major/minor values, and results of uname(). svn path=/trunk/netsurf/; revision=3158
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* [project @ 2003-12-19 17:11:07 by bursa]James Bursa2003-12-191-0/+1
| | | | | | Add netsurf_version string. svn path=/import/netsurf/; revision=435
* [project @ 2003-11-06 19:41:41 by bursa]James Bursa2003-11-061-2/+2
| | | | | | Mask null polls and use PollIdle when appropriate. svn path=/import/netsurf/; revision=406
* [project @ 2003-07-17 23:01:02 by bursa]James Bursa2003-07-171-3/+0
| | | | | | Fix 670947, tidy gui code, move some headers. svn path=/import/netsurf/; revision=231
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+5
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-02-09 12:58:14 by bursa]James Bursa2003-02-091-20/+1
| | | | | | Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96
* [project @ 2002-09-11 14:24:02 by monkeyson]Phil Mellor2002-09-111-0/+35
RISC OS Wimp GUI. svn path=/import/netsurf/; revision=33