summaryrefslogtreecommitdiff
path: root/frontends/beos/gui.cpp
Commit message (Collapse)AuthorAgeFilesLines
* haiku: use logging instead of fprintfFrançois Revol2016-11-211-1/+1
|
* haiku: add a file extension when viewing sourceFrançois Revol2016-11-211-4/+19
| | | | Pe still requires it to detect the language, this makes it easier.
* haiku: try to open source in preferred app for source-code firstFrançois Revol2016-11-211-1/+3
| | | | | We still fall back to the hardcoded list, but we first check for the user's prefered code editor.
* 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.
* 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
* msplit public url database API out for frontendsVincent Sanders2016-06-131-1/+3
|
* remove unecessary content header inclusion from beos frontendVincent Sanders2016-06-111-5/+0
|
* beos frontend compile cannot do forward declrarations of enumsVincent Sanders2016-06-061-1/+1
|
* fixup beos build after content header changesVincent Sanders2016-06-061-7/+7
|
* move desktop window header into public APIVincent Sanders2016-05-301-1/+1
|
* move netsurf 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 clipboard header into public APIVincent Sanders2016-05-301-1/+1
|
* move search header into public APIVincent Sanders2016-05-301-1/+1
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+1109