summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-11-24man: Use LibCore syscall wrappers for pipe2() and dup2()Andreas Kling
2021-11-24LibCore: Add syscall wrapper for dup2()Andreas Kling
2021-11-24LibCore: Add syscall wrapper for pipe2()Andreas Kling
2021-11-24FileManager: Use TRY() a lot more in the main functions :^)Andreas Kling
2021-11-24LibGUI: Add GUI::Toolbar::try_add_separator()Andreas Kling
2021-11-24LibGUI: Add GUI::Menu::try_add_submenu()Andreas Kling
2021-11-24man: Port to LibMain :^)Andreas Kling
2021-11-24Base: Add Symbols for Legacy Computing to font Katica Regular 10Lady Gegga
2021-11-24LibWeb: Use a string instead of an internal Parser class in SupportsSam Atkins
2021-11-24LibWeb: Add <general-enclosed> support to Media QueriesSam Atkins
2021-11-24LibWeb: Use MatchResults for MediaQuery evaluationSam Atkins
2021-11-24LibWeb: Use new GeneralEnclosed class in SupportsSam Atkins
2021-11-24LibWeb: Parse CSS `<general-enclosed>`Sam Atkins
2021-11-24LibWeb: Implement independent GeneralEnclosed classSam Atkins
2021-11-24LibWeb: Make StyleRule to_string() methods output valid CSSSam Atkins
2021-11-24LibWeb: Implement StyleComponentValueRule::to_string()Sam Atkins
2021-11-24LibWeb: Implement CSS::Token::to_string()Sam Atkins
2021-11-24strace: Implement get_process_name and gettidBen Wiederhake
2021-11-24strace: Implement dbgputstr syscallBen Wiederhake
2021-11-24Kernel+UE+LibC: Remove unused dbgputch syscallBen Wiederhake
2021-11-24Applets/Audio: Remove unveiling /tmp/portal/configRalf Donau
2021-11-24Kernel: Fix `futex` syscall return valuesJelle Raaijmakers
2021-11-24LibPthread: Initialize conditions with realtime clockJelle Raaijmakers
2021-11-24LibC: Remove commented out code from `futex()`Jelle Raaijmakers
2021-11-24CrashReporter: Don't visualize whitespace in memory regions text editorMaciej
2021-11-24LibJS: Make section URLs more consistentLinus Groh
2021-11-24LibJS: Simplify TemporalRelativeToStringLinus Groh
2021-11-24Kernel: Allow higher audio sample rates than 65kHZ (`u16`)Jelle Raaijmakers
2021-11-24Base: Add Cherokee characters to font Katica Regular 10Lady Gegga
2021-11-24WebContent: Support inspection of DOM in nested browsing contextsVyacheslav Pukhanov
2021-11-24LibWeb: Add JSON serialization for nested browsing contextsVyacheslav Pukhanov
2021-11-24js: Add command line flag for disabling source line hintsIdan Horowitz
2021-11-24js: Pretty-print custom error typesIdan Horowitz
2021-11-24js: Add command line flag for disabling ANSI colorsIdan Horowitz
2021-11-24Base: Add missing js(1) command line optionsIdan Horowitz