1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 01:15:07 +00:00
serenity/Libraries
Andreas Kling ca9592d56f LibVT: Shave down VT::Attribute from 8 bytes to 3 bytes
We have one of these per character in the terminal buffers, so it's a
decent haircut. :^)
2019-08-13 12:59:58 +02:00
..
LibAudio AudioServer: Port to the new generated IPC mechanism 2019-08-03 19:49:19 +02:00
LibC Kernel+LibC+crash: Add mprotect() syscall 2019-08-12 19:33:24 +02:00
LibCore LibCore: Use URL in CHttpRequest 2019-08-10 19:32:03 +02:00
LibDraw Painter: Fix off-by-one in bounding rects for right-aligned text 2019-08-09 19:51:14 +02:00
LibGUI GButton: Allow non-checkable buttons to render as checked 2019-08-12 18:50:19 +02:00
LibHTML LibHTML: Make some use of Vector::empend(). 2019-08-01 16:50:15 +02:00
LibIPC IPCCompiler: More work towards AudioServer bringup 2019-08-03 19:24:08 +02:00
LibM LibM: Implement sqrt() 2019-08-10 08:46:22 +02:00
LibVT LibVT: Shave down VT::Attribute from 8 bytes to 3 bytes 2019-08-13 12:59:58 +02:00