summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Amiga: Correct another instance of the selected search provider not being con...HEADmasterChris Young2024-06-142-4/+15
* Amiga: missed an instance of websearch_idx pointing to the wrong varChris Young2024-06-111-1/+1
* Amiga: Cast data to stringChris Young2024-06-111-1/+1
* Amiga: Point to correct websearch_idx varChris Young2024-06-113-6/+9
* Amiga: Fix setting search providerChris Young2024-06-111-5/+23
* avoid warning about using bitwise operators on booleansVincent Sanders2024-05-301-3/+3
* Improve browser_window_scroll_at_point_internalVincent Sanders2024-05-292-16/+7
* nsurl: Use locale agnostic helpers in host validationDaniel Silverstone2024-05-291-2/+2
* Update env.sh to install dev packages for various toolkitsVincent Sanders2024-05-292-81/+158
* change web search option to use provider name instead of indexVincent Sanders2024-05-279-49/+82
* html: css: Update to new css_computed_width APIMichael Drake2024-05-275-13/+13
* idna: use memcpy not strncpyDaniel Silverstone2024-05-271-1/+1
* test: Add nsurl test to cover idna_{en,de}code()Daniel Silverstone2024-05-271-0/+10
* idna: Bounds check during encode/decodeDaniel Silverstone2024-05-271-23/+27
* nsurl: Free host if nomem encounteredDaniel Silverstone2024-05-271-0/+1
* nsurl: Correctly return non-IDNA hostsDaniel Silverstone2024-05-271-1/+9
* box_construct: clamp rowspan and colspanDaniel Silverstone2024-05-271-2/+5
* utils: Add clamp() macroDaniel Silverstone2024-05-271-0/+4
* test: calc: Add pages that use calc for width propertyMichael Drake2024-05-262-0/+67
* fix atari frontend after core window changesVincent Sanders2024-05-261-1/+1
* improve treeview creation to not modify output parameter on errorVincent Sanders2024-05-261-49/+56
* move core window callbacks to the standard gui tablesVincent Sanders2024-05-2658-215/+245
* content: css: dump: Handle CALC unit typeMichael Drake2024-05-261-0/+3
* calc(): layout: find dimensions: Use new css width getter APIMichael Drake2024-05-261-20/+4
* calc(): layout: table: Use new css width getter APIMichael Drake2024-05-261-12/+2
* calc(): layout: minmax block: Use new css width getter APIMichael Drake2024-05-261-4/+4
* calc(): layout: minmax line: Use new css width getter APIMichael Drake2024-05-261-25/+18
* calc(): layout: minmax table: Use new css width getter APIMichael Drake2024-05-261-9/+3
* css, html: Update to new LibCSS css_computed_width APIMichael Drake2024-05-255-12/+12
* html: layout: FPCT_OF_INT_TOINT is now in LibCSSMichael Drake2024-05-251-3/+0
* Ensure perl tool expansion is used everywhereVincent Sanders2024-05-251-3/+3
* nsurl: Add support for IPv6 literalsDaniel Silverstone2024-05-251-0/+17
* test: Correct nsurl case which should failDaniel Silverstone2024-05-251-1/+1
* nsurl: Add underscore to permitted charactersDaniel Silverstone2024-05-251-3/+3
* Change env script help text displayVincent Sanders2024-05-251-4/+10
* Change env script to use posix command -vVincent Sanders2024-05-251-13/+8
* nsurl: Reject URLs with invalid host componentsDaniel Silverstone2024-05-241-0/+29
* frontends: monkey: Squash -Wcalloc-transposed-args (gcc-14)Michael Drake2024-05-245-5/+5
* desktop: textarea: Squash -Wcalloc-transposed-args (gcc-14)Michael Drake2024-05-241-1/+1
* content caches: Squash -Wcalloc-transposed-args (gcc-14)Michael Drake2024-05-242-3/+3
* image handlers: Squash -Wcalloc-transposed-args (gcc-14)Michael Drake2024-05-242-2/+2
* fetch: Squash -Wcalloc-transposed-args (gcc-14)Michael Drake2024-05-241-1/+1
* js: duktape bindings: Squash -Wcalloc-transposed-args (gcc-14)Michael Drake2024-05-241-1/+1
* monkey: Fix off-by-one which could result in overflowDaniel Silverstone2024-05-241-1/+1
* utils: Belt and braces to satisfy gccDaniel Silverstone2024-05-241-1/+1
* utils: Update config.h for confusing define problemsDaniel Silverstone2024-05-241-2/+8
* utils: Update guard checks in config.hDaniel Silverstone2024-05-241-0/+2
* Revert "RISC OS: add SocketWatch module to distribution"John-Mark Bell2024-04-097-1088/+0
* Revert "RISC OS: use SocketWatch for socket activity"John-Mark Bell2024-04-092-177/+30
* fix gcov flushing in assert exitVincent Sanders2024-03-181-1/+18