1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 10:27:35 +00:00
serenity/Libraries
Andreas Kling 830e18e486 LibHTML: Fix broken parsing of ID and class selectors
We were forgetting to consume the '#' and '.' characters.
2019-09-29 17:26:05 +02:00
..
LibAudio LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
LibC LibC: Make div() and ldiv() behave according to the C standard 2019-09-27 10:15:42 +02:00
LibCore CSocket: Don't create the read notifier until after we've connected 2019-09-22 21:46:46 +02:00
LibDraw LibDraw: Implemented support for more PNG formats (#614) 2019-09-29 09:55:28 +02:00
LibGUI LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere 2019-09-22 20:50:39 +02:00
LibHTML LibHTML: Fix broken parsing of ID and class selectors 2019-09-29 17:26:05 +02:00
LibIPC AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
LibM LibM: Implement sqrt() 2019-08-10 08:46:22 +02:00
LibMarkdown LibMarkdown: Support escaping of special characters 2019-09-28 20:51:46 +02:00
LibPCIDB Libraries: Add LibPCIDB for reading PCI device information from pci.ids 2019-08-14 13:12:54 +02:00
LibThread LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
LibVT Terminal: Ensure a \t always advances by at least one column 2019-09-17 21:56:42 +02:00