summaryrefslogtreecommitdiff
path: root/frontends/beos
Commit message (Expand)AuthorAgeFilesLines
* fix type used with content_get_source_data()Vincent Sanders2019-05-061-2/+4
* Haiku: use the native locale API to get the language nameFrançois Revol2018-08-211-5/+27
* haiku: add a package targetFrançois Revol2018-08-151-1/+63
* Haiku: Use `struct nsurl` in header.Michael Drake2018-08-151-1/+1
* Haiku: Remove extraneous `void`.Michael Drake2018-08-151-1/+1
* Haiku: Update for new HTTP auth API.Michael Drake2018-08-153-14/+39
* Plotters: Remove width param from path plotter.Michael Drake2018-05-231-3/+1
* Plotters: Change stroke width in the plot_style_t to fixed point.Michael Drake2018-05-231-2/+2
* Plotters: Add plot_style_fixed type, and use for font size.Michael Drake2018-05-231-1/+1
* ensure stdint is included where requiredVincent Sanders2018-04-221-0/+1
* Initial shuffle of stuff out of !NetSurfDaniel Silverstone2018-04-2216-16/+16
* fix beos throbber allocationVincent Sanders2017-09-111-1/+1
* Finalise nslog layer properly in closedownDaniel Silverstone2017-09-101-0/+6
* Hopefully quash LOG compile errors in BeOSDaniel Silverstone2017-09-081-4/+3
* Fixup everything the semantic patch missedVincent Sanders2017-09-073-9/+12
* Update scheduler logging to use catagoryVincent Sanders2017-09-071-12/+16
* Use coccinelle to change logging macro calls in c++Vincent Sanders2017-09-068-48/+77
* Fix bug 0002555: "No GC" alert when resizing the windowFrançois Revol2017-08-211-3/+0
* fixup errors introduced in set_scroll API changeVincent Sanders2017-04-261-6/+10
* Update beos frontend for set_scroll API changeVincent Sanders2017-04-261-6/+19
* update beos frontend to remove reformat APIVincent Sanders2017-04-261-35/+25
* Update beos frontend to use invalidate window area APIVincent Sanders2017-04-231-26/+28
* fix memory leak in beos instantiate error pathVincent Sanders2017-03-051-1/+3
* clean up some of the doxygen generation warningsVincent Sanders2017-02-191-7/+7
* fix plotter mergeVincent Sanders2017-02-121-4/+4
* update beos to new plotter APIVincent Sanders2017-02-121-477/+649
* move plot style header to netsurf include directoryVincent Sanders2017-01-131-1/+1
* fixup usage of directory creation macro in MakefilesVincent Sanders2017-01-071-9/+9
* remove unecessary include of depricated tree interface from beosVincent Sanders2016-12-161-1/+0
* haiku: close parenthesis in version stringFrançois Revol2016-11-211-1/+1
* haiku: use logging instead of fprintfFrançois Revol2016-11-211-1/+1
* haiku: Fix popup menuFrançois Revol2016-11-213-7/+42
* haiku: Rework menu accelerator handlingFrançois Revol2016-11-211-15/+13
* haiku: catch NetPositive messages also in the WindowFrançois Revol2016-11-211-0/+9
* haiku: add a file extension when viewing sourceFrançois Revol2016-11-211-4/+19
* haiku: try to open source in preferred app for source-code firstFrançois Revol2016-11-211-1/+3
* fix unecessary base64 header includeVincent Sanders2016-11-191-1/+0
* URL unescape: return the new length to the caller.Michael Drake2016-07-241-1/+1
* 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 bu...Daniel Silverstone2016-06-271-2/+2
* 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