summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gtk: Handle Back and Forward keysmmu_man/xf86keysFrançois Revol2012-12-063-1/+30
* ensure default action fetcher is set to NULLVincent Sanders2012-12-062-0/+3
* change to parameterised parser binding creationVincent Sanders2012-12-063-103/+131
* Avoid NULL pointer accessChris Young2012-12-051-1/+1
* abstract out GC root manipulation for js valuesVincent Sanders2012-12-042-2/+11
* make events work on elementsVincent Sanders2012-12-045-29/+400
* fix disabled javascript function signatureVincent Sanders2012-12-031-1/+1
* add stub implemntation for event handling in elementsVincent Sanders2012-12-033-5/+34
* issue click events at domVincent Sanders2012-12-035-21/+69
* Set the newly-created hotlist dirs to be "retain in memory" otherwise NetSurf...Chris Young2012-12-011-2/+2
* Don't need to attempt to free on remove, as the only entry point has already ...Chris Young2012-12-011-2/+0
* Attempt to do some re-layout if the toolbar is added after the window opens.Chris Young2012-12-011-1/+6
* Update documentationChris Young2012-12-011-2/+1
* Make hotlist toolbar actually workChris Young2012-12-011-10/+11
* make boxes keep reference to the DOM node that causes themVincent Sanders2012-11-303-3/+14
* DebugChris Young2012-11-291-5/+8
* Make hotlist toolbar work and update (only updates on hotlist window close cu...Chris Young2012-11-294-4/+105
* Create "menu" and "toolbar" directories in the hotlist if they don't exist on...Chris Young2012-11-292-1/+49
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-11-282-1/+2
|\
| * add missing includeVincent Sanders2012-11-281-0/+1
| * fix logicVincent Sanders2012-11-281-1/+1
* | Improve the look of the hotlist toolbarChris Young2012-11-282-1/+11
|/
* use macro to compareVincent Sanders2012-11-281-27/+23
* Fix integer overflow in percentage calculation, credits: Peter Slegg.Ole Loots2012-11-281-1/+1
* Hotlist toolbar needs to be ABOVE the tab barChris Young2012-11-281-4/+4
* Don't force a redraw after adding the toolbar, because we (currently) only ad...Chris Young2012-11-281-3/+0
* Actually show the toolbar. It looks awful.Chris Young2012-11-281-0/+8
* Create a toolbar from the "Toolbar" folder within the hotlist. Note: makes no...Chris Young2012-11-282-1/+91
* make window load event delivery workVincent Sanders2012-11-282-13/+21
* initial event fireing implementationVincent Sanders2012-11-288-0/+161
* extend corestings with event typesVincent Sanders2012-11-282-4/+278
* html renderer error path fixups for meta refreshVincent Sanders2012-11-261-21/+23
* remove example binding its out of date and in nsgenbind anywayVincent Sanders2012-11-261-229/+0
* add correct copyright headersVincent Sanders2012-11-262-4/+26
* Improve html renderer error reportingVincent Sanders2012-11-263-207/+225
* add message retrival of error codes ensuring there are messages for all codesVincent Sanders2012-11-265-93/+112
* 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
| * beos: Fix replicating with empty URL in archiveFrançois Revol2012-11-251-3/+4
| * beos: More debug output cleanupFrançois Revol2012-11-251-3/+3
| * beos: Silence debug outputFrançois Revol2012-11-254-17/+17
| * beos: Partial replicant instanciation fixFrançois Revol2012-11-254-9/+45
| * C89François Revol2012-11-251-1/+1
| * beos: Fix toolbar borderFrançois Revol2012-11-251-1/+4
| * beos: gcc2 fixFrançois Revol2012-11-251-1/+2
| * beos: Fix gui_poll()François Revol2012-11-251-8/+41