summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add local history corewindow APIVincent Sanders2017-02-173-1/+246
|
* remove redundant global contextVincent Sanders2017-02-155-22/+3
|
* clean up incorrect documentation comments from plotter API reworkVincent Sanders2017-02-1411-48/+89
|
* fix buildChris Young2017-02-141-1/+1
|
* Try to ensure we get the correct type of native BitMapChris Young2017-02-136-10/+12
|
* Remove direct_render, only ever used for debuggingChris Young2017-02-133-32/+3
|
* Make gui_globals less... globalChris Young2017-02-136-26/+40
|
* Get render bitmap size via functionChris Young2017-02-134-4/+22
|
* Manage shared pens internally unless we need multiple lists (eg. per ↵Chris Young2017-02-137-14/+68
| | | | browser_window)
* Alloc gui_global structure when initialisingChris Young2017-02-138-55/+60
|
* Remove use of global context data from Amiga frontendChris Young2017-02-1313-93/+86
|
* fix plotter mergeVincent Sanders2017-02-123-7/+7
|
* Merge branch 'vince/plotctx'Vincent Sanders2017-02-1250-5173/+7802
|\
| * update beos to new plotter APIVincent Sanders2017-02-121-477/+649
| |
| * update atari plotters to new APIVincent Sanders2017-02-126-1021/+1313
| |
| * update amiga plot APIVincent Sanders2017-02-115-357/+557
| |
| * update windows plotters to new APIVincent Sanders2017-02-111-508/+668
| |
| * update framebuffer to new plotter APIVincent Sanders2017-02-112-218/+416
| |
| * update monkey plotters to new APIVincent Sanders2017-02-111-45/+213
| |
| * update RISC OS plotters to new APIVincent Sanders2017-02-119-657/+1055
| |
| * Update GTK plotters to use new APIVincent Sanders2017-02-115-159/+457
| |
| * Update knockout plotter to use new APIVincent Sanders2017-02-115-292/+475
| |
| * split border drawing out of html redrawVincent Sanders2017-02-114-847/+939
| |
| * simplify html redraw border plotting error handlingVincent Sanders2017-02-111-99/+103
| |
| * Update all core use of plotters to new APIVincent Sanders2017-02-1114-687/+1027
| |
| * Update plotter API to pass contextVincent Sanders2017-02-111-84/+208
| |
* | RISC OS: Initialise nsfont before hotlist.Michael Drake2017-02-121-3/+3
| | | | | | | | This should allow the treeview to measure the width of label text.
* | Disabled form elements should be greyed outChris Young2017-02-111-2/+2
| | | | | | | | The recommendation appears to be that read-only elements should not apply a default style.
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2017-02-111-0/+1
|\ \
| * | Fix OS3 buildChris Young2017-02-111-0/+1
| | |
* | | Make disabled textboxes read-only. Partially fixes 2521.Chris Young2017-02-111-1/+12
|/ /
* | Test: Fix up for rearranged nsurl source.Michael Drake2017-02-081-4/+9
| |
* | nsurl: Tidy up shared components code.Michael Drake2017-02-083-74/+44
| |
* | nsurl: Rationalise debug build option.Michael Drake2017-02-083-73/+42
| |
* | nsurl: Tidy up component helper macros.Michael Drake2017-02-083-12/+12
| |
* | nsurl: Consolidate conversion to string.Michael Drake2017-02-083-73/+76
| |
* | nsurl: Split out URL parsing.Michael Drake2017-02-084-1524/+1677
| |
* | nsurl: Split internal structure out into private header.Michael Drake2017-02-082-51/+77
| |
* | nusrl: Move into utils/nsurl directory.Michael Drake2017-02-084-3/+18
|/
* Record that we have implemented EventTargetDaniel Silverstone2017-02-051-3/+0
|
* Add dom change event testDaniel Silverstone2017-02-052-0/+18
|
* Add EventTarget bindingDaniel Silverstone2017-02-053-0/+279
| | | | | This adds the binding for EventTarget along with implementations for addEventListener() removeEventListener() and dispatchEvent()
* Add EventListener support to duktape binding.Daniel Silverstone2017-02-052-7/+187
| | | | | | | This paves the way for EventTarget and its associated event listener support. In particular it ensures the generic event handling we do supports the semantics of the addEventListener() and removeEventListener() managed lists of callbacks.
* Ensure hash table test doesn't go over-timeDaniel Silverstone2017-02-051-0/+7
|
* Fix up tests to not use system libidnDaniel Silverstone2017-02-051-5/+5
|
* Support fixed nsgenbind bindingsDaniel Silverstone2017-02-054-5/+41
|
* Fix up GTK+ hotlist finalisation to clean up properlyDaniel Silverstone2017-02-052-1/+7
|
* remove unused fetch acessorVincent Sanders2017-01-312-14/+0
|
* fix warnings and errors in atari frontendVincent Sanders2017-01-2110-78/+80
|
* make backing store use inttypes format specifiersVincent Sanders2017-01-211-14/+15
|