summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-22WindowServer: Support displaying window titles when there are no buttonsTimothy Flynn
2021-10-22LibJS: Convert Array AOs to ThrowCompletionOrIdan Horowitz
2021-10-22LibJS: Convert Locale AOs to ThrowCompletionOrIdan Horowitz
2021-10-22WindowServer: Re-evaluate hover state when active window changesAndreas Kling
2021-10-22Tests: Add a unit test to ensure the /dev/mem device works correctlyLiav A
2021-10-22Kernel: Fix restrictions in is_allowed_to_mmap_to_userspace functionLiav A
2021-10-21LibC: Implement mbsnrtowcsTim Schumacher
2021-10-21LibC: Implement wcsnrtombsTim Schumacher
2021-10-21LibC: Implement mbrlenTim Schumacher
2021-10-21Utilities: Add fdtdump for dumping OpenFirmware Device TreesAndrew Kaster
2021-10-21Libraries: Add LibDeviceTree for manipulating OpenFirmware Device TreesAndrew Kaster
2021-10-22Kernel: Make FrameBufferDevice::try_to_set_resolution() return KResultAndreas Kling
2021-10-22Kernel: Remove unused InodeIdentifier::to_string()Andreas Kling
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-21Kernel: Make Ext2FS::free_inode() return KResult, and use TRY() moreAndreas Kling
2021-10-21Kernel: Make Ext2FS::write_ext2_inode() return KResultAndreas Kling
2021-10-21Kernel: Make Inode::flush_metadata() return a KResultAndreas Kling
2021-10-21logout: Add this utility to REQUIRED_TARGETSKarol Kosek
2021-10-21Kernel: Call try_set_coredump_property with StringView argumentsDaniel Bertalan
2021-10-21Kernel: Convert Formatter<Process> to use Formatter<FormatString>Daniel Bertalan
2021-10-21AK: Avoid temporary String allocation in Formatter<FormatString>Daniel Bertalan
2021-10-21AK+Kernel: Format DistinctNumeric using the underlying type's formatterDaniel Bertalan
2021-10-21LibGUI: Make links only clickable where the text isBen Wiederhake
2021-10-21Documentation: Tweak RunningOnRaspberryPi a bitNico Weber
2021-10-21CI: Add a cache for the CLDR on the test262 runnerTimothy Flynn
2021-10-21CI: Use correct CLDR cache path on GitHub ActionsTimothy Flynn
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-21Ports: Register all dependencies of portsJelle Raaijmakers
2021-10-21Ports: Return early in parse_arguments() in .port_include.shJelle Raaijmakers
2021-10-21LibJS: Convert all four PerformPromise* AOs to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Convert IfAbruptRejectPromise AO to a GNU statement expressionTimothy Flynn