ladybird/Libraries
Andreas Kling fd64e97c8a LibDraw+LibHTML: Make link colors themeable
Add "Link", "ActiveLink" and "VisitedLink" colors to the system theme
definition, and implement support for them in LibHTML.

Note that <body link="foo" alink="bar" vlink="baz"> takes precedence
over the system colors. Author style also takes precedence, since we
only fetch the system color in case the CSS color is -libhtml-link.
2020-01-13 20:33:15 +01:00
..
LibAudio AK: Move the userspace SharedBuffer from LibC to AK 2020-01-01 18:53:34 +01:00
LibC LibC: Move even more methods and globals out of crt0.o 2020-01-13 13:03:30 +01:00
LibCore LibCore: Fix segfault in CArgsParser (#1072) 2020-01-13 14:52:25 +01:00
LibDraw LibDraw+LibHTML: Make link colors themeable 2020-01-13 20:33:15 +01:00
LibELF LibELF: Add methods to validate the ELF and program headers 2020-01-13 13:03:30 +01:00
LibGUI TextEditor: Implement replacement functionality 2020-01-12 01:41:36 +01:00
LibHTML LibDraw+LibHTML: Make link colors themeable 2020-01-13 20:33:15 +01:00
LibIPC LibIPC: Let's start building custom message codecs for LibIPC 2019-12-30 02:41:45 +01:00
LibM LibM: Implement some naive functionality to make VVVVVV run 2020-01-13 19:01:44 +01:00
LibMarkdown Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibPCIDB Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibProtocol AK: Move the userspace SharedBuffer from LibC to AK 2020-01-01 18:53:34 +01:00
LibPthread LibPthread: Fix incompatible pthread_setname_np(), pthread_getname_np() 2020-01-11 12:54:30 +01:00
LibThread LibPthread: Fix incompatible pthread_setname_np(), pthread_getname_np() 2020-01-11 12:54:30 +01:00
LibVT LibVT: Relayout TerminalWidget on font change 2020-01-08 21:12:40 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00