summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-11-08LibGfx: Use ErrorOr<T> for Gfx::Bitmap::allocate_backing_store()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> in Core::AnonymousBufferAndreas Kling
2021-11-08syscall: Translate errno to something human-readableBen Wiederhake
2021-11-08hexdump: Improve error handlingBen Wiederhake
2021-11-08WidgetGallery: Make custom cursors visible only in the cursors tabKarol Kosek
2021-11-07UserspaceEmulator: Improve the MMX formatting on environment dumpHendiadyoin1
2021-11-07UserspaceEmulator: Raise an error on FPU stack underflowHendiadyoin1
2021-11-07UserspaceEmulator: Remove some unnecessary castingHendiadyoin1
2021-11-07UserspaceEmulator: Stop overriding flags in FCOMIHendiadyoin1
2021-11-07UserspaceEmulator: Fix typos in SoftFPU.[cpp|h]Hendiadyoin1
2021-11-07UserspaceEmulator: Align FPU-exception names with the manualHendiadyoin1
2021-11-07UserspaceEmulator: Check the right flags in FCMOVHendiadyoin1
2021-11-07UserspaceEmulator: Correct FSCALES roundingHendiadyoin1
2021-11-07UserspaceEmulator: Always set C1 when roundingHendiadyoin1
2021-11-07UserspaceEmulator: Simplify the definition of the FPU register stackHendiadyoin1
2021-11-07UserspaceEmulator: Use unsigned types for logical MMX shiftingHendiadyoin1
2021-11-07LibJS: Fix modulo() template argument deduction on i686Linus Groh
2021-11-07LibJS: Fix use of "modulo" for negative values in balance_time()Linus Groh
2021-11-07LibJS: Add a modulo() function to represent the "x modulo y" notationLinus Groh
2021-11-07LibJS: Fix nanoseconds formatting in format_time_zone_offset_string()Linus Groh
2021-11-07LibJS: Fix fraction substring in parse_time_zone_offset_string()Linus Groh
2021-11-07LibJS: Implement Temporal.Duration.prototype.toLocaleString()Linus Groh
2021-11-07LibJS: Implement Temporal.Duration.prototype.toJSON()Linus Groh
2021-11-07LibJS: Implement Temporal.Duration.prototype.toString()Linus Groh
2021-11-07LibJS: Change calendar_date_add() date parameter from PlainDate to ValueLinus Groh
2021-11-07LibJS: Implement Temporal.ZonedDateTime.prototype.equalsLuke Wilde
2021-11-07LibJS: Implement Temporal.ZonedDateTime.compareLuke Wilde
2021-11-07LibJS: Implement Temporal.ZonedDateTime.fromLuke Wilde
2021-11-07LibJS: Implement ToTemporalZonedDateTime and the required AOsLuke Wilde
2021-11-06Shell: Add min and max iteration times to `time -n` in builtin_timeMusab Kılıç
2021-11-07Revert "WindowServer: Remove redundant Window::set_visible()..."Simon Woertz
2021-11-06grep: Add ability to output line numbersBen Wiederhake
2021-11-06grep: Simplify lambda signature for readabilityBen Wiederhake
2021-11-06TextEditor: Fix hang on "Replace All"Davi
2021-11-06LibC: Correctly evaluate addr in IN6_IS_ADDR_LOOPBACKTim Schumacher
2021-11-05ThemeEditor: Offset the preview vertically to center it betterSam Atkins
2021-11-05ThemeEditor: Add support for FlagRolesSam Atkins
2021-11-05LibGfx: Add FlagRole to GUI::VariantSam Atkins
2021-11-05LibGfx: Use `read_bool_entry()` to read theme flagsSam Atkins
2021-11-05LibJS: Implement Temporal.ZonedDateTime.prototype.withCalendarLuke Wilde
2021-11-05LibJS: Implement Temporal.ZonedDateTime.prototype.withTimeZoneLuke Wilde
2021-11-05LibJS: Implement Temporal.ZonedDateTime.prototype.withPlainDateLuke Wilde
2021-11-05LibJS: Implement Temporal.ZonedDateTime.prototype.withPlainTimeLuke Wilde
2021-11-05LibGUI: Use default Button and TextBox heights in InputBoxAndreas Kling
2021-11-05WindowServer: Add menus to open menu stack before making them visibleAndreas Kling
2021-11-05WindowServer: Remove redundant Window::set_visible() in Menu::do_popup()Andreas Kling
2021-11-05WindowServer: Remove redundant check in MenuManager::open_menu()Andreas Kling
2021-11-05LibJS: Adjust approximated result in year_from_time() if necessaryLinus Groh
2021-11-05LibJS: Account for leap days in year_from_time()Linus Groh
2021-11-05WindowServer: Return ShareableBitmap() on failAziz Berkay Yesilyurt