summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add errorcode content broadcast APIVincent Sanders2012-11-262-0/+22
|
* Merge remote-tracking branch 'origin/mmu_man/beos-fixes'Vincent Sanders2012-11-2617-148/+712
|\
| * 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
| * C89François Revol2012-11-251-1/+1
| |
| * 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-2414-129/+616
| | | | | | | | | | | | | | | | * 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>
* | update event handler to cope with nsgenbind changesVincent Sanders2012-11-251-2/+2
|/
* use unshared type handler for all events on windowVincent Sanders2012-11-233-6/+32
|
* Check if box with imagemap at point has area at point.Michael Drake2012-11-222-6/+7
|
* make nsurl_access() not assert with being passed a NULL url as it is assumed ↵Vincent Sanders2012-11-221-1/+3
| | | | elsewhere this will never fail.
* rationalise the JSAPI macro usage requires nsgenbind changesVincent Sanders2012-11-221-24/+39
|
* use correct unref functionsVincent Sanders2012-11-211-7/+7
|
* improve location interface implementationVincent Sanders2012-11-214-4/+123
|
* update JSAPI_PS() signature to cope with new nsgenbindVincent Sanders2012-11-201-18/+18
|
* add window enumeration testVincent Sanders2012-11-193-0/+56
|
* cleanup formatting in binding filesVincent Sanders2012-11-193-35/+6
|
* Revert "Refactored menu event handling and got rid of several windom calls."Ole Loots2012-11-187-721/+563
| | | | | This reverts commit d1a5c738e62a9f0cb85658b435eefa8749006edc. this change belongs into a new branch
* Revert "Added missing Makefile changes for recent deskmenu commit."Ole Loots2012-11-181-1/+1
| | | | | This reverts commit c5fb16d56df03580d99fae44d9fea44868f33cc5. This change belongs into a new branch
* add nodeValue implementationVincent Sanders2012-11-181-2/+19
|
* add enumeration test on the document nodeVincent Sanders2012-11-182-0/+27
|
* add nodeName implementationVincent Sanders2012-11-181-0/+17
|
* add nodeTypeVincent Sanders2012-11-181-0/+11
|
* implement childElementCountVincent Sanders2012-11-183-0/+39
|
* implement previousElementSibling and nextElementSiblingVincent Sanders2012-11-183-2/+77
|
* implement lastElementChildVincent Sanders2012-11-184-1/+44
|
* implement firstElementChildVincent Sanders2012-11-181-5/+46
|
* add Garbage colelction root set macrosVincent Sanders2012-11-171-25/+55
|
* more enumeration tests and update test indexVincent Sanders2012-11-163-7/+37
|
* safely deal with NULL stringsVincent Sanders2012-11-162-22/+33
|
* Added missing Makefile changes for recent deskmenu commit.Ole Loots2012-11-141-1/+1
|
* Refactored menu event handling and got rid of several windom calls.Ole Loots2012-11-147-563/+721
|
* add Node interface binding just to get the prototypeVincent Sanders2012-11-144-0/+45
|
* add node enumeration testVincent Sanders2012-11-131-0/+21
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2012-11-123-26/+29
|\
| * Fix the display of the drag save iconChris Young2012-11-111-15/+15
| |
| * These were allocated with c lib functions, not AllocVecChris Young2012-11-111-5/+5
| |
| * Fix options GUI cleanup (credit: Gazelle)Chris Young2012-11-111-5/+5
| |
| * Can't clone a content that gets reflowed for a viewport size.Michael Drake2012-11-111-1/+4
| |
* | Added message box, so warn_user works as expected.Ole Loots2012-11-124-3/+101
|/