summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-23LibSystem: Add wrapper for fstat()Andreas Kling
2021-11-23RequestServer: Port to LibMain :^)Andreas Kling
2021-11-23ImageDecoder: Port to LibMain :^)Andreas Kling
2021-11-23WebSocket: Port to LibMain :^)Andreas Kling
2021-11-23LanguageServers/Shell: Port to LibMain :^)Andreas Kling
2021-11-23LanguageServers/Cpp: Port to LibMain :^)Andreas Kling
2021-11-23FileSystemAccessServer: Port to LibMain :^)Andreas Kling
2021-11-23WebContent: Port to LibMain :^)Andreas Kling
2021-11-23Meta: Increase PulseAudio timer period to 2msJelle Raaijmakers
2021-11-23Meta: Use 1ms timer period for Qemu Pulse Audio backendJelle Raaijmakers
2021-11-23Meta: Use AC97 device in Qemu by defaultJelle Raaijmakers
2021-11-23Kernel: Implement AC97 audio device driverJelle Raaijmakers
2021-11-23Kernel: Teach DeviceManagement to handle multiple audio devicesJelle Raaijmakers
2021-11-23Kernel: Move SB16 to Audio subdirectoryJelle Raaijmakers
2021-11-22Everywhere: Use Application::construct() with Main::Arguments directlyMustafa Quraish
2021-11-22Everywhere: Use ArgsParser::parse() with Main::Arguments directlyMustafa Quraish
2021-11-22LibCore: Let ArgsParser::parse() accept Main::ArgumentsMustafa Quraish
2021-11-22LibGUI: Let Application constructor accept in Main::ArgumentsMustafa Quraish
2021-11-22LibGfx: Avoid unaligned loads and stores in GlyphBitmapAli Mohammad Pur
2021-11-22Spider: Port to LibMainpbrw
2021-11-22FlappyBug: Port to LibMainPedro Pereira
2021-11-22Mail: Port to LibMainPascal Puffke
2021-11-22Piano: Port to LibMainPascal Puffke
2021-11-22PDFViewer: Port to LibMainPascal Puffke
2021-11-22PixelPaint: Port to LibMainPascal Puffke
2021-11-22Chess: Port to LibMainPedro Pereira
2021-11-22Applets/ResourceGraph: Port to LibMain :^)Andreas Kling
2021-11-22Applets/ResourceGraph: Remove unnecessary unveiling of /etc/passwdAndreas Kling
2021-11-22FileManager: Port to LibMain :^)Andreas Kling
2021-11-22WindowServer: Port to LibMain :^)Andreas Kling
2021-11-22Browser: Scope bookmark actions so that they don't block the delete keySam Atkins
2021-11-222048: Port to LibMainPedro Pereira
2021-11-22Breakout: Port to LibMainPedro Pereira
2021-11-22js: Use pledge()Linus Groh
2021-11-22js: Port to LibMain :^)Linus Groh
2021-11-22Lagom: Add LibMain as a lagom_lib()Linus Groh
2021-11-22Piano: Move to LibDSP's Classic synthesizerkleines Filmröllchen
2021-11-22LibDSP: Create Classic synthkleines Filmröllchen
2021-11-22LibDSP: Introduce ProcessorEnumParameterkleines Filmröllchen
2021-11-22LibDSP: Add Envelope abstractionkleines Filmröllchen
2021-11-22Base: Add Mro characters to font Katica Regular 10Lady Gegga
2021-11-22Base: Add Symbols and Pictographs characters to font Katica Regular 10Lady Gegga
2021-11-22Base: Add Misc Supplemental Punctuation chrs to font Katica Regular 10Lady Gegga
2021-11-22Base: Add General Punctuation characters to font Katica Regular 10Lady Gegga
2021-11-22PixelPaint: Use better-fitting image sizeBen Wiederhake
2021-11-22PixelPaint: Add interactive zoom ComboBox to toolbarBen Wiederhake
2021-11-22PixelPaint: Add ability to fit to either width, height, or imageBen Wiederhake
2021-11-22PixelPaint: Allow setting ImageEditor scale and listening for changesBen Wiederhake
2021-11-22PixelPaint: Floor effective viewport size to whole integersBen Wiederhake