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
2023-03-10
LibWeb: Fix bogus percentage vertical padding with box-sizing:border-box
Andreas Kling
2023-03-10
LibWeb: Simplify FFC get_pixel_{width,height} internal helper API
Andreas Kling
2023-03-10
LibWeb: Avoid unnecessary work for `box-sizing: content-box` flex items
Andreas Kling
2023-03-10
LibWeb: Use equals_ignoring_ascii_case() in infra helper
Andreas Kling
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-10
Kernel: Use RefPtr instead of LockRefPtr for File and subclasses
Andreas Kling
2023-03-10
Base+Userland: Add support for QOA files everywhere
kleines Filmröllchen
2023-03-10
Meta/Lagom: Add a fuzzer for QOA
kleines Filmröllchen
2023-03-10
LibAudio: Implement the Quite Okay Audio format
kleines Filmröllchen
2023-03-10
LibAudio: Replace Result with ErrorOr
kleines Filmröllchen
2023-03-10
AK: Add constexpr floor and round
kleines Filmröllchen
2023-03-10
Base: Replace office.png icon with BSD licensed one
Johannes Fritz
2023-03-10
Documentation: Reorganize Lagom README and update fuzzer documentation
Andrew Kaster
2023-03-09
LibWeb: Use shadow_root_internal() when building <input> UA shadow DOM
Andreas Kling
2023-03-09
LibWeb: Avoid an unnecessary vector copy when generating flex items
Andreas Kling
2023-03-09
LibWeb: Remove FFC hack where we assign flex item box dimensions twice
Andreas Kling
2023-03-09
LibWeb: Make CSS rule cache smarter about pseudo elements
Andreas Kling
2023-03-09
LibWeb: Rename FFC::specified_axis_size() to inner_axis_size()
Andreas Kling
2023-03-09
LibWeb: Use `FlexItem& item` consistenly in FlexFormattingContext
Andreas Kling
2023-03-09
LibWeb: Always include shadow roots in DOM debug dumps
Andreas Kling
2023-03-09
AK: Make FlyString::hash() use the cached hash in StringData if possible
Andreas Kling
2023-03-09
Kernel: Switch LockRefPtr<Inode> to RefPtr<Inode>
Andreas Kling
2023-03-09
AK: Replace C-style casts
Sam Atkins
2023-03-09
Applets/Keymap: Repaint applet on keymap change
Lucas CHOLLET
2023-03-09
PixelPaint: Add list of recently opened files to the file menu
Tim Ledbetter
2023-03-09
PixelPaint: Propagate errors from menu initialization
Tim Ledbetter
2023-03-09
LibTest: Add option to run each benchmark several times
Dan Klishch
2023-03-09
AK: Remove infallible version of StringBuilder::to_byte_buffer
Linus Groh
2023-03-09
WebServer+LibGUI: Use fallible version of StringBuilder::to_byte_buffer
Linus Groh
2023-03-09
CrashReporter: Handle backtrace OOM errors
Linus Groh
2023-03-09
LibGemini: Propagate OOM errors from GeminiRequest::to_raw_request()
Linus Groh
2023-03-09
LibHTTP: Propagate OOM errors from HttpRequest::to_raw_request()
Linus Groh
2023-03-09
LibIMAP: Propagate OOM errors from decode_quoted_printable()
Linus Groh
2023-03-09
WebServer: Use fallible version of StringBuilder::to_byte_buffer
Karol Baraniecki
2023-03-09
LibGL: Use fallible version of StringBuilder::to_byte_buffer
Karol Baraniecki
2023-03-09
TelnetServer: Use fallible version of StringBuilder::to_byte_buffer
Karol Baraniecki
2023-03-09
LibWeb: Use fallible version of StringBuilder::to_byte_buffer
Karol Baraniecki
2023-03-09
LibCore: Use fallible versions of StringBuilder::append in MimeData
Karol Baraniecki
2023-03-09
LibCore: Use fallible version of StringBuilder::to_byte_buffer
Karol Baraniecki
2023-03-09
BrowserSettings: Use fallible version of StringBuilder::to_byte_buffer
Karol Baraniecki
2023-03-09
AK: Introduce a fallible version of StringBuilder::to_byte_buffer
Karol Baraniecki
2023-03-09
Base: Give CMakeCache.txt files a CMake icon
Sam Atkins
2023-03-09
Ports: Add hexedit port
Seal Sealy
2023-03-09
LibGUI: Use the global setting to show dotfiles in `FilePicker`
Lucas CHOLLET
2023-03-09
LibGUI: Add "New Directory" to the contextual menu in `FilePicker`
Lucas CHOLLET
2023-03-08
Ladybird: Send window size and position to WebContent process
Aliaksandr Kalenik
2023-03-08
HackStudio: Store correct address in ClassViewModel's ModelIndices
Sam Atkins
2023-03-08
AK+LibUnicode: Implement String::equals_ignoring_case without allocating
Timothy Flynn
2023-03-08
AK: Add a Utf32View::substring_view overload to take only an offset
Timothy Flynn
2023-03-08
Base: Use string interpolation for all log outputs in formdata.html
Kenneth Myhra
[prev]
[next]