about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Support pseudo elems as pseudo classesbptato2022-01-231-12/+15
* Fix ::before pseudo elem positioningbptato2022-01-232-18/+26
* Fix * selectorbptato2022-01-231-0/+2
* Support external stylesheetsbptato2022-01-239-28/+90
* Avoid unnecessary rendering on hover change etcbptato2022-01-225-32/+98
* Rebrand programbptato2022-01-227-41/+92
* Fix url parsing bugbptato2022-01-221-1/+1
* Re-implement, height, fix pseudo on hoverbptato2022-01-222-4/+16
* Fix word overflow bugbptato2022-01-221-1/+1
* Fix media query bug, do not refresh page without css change (wip)bptato2022-01-223-15/+23
* Fix page navigationbptato2022-01-229-73/+109
* Throw out old layout engine codebptato2022-01-221-477/+0
* Re-implement marginsbptato2022-01-225-45/+98
* Re-implement list itemsbptato2022-01-192-3/+19
* Make sure :root is always blockbptato2022-01-193-6/+24
* Fix whitespace issues after newlinebptato2022-01-191-11/+9
* Replace BoxType with CSSDisplaybptato2022-01-192-23/+18
* Fix percent encoding function and local percent encoded pathsbptato2022-01-193-6/+21
* Rewrite whitespace handlingbptato2022-01-193-121/+96
* Re-implement inline blocksbptato2022-01-194-34/+62
* Re-implement pseudo elementsbptato2022-01-192-12/+34
* Remove specified values for PSEUDO_NONEbptato2022-01-191-1/+1
* Fix crash on reshapebptato2022-01-193-22/+22
* Implement basics of new layout enginebptato2022-01-188-91/+292
* Small cascade optimizationsbptato2021-12-314-44/+76
* Refactorbptato2021-12-293-11/+11
* Merge branch 'layoutrewrite'bptato2021-12-297-567/+787
|\
| * Cascade optimizations, start layout engine rewritebptato2021-12-297-567/+787
* | Add punycode supportbptato2021-12-294-12/+9252
|/
* Implement basic media query supportbptato2021-12-279-150/+529
* Basic content type implementationbptato2021-12-266-36/+99
* Proper URL handlingbptato2021-12-267-256/+960
* Refactor formatting, improve buffer cursor movementbptato2021-12-253-165/+98
* Fix pager bugsbptato2021-12-233-67/+99
* Refactor buffer rendering proceduresbptato2021-12-236-145/+151
* More efficient pipe outputbptato2021-12-211-3/+13
* Use a linked list for buffers, allow pipe as outputbptato2021-12-212-79/+77
* Prepare for layout engine rewritebptato2021-12-212-13/+46
* No anchor error messagebptato2021-12-212-6/+17
* Honestly I'm not sure what I added here...bptato2021-12-2112-188/+507
* Add client for buffer controlbptato2021-12-203-189/+221
* Implement gotoAnchorbptato2021-12-202-8/+21
* Fix and implement cursor movement commandsbptato2021-12-203-87/+167
* Fix cursorPrevWord, cursorNextWordbptato2021-12-192-66/+86
* Add double-width-ambiguous to config.tomlbptato2021-12-191-0/+3
* Add commands for vertical navigation on displayed linebptato2021-12-193-2/+19
* Fix html parser bugsbptato2021-12-192-6/+10
* Fix pager mode formattingbptato2021-12-193-26/+27
* More configuration optionsbptato2021-12-196-101/+152
* Preparation for at rules, small inline-block fixbptato2021-12-198-36/+74
0700 4662' href='/akkartik/mu/commit/subx/examples/ex9.subx?h=main&id=ed0e64a981525427d1dc64dbbcf6a3b87387f90e'>ed0e64a9 ^
ee9a9237 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52