about summary refs log tree commit diff stats
path: root/src/local
Commit message (Expand)AuthorAgeFilesLines
* pager, container: add text selection/copyingbptato2023-12-033-67/+203
* Get rid of clang 16 workaroundbptato2023-12-021-5/+6
* pager: small optimization in drawBufferbptato2023-12-011-2/+2
* pager: fix regressionbptato2023-11-212-18/+18
* pager: remove pager.tty memberbptato2023-11-211-3/+3
* Remove trailing spacesbptato2023-10-231-1/+1
* base64: reduce pointless re-coding using JSStringbptato2023-10-211-2/+3
* javascript: add TextEncoder, TextDecoderbptato2023-10-211-0/+2
* WindowAttributes: refactorbptato2023-10-193-3/+3
* pager/lineedit: notify lineedit of windowChangebptato2023-10-181-0/+2
* container: add cursorNthLink, cursorRevNthLinkbptato2023-10-141-0/+14
* Refactor Consolebptato2023-10-133-73/+104
* Add w3m-cgi-compat optionbptato2023-10-011-1/+2
* Fix cursor x not being updated on backwards searchbptato2023-10-011-3/+11
* container: fix oob in area highlightingbptato2023-10-011-0/+2
* container: center column in setCursorXYCenterbptato2023-10-011-0/+3
* more vi/m compatbptato2023-10-011-16/+26
* Improve vi/m compat in scrollingbptato2023-10-011-17/+68
* buffer: fix cursor unnecessarily jumping to y=0bptato2023-09-301-2/+3
* Add urimethodmap supportbptato2023-09-303-5/+12
* loader: add local-cgibptato2023-09-301-5/+2
* buffer: simplify contentType handlingbptato2023-09-272-14/+15
* interface clone: remove unused arg, documentbptato2023-09-271-1/+1
* Add precnum support to more functionsbptato2023-09-262-34/+41
* pager: show character sequence inputs on status linebptato2023-09-262-31/+44
* Add M-p as "load page on clipboard"bptato2023-09-251-3/+8
* client: write errors to browser console in evalActionbptato2023-09-251-3/+10
* client: clean up Client objectbptato2023-09-241-14/+5
* client, timeout: simplifybptato2023-09-241-8/+8
* regex: copy after compilingbptato2023-09-241-1/+2
* container: un-extern, un-ref highlightsbptato2023-09-231-9/+6
* fix devnull dup in place of stdinbptato2023-09-231-4/+7
* buffer: make readFromFd work with pipesbptato2023-09-231-1/+8
* buffer: make clone fork()bptato2023-09-232-20/+76
* Disable "toggle source" for the console bufferbptato2023-09-213-8/+17
* lineedit: rewritebptato2023-09-181-13/+7
* Fix compilation with --assertions:offbptato2023-09-151-2/+4
* bindings: fix JSInterruptHandler signaturebptato2023-09-151-1/+1
* move around more modulesbptato2023-09-144-26/+26
* move some modules to local/bptato2023-09-144-0/+3162
9'>409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520