This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
eepp
Watch
1
Star
0
Fork
0
You've already forked eepp
mirror of
https://github.com/SpartanJ/eepp.git
synced
2026-07-13 22:42:53 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
05e81c23de5af4ee160d4332c954d8a9dc679cb6
eepp
/
src
History
Martín Lucas Golini
05e81c23de
Communicate the reason for the layout invalidation, store and process the reasons, this is an initial setup, we will continue working on it. The new system will allow us to fine grain the invalidations to avoid re-layouting on each attribute change, this commit already does some of this but it's not fully fine-grained and needs more work.
2026-06-08 02:33:49 -03:00
..
benchmarks
Fixed layouting performance issues in UIRichText (layout invalidation trashing issues). Everything is highly commented given that none of these changes are obvious and it's very easy to break it.
2026-06-06 15:54:54 -03:00
eepp
Communicate the reason for the layout invalidation, store and process the reasons, this is an initial setup, we will continue working on it. The new system will allow us to fine grain the invalidations to avoid re-layouting on each attribute change, this commit already does some of this but it's not fully fine-grained and needs more work.
2026-06-08 02:33:49 -03:00
examples
Add "defer" to force CSS files to load asynchronously (this will help unit-test some layout issues).
2026-06-07 00:32:54 -03:00
modules
Update IME location on cursor position change in TerminalDisplay.
2026-05-23 20:37:37 -03:00
tests
Communicate the reason for the layout invalidation, store and process the reasons, this is an initial setup, we will continue working on it. The new system will allow us to fine grain the invalidations to avoid re-layouting on each attribute change, this commit already does some of this but it's not fully fine-grained and needs more work.
2026-06-08 02:33:49 -03:00
thirdparty
Do not set broken colors.
2026-05-13 01:52:57 -03:00
tools
Implemented calc, min, max, clamp CSS functions.
2026-06-06 02:19:40 -03:00