about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Make it compile...bptato2022-10-193-4/+4
|
* Fix incorrect mark renderingbptato2022-10-191-1/+1
|
* Re-enable media queriesbptato2022-10-193-13/+31
|
* Fix Meta+Control keybindingsbptato2022-10-191-8/+9
|
* Implement tree buffers, fix a js bug, refactorbptato2022-10-198-627/+650
|
* WIP pagerbptato2022-10-047-60/+140
|
* Binding & macro refactoringsbptato2022-10-014-125/+146
|
* Rename jsget/jsset to jsfget/jsfset for functionsbptato2022-09-164-25/+27
| | | | | The original idea was to use the same pragmas as object members, but unfortunately this doesn't seem to work consistently after all.
* Bugfixes & test JS event loopbptato2022-09-163-54/+214
|
* Tweaks/bugfixes for armbptato2022-09-145-7/+8
|
* More JS bindingsbptato2022-09-1314-231/+638
|
* Add JS binding generationbptato2022-09-1213-410/+2049
|
* Use unix domain sockets for IPCbptato2022-09-066-124/+195
|
* Add a network stream wrapper, improve eprintbptato2022-09-055-26/+70
|
* Fix combinator bugs + reimplement querySelectorAllbptato2022-09-012-119/+51
|
* Fix :nth-last-childbptato2022-08-231-3/+9
|
* Use more accurate selector terminologybptato2022-08-233-31/+39
|
* Fix nth-child bugs, rename select to matchbptato2022-08-237-70/+89
|
* Merge functional and normal pseudo-class selectorsbptato2022-08-215-137/+352
| | | | And parse An+B syntax for nth-child/nth-last-child.
* Refactor css function selectors a bitbptato2022-08-203-33/+32
|
* Small refactoringbptato2022-08-204-22/+25
|
* Work on tablesbptato2022-08-182-6/+59
|
* Fix request error handlingbptato2022-08-185-46/+47
|
* Update documentationbptato2022-08-181-9/+10
|
* Clean up client request methods, add DUPE_BUFFERbptato2022-08-186-92/+96
|
* Use a separate process for file loadingbptato2022-08-186-61/+311
| | | | | Not very useful for now, since we still have to load the entire page before parsing it.
* Refactor fileloaderbptato2022-08-084-212/+263
|
* Remove httpclient dependencybptato2022-08-043-30/+72
|
* Slightly better handling of http auth + redirectbptato2022-08-032-24/+32
|
* Fix incorrect selector parsing, remove httpclient from loaderbptato2022-08-035-13/+96
|
* Do not display password on status linebptato2022-08-032-3/+3
| | | | Editing the URL still does.
* Store FixedCell contents as strbptato2022-08-032-13/+11
|
* Fix non-special url scheme parsingbptato2022-08-022-5/+6
|
* Fix renderdocument setText etc.bptato2022-08-024-120/+138
|
* Make marks a property of bufferbptato2022-08-013-16/+28
| | | | So that re-rendering the buffer doesn't destroy all marks.
* Hide passwords while typingbptato2022-07-313-13/+24
|
* Add interactive <select>bptato2022-07-316-18/+77
|
* Update docsbptato2022-07-302-23/+20
|
* Add SupportedFormAssociatedElementsbptato2022-07-303-8/+11
|
* Implement HTTP Authbptato2022-07-304-40/+146
| | | | | Also use our own redirection implementation instead of curl follow redirects.
* More table workbptato2022-07-303-33/+83
|
* Enable raw mode during renderingbptato2022-07-303-6/+32
| | | | So that non-processed characters aren't displayed on the screen
* Implement revert valuebptato2022-07-304-254/+327
|
* Increase tokenizer buffer size, add mark color optionbptato2022-07-295-2/+23
|
* Update CSS tokenizerbptato2022-07-296-246/+260
| | | | It was slightly outdated and in many places incorrect.
* StyledNode: avoid duplicate dependenciesbptato2022-07-292-2/+6
|
* Fix incorrect use of del()bptato2022-07-293-15/+15
|
* Add missing pop pragmabptato2022-07-291-0/+1
|
* Fix cascading bugs & performance issuesbptato2022-07-284-35/+48
|
* Fix StyledNode invalidation & othersbptato2022-07-2712-221/+419
|