about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* layout: support br clearbptato2024-11-271-28/+34
* buffer: optimize hover switchingbptato2024-11-262-2/+15
* config.configdir -> config.dirbptato2024-11-263-5/+5
* select: pad options in newSelectbptato2024-11-262-18/+19
* Update monouchabptato2024-11-251-1/+1
* client: exit if quit was called inside a jobbptato2024-11-251-10/+11
* pager, select: add more items, misc fixesbptato2024-11-254-55/+90
* dom: fix some comparisonsbptato2024-11-241-2/+2
* select: misc fixesbptato2024-11-241-2/+10
* layout: another intrinsic min width fixbptato2024-11-241-2/+4
* loader/* -> serverbptato2024-11-2417-47/+47
* loaderhandle -> loaderbptato2024-11-242-213/+195
* select: fix display with multi-width charsbptato2024-11-241-6/+11
* layout: fix intrinsic min width for words with wrapping opportunitiesbptato2024-11-241-11/+18
* pager: pad menu itemsbptato2024-11-241-10/+10
* buffer: slightly improve markURLbptato2024-11-241-49/+69
* pager, select: implement more functionsbptato2024-11-242-5/+18
* pager, select: add right click menu, fix some bugsbptato2024-11-234-82/+219
* pager: fix loadURL crash on empty URLbptato2024-11-231-1/+3
* container: add Lynx-style navigation commandscommodorian2024-11-232-1/+60
* dom: implement HTMLDocument, make Image C/Wbptato2024-11-221-1/+3
* dom: add document named property getter, update monouchabptato2024-11-222-9/+40
* dom: add document.compatModebptato2024-11-221-0/+5
* Update chamebptato2024-11-221-1/+1
* buffer: proper toggleImages implementationbptato2024-11-217-21/+50
* select: various improvementsbptato2024-11-211-69/+79
* chadombuilder: fix removeImpl definitionbptato2024-11-211-1/+2
* match, stylednode: remove generics, refactorbptato2024-11-193-137/+91
* dom: add Image constructorbptato2024-11-191-0/+10
* event: fix preventDefault with stopImmediatePropagationbptato2024-11-191-5/+4
* container: add numLines getterbptato2024-11-191-1/+1
* layout: fix intrinsic min width with whitespace: prebptato2024-11-191-0/+1
* layout: fix indefinitely sized flex items with boundsbptato2024-11-191-1/+8
* dom: add HTMLHyperlinkElementUtils settersbptato2024-11-192-30/+82
* Update monoucha, fix some JS testsbptato2024-11-186-46/+54
* ua.css, event: small clean upbptato2024-11-181-1/+0
* dynstream: check lseek return codebptato2024-11-171-0/+1
* layout: fix crash on overlapping rowspan/colspanbptato2024-11-171-2/+3
* buffer: fix hover text not showing up with pseudo elementsbptato2024-11-172-78/+66
* buffer: clean up findPrevLink, findNextLinkbptato2024-11-171-82/+57
* select: add cursorPrevLink, cursorNextLinkbptato2024-11-171-0/+6
* container: do not share cached images on clonebptato2024-11-161-0/+1
* dom: add getElementsByName, fix adoptbptato2024-11-161-1/+10
* Update monouchabptato2024-11-161-1/+1
* url: improve special scheme detectionbptato2024-11-161-62/+69
* dom: run insertion steps for descendants on insertionbptato2024-11-151-10/+21
* url: fix serializeFormURLEncoded, refactorbptato2024-11-152-31/+22
* color: clean up dead codebptato2024-11-151-16/+4
* twtstr: beforeLast -> untilLastbptato2024-11-153-4/+4
* formdata: eliminate a global varbptato2024-11-158-31/+36