summaryrefslogtreecommitdiff
path: root/beos
Commit message (Collapse)AuthorAgeFilesLines
...
| * clean up the fetcher factory and improve its APIVincent Sanders2014-06-191-9/+12
| |
* | beos: Use PathFinder to locate resource folder.Adrien Destugues2014-06-201-5/+12
| | | | | | | | | | | | So it can work wherever NetSurf is installed... Note this uses a Haiku-specific API and definitely breaks BeOS build.
* | beos: Fix Haiku libnetwork detection post-PackageManagementFrançois Revol2014-06-201-1/+1
| |
* | beos: Fix local variable shadowing a parameterFrançois Revol2014-06-201-5/+4
| |
* | beos: Adjust browser_table for removed callFrançois Revol2014-06-201-2/+1
| |
* | beos: Add missing includeFrançois Revol2014-06-201-0/+1
|/
* make launch_url core operation use nsurlVincent Sanders2014-05-271-4/+6
|
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-261-21/+0
|
* add backing store storage path to browser initialisationVincent Sanders2014-05-131-2/+2
|
* ensure operations tables are registered as early as possible.Vincent Sanders2014-05-101-4/+14
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* refactor url utility functions to use standard nserror codes and have ↵Vincent Sanders2014-05-081-1/+0
| | | | appropriate documentation.
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-40/+0
| | | | | | | | | | | | | This rationalises the path construction and basename file operations. The default implementation is POSIX which works for all frontends except windows, riscos and amiga which have differeing path separators and rules. These implementations are significantly more robust than the previous nine implementations and also do not use unsafe strncpy or buffers with arbitrary length limits. These implementations also carry full documentation comments.
* erroneous path to testament includeVincent Sanders2014-05-011-1/+1
|
* improve iconv library handlingVincent Sanders2014-04-301-1/+1
|
* fix formatting of defaults makefilesVincent Sanders2014-03-201-22/+20
|
* beos: Fix buildFrançois Revol2014-03-182-2/+3
|
* move scheduleing into browser operation tableVincent Sanders2014-03-095-20/+26
|
* beos: Fix buildFrançois Revol2014-02-201-1/+1
| | | | One replacement was missed when changing browser_window_history_forward().
* Make history internal to browser_window module.Michael Drake2014-02-151-7/+7
|
* Fix buildFrançois Revol2014-02-131-1/+1
| | | | Drop broken explicit cast.
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-7/+5
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-102-12/+11
| | | | browser_window_navigate flags.
* Clean up gui_window creation API.Michael Drake2014-02-091-4/+4
|
* Simplify local history interface.Michael Drake2014-02-081-2/+2
|
* beos: Fix build (missing include)François Revol2014-02-041-0/+1
|
* beos: Drop unneeded desktop/gui.h includeFrançois Revol2014-02-031-1/+0
|
* beos: Fix build (missing includes)François Revol2014-02-023-0/+5
|
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-29/+0
|
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-8/+6
|
* beos: Fix buildFrançois Revol2014-01-281-0/+1
| | | | Add missing header due to moved function.
* beos: Account for change in atomic_add() prototype in HaikuFrançois Revol2014-01-281-1/+1
| | | | | Since the scheduler branch merge, atomic_add() takes a pointer to int32, doesn't require the target to be volatile anymore.
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-12/+14
|
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-233-11/+13
|
* beos: Fix updating system colorsFrançois Revol2014-01-163-7/+9
|
* beos: Fix buildFrançois Revol2014-01-166-43/+54
| | | | gcc2 doesn't know about named initializers in C++...
* whitespaceFrançois Revol2014-01-161-1/+1
|
* beos: Better implementation of NSIconTextControl for the url barFrançois Revol2014-01-161-19/+66
| | | | | | | | | | | Instead of adding a child view we draw the bitmap over the child. Fixup the TextRect also in Draw() which is called just before the TextView's Draw(). It flickers a little less, and also respects the background color of the text control when using a desktop theme. Also drop a useless dynamic_cast.
* move 401 login into operation tableVincent Sanders2014-01-163-2/+4
|
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-3/+4
|
* split browser gui operations upVincent Sanders2014-01-155-18/+26
|
* complete move of remaining core gui functionsVincent Sanders2014-01-152-16/+11
|
* move download operations to download tableVincent Sanders2014-01-143-4/+19
|
* move teh final optional window operations into the tableVincent Sanders2014-01-132-24/+2
|
* move four more optional window operations to tableVincent Sanders2014-01-132-4/+9
|
* move two more mandantory window operations to tableVincent Sanders2014-01-131-2/+4
|
* move window scroll getter and setter into operations tableVincent Sanders2014-01-131-2/+4
|
* move mandantory window update and redraw operations into tableVincent Sanders2014-01-121-2/+4
|
* move more optional window operations into table including removing unused ↵Vincent Sanders2014-01-121-18/+3
| | | | hide_pointer operation altogether
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-125-38/+21
|