summaryrefslogtreecommitdiff
path: root/content/handlers/html
Commit message (Expand)AuthorAgeFilesLines
* use attributes to indicate switch fall through instead of commentsVincent Sanders2024-03-057-35/+40
* res variable could possibly be used without being setVincent Sanders2024-02-271-2/+2
* HTML/forms: fix radio button group handlingJohn-Mark Bell2024-02-251-2/+15
* Do not crash if radio form has no name attributeVincent Sanders2024-02-251-3/+8
* html: css: Remove redundant origin filtering for author_level_cssMichael Drake2023-11-261-5/+0
* html: Avoid processing STYLE elements if author_level_css disabledMichael Drake2023-11-261-2/+7
* html: Avoid fetching (and decoding) linked stylesheetsMichael Drake2023-11-261-0/+4
* html: css: Minor code style fixMichael Drake2023-11-261-2/+2
* html: layout: Ensure all object types are reflowed if appropriateMichael Drake2023-11-251-2/+2
* css: Add option to ignore author level CSSMichael Drake2023-11-252-5/+13
* Clean up print format specifier usageMichael Drake2023-06-171-3/+3
* Avoid integer types with platform dependent sizeDeltaVonNeumann2023-06-174-8/+10
* html: layout: flex: Don't freeze already-frozen itemsMichael Drake2022-12-161-0/+4
* html: layout: flex: shrink: Avoid rounding error accumulationMichael Drake2022-12-161-4/+7
* html: layout: flex: grow: Avoid rounding error accumulationMichael Drake2022-12-161-3/+6
* html: layout: flex: Handle auto margins in main directionMichael Drake2022-12-151-5/+32
* html: layout: flex: Track used size and count auto margins for mainMichael Drake2022-12-151-0/+16
* html: layout: flex: Helper to get main margin end sizeMichael Drake2022-12-151-16/+32
* html: layout: flex: Support reversed main directionMichael Drake2022-12-141-10/+38
* html: layout: Helpers to get cross/main box sizeMichael Drake2022-12-141-0/+14
* html: layout: flex: Rename indirected box w/h functionsMichael Drake2022-12-142-5/+7
* html: layout: flex: Scope reduce variablesMichael Drake2022-12-141-2/+2
* html: layout: flex: Only distribute positive remaining cross spaceMichael Drake2022-12-141-1/+1
* html: layout: flex: Minor code style changeMichael Drake2022-12-141-6/+3
* html: layout: flex: Add code documentationMichael Drake2022-12-141-1/+126
* html: layout: flex: Hoist item placement out of line resolverMichael Drake2022-12-141-50/+50
* html: layout: flex: Return NULL for pointerMichael Drake2022-12-141-1/+1
* html: layout: Helper for whether flex direction is reversedMichael Drake2022-12-141-0/+13
* html: layout: flex: Disable verbose loggingMichael Drake2022-11-021-21/+23
* html: layout: flex: Implement align-items and align-selfMichael Drake2022-11-022-34/+125
* html: layout: flex: Implement wrap-reverseMichael Drake2022-11-021-25/+48
* html: layout: flex: Don't pass content around unnecessarilyMichael Drake2022-11-021-7/+4
* html: layout: flex: Compare line main size with available mainMichael Drake2022-11-021-34/+35
* html: layout: flex: Unify line item placementMichael Drake2022-11-021-60/+43
* html: layout helpers: Add helpers for width/height indirectionMichael Drake2022-11-021-0/+14
* html: layout: Remove duplicate typedefsMichael Drake2022-10-291-9/+0
* layout: flex: Squash main is usually a function warningMichael Drake2022-10-291-5/+5
* html: layout: Initial implementation of display: flexMichael Drake2022-10-2911-87/+1329
* html: box_dump: Indicate descendant bounding box valuesMichael Drake2022-10-291-1/+1
* layout: minmax pass: Improve handling of {min|max}_width propertiesMichael Drake2022-10-291-32/+59
* layout: minmax table: Change logging level to errorMichael Drake2022-10-291-1/+1
* layout: calculate_mbp_width: Preserve percentage valuesMichael Drake2022-10-291-2/+2
* html: layout: Improve block container assertionsMichael Drake2022-10-291-3/+3
* html: layout: Split out common helpersMichael Drake2022-10-292-527/+599
* layout: Constify box through layout_find_dimensions()Michael Drake2022-10-291-1/+1
* layout: Constify box through layout_handle_box_sizing()Michael Drake2022-10-291-1/+1
* layout: Add helpers for various box type checksMichael Drake2022-10-291-31/+55
* layout: Add helper for checking if a style has a border on a sideMichael Drake2022-10-291-2/+9
* layout: Drop redundant else blockMichael Drake2022-10-291-2/+0
* HTML: CSS media spec: Pass in dark mode preference.Michael Drake2022-07-301-0/+20