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-16
LibJS: Use else-if's in Temporal.Duration.prototype.until
Luke Wilde
2021-11-16
LibGfx: Remove scale factor option from try_load_from_fd_and_close()
Karol Kosek
2021-11-16
DisplaySettings: Handle errors when loading wallpaper bitmap
Karol Kosek
2021-11-16
LibJS: Implement Temporal.PlainDate.prototype.since
Luke Wilde
2021-11-16
LibJS: Implement Temporal.PlainDate.prototype.until
Luke Wilde
2021-11-16
LibJS: Conditionally ignore [[UseGrouping]] in compact notation
Timothy Flynn
2021-11-16
LibJS: Remove FIXME comment from PartitionNotationSubPattern AO
Timothy Flynn
2021-11-16
LibJS: Implement compact formatting for Intl.NumberFormat
Timothy Flynn
2021-11-16
LibJS: Cache the number format used for compact notation
Timothy Flynn
2021-11-16
LibJS+LibUnicode: Fix computation of compact pattern exponents
Timothy Flynn
2021-11-16
LibUnicode: Parse compact identifiers and replace them with a format key
Timothy Flynn
2021-11-16
Profiler: Stop disassembly on invalid instructions
Hendiadyoin1
2021-11-16
Profiler: Don't try to disassemble empty buffers
Hendiadyoin1
2021-11-16
AK: Verify that we are not overreaching in StringView's substring_view()
Hendiadyoin1
2021-11-16
LibJS: Unbreak to_iso_day_of_week
Nico Weber
2021-11-16
Piano: Create controller widgets for processor parameters
kleines Filmröllchen
2021-11-15
LibJS: Use modulo() function in to_iso_day_of_week
Nico Weber
2021-11-16
LibPDF: Check if there is data left before consuming
Simon Woertz
2021-11-16
AK+Kernel: Remove implicit conversion from Userspace<T*> to FlatPtr
Andrew Kaster
2021-11-16
Kernel: Use static_ptr_cast to convert between Userspace<T*> types
Andrew Kaster
2021-11-16
Kernel: Remove unnecessary StringBuilder from sys$create_thread()
Andrew Kaster
2021-11-15
Piano: Always show Processor parameter values
kleines Filmröllchen
2021-11-15
LibAudio: Add explanatory comments to the FlacLoader
kleines Filmröllchen
2021-11-15
Audio: Fix code smells and issues found by static analysis
kleines Filmröllchen
2021-11-15
LibJS: Fix leap year check in to_iso_week_of_year() for week < 1
Linus Groh
2021-11-15
Minesweeper: Decrease min for Columns and Rows on Custom Game
Pedro Pereira
2021-11-15
Minesweeper: Create field from Difficulty enum
Pedro Pereira
2021-11-15
Minesweeper: Turn difficulty menu into checkable actions
Pedro Pereira
2021-11-14
Minesweeper: Add "Custom game..." difficulty
Pedro Pereira
2021-11-14
LibJS: Fix balance_time() for times with negative offset day outcome
Linus Groh
2021-11-14
LibJS: Add missing spaces in balance_iso_date() spec comments
Linus Groh
2021-11-14
LibJS: Fix incorrect use of "modulo" in balance_iso_year_month()
Linus Groh
2021-11-14
Kernel: Avoid redundant bool comparisons in Kernel::Thread
Andrew Kaster
2021-11-14
Kernel: Remove unused forward declaration of Syscall::StringArgument
Andrew Kaster
2021-11-14
Kernel: Avoid else after return in Process and ThreadSafeRefCounted
Andrew Kaster
2021-11-14
Kernel: Convert Process-related const member functions to static
Andrew Kaster
2021-11-14
Kernel: Make OpenFileDescriptions::max_open() static and constexpr
Andrew Kaster
2021-11-14
Kernel: Suppress clang-tidy warning on declaration of s_mm_lock
Andrew Kaster
2021-11-14
Kernel: Mark private members of SharedCommittedCowPages as private
Andrew Kaster
2021-11-14
Kernel: Remove redundant return statement from Spinlock::lock()
Andrew Kaster
2021-11-14
Kernel: Stop truncating PageTableEntry::raw(), and make set_bit private
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-qualified-auto warning
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-make-member-function-const
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings
Andrew Kaster
2021-11-14
AK: Resolve clang-tidy readability-const-return-type warning in Bitmap
Andrew Kaster
2021-11-14
AK: Suppress false positive readability-non-const-parameter in Function
Andrew Kaster
2021-11-14
AK+Kernel: Suppress clang-tidy warnings from the cert-* category
Andrew Kaster
2021-11-14
AK: Avoid implicit conversion clang-tidy warnings in AK::Time
Andrew Kaster
2021-11-14
AK: Move StandardFormatter argument into base class initializer
Andrew Kaster
2021-11-14
AK: Avoid implicit conversions in TypeErasedParameter::to_size()
Andrew Kaster
[next]