ladybird/Base
Andreas Kling eb77e680ed LibHTML: Implement "text-align: justify"
In order for this to work nicely, I made the line box classes use float
instead of int for its geometry information.

Justification works by distributing all of the whitespace on the line
(including the trailing whitespace before the line break) evenly across
the spaces in-between words.

We should probably use floating point (or maybe fixed point?) for all
the layout metrics stuff. But one thing at a time. :^)
2019-10-20 12:55:55 +02:00
..
etc Kernel+SystemServer: Mount filesystems and start TTYServer in userspace 2019-08-17 12:07:55 +02:00
home/anon LibHTML: Implement "text-align: justify" 2019-10-20 12:55:55 +02:00
res HexEditor: Initial application release 2019-10-13 08:45:49 +02:00
usr LibC: Implement dirname() and basename() 2019-10-03 08:23:54 +02:00