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
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling
2020-11-22
LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()
Andreas Kling
2020-11-22
LibWeb: Run clang-format on FormattingContext.h
Andreas Kling
2020-11-22
LibWeb: Reorganize layout system in terms of formatting contexts
Andreas Kling
2020-11-22
Base: Unbreak the "images" HTML test page
Andreas Kling
2020-11-22
LibWeb: Avoid some heap churn during text splitting
Andreas Kling
2020-11-22
AK: Cleanup missing includes and #ifdef evaluation
Lenny Maiorani
2020-11-22
LibJS: Fix build with VM_DEBUG defined
Luke
2020-11-22
NeverDestroyed: Add tests
Lenny Maiorani
2020-11-22
SoundPlayer: Add pledge for thread so file chooser doesn't crash
Simon Danner
2020-11-22
UserspaceEmulator: Add support for watch_file
Simon Danner
2020-11-21
MACAddress: Use all_of to implement is_zero
Lenny Maiorani
2020-11-21
AK: Implement generic all_of algorithm
Lenny Maiorani
2020-11-20
test-crypto: Remove foo.response file created by testing (#4110)
Lenny Maiorani
2020-11-20
MACAddress: AK::Array as member variable instead of C-array
Lenny Maiorani
2020-11-20
LibGfx: Make some GIFLoader magic numbers a bit less magic
Nico Weber
2020-11-20
LibGfx: Put GIFLoader logging behind GIF_DEBUG
Nico Weber
2020-11-20
LibGfx: De-constexpr Gamma.h
Nico Weber
2020-11-20
Lagom: Add a gif loader fuzzer
Nico Weber
2020-11-19
LibWeb: Remove ancient HTML_DEBUG debug logging
Andreas Kling
2020-11-19
TextEditor: Change cursor behaviour when clicking empty space
Zac
2020-11-19
LibGUI: Remove AbstractTableView::doubleclick_event()
Andreas Kling
2020-11-19
UserspaceEmulator: Inline some very hot functions
Andreas Kling
2020-11-19
LibGfx: Use gamma-corrected interpolation for color gradients
Sahan Fernando
2020-11-19
LibGfx: Bounds check component indices before using them in JPGLoader
Nico Weber
2020-11-19
LibGfx: Check for read failures after every read in jpg loader
Nico Weber
2020-11-19
LibGfx: Put remaining jpg logging behind JPG_DEBUG
Nico Weber
2020-11-19
LibGfx: Move JPGLoader to a more regular JPG_DEBUG macro as used elsewhere
Nico Weber
2020-11-19
Lagom: Add a jpg fuzzer
Nico Weber
2020-11-19
Lagom: Make fuzzer cmake less repetitive
Nico Weber
2020-11-19
Lagom: Add a PPM fuzzer
Nico Weber
2020-11-19
LibGfx: Put PPM logs behind (default-off) PPM_DEBUG
Nico Weber
2020-11-19
MACAddress: constexpr support
Lenny Maiorani
2020-11-17
LibX86: Pack the Instruction data structure
Andreas Kling
2020-11-17
AK: Fix OOB access in DuplexMemoryStream::offset_of()
AnotherTest
2020-11-17
LibM: Define some floating point classification macros
ry755
2020-11-17
ClipboardHistoryModel: Prevent duplicate rows (#4073)
Zac
2020-11-17
AK: Trim whitespace in StringUtils::convert_to_{int,uint,uint_from_hex}()
Linus Groh
2020-11-17
Shell: Remove unused private member and includes
Lenny Maiorani
2020-11-17
MACAddress: Unit testing for basic functionality
Lenny Maiorani
2020-11-17
Userland: Add -v verbose flag to 'rm'
Spencer Dixon
2020-11-17
Userland: Add -v verbose flag to 'mv'
Spencer Dixon
2020-11-17
Userland: Add -v verbose flag to 'cp'
Spencer Dixon
2020-11-16
LibC: Notify UE at the start of free() instead of at the end
Andreas Kling
2020-11-16
UserspaceEmulator: Keep Emulator& closer to the action in some places
Andreas Kling
2020-11-16
UserspaceEmulator: Cache the region we're executing code from
Andreas Kling
2020-11-16
UserspaceEmulator: Reduce malloc thrashing in backtrace capture
Andreas Kling
2020-11-16
UserspaceEmulator: Make big malloc block lookup O(1) as well
Andreas Kling
2020-11-16
UserspaceEmulator: Make Region a top-level class
Andreas Kling
2020-11-16
LibTLS: Count the mac size towards the packet length in CBC mode
AnotherTest
[next]