summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git://git.netsurf-browser.org/netsurf into ↵Chris Young2012-11-2425-820/+1122
|\ | | | | | | chris/frame-scroll
| * 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
| |
* | debugChris Young2012-11-171-1/+1
| |
* | We need to adjust for the frontend needing to know the offsets based on ↵Chris Young2012-11-172-6/+9
| | | | | | | | where the scrollbars were, rather than where they are now.
* | Turns out these were more correct the first time I wrote them.Chris Young2012-11-171-22/+22
| |
* | Use ClipBlit as BltBitMapTags inexplicably doesn't work with overlapping areas.Chris Young2012-11-171-12/+4
| |
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurf into ↵Chris Young2012-11-1713-612/+841
|\| | | | | | | chris/frame-scroll
| * 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
| |
* | Redraw newly revealed horizontal and vertical portions separately, avoiding ↵Chris Young2012-11-152-10/+25
| | | | | | | | double redraw of any intersection
* | More correct values for copyrectChris Young2012-11-151-25/+25
| |
* | First attempt at optimising the redraw of frame scrolls. some of these ↵Chris Young2012-11-146-4/+161
|/ | | | calculations are wrong.
* 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
|/
* Allow reformats to different size.Michael Drake2012-11-111-5/+8
|
* Use can_reformat instead of HTML special case. Allow reflow of parent for ↵Michael Drake2012-11-111-8/+9
| | | | any object that gets a reformat.
* Reformat objects that reach the READY state.Michael Drake2012-11-111-0/+7
|
* Close file when we've finished parsing it.Chris Young2012-11-111-0/+1
|
* Report (and ignore) failure to load non-existent document. (Credit: Chris Young)John-Mark Bell2012-11-113-10/+15
|
* Permit hotlist entries to have no title.John-Mark Bell2012-11-111-6/+8
|
* Prevent NULL pointer access with plain text contentsChris Young2012-11-101-1/+1
|
* Pass UTF-8 text length for conversionChris Young2012-11-101-3/+1
|
* remove redundant domutils and put functionality in existing utils/libdomVincent Sanders2012-11-109-212/+184
|