index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-11-08
LibGfx: Use ErrorOr<T> for Gfx::Bitmap::allocate_backing_store()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
Andreas Kling
2021-11-08
syscall: Translate errno to something human-readable
Ben Wiederhake
2021-11-08
hexdump: Improve error handling
Ben Wiederhake
2021-11-08
WidgetGallery: Make custom cursors visible only in the cursors tab
Karol Kosek
2021-11-07
UserspaceEmulator: Improve the MMX formatting on environment dump
Hendiadyoin1
2021-11-07
UserspaceEmulator: Raise an error on FPU stack underflow
Hendiadyoin1
2021-11-07
UserspaceEmulator: Remove some unnecessary casting
Hendiadyoin1
2021-11-07
UserspaceEmulator: Stop overriding flags in FCOMI
Hendiadyoin1
2021-11-07
UserspaceEmulator: Fix typos in SoftFPU.[cpp|h]
Hendiadyoin1
2021-11-07
UserspaceEmulator: Align FPU-exception names with the manual
Hendiadyoin1
2021-11-07
UserspaceEmulator: Check the right flags in FCMOV
Hendiadyoin1
2021-11-07
UserspaceEmulator: Correct FSCALES rounding
Hendiadyoin1
2021-11-07
UserspaceEmulator: Always set C1 when rounding
Hendiadyoin1
2021-11-07
UserspaceEmulator: Simplify the definition of the FPU register stack
Hendiadyoin1
2021-11-07
UserspaceEmulator: Use unsigned types for logical MMX shifting
Hendiadyoin1
2021-11-07
LibJS: Fix modulo() template argument deduction on i686
Linus Groh
2021-11-07
LibJS: Fix use of "modulo" for negative values in balance_time()
Linus Groh
2021-11-07
LibJS: Add a modulo() function to represent the "x modulo y" notation
Linus Groh
2021-11-07
LibJS: Fix nanoseconds formatting in format_time_zone_offset_string()
Linus Groh
2021-11-07
LibJS: Fix fraction substring in parse_time_zone_offset_string()
Linus Groh
2021-11-07
LibJS: Implement Temporal.Duration.prototype.toLocaleString()
Linus Groh
2021-11-07
LibJS: Implement Temporal.Duration.prototype.toJSON()
Linus Groh
2021-11-07
LibJS: Implement Temporal.Duration.prototype.toString()
Linus Groh
2021-11-07
LibJS: Change calendar_date_add() date parameter from PlainDate to Value
Linus Groh
2021-11-07
LibJS: Implement Temporal.ZonedDateTime.prototype.equals
Luke Wilde
2021-11-07
LibJS: Implement Temporal.ZonedDateTime.compare
Luke Wilde
2021-11-07
LibJS: Implement Temporal.ZonedDateTime.from
Luke Wilde
2021-11-07
LibJS: Implement ToTemporalZonedDateTime and the required AOs
Luke Wilde
2021-11-06
Shell: Add min and max iteration times to `time -n` in builtin_time
Musab Kılıç
2021-11-07
Revert "WindowServer: Remove redundant Window::set_visible()..."
Simon Woertz
2021-11-06
grep: Add ability to output line numbers
Ben Wiederhake
2021-11-06
grep: Simplify lambda signature for readability
Ben Wiederhake
2021-11-06
TextEditor: Fix hang on "Replace All"
Davi
2021-11-06
LibC: Correctly evaluate addr in IN6_IS_ADDR_LOOPBACK
Tim Schumacher
2021-11-05
ThemeEditor: Offset the preview vertically to center it better
Sam Atkins
2021-11-05
ThemeEditor: Add support for FlagRoles
Sam Atkins
2021-11-05
LibGfx: Add FlagRole to GUI::Variant
Sam Atkins
2021-11-05
LibGfx: Use `read_bool_entry()` to read theme flags
Sam Atkins
2021-11-05
LibJS: Implement Temporal.ZonedDateTime.prototype.withCalendar
Luke Wilde
2021-11-05
LibJS: Implement Temporal.ZonedDateTime.prototype.withTimeZone
Luke Wilde
2021-11-05
LibJS: Implement Temporal.ZonedDateTime.prototype.withPlainDate
Luke Wilde
2021-11-05
LibJS: Implement Temporal.ZonedDateTime.prototype.withPlainTime
Luke Wilde
2021-11-05
LibGUI: Use default Button and TextBox heights in InputBox
Andreas Kling
2021-11-05
WindowServer: Add menus to open menu stack before making them visible
Andreas Kling
2021-11-05
WindowServer: Remove redundant Window::set_visible() in Menu::do_popup()
Andreas Kling
2021-11-05
WindowServer: Remove redundant check in MenuManager::open_menu()
Andreas Kling
2021-11-05
LibJS: Adjust approximated result in year_from_time() if necessary
Linus Groh
2021-11-05
LibJS: Account for leap days in year_from_time()
Linus Groh
2021-11-05
WindowServer: Return ShareableBitmap() on fail
Aziz Berkay Yesilyurt
[next]