summaryrefslogtreecommitdiff
path: root/beos
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* split target defaults outVincent Sanders2012-12-131-0/+32
|
* make macro name more correctVincent Sanders2012-12-131-3/+3
|
* beos: Don't link with libxml2 anymoreFrançois Revol2012-11-251-1/+1
|
* beos: comment on why the rdef file includes hexdump for iconsFrançois Revol2012-11-251-1/+4
|
* beos: debug output cleanupFrançois Revol2012-11-252-10/+0
|
* Mention the origin of the icons added by AdrienFrançois Revol2012-11-251-0/+2
| | | | | | They come from Zumi's site, were proposed for Haiku, and should be usable under MIT licence but it is not mentionned there. I'll probably replace them anyway.
* beos: Fix replicating with empty URL in archiveFrançois Revol2012-11-251-3/+4
| | | | We just got to about: when no valid URL is passed.
* beos: More debug output cleanupFrançois Revol2012-11-251-3/+3
|
* beos: Silence debug outputFrançois Revol2012-11-254-17/+17
| | | | Either comment them or change to LOG() calls.
* beos: Partial replicant instanciation fixFrançois Revol2012-11-254-9/+45
| | | | | | * use the correct resources * work around a deadlock, allows BeHappy to start, though removing the replicant from Tracker crashes
* beos: Fix toolbar borderFrançois Revol2012-11-251-1/+4
| | | | | Use B_PLAIN_BORDER instead of the default B_FANCY_BORDER. Also force full redraw on resize to avoid artefacts.
* beos: gcc2 fixFrançois Revol2012-11-251-1/+2
|
* beos: Fix gui_poll()François Revol2012-11-251-8/+41
| | | | Reintroduce curl_multi_fdset() and fix timeout calculations.
* beos: gcc2 fixesFrançois Revol2012-11-252-1/+9
| | | | We'll probably drop gcc2 support soon though.
* Whitespace cleanupFrançois Revol2012-11-251-2/+2
|
* Update the BeOS/Haiku portAdrien Destugues - PulkoMandy2012-11-2412-126/+613
| | | | | | | | * 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-032-88/+3
|
* Fix "error setting certificate verify locations" problem when the Choices ↵Michael Drake2012-10-171-0/+6
| | | | file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak.
* Remove suspension of bmp/gif images. It's completely redundant with the ↵Michael Drake2012-10-141-14/+0
| | | | convert on demand core image cache.
* Fix up ripples from urldb change.Michael Drake2012-10-112-2/+2
|
* 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
* Stab at fixing beos build for private bw struct.Michael Drake2012-08-223-3/+3
|
* Use proper function for box tree dump.Michael Drake2012-08-201-7/+1
|
* Remove unused includes.Michael Drake2012-08-203-5/+0
|
* Convert to use selection_copy_to_clipboard() and font style passed via ↵Michael Drake2012-08-131-37/+10
| | | | gui_add_to_clipboard. Note: untested.
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-131-3/+5
|
* Simplify font colour acquisition.Michael Drake2012-08-131-4/+1
|
* Fix building on Haiku.François Revel2012-04-171-4/+9
| | | | | | Some ui_color codes were renamed recently. Account for this. svn path=/trunk/netsurf/; revision=13879
* Fix the fix. (we used a different name for this struct member than on other ↵François Revel2012-03-291-1/+1
| | | | | | platforms) :p svn path=/trunk/netsurf/; revision=13770
* Fix colour string matching. Lose unneeded case insensitivity in matching.Michael Drake2012-03-271-4/+2
| | | | svn path=/trunk/netsurf/; revision=13739
* Constify param to gui_system_colour_char function.Michael Drake2012-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=13737
* Fix BeOS build:François Revel2012-03-254-5/+6
| | | | | | | - 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-2233-68/+68
| | | | | | and the rest so it builds. svn path=/trunk/netsurf/; revision=13554
* Build fix for BeOS:François Revel2012-03-222-3/+1
| | | | | | | - don't include options.h directly, - typo. svn path=/trunk/netsurf/; revision=13551
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-228-333/+118
| | | | svn path=/trunk/netsurf/; revision=13548
* Since nsurl wants to add // to url schemes, just abide by it. Third / ↵François Revel2012-03-193-6/+6
| | | | | | separates the type and name. svn path=/trunk/netsurf/; revision=13534
* Fix the BeOS build. The rsrc: fetcher was left behind some fetcher changes.François Revel2012-03-191-35/+57
| | | | svn path=/trunk/netsurf/; revision=13533
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=13397
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-111-2/+2
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-233-1/+3
| | | | svn path=/trunk/netsurf/; revision=13335
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=13236
* return;John Mark Bell2011-11-271-0/+6
| | | | | | Fix bug #3442642: allow scheme-specific fetchers to have a say in whether an URL can be fetched. svn path=/trunk/netsurf/; revision=13182
* Build resource: map at start timeJohn Mark Bell2011-10-051-37/+9
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=12931
* Remove gui_multitaskJohn Mark Bell2011-09-212-13/+0
| | | | svn path=/trunk/netsurf/; revision=12828
* gcc 2.95 knows about named initializers... just not for C++ :(François Revel2011-09-061-4/+2
| | | | svn path=/trunk/netsurf/; revision=12768
* Fill out struct after creation.Michael Drake2011-09-061-4/+3
| | | | svn path=/trunk/netsurf/; revision=12762