summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-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-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
2021-11-22LibMain: Rename .arguments to .strings :^)Pedro Pereira
2021-11-22tar: Support extracting symlinksTim Schumacher
2021-11-22Minesweeper: Port to LibMainPedro Pereira
2021-11-22Starfield: Port to LibMainPedro Pereira
2021-11-223DFileViewer: Port to LibMainPedro Pereira
2021-11-22Browser: Port to LibMain :^)Andreas Kling
2021-11-22nproc: Port to LibMain :^)Andreas Kling
2021-11-22w: Port to LibMain :^)Andreas Kling
2021-11-22Terminal: Port to LibMain :^)Andreas Kling
2021-11-22LibSystem: Add ErrorOr<T> wrapper for sigaction() :^)Andreas Kling
2021-11-22id: Port to LibMain :^)Andreas Kling
2021-11-22AK+LibSystem+LibMain: Add Error::from_syscall() for syscall failuresAndreas Kling
2021-11-22LibMain: Add a new library for more ergonomic userspace entry functionsAndreas Kling
2021-11-22LibSystem: Disable stack protector in syscall wrappers on i686Andreas Kling
2021-11-22LibSystem: Add pledge() and unveil() wrappers that return ErrorOr<void>Andreas Kling
2021-11-22tar: Implement usage of prefixes when extractingTim Schumacher
2021-11-22HackStudio: Disable the Rename action on insufficient permissionsKarol Kosek
2021-11-22HackStudio: Remove noop when deciding whether to disable delete actionKarol Kosek
2021-11-21LibJS: Parse async generator functionsdavidot
2021-11-21LibJS: Don't set a prototype property on async functionsdavidot