summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Box tree dump: If box has element, include element name in dump.Michael Drake2017-04-261-1/+8
* | GTK: Optimise tiled bitmap plotting, and scaled bitmap rendering.Michael Drake2017-04-261-149/+79
|/
* update framebuffer frontend to remove reformat APIVincent Sanders2017-04-261-14/+13
* update beos frontend to remove reformat APIVincent Sanders2017-04-261-35/+25
* update atari frontend to remove reformat APIVincent Sanders2017-04-261-19/+10
* update monkey frontend to remove reformat APIVincent Sanders2017-04-261-11/+12
* update riscos frontend to remove reformat APIVincent Sanders2017-04-261-19/+10
* update amiga frontend to remove reformat APIVincent Sanders2017-04-261-29/+20
* update windows frontend to remove reformatVincent Sanders2017-04-261-21/+6
* update cocoa frontend with reformat API changeVincent Sanders2017-04-263-22/+13
* update GTK frontend for reformat API changeVincent Sanders2017-04-261-23/+20
* remove reformat from browser window operation tableVincent Sanders2017-04-265-41/+79
* Core hotlist: Ensure any hotlist save callback is removed on hotlist_fini.Michael Drake2017-04-251-0/+4
* Hotlist: Save hotlist modifications.Michael Drake2017-04-251-71/+110
* Windows: Update for core hotlist API change.Michael Drake2017-04-252-2/+3
* RISC OS: Update for core hotlist API change.Michael Drake2017-04-252-2/+3
* GTK: Update for core hotlist API change.Michael Drake2017-04-251-2/+3
* Cocoa: Update for core hotlist API change.Michael Drake2017-04-251-2/+2
* Atari: Update for core hotlist API change.Michael Drake2017-04-251-2/+2
* Amiga: Update for core hotlist API change.Michael Drake2017-04-251-2/+3
* Core hotlist API: Take save path at init, rather than fini.Michael Drake2017-04-252-8/+24
* Merge branch 'vince/invalidate-api'Vincent Sanders2017-04-2313-233/+288
|\
| * Update beos frontend to use invalidate window area APIVincent Sanders2017-04-231-26/+28
| * Update framebuffer frontend to use invalidate window area APIVincent Sanders2017-04-231-14/+25
| * Update monkey frontend to use invalidate window area APIVincent Sanders2017-04-231-14/+22
| * Update windows frontend to use invalidate window area APIVincent Sanders2017-04-231-36/+27
| * update gtk frontend with invalidate window API changeVincent Sanders2017-04-231-15/+25
| * update atari frontend for invalidate window API changeVincent Sanders2017-04-231-23/+29
| * update amiga frontend invalidate window API changeVincent Sanders2017-04-191-35/+48
| * update riscos frontend to invalidate window APIVincent Sanders2017-04-193-49/+58
| * replace redraw and update methods with invalidate in window table APIVincent Sanders2017-04-193-21/+26
* | Duktape: Make declarations match definitions for fastint-enabled functions.Michael Drake2017-04-211-2/+2
* | Duktape: Enable fastints.Michael Drake2017-04-201-0/+1
|/
* Adjust the requested class versions to be the minimum required.Chris Young2017-04-166-26/+50
* Duktape: Make declaration match definition for duk_refzero_check_fast()Michael Drake2017-04-161-1/+1
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2017-04-161-6/+6
* Duktape: Prevent clang static analysis.Michael Drake2017-04-161-0/+3
* Duktape: Update to 2.1.0 release.Michael Drake2017-04-163-5539/+7089
* GTK: Slight optimisation to nsfont_split().Michael Drake2017-04-111-1/+1
* GTK: Font rendering: Use same pango layout for painting as for measuring.Michael Drake2017-04-111-7/+4
* CSS: Handle presentational hint for HR's "width" attribute.Michael Drake2017-04-101-0/+1
* Presentational hints: Ensure length is initialised for auto margins.Michael Drake2017-04-061-0/+2
* Support coverage flushing on assert()Daniel Silverstone2017-03-312-4/+68
* fix doc comment spelling mistakeVincent Sanders2017-03-281-1/+1
* nsurl: Remove redundant code path.Michael Drake2017-03-271-8/+9
* Tests: Increase nsurl coverage.Michael Drake2017-03-271-0/+11
* Tests: Add nsurl insensitivity test for HTTPS scheme.Michael Drake2017-03-271-0/+1
* Tests: Add nsurl tests for unnecessary and bad escape values.Michael Drake2017-03-271-0/+6
* nsurl: Use ascii header for hex to value conversion.Michael Drake2017-03-271-40/+1
* ASCII: Add function for converting two hex chars to value.Michael Drake2017-03-271-0/+13