summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-11-27LibJS: Parse TemporalInstantString as part of TemporalCalendarStringLinus Groh
2021-11-27LibJS: Implement Temporal.PlainYearMonth.prototype.since()Linus Groh
2021-11-27LibJS: Implement Temporal.PlainYearMonth.prototype.until()Linus Groh
2021-11-27LibJS: Implement Temporal.PlainYearMonth.prototype.subtract()Linus Groh
2021-11-27LibJS: Implement Temporal.PlainYearMonth.prototype.add()Linus Groh
2021-11-27Spider: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-27Solitaire: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-27Snake: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-27Pong: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-27Minesweeper: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-27Hearts: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-27GameOfLife: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-27FlappyBug: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-27Chess: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-27Breakout: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-272048: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-27Terminal: Modernize terminal settings as a standalone applicationkleines Filmröllchen
2021-11-27LibGUI: Add a cancel button callback to settings window tabskleines Filmröllchen
2021-11-27Settings: Fix launch of settings dialogBrian Gianforcaro
2021-11-27bt: Port to LibMain :^)Kenneth Myhra
2021-11-27LibCore: Add syscall wrapper for gethostname()Kenneth Myhra
2021-11-27asctl: Port to LibMain :^)Kenneth Myhra
2021-11-27aplay: Port to LibMainKenneth Myhra
2021-11-27allocate: Port to LibMain :^)Kenneth Myhra
2021-11-27PixelPaint: Keep a RefPtr to offset_text_box in EditGuideDialogMarcus Nilsson
2021-11-26UserspaceEmulator: Fix after add_positional_argument API change :^)Brian Gianforcaro
2021-11-27LibJS: Throw InternalErrors instead of Errors on CallStackSizeExceededIdan Horowitz
2021-11-27cat: Remove accidentally-committed unused macroAndreas Kling
2021-11-26Run: Port to LibMain :^)Andreas Kling
2021-11-26cp: Port to LibMain :^)Andreas Kling
2021-11-26Userland: Use Core::ArgsParser's Vector<StringView> API everywhereAndreas Kling
2021-11-26LibCore: Add Vector<StringView> variant of add_positional_argument()Andreas Kling
2021-11-26cat: Use TRY() and LibCore syscall wrappers a lot more :^)Andreas Kling
2021-11-26Settings: Make sure settings are listed in alphabetical orderSam Atkins
2021-11-26Browser: Allow custom search engine URLs that don't start http[s]://Sam Atkins
2021-11-26BrowserSettings: Add some icons for it :^)Sam Atkins
2021-11-26Browser+Base: Delete provided Browser.ini fileSam Atkins
2021-11-26BrowserSettings: Implement restoring default valuesSam Atkins
2021-11-26BrowserSettings: Add preferred-color-scheme settingSam Atkins
2021-11-26BrowserSettings: Add setting for search engineSam Atkins
2021-11-26Browser: Move search engine definitions to a json fileSam Atkins
2021-11-26Browser+BrowserSettings: Persist the "show bookmarks bar" settingSam Atkins
2021-11-26BrowserSettings: Create a BrowserSettings application :^)Sam Atkins
2021-11-26DisplaySettings: Update wallpaper config path only on successKarol Kosek
2021-11-26DisplaySettings: Always save the background color to the configKarol Kosek
2021-11-26WindowServer: Clear wallpaper if the requested path is emptyKarol Kosek
2021-11-26HackStudio: Port to LibMain :^)Federico Guerinoni
2021-11-25echo: Port to LibMain :^)Kenneth Myhra
2021-11-25basename: Port to LibMainKenneth Myhra
2021-11-25copy: Port to LibMain :^)Kenneth Myhra