summaryrefslogtreecommitdiff
path: root/beos
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-1569-9549/+0
|
* reduce beos frontend usage of plotter APIVincent Sanders2016-05-044-15/+15
|
* fix erroneously removed includes in beos window headerVincent Sanders2016-05-032-1/+5
|
* allow beos frontend to make clipboard functions private.Vincent Sanders2016-05-033-29/+44
| | | | | reduces the unecessary export of clipboard functions in beos frontend and also removes inclusion of unecessary headers.
* fix beos_warn_user definitionVincent Sanders2016-05-011-1/+1
|
* update beos frontend to remove useage of depricated warn_user APIVincent Sanders2016-05-018-34/+36
|
* use the miscellaneous table warning entryVincent Sanders2016-04-251-27/+30
| | | | | | | change all the frontends to provide the warning callback in the miscelaneous table instead of using the warn_user function. Changing all the warn_user callsites still requires completion.
* remove unecessary include causing build faliure.Vincent Sanders2016-04-241-1/+0
|
* fixup errors in font layout table conversionVincent Sanders2016-04-245-10/+11
|
* update beos to use font layout tableVincent Sanders2016-04-243-119/+120
|
* make bitmap operations static to avoid warningsVincent Sanders2016-04-221-11/+11
|
* fixup haiku brakage from header changesVincent Sanders2016-04-213-0/+3
|
* Split utils header into string functions and everything elseVincent Sanders2016-04-211-0/+1
| | | | | split out the string handling API from the rest of the utils header and fix up all the fallout.
* fix missing includes caused by content_protected header cleanupVincent Sanders2016-04-191-0/+1
|
* fix missing misc table fixup on beosVincent Sanders2016-04-171-1/+1
|
* complete the rename of the gui browser tableVincent Sanders2016-04-161-2/+2
| | | | | | When the operations tables were created the browser table was renamed to miscellaneous except the actual rename patch was never applied, this fixes that situation.
* update version info for next development cycleVincent Sanders2016-04-061-1/+2
|
* UI fixes for search bar and cookie managerAdrien Destugues2016-02-013-13/+14
| | | | | | | | | - Make the "Utilities" menu enabled again, since the cookie manager is there, - Bigger default size for the cookie manager window, and activate it when shown, - Fix the layout of the top bar so the search field is visible, and make it send the search request to the right place.
* fix call to cookie manager initialisation for haikuVincent Sanders2016-01-191-2/+2
|
* fix haiku web search bar initalisationVincent Sanders2016-01-191-1/+1
|
* Add cookie management for Haiku frontendAdrián Arroyo Calle2016-01-194-13/+452
|
* Add web search bar to haiku frontendAdrián Arroyo Calle2016-01-194-2/+64
|
* make search engines resource common between gtk and beosVincent Sanders2016-01-192-3/+2
|
* BeOS/Haiku: implement some of the Help menu.Adrien Destugues2015-10-122-41/+45
|
* BeOS/Haiku: Remove obsolete "messages" file.Adrien Destugues2015-10-121-1/+0
|
* BeOS/Haiku: improve menus managementAdrien Destugues2015-10-123-41/+43
| | | | | | | | | * 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
* BeOS/Haiku: use Haiku native dialog box.Adrien Destugues2015-10-121-26/+4
| | | | * Looks better than a standard alert.
* BeOS/Haiku: Disable replicant draggerAdrien Destugues2015-10-121-0/+12
| | | | | | | | | | | * While making NetSurf replicable is nice, it doesn't work at all * The dragger is not useful: the main interest of replicability is apps programmatically embedding NetSurf, rather than manually dragging it around. * I leave this around if mmu_man wants to fix and re-enable it, but under a define so it doesn't get in the way for release builds. Fixes http://bugs.netsurf-browser.org/mantis/view.php?id=2163.
* BeOS/Haiku: use cross-platform "select" code.Adrien Destugues2015-10-121-0/+4
| | | | Fixes http://bugs.netsurf-browser.org/mantis/view.php?id=2165.
* Fix BeOS buildAdrien Destugues2015-10-122-15/+15
| | | | | | | 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-143-11/+3
| | | | | | | - 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
* This moves message loading out of netsurf_init into each frontendVincent Sanders2015-06-211-2/+6
| | | | | | | | | | The translated message loading is dependant on configuration of resource location in each frontend, additionally they should have the ability to deal with errors in this loading in a implementation specific manner. This also extends the message loading API to be capable of loading from an inline memory buffer instead of from a file.
* fixup logging macros that incorrectly override the LOG() macro nameVincent Sanders2015-05-281-1/+1
|
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-288-33/+32
| | | | | The semantic patch tool appears to have missed some difficult to reason about callsites which have now been manually cleaned up
* Change LOG() macro to be varadicVincent Sanders2015-05-286-25/+23
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* Convert beos to bitmap render APIVincent Sanders2015-04-243-334/+303
|
* remove unecessary include from beos bitmap headerVincent Sanders2015-04-201-3/+0
|
* fix missing comma in beos operations tableVincent Sanders2015-04-173-5/+10
|
* add missing extern from struct declaration.Vincent Sanders2015-04-171-1/+1
|
* convert beos to bitmap operation tableVincent Sanders2015-04-163-2/+32
|
* 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
|
* Fix up some doxygen errorsVincent Sanders2015-04-031-1/+1
|
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-272-16/+16
| | | | Adds a NetSurf key code prefix of NS_ to all key codes.
* Remove url from content thumbnailers APIVincent Sanders2015-03-151-6/+1
| | | | | | | | | | | | | | | | The content thumbnailers for each frontend were being provided the contents url. This was only ever used to call the urldb thumbnail setting API. This changes it so the single callsite that passed a valid url adds the bitmap to that url itself in desktop_history.c instead of forcing every frontend to require the urldb API. Additionally the old API could pass the url as NULL which was causing asserts where this was not an expected parameter value. Because of this this fixes bug #2286 which was also present in the monkey frontend as both called nsurl_access() on the url without the NULL check and caused an assertion.
* Need nsurl.Michael Drake2015-02-262-0/+2
|
* Move FILE_SCHEME_PREFIX to corestrings.Michael Drake2015-02-261-0/+1
|
* Try using -pipe on beos/haiku as temporary file access may be slowVincent Sanders2014-11-241-1/+1
|
* make the form select menu API smaller.Vincent Sanders2014-11-131-4/+0
| | | | | | By hiding all but the form selection menu option structure from code outside of render this reduces the API to the absolute minimum to support this feature.
* Continue doxygen error cleanup.Vincent Sanders2014-11-083-18/+21
|