summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-26Kernel: Implement variable rate audio support for AC97 devicesJelle Raaijmakers
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-26Base: Add some Greek characters to KaticaRegular10Maciej
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-26Kernel: Ensure KeyEvent::key sent to Userspace respects keyboard layoutmacarc
2021-11-26CMake: Also install the source files of userland programsItamar
2021-11-26CMake: Simplify serenity_install_sources by inferring installation pathItamar
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
2021-11-25cat: Port to LibMain :^)Kenneth Myhra
2021-11-25Documentation: Remove outdated instructionThi Doãn
2021-11-25SystemMonitor: Remove unveiling /tmp/portal/configRalf Donau
2021-11-25WidgetGallery: Use TRY() a lot more :^)pbrw
2021-11-25Starfield: Use TRY() a lot more :^)pbrw
2021-11-25Screensaver: Use TRY() a lot more :^)pbrw
2021-11-25Mouse: Use TRY() a lot more :^)pbrw
2021-11-25ModelGallery: Use TRY() a lot more :^)pbrw
2021-11-25Mandelbrot: Use TRY() a lot more :^)pbrw
2021-11-25LibGfxScaleDemo: Use TRY() a lot more :^)pbrw
2021-11-25LibGfxDemo: Use TRY() a lot more :^)pbrw
2021-11-25Fire: Use TRY() a lot more :^)pbrw
2021-11-25Eyes: Use TRY() a lot more :^)pbrw
2021-11-25Cube: Use TRY() a lot more :^)pbrw
2021-11-25CatDog: Use TRY() a lot more :^)pbrw
2021-11-24FlappyBug: Support mouse clicks for flappingPedro Pereira
2021-11-24SoundPlayer+LibDSP: Move the FFT implementation to LibDSPkleines Filmröllchen
2021-11-24Terminal: Tighten lambda captures in create_find_window()Andreas Kling
2021-11-24Terminal: Use LibCore syscall wrapper for ptsname()Andreas Kling
2021-11-24LibCore: Add syscall wrapper for ptsname()Andreas Kling
2021-11-24Terminal: Use ErrorOr and TRY() when setting up the "find" dialogAndreas Kling
2021-11-24Terminal: Use TRY() a lot more in serenity_main()Andreas Kling