summaryrefslogtreecommitdiff
path: root/beos/Makefile.target
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-156/+0
|
* update version info for next development cycleVincent Sanders2016-04-061-1/+2
|
* Add cookie management for Haiku frontendAdrián Arroyo Calle2016-01-191-2/+3
|
* Add web search bar to haiku frontendAdrián Arroyo Calle2016-01-191-1/+1
|
* make search engines resource common between gtk and beosVincent Sanders2016-01-191-3/+1
|
* BeOS/Haiku: improve menus managementAdrien Destugues2015-10-121-0/+1
| | | | | | | | | * Embed language resources in executable, so they can be used without installing * Add a few strings we want to use * Remove most menus since they are not implemented yet Fixes http://bugs.netsurf-browser.org/mantis/view.php?id=2164
* Fix BeOS buildAdrien Destugues2015-10-121-2/+2
| | | | | | | Mainly C/C++ conflicts: * Designated initializer are not part of C++ * C++ already defines min() and max() * Force C99 and remove -O0 since we now use a decent compiler
* Fix build on 64-bit HaikuAdrien Destugues2015-07-141-9/+1
| | | | | | | - Fix path to look for libnetwork to work also on non-hybrid systems - Remove references to /boot/common as it is not used anymore - Fix a few type errors - Use compiler provided va_copy when available
* Convert beos to bitmap render APIVincent Sanders2015-04-241-2/+1
|
* update beos meakfile to filter split messagesVincent Sanders2015-04-071-1/+3
|
* Move some beos specific make rules into its MAkefile.targetVincent Sanders2015-04-051-2/+16
|
* Add trivial maps facilitator at about:mapsMichael Drake2014-10-221-1/+1
| | | | | | | | This is a simple HTML front end for the Google Static Maps API, since we don't yet have enough JS support for the full Google Maps. See: https://developers.google.com/maps/documentation/staticmaps/
* extend beos C++ flagsVincent Sanders2014-09-051-1/+9
|
* Pull warning flags out into variables that can be overriden seperately for C ↵Vincent Sanders2014-09-051-21/+23
| | | | and C++
* beos: Fix Haiku libnetwork detection post-PackageManagementFrançois Revol2014-06-201-1/+1
|
* improve iconv library handlingVincent Sanders2014-04-301-1/+1
|
* beos: Fix embedded files in resourcesFrançois Revol2014-01-041-2/+4
| | | | | | | | | | | - drop the remaining hardcoded files in rdef file - add favicon.png - remove en/ symlink - add real folders with symlinks for translated files like GTK Note the Messages files are also included although the current code is not able to load them from the resources. - add symlinks for html files to the en/ version (TODO: try to remap automatically)
* beos: Export icons/ resources with a lowercase iFrançois Revol2014-01-041-1/+1
| | | | That's what GTK does, and it fixes the dirlist icons too.
* remove all references to using libMNGVincent Sanders2014-01-041-2/+0
|
* Remove tree icon_name globals from all the front ends.Michael Drake2013-09-021-1/+1
|
* move beos to new options APIVincent Sanders2013-05-281-1/+1
|
* move common include path setup to core MakefileVincent Sanders2012-12-201-47/+46
|
* fix change to CC_MAJOR for beosVincent Sanders2012-12-141-1/+1
|
* make macro name more correctVincent Sanders2012-12-131-3/+3
|
* beos: Don't link with libxml2 anymoreFrançois Revol2012-11-251-1/+1
|
* beos: gcc2 fixesFrançois Revol2012-11-251-1/+6
| | | | We'll probably drop gcc2 support soon though.
* Whitespace cleanupFrançois Revol2012-11-251-2/+2
|
* Update the BeOS/Haiku portAdrien Destugues - PulkoMandy2012-11-241-11/+10
| | | | | | | | * Toolbar use HVIF icons on Haiku * Download window * Some tweaks to the event loop to let network traffic happen Signed-off-by: François Revol <revol@free.fr>
* Remove libxmlJohn-Mark Bell2012-11-101-3/+1
|
* Port save complete to libdom.John-Mark Bell2012-11-031-3/+3
|
* Split install and package targets.Vincent Sanders2012-08-231-0/+24
| | | | Install target is for installing on the local machine and package generates a package
* Fix BeOS build:François Revel2012-03-251-1/+1
| | | | | | | - comment out unneeded includes for now, - fix static lib linking order. svn path=/trunk/netsurf/; revision=13713
* Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes ↵François Revel2012-03-221-8/+8
| | | | | | and the rest so it builds. svn path=/trunk/netsurf/; revision=13554
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-2/+4
| | | | svn path=/trunk/netsurf/; revision=12673
* Automatically build an rdef file importing the resources listed as ↵François Revel2011-05-081-2/+9
| | | | | | dependencies for BeOS. svn path=/trunk/netsurf/; revision=12306
* add default system colour handlers to each frontendVincent Sanders2011-01-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=11530
* Futher simplification of the makefileVincent Sanders2010-10-291-0/+23
| | | | | | Use target makefiles to set build sources svn path=/trunk/netsurf/; revision=10916
* Beginning of NetSurf build infrastructure cleanupVincent Sanders2010-10-271-0/+81
Provide makefile fragment for each target, isolates the target makefile changes into one place simplifying the top level makefile svn path=/trunk/netsurf/; revision=10910