summaryrefslogtreecommitdiff
path: root/monkey
Commit message (Expand)AuthorAgeFilesLines
* Split utils header into string functions and everything elseVincent Sanders2016-04-211-0/+1
* stop content header dragging in so many other headersVincent Sanders2016-04-192-0/+2
* move sys/time.h support functionality out of generic headerVincent Sanders2016-04-192-2/+2
* complete the rename of the gui browser tableVincent Sanders2016-04-161-2/+2
* fix strcasecmp implicit declaration warnings on freebsdVincent Sanders2016-02-121-0/+1
* fix debug print format type.Vincent Sanders2016-02-121-3/+3
* remove reliance on GLib from monkey frontendVincent Sanders2016-02-126-283/+281
* ensure limits is included for PATH_MAXVincent Sanders2016-02-071-0/+1
* remove need for glib in monkey frontend mainVincent Sanders2016-02-071-4/+111
* Complete hash table tests and clean up ineterface.Vincent Sanders2015-07-121-26/+0
* fixup missing lincludes from messages API updateVincent Sanders2015-06-221-0/+1
* This moves message loading out of netsurf_init into each frontendVincent Sanders2015-06-211-2/+7
* Change LOG() macro to be varadicVincent Sanders2015-05-285-17/+16
* Use standard macros for monkey frontend mandantory pkg-config based librariesVincent Sanders2015-05-031-17/+17
* Update posix source version on monkey frontend to reflect oyr usage of scandirVincent Sanders2015-05-031-1/+1
* Update monkey to use bitmap render APIVincent Sanders2015-04-243-33/+11
* Remove webp image handlingVincent Sanders2015-04-211-4/+0
* move the mandantory library config for libcss and libdom to core makefileVincent Sanders2015-04-171-2/+2
* Update monkey frontend to use bitmap operation table.Vincent Sanders2015-04-154-12/+63
* define _DEFAULT_SOURCE as well as _BSD_SOURCE to supress warnings in glibc 2.12Vincent Sanders2015-03-281-0/+1
* Remove url from content thumbnailers APIVincent Sanders2015-03-151-3/+2
* Monkey: fix double-free on exitJohn-Mark Bell2015-02-251-2/+0
* revert unecessary librt linkage as it not comes from libnsfb pkg-config corre...Vincent Sanders2014-11-271-1/+1
* add rt library to linkVincent Sanders2014-11-271-1/+1
* replace save_link operation table entry usage of textural url with nsurlVincent Sanders2014-11-031-4/+4
* change url setting api to take an nsurl instead of a text stringVincent Sanders2014-11-021-2/+2
* remove unecessary utils/types.hVincent Sanders2014-11-021-0/+1
* Update url setting API to return nserror code instead of calling warn_userVincent Sanders2014-10-291-1/+2
* remove the die API from the core.Vincent Sanders2014-10-264-11/+30
* reduce uncesessary inclusion of browser.h and browser_private.hVincent Sanders2014-10-176-8/+15
* Update monkey frontend to cope with split operations table headersVincent Sanders2014-10-167-12/+36
* Don't include browser_private.Michael Drake2014-10-151-1/+0
* Use API to get window extents.Michael Drake2014-10-151-4/+4
* Don't need content to window conversion.Michael Drake2014-10-151-15/+0
* There's no reason to connect thumbnails with windows.Michael Drake2014-10-151-6/+1
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+0
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-131-2/+1
* remove unecessary css includeVincent Sanders2014-10-131-1/+0
* remove use of deprecated netsurf_quit variable in monkeyVincent Sanders2014-10-123-6/+10
* set defaults for cookie and url databaseVincent Sanders2014-10-122-3/+7
* Pull warning flags out into variables that can be overriden seperately for C ...Vincent Sanders2014-09-051-18/+13
* change reformat to be driven from the scheduler like redrawVincent Sanders2014-07-012-17/+7
* convert all frontends to scheduled fetch operationVincent Sanders2014-06-261-48/+34
* make launch_url core operation use nsurlVincent Sanders2014-05-271-3/+3
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-261-54/+2
* reduce uncessary include usageVincent Sanders2014-05-181-2/+2
* 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-2/+7
* remove unecessary utils/url.h includesVincent Sanders2014-05-092-3/+1
* refactor url utility functions to use standard nserror codes and have appropr...Vincent Sanders2014-05-081-3/+3