summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-11LibGUI: Add shortcut for inserting new lineSnow
2022-12-11WindowServer: Remove unused bools in Menu::draw()thankyouverycool
2022-12-11WindowServer: Include missing visibility argument when making MenuItemthankyouverycool
2022-12-11AK: Specialise AK::is() for NNRP<T>Ali Mohammad Pur
2022-12-11AK: Add an identity implementation of StringView::from_string_literal()Ali Mohammad Pur
2022-12-11AK: Add Optional-like value()/has_value() getters to WeakPtrAli Mohammad Pur
2022-12-11AK: Allow constructing WeakPtr<T> using OptionalNoneAli Mohammad Pur
2022-12-11AK: Add Optional::lazy_emplace(Callable)Ali Mohammad Pur
2022-12-11AK: Allow non-ascii characters to be printedAli Mohammad Pur
2022-12-11AK: Format the contents of NNRP<T> if T is formattableAli Mohammad Pur
2022-12-11AK: Ignore "alternative" formatting of StringView instead of crashingAli Mohammad Pur
2022-12-11AK: Add a Error::__jakt_from_string_literal(StringView) factory functionAli Mohammad Pur
2022-12-11AK: Let ErrorOr<T, E> expose its result/error typesAli Mohammad Pur
2022-12-11AK: Add support for modulo to Checked<T>Ali Mohammad Pur
2022-12-11AK: Allow Optional<T> to be constructed by OptionalNone()Ali Mohammad Pur
2022-12-11AK: Allow the user to access the variant indexAli Mohammad Pur
2022-12-11AK: Add a fallible StringBuilder::create() factory functionAli Mohammad Pur
2022-12-11AK: Add a Optional::value_or_lazy_evaluated(constructor_function) APIAli Mohammad Pur
2022-12-11AK: Add a functional-style Optional::map(mapper_function) APIAli Mohammad Pur
2022-12-11AK: Let HashMap also take a ValueTraitsAli Mohammad Pur
2022-12-11AK: Elaborate the Error constructors a bitAli Mohammad Pur
2022-12-11AK: Give DeprecatedString::replace() a default modeAli Mohammad Pur
2022-12-11AK: Add a DeprecatedString::byte_at() getterAli Mohammad Pur
2022-12-11AK: Add a Checked::unchecked_value() functionAli Mohammad Pur
2022-12-11Help+man+LibManual: Move argument handling to LibManualkleines Filmröllchen
2022-12-11man: Refactor with LibManual and Core::Streamkleines Filmröllchen
2022-12-11Help: Fix search query parsingkleines Filmröllchen
2022-12-11Help+LibManual: Move all manpage path handling to LibManualkleines Filmröllchen
2022-12-11AK: Add LexicalPath::is_child_ofkleines Filmröllchen
2022-12-11LibManual: Refactor SectionNode in preparation for subsectionskleines Filmröllchen
2022-12-11AK: Change the moved-from String state to the empty short stringkleines Filmröllchen
2022-12-11AK: Add comparison operatorkleines Filmröllchen
2022-12-11Help+LibManual: Move non-UI-specific manual handling to LibManualkleines Filmröllchen
2022-12-11sql: Support running the sql REPL on LagomTimothy Flynn
2022-12-11LibSQL: Support launching a singleton SQLServer instance for Lagom hostsTimothy Flynn
2022-12-11SQLServer: Re-use already opened SQL::Database objectsTimothy Flynn
2022-12-11LibIPC: Add a hook to MultiServer to inform owners of new clientsTimothy Flynn
2022-12-11LibCore: Add a standard path for runtime communication filesTimothy Flynn
2022-12-11Base: Add a quote to the fortunes databasekleines Filmröllchen
2022-12-10Meta: Return 0 from the fuzzing function in most casesTim Schumacher
2022-12-10LibWeb: Check HTML parser position is equal to or after insertion pointLuke Wilde
2022-12-10CI: Fix commit linting for multi-line commit messagesLucas CHOLLET
2022-12-10CI: Correct regex to retrieve git merge commitLucas CHOLLET
2022-12-10AK: Remove HashMap::ensure_capacityThomas Queiroz
2022-12-10Kernel: Use HashMap::try_ensure_capacityThomas Queiroz
2022-12-10test-test262: Use HashMap::try_ensure_capacityThomas Queiroz
2022-12-10LibWeb: Use HashMap::try_ensure_capacity in StyleComputerThomas Queiroz
2022-12-10Lagom/CodeGenerators: Use HashMap::try_ensure_capacityThomas Queiroz
2022-12-10SpaceAnalyzer: Consolidate the node context menusAndreas Kling
2022-12-10LibGUI+WindowServer: Add "visible" state to GUI actionsAndreas Kling