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-09-11
js: Implement pretty-printing of Intl.NumberFormat
Timothy Flynn
2021-09-11
LibJS: Implement a nearly empty Intl.NumberFormat object
Timothy Flynn
2021-09-11
LibJS: Handle Unicode locale extensions in the ResolveLocale operation
Timothy Flynn
2021-09-11
LibUnicode: Add some data related to currency codes
Timothy Flynn
2021-09-11
LibUnicode: Extract canonicalization of Unicode extension values
Timothy Flynn
2021-09-11
LibUnicode: Generate numeric keyword values for each locale
Timothy Flynn
2021-09-11
Kernel/Devices: Defer creation of SysFS component after the constructor
Liav A
2021-09-11
WidgetGallery: Add GUI::ValueSlider widget
Mustafa Quraish
2021-09-11
Tests/Kernel: Fix test after off-by-one fix in Memory::is_user_range()
Brian Gianforcaro
2021-09-11
Kernel: Fix off-by-one in Memory::is_user_range() check
Andreas Kling
2021-09-11
UserspaceEmulator: Ignore perf_event and perf_register_string syscalls
Andreas Kling
2021-09-11
LibWeb: Ignore keydown events when there is no layout tree
Andreas Kling
2021-09-11
LibWeb: Stub out a dummy window.getComputedStyle()
Andreas Kling
2021-09-11
LibWeb+LibJS: Remember source filenames when using HTML::Script
Andreas Kling
2021-09-11
Ports: Build Python with --enable-optimizations
Linus Groh
2021-09-11
Ports: Build Python with libuuid
Linus Groh
2021-09-11
Ports: Add libuuid
Linus Groh
2021-09-11
Kernel: Add _SC_HOST_NAME_MAX
Linus Groh
2021-09-11
PixelPaint: Add "Clear Guides" to remove all Guides
Tobias Christiansen
2021-09-10
LibJS: Implement Temporal.PlainMonthDay.prototype.equals
Luke Wilde
2021-09-10
LibJS: Implement Temporal.PlainMonthDay.from
Luke Wilde
2021-09-10
LibJS: Implement ToTemporalMonthDay AO
Luke Wilde
2021-09-11
LibGfx: Increase bit-width of variables used in do_draw_scaled_bitmap
Tobias Christiansen
2021-09-10
LibJS: Share "parsed identifiers" between copied JS::Lexer instances
Andreas Kling
2021-09-10
WindowServer: Fix 'sticky' mouse after resize
Ben Wiederhake
2021-09-10
Breakout: Improve collision response between ball and paddle
Damien Firmenich
2021-09-10
Kernel/CommandLine: Verify ACPI feature level cannot have invalid string
Liav A
2021-09-10
Kernel/ACPI: Simplify parser initialization
Liav A
2021-09-10
Kernel: Add kernelearlyputstr and use it in dbgln in very-early boot
Idan Horowitz
2021-09-10
AK: Only try and get the Processor::current_id when it was initialized
Idan Horowitz
2021-09-10
Kernel: Replace inline assembly for turning on IA32_EFER.NXE with MSR
Idan Horowitz
2021-09-10
HexEditor: Remove unveil() for CLI file, use FileSystemAccessServer
Mustafa Quraish
2021-09-10
TextEditor: Remove unveil() for CLI file, use FileSystemAccessServer
Mustafa Quraish
2021-09-10
TextEditor/FileArgument: Remove file existance check for early exit
Mustafa Quraish
2021-09-10
PDFViewer: Open CLI files through FileSystemAccessServer without prompt
Mustafa Quraish
2021-09-10
LibFileSystemAccessClient: Convert request paths to absolute if needed
Mustafa Quraish
2021-09-10
FileSystemAccessServer: Allow read-only access without prompting
Mustafa Quraish
2021-09-10
Documentation: Tweak IntrusiveList example to reflect new API
Ali Mohammad Pur
2021-09-10
AK+Kernel: Reduce the number of template parameters of IntrusiveRBTree
Ali Mohammad Pur
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-10
AK: Mark HashTable::size_in_bytes() as constexpr
Hendiadyoin1
2021-09-10
AK: Add OOM safe interface to HashTable/Map
Hediadyoin1
2021-09-10
Documentation: Clarify Windows build instructions
Sam Atkins
2021-09-10
LibDebug: Use the first memory segment of a library as the ELF's base
Itamar
2021-09-10
AK: Remove a redundant double find-call in HashMap::ensure
Idan Horowitz
2021-09-10
CI: Add statement to ensure workflow runs only on serenity
Rodolfo Olivieri
2021-09-10
Kernel: Fix null dereference in IPv4Socket::receive_packet_buffered()
Andreas Kling
2021-09-10
LibWeb: Make "top-level browsing context" concept more spec-compliant
Andreas Kling
2021-09-09
LibJS: Make default_merge_fields() {additional_,}fields Object a const&
Linus Groh
2021-09-09
LibJS: Make resolve_iso_month() fields Object a const&
Linus Groh
[next]