summaryrefslogtreecommitdiff
path: root/desktop/netsurf.h
Commit message (Collapse)AuthorAgeFilesLines
* move netsurf header into public APIVincent Sanders2016-05-301-53/+0
|
* This moves message loading out of netsurf_init into each frontendVincent Sanders2015-06-211-2/+1
| | | | | | | | | | The translated message loading is dependant on configuration of resource location in each frontend, additionally they should have the ability to deal with errors in this loading in a implementation specific manner. This also extends the message loading API to be capable of loading from an inline memory buffer instead of from a file.
* Desktop doxygen fixesVincent Sanders2014-11-091-0/+1
|
* Split up graphical user interface operations table headersVincent Sanders2014-10-161-3/+9
| | | | | | This is the initial part of a series which splits up the API interface definitions for the frontends removing a great deal of unnecessary file inclusion and further isolates the fronted API usage from the core
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-7/+1
| | | | | | | | | The netsurf.h header should *only* contain the registration, core initialisation and finalisation methods. Version information is best placed in its own header. Also remove any unneeded inclusion of this header limiting it to solely the places the relevant API is required.
* remove netsurf_poll callback and netsurf main loopVincent Sanders2014-10-131-6/+0
|
* add backing store storage path to browser initialisationVincent Sanders2014-05-131-1/+1
|
* ensure operations tables are registered as early as possible.Vincent Sanders2014-05-101-5/+22
|
* move verbose log global into logging module and remove netsurf.h includeVincent Sanders2014-01-291-1/+0
|
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-111-1/+3
|
* stop system colours being anything to do with frontendsVincent Sanders2014-01-101-1/+7
|
* move option init out of netsurf_initVincent Sanders2013-05-281-1/+1
|
* 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