serenity/Libraries
Andreas Kling 7127c4fdbb LibCore: CIODevice::set_error() is meant to be called with the 'errno'
The point of this function is to stash away the innermost error code
so that we don't lose it by the time we get back to the client code.
2019-08-17 11:07:15 +02:00
..
LibAudio AudioServer: Port to the new generated IPC mechanism 2019-08-03 19:49:19 +02:00
LibC Kernel: Added unmount ability to VFS 2019-08-17 09:29:54 +02:00
LibCore LibCore: CIODevice::set_error() is meant to be called with the 'errno' 2019-08-17 11:07:15 +02:00
LibDraw StylePainter: Move progress bar painting from GProgressBar to here 2019-08-14 20:31:46 +02:00
LibGUI GTableView: Add a way to customize cell painting per-column 2019-08-14 20:34:46 +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
LibPCIDB Libraries: Add LibPCIDB for reading PCI device information from pci.ids 2019-08-14 13:12:54 +02:00
LibVT LibVT: Shave down VT::Attribute from 8 bytes to 3 bytes 2019-08-13 12:59:58 +02:00