summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | When deciding whether to use the grow or shrink flex factor we we using the available width, rather than the space available in the main direction.
* 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
|
* utils: Use fstatat and unlinkat if supportedJohn-Mark Bell2022-11-023-89/+65
|
* Buildsystem: fix RISC OS AOF matchingJohn-Mark Bell2022-11-021-1/+1
|
* Revert "utils: file: Use fstatat and unlinkat"Michael Drake2022-11-021-27/+12
| | | | | | | | | | On may of the platforms we build for (RISC OS, Windows, Amiga OS4, Amiga OS3, and Atari), this was causing: - utils/file.c:329 error: 'O_DIRECTORY' undeclared - utils/file.c:357 error: 'AT_SYMLINK_NOFOLLOW' undeclared This reverts commit ef00567b029ec007ceab342a2ed1addaa5f63be6.
* 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-2912-92/+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
|
* log: Add flex logging catagoryMichael Drake2022-10-292-0/+2
|
* html: layout: Improve block container assertionsMichael Drake2022-10-291-3/+3
|
* html: layout: Split out common helpersMichael Drake2022-10-292-527/+599
|
* css: Fix dump of display: inline-flexMichael Drake2022-10-291-0/+6
|
* 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
|
* css: Update display property helper for gridMichael Drake2022-10-291-7/+21
|
* GitHub CI: Add monkey short-internet testMichael Drake2022-10-231-0/+62
|
* GitHub CI: Add linux build and unit test jobMichael Drake2022-10-231-0/+104
|
* GitHub CI: Add static analysis.Michael Drake2022-10-231-0/+58
|
* env.sh: Add NetSurf clone skip and shallow clone switches.Michael Drake2022-10-231-3/+24
|
* content: image cache: Avoid int overflow before size_t conversionMichael Drake2022-10-231-1/+1
|
* utils: ssl_certs: Fix potential snprintf overflowMichael Drake2022-10-231-7/+28
|
* utils: file: Use fstatat and unlinkatMichael Drake2022-10-231-12/+27
|
* urldb: Handle snprintf errorMichael Drake2022-10-231-1/+4
|
* gtk: toolbar: Handle snprintf errorMichael Drake2022-10-231-1/+8
|
* gtk: pixbuf creation: Avoid int overflow before size_t conversionMichael Drake2022-10-231-1/+1
|
* js: console: Fix argument type for formatting functionMichael Drake2022-10-231-1/+1
|
* js: image data: Avoid int overflow before size_t conversionMichael Drake2022-10-231-1/+1
|
* Test: Add prefer_dark_mode to reference choices dataMichael Drake2022-10-231-0/+1
|
* RISC OS: Image: Don't override sprite mode for opaque plot typeMichael Drake2022-10-051-5/+8
| | | | | | This fixes local history thumbnails, which are opaque, when plotted on a version of RISC OS that supports alpha sprites, and Tinct is being avoided.
* Ensure image cache logging does not cause division by zero at exitVincent Sanders2022-09-111-6/+6
|
* RISC OS: Allow text selection in URL bar (RO5.28 onwards)John-Mark Bell2022-09-041-1/+4
|
* RISC OS: Dragging favicon drag-saves URLMichael Drake2022-08-281-0/+1
|
* RISC OS: Image: Fix EX0 EY0 plot when avoiding TinctMichael Drake2022-08-251-6/+20
|
* Amiga: Fix page theme current selectionChris Young2022-08-051-1/+1
|
* Amiga: Add page theme toggleChris Young2022-08-032-9/+77
|
* HTML: CSS media spec: Pass in dark mode preference.Michael Drake2022-07-301-0/+20
|
* Core: Options: Add user preference for dark mode coloursMichael Drake2022-07-301-0/+3
|
* Bitmap: Remove misleading format documentation.Michael Drake2022-06-141-27/+5
|