summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* move html and text content handlers where they belongVincent Sanders2018-05-1032-28575/+0
* Layout: Percentage max-width constrained boxes don't affect min on minmax pass.Michael Drake2018-04-021-1/+18
* Layout: Fix min max pass calc that looked wrong.Michael Drake2018-04-021-1/+2
* Layout: Remove some commented out code.Michael Drake2018-04-021-4/+0
* HTML handler: Normalise box type on replacment.Michael Drake2018-01-211-0/+10
* Layout: Reduce code duplication in handling of box side properties.Michael Drake2018-01-121-92/+56
* CSS utils: Handle new units in length conversion routines.Michael Drake2018-01-0517-390/+667
* Layout: No need to expose layout_calculate_descendant_bboxes().Michael Drake2018-01-052-60/+57
* Layout: No need to expose layout_inline_container().Michael Drake2018-01-052-1191/+1188
* Layout: No need to expose layout_minmax_table().Michael Drake2018-01-052-177/+175
* CSS computed style composition: Update for new CSS units.Michael Drake2018-01-053-33/+89
* Squash remaining GCC7 -Wimplicit-fallthrough warnings.Michael Drake2017-10-231-0/+1
* Squash some GCC7 -Wimplicit-fallthrough warnings.Michael Drake2017-10-222-27/+27
* CSS: Wrappers for computed style getters that return unsupported values.Michael Drake2017-10-202-16/+17
* annotate error case fall through in switch to supress warningsVincent Sanders2017-09-112-15/+22
* fix size+t formatting in loggingVincent Sanders2017-09-071-5/+11
* update layout logging to use a catagoryVincent Sanders2017-09-071-114/+108
* Fixup everything the semantic patch missedVincent Sanders2017-09-071-1/+1
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-0615-187/+314
* HTML CSS handler: event->data.error is invalid for errorcode.Michael Drake2017-08-281-1/+1
* HTML object hlcache callback: Ensure final fetch completion triggers reformat.Michael Drake2017-08-281-1/+2
* HTML object hlcache callback: Errorcode without box is OK.Michael Drake2017-08-281-1/+3
* HTML script handling: Convert to using content_broadcast_errorcode().Michael Drake2017-08-281-8/+3
* HTML content handler: Ensure script fetch hlcache callback handles errorcode.Michael Drake2017-08-281-0/+3
* HTML content handler: Ensure object fetch hlcache callback handles errorcode.Michael Drake2017-08-281-0/+1
* CSS content handler: Ensure fetch hlcache callback handles errorcode.Michael Drake2017-08-281-0/+1
* Plain text content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-281-6/+2
* Content API: Make content_broadcast take pointer to content_msg_data.Michael Drake2017-08-266-34/+36
* HTML handler: Avoid unnecessary dom_string_caseless_isequal call.Michael Drake2017-06-101-9/+11
* Layout: Prevent negative widths on absolutle positioned boxes.Michael Drake2017-06-021-6/+6
* clean up doccomments and formatting in texplain content handlerVincent Sanders2017-06-012-484/+536
* Layout: Fix auto margins to be affected by {min|max}-width constraints.Michael Drake2017-04-281-8/+20
* Layout: Implement CSS3 box-sizing property.Michael Drake2017-04-271-60/+94
* HTML layout: Extend :after pseudo element handling to cover display:table.Michael Drake2017-04-261-2/+5
* Box tree dump: If box has element, include element name in dump.Michael Drake2017-04-261-1/+8
* HTML content handler: Don't let aborted contents get stuck in LOADING.Michael Drake2017-03-231-0/+1
* HTML object fetch handler: Remove bogus parent content state assertion.Michael Drake2017-03-231-2/+0
* Improve content logging with content IDs (pointer values).Michael Drake2017-03-231-5/+9
* make scrollbar redraw signal errors correctlyVincent Sanders2017-03-011-4/+6
* fix some doxygen errorsVincent Sanders2017-02-242-7/+7
* Merge branch 'vince/plotctx'Vincent Sanders2017-02-126-1034/+1306
|\
| * 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-113-366/+542
* | Make disabled textboxes read-only. Partially fixes 2521.Chris Young2017-02-111-1/+12
|/
* create netsurf inttypes header to have portable integer formatting macrosVincent Sanders2017-01-211-4/+5
* rationalise use of utils/utils.h headerVincent Sanders2017-01-197-11/+11
* move plot style header to netsurf include directoryVincent Sanders2017-01-135-10/+14
* complete transition to locale independant core operationVincent Sanders2016-09-291-6/+5
* Style: Fix ignoring of STYLE elements with non-screen media.Michael Drake2016-09-244-0/+43