summaryrefslogtreecommitdiff
path: root/frontends/beos
Commit message (Collapse)AuthorAgeFilesLines
* URL unescape: return the new length to the caller.Michael Drake2016-07-241-1/+1
| | | | | | | | The avoids situations were we threw away the length, only for the caller to have to strlen the returned string. Note, there seems to be a case of the amiga front end writing beyond end of allocation. Added a TODO for now.
* move key press enums and operations to their own headerVincent Sanders2016-07-013-3/+3
|
* reduce curl usage to fetcher, url unescaping and time parsingVincent Sanders2016-06-291-6/+7
|
* Move fetcher_fdset to fetch.h (and rename to fetch_fdset). Maybe not ideal ↵Daniel Silverstone2016-06-271-2/+2
| | | | but better
* Add NULL for silly frontend which can't use a useful compilerDaniel Silverstone2016-06-271-0/+1
|
* move the public form APIVincent Sanders2016-06-141-3/+3
|
* msplit public url database API out for frontendsVincent Sanders2016-06-133-3/+6
|
* remove unecessary content header inclusion from beos frontendVincent Sanders2016-06-1110-76/+72
|
* beos frontend compile cannot do forward declrarations of enumsVincent Sanders2016-06-061-1/+1
|
* missed necessary header for haikuVincent Sanders2016-06-061-0/+1
|
* fixup beos build after content header changesVincent Sanders2016-06-062-7/+8
|
* haiku gcc does not support forward enum declarationsVincent Sanders2016-06-061-0/+1
|
* Update content to split public and internal APIVincent Sanders2016-06-061-2/+2
|
* move plotters header into public APIVincent Sanders2016-05-305-5/+5
|
* move desktop window header into public APIVincent Sanders2016-05-306-6/+6
|
* move mouse and pointer state header into public APIVincent Sanders2016-05-302-2/+2
|
* move netsurf header into public APIVincent Sanders2016-05-302-2/+2
|
* move layout header into public APIVincent Sanders2016-05-301-1/+1
|
* move fetch header into public APIVincent Sanders2016-05-301-1/+1
|
* move misc header into public APIVincent Sanders2016-05-301-1/+1
|
* move download header into public APIVincent Sanders2016-05-301-1/+1
|
* move clipboard header into public APIVincent Sanders2016-05-305-5/+5
|
* move window header into public APIVincent Sanders2016-05-301-1/+1
|
* move search header into public APIVincent Sanders2016-05-301-1/+1
|
* move bitmap API header to core include directoryVincent Sanders2016-05-261-1/+1
|
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-1/+1
|
* fix resource locationVincent Sanders2016-05-151-7/+12
|
* update missed beos resource locationsVincent Sanders2016-05-151-2/+2
|
* fix beos resource linksVincent Sanders2016-05-1517-17/+17
|
* move frontends into sub directoryVincent Sanders2016-05-1570-0/+9827