summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-10-21Utilities: Add fdtdump for dumping OpenFirmware Device TreesAndrew Kaster
2021-10-21Libraries: Add LibDeviceTree for manipulating OpenFirmware Device TreesAndrew Kaster
2021-10-21LibJS: Convert Temporal.ZonedDateTime functions to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Convert Temporal.TimeZone functions to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Convert Temporal.PlainYearMonth functions to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Convert Temporal.PlainTime functions to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Convert Temporal.PlainMonthDay functions to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Convert Temporal.PlainDateTime functions to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Convert Temporal.PlainDate functions to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Convert Temporal.Now functions to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Convert Temporal.Instant functions to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Convert Temporal.Duration functions to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Convert Temporal.Calendar functions to ThrowCompletionOrLinus Groh
2021-10-21LibGUI: Don't paint TextEditor selection in non-focused widgetsAndreas Kling
2021-10-21LibGUI: Use the new GUI::Tray widget in GUI::FilePickerAndreas Kling
2021-10-21LibGUI: Add a GUI::Tray widget for the FilePicker common locationsAndreas Kling
2021-10-21LibGUI: Make toolbar buttons non-focusable by defaultAndreas Kling
2021-10-21logout: Add this utility to REQUIRED_TARGETSKarol Kosek
2021-10-21LibGUI: Make links only clickable where the text isBen Wiederhake
2021-10-21LoginServer: Capitalize username and password fieldsxSlendiX
2021-10-21LibGUI: Move GUI::FocusPolicy to its own header & add explainer commentAndreas Kling
2021-10-21LibWeb: Use is_single_line() and add spec comments to FFC step 8Andreas Kling
2021-10-21LibWeb: Include flex-direction in layout tree dumpsAndreas Kling
2021-10-21adjtime: Drop unnecessary privileges unconditionallyBen Wiederhake
2021-10-21LibJS: Remove now-redundant TemporaryClearException from Promise methodsTimothy Flynn
2021-10-21LibJS: Convert all four PerformPromise* AOs to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Convert IfAbruptRejectPromise AO to a GNU statement expressionTimothy Flynn
2021-10-21LibJS: Convert GetPromiseResolve AO to ThrowCompletionOrTimothy Flynn
2021-10-21LoginServer: Mark the login window as non-closeable and non-minimizableTimothy Flynn
2021-10-21LibGUI+WindowServer: Add option to hide a widow's close buttonTimothy Flynn
2021-10-21LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Use implicit ThrowCompletionOr<T> constructor where possibleLinus Groh
2021-10-21LibJS: Allow construction of ThrowCompletionOr<Value> from non-ValueLinus Groh
2021-10-21LibJS: Convert IterableToList AO to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Implement IteratorClose with Completions and align to the specTimothy Flynn
2021-10-21LibJS: Convert get_iterator_values helper to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Convert IteratorValue AO to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Convert IteratorComplete AO to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Convert IteratorStep AO to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Convert IteratorNext AO to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Retrieve GetIterator's optional 'method' function using GetMethodTimothy Flynn
2021-10-21LibJS: Convert GetIterator AO to ThrowCompletionOrTimothy Flynn
2021-10-21Userland: Teach the file utility more about ELF filesValtteri Koskivuori
2021-10-21LibELF: Rename the x86_64 machine type string to be less verboseValtteri Koskivuori
2021-10-21LibELF+Userland: Move a few functions to Elf::ImageValtteri Koskivuori
2021-10-21LibGUI: Convert ItemListModel's Display Role to string during searchKarol Kosek
2021-10-21LibWeb: Convert const pointer to nonnull into a referenceBen Wiederhake
2021-10-21LoginServer: Mark this component as REQUIREDKarol Kosek
2021-10-20LibJS: Implement private identifiers in optional chainsdavidot
2021-10-20LibJS: Use ClassFieldInitializerStatement for class fieldsdavidot