about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Make it compilebptato2023-04-301-0/+1
* Merge branch 'wip_fetch'bptato2023-04-308-39/+156
|\
| * WIP fetchbptato2023-04-308-39/+156
* | Add initial proxy supportbptato2023-04-303-3/+11
* | loader: remove unused importbptato2023-04-301-1/+0
* | url: accept schemes containing numbersbptato2023-04-301-1/+2
* | dom: fix one-off error in insertNodebptato2023-04-301-2/+1
|/
* Loader: use curl_multibptato2023-04-283-109/+256
* nim 1.6.12 supportbptato2023-04-161-1/+1
* renderdocument: fix img positionbptato2023-04-121-5/+5
* buffer: disable popup confirmation for formsbptato2023-04-102-5/+15
* htmlparser: add missing reprocess token for trbptato2023-04-081-0/+1
* css/values: add some stringifiersbptato2023-03-101-4/+13
* layout/engine: fix min-width doing the wrong thingbptato2023-03-101-4/+4
* dom: store index among siblings for nodesbptato2023-03-102-58/+68
* dom: set document url in constructorbptato2023-03-081-1/+2
* layout/engine: fix double positioning absolute boxesbptato2023-02-192-0/+11
* layout/engine: fix some tab alignment issuesbptato2023-02-141-2/+4
* dom: set childonly flags where neededbptato2023-02-141-6/+7
* html/dom: add Node.remove()bptato2023-02-131-1/+4
* css/match: fix next sibling selector (+)bptato2023-02-131-2/+2
* buffer: adapt onload to PosixStream and SocketStreambptato2023-02-131-15/+14
* setTimeout, setInterval: hack to fix 0 timeoutbptato2023-02-091-2/+2
* quickjs: make JSValue distinct on 32-bitbptato2023-02-052-2/+7
* Slightly improve request api (less crashes)bptato2023-02-054-7/+11
* Update IdnaMappingTable.txtbptato2023-02-051-32/+137
* eprint: make it a functionbptato2023-02-051-1/+1
* Update character width rangesbptato2023-02-053-168/+2763
* w3m.toml: fix quitbptato2023-02-051-2/+2
* Remove unused variablebptato2023-01-271-1/+0
* Make width table at compile-timebptato2023-01-273-65/+102
* WIP selector rewritebptato2023-01-274-451/+365
* selectorparser: refactor, fix combinator bugsbptato2023-01-201-79/+79
* buffer: do not move cursor in scrollLeftbptato2023-01-201-2/+0
* layout: fix position:absolute, remove position:fixedbptato2023-01-202-31/+45
* selectorparser: parse comma correctly in combinatorsbptato2023-01-201-0/+3
* res/config: fix M-c console bindingbptato2023-01-201-4/+1
* layout/engine: fix tab displaybptato2023-01-191-1/+4
* buffer/container: fix cursor overwriting double-width charsbptato2023-01-111-1/+22
* pager, term: fix inefficiencies, off by one errorsbptato2023-01-112-13/+15
* io/window: use all available columnsbptato2023-01-081-5/+7
* css/values: remove equalsbptato2023-01-081-32/+0
* css/values: add floatbptato2023-01-081-4/+23
* Update readmebptato2023-01-081-5/+27
* css/cascade, layout/engine: add table alignbptato2023-01-083-39/+49
* res/config, doc/config: encode search query stringsbptato2023-01-082-15/+15
* renderdocument: fix failing assertionbptato2023-01-071-0/+8
* display/pager: correct maximum status message widthbptato2023-01-071-4/+6
* selectorparser: do not accept invalid selectorsbptato2023-01-071-44/+78
* css/cascade: remove scoped sheetsbptato2023-01-074-53/+28
a id='n514' href='#n514'>514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604