index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-11-08
AK: Use ErrorOr<T> for MappedFile factories
Andreas Kling
2021-11-08
AK: Don't define ENABLE_COMPILETIME_FORMAT_CHECK when parsed by CLion
Andreas Kling
2021-11-08
AK: Don't define AK_HAS_CONDITIONALLY_TRIVIAL when parsed by CLion IDE
Andreas Kling
2021-11-08
AK: Make Error and ErrorOr<T> work in Lagom as well :^)
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for try_create_from_serialized_byte_buffer()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibGfx: Convert Gfx::Bitmap to east const style
Andreas Kling
2021-11-08
LibGfx: Deduplicate code in Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap infrastructure used by ShareableBitmap
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::cropped()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::scaled()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::flipped()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::rotated()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::clone()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_shareable()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()
Andreas Kling
2021-11-08
AK: Add ErrorOr<T>::release_value_but_fixme_should_propagate_errors()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_with_anonymous_buffer()
Andreas Kling
2021-11-08
LibIPC: Add ClientConnection::shutdown_with_error()
Andreas Kling
2021-11-08
AK: Bring AK::Error into the global namespace
Andreas Kling
2021-11-08
LibRegex: Don't push LibRegex's "Error" into the global namespace
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Gfx::Bitmap::allocate_backing_store()
Andreas Kling
2021-11-08
AK: Add adopt_nonnull_ref_or_enomem() for userspace
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
Andreas Kling
2021-11-08
AK: Add Error and ErrorOr<T>
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
Kernel: Expose inode information in /proc/pid/fds
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
[prev]
[next]