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-07-27
Prekernel: Export some multiboot parameters in our own BootInfo struct
Gunnar Beutner
2021-07-27
LibELF: Fix unaligned writes in the relocation code
Gunnar Beutner
2021-07-27
DynamicLoader+LibELF: Move self-relocation code into a separate file
Gunnar Beutner
2021-07-27
Kernel: Make the kernel independent from specific physical addresses
Gunnar Beutner
2021-07-27
Utilities: Allow 'less' to scroll to top/bottom using 'G' and 'g'
Lennon Donaghy
2021-07-27
LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index)
Andreas Kling
2021-07-27
LibGfx: Improve ImageDecoder construction
Andreas Kling
2021-07-26
LibJS: Update Temporal spec comment that's now been corrected
Linus Groh
2021-07-27
SystemMonitor: Display connection status icons in Network tab
Maciej Zygmanowski
2021-07-27
Base: Add network-connected icon
Maciej Zygmanowski
2021-07-27
Kernel: Make LoopbackAdapter always link up
Maciej Zygmanowski
2021-07-27
CI: Cache UnicodeData files on GitHub Actions runs
Idan Horowitz
2021-07-27
LibWeb: Fix parsing of character references in attribute values
ovf
2021-07-26
LibChess: Early check of legal move
Martin Blicha
2021-07-26
Kernel: Fix integer overflow in KCOV_SETBUFSIZE ioctl
Patrick Meyer
2021-07-26
HackStudio: Resize editors when removing panes
Nicholas Hollett
2021-07-27
Kernel: Make KCOVDevice::ioctl() return KResult
Ali Mohammad Pur
2021-07-27
Kernel: Shutdown on panic in self-test mode
Liav A
2021-07-27
Kernel: Modify the IOCTL API to return KResult
Brian Gianforcaro
2021-07-27
Kernel+LibC: Use argument for TIOCGPGRP ioctl value
Brian Gianforcaro
2021-07-27
Kernel: Utilize AK::Userspace<T> in the ioctl interface
Brian Gianforcaro
2021-07-27
AK: Add copy_to span method for AK::MACAddress
Brian Gianforcaro
2021-07-26
Mail: Prompt for password if no password was saved
Tom
2021-07-26
LibGUI: Add InputType enum to allow creating a password InputBox dialog
Tom
2021-07-26
LibWeb: Add blurring support to box-shadow
Tobias Christiansen
2021-07-26
LibGfx: Add FastBoxBlurFilter
Tobias Christiansen
2021-07-26
NotificationServer: Expand the notification when hovered
sin-ack
2021-07-26
Userland: Move text wrapping/elision into the new TextLayout :^)
sin-ack
2021-07-26
LibGUI: Ignore the Enter event by default
sin-ack
2021-07-26
LibGUI: Only dispatch Leave if the now-hovered widget isn't a child
sin-ack
2021-07-26
LibGUI: Add virtual handlers for WindowEntered and WindowLeft events
sin-ack
2021-07-26
LibGUI: Let GUI applications create an inspectable EventLoop
sin-ack
2021-07-26
LibJS: Implement Unicode aware String.prototype.to{Upper,Lower}Case
Timothy Flynn
2021-07-26
Meta: Add LibUnicode (and its tests) to Lagom
Timothy Flynn
2021-07-26
LibUnicode: Introduce a Unicode library for interacting with UCD files
Timothy Flynn
2021-07-26
Kernel: Add option to build with coverage instrumentation and KCOV
Patrick Meyer
2021-07-26
LibJS: Implement Temporal.PlainDate.from
Idan Horowitz
2021-07-26
LibJS: Implement Temporal.PlainDate.compare
Idan Horowitz
2021-07-26
LibJS: Use narrower types in Temporal PlainDate/PlainDateTime/Calendar
Idan Horowitz
2021-07-26
LibWeb: Make functions and attributes in bindings writable
davidot
2021-07-26
LibJS: Implement a naive String.prototype.localeCompare
davidot
2021-07-26
LibWeb: Fix that non-member calls to window gave the wrong this_value
davidot
2021-07-26
LibWeb: Make the custom CSSDeclaration methods only work on strings
davidot
2021-07-26
LibWeb: Add a CustomHasProperty trait to WrapperGenerator
davidot
2021-07-26
LibWeb: Convert WrapperGenerator and the generated code to east-const
davidot
2021-07-26
KeyboardSettings: Prevent minimising the window
Jamie Mansfield
2021-07-26
KeyboardSettings: Prevent resizing the window
Jamie Mansfield
2021-07-26
DisplaySettings: Prevent minimising the window
Jamie Mansfield
2021-07-26
Spider: Improve 32x32 icon
Jamie Mansfield
2021-07-26
Kernel: Remove invalid '#' format modifier for printing a faulting addr
Ali Mohammad Pur
[next]