index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
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
LibWeb: Avoid some heap churn during text splitting
Andreas Kling
2020-11-22
LibJS: Fix build with VM_DEBUG defined
Luke
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-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
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
LibGfx: Put PPM logs behind (default-off) PPM_DEBUG
Nico Weber
2020-11-17
LibX86: Pack the Instruction data structure
Andreas Kling
2020-11-17
LibM: Define some floating point classification macros
ry755
2020-11-16
LibC: Notify UE at the start of free() instead of at the end
Andreas Kling
2020-11-16
LibTLS: Count the mac size towards the packet length in CBC mode
AnotherTest
2020-11-16
LibDebug: Use FlyString for file paths
Andreas Kling
2020-11-16
LibDebug: Avoid creating the String("serenity/") a bazillion times
Andreas Kling
2020-11-15
LibGUI/FileIconProvider: Add config file and use patterns
Linus Groh
2020-11-15
LibDebug: Oops, file:line info should have '/' between directory & file
Andreas Kling
2020-11-15
LibDebug: Use StringBuilder in append_to_line_info()
Andreas Kling
2020-11-15
Everywhere: Add missing <AK/ByteBuffer.h> includes
Andreas Kling
2020-11-15
LibGfx: Don't leak malloc memory in cloned fonts
Andreas Kling
2020-11-15
LibC: Ensure mkstemp generates a pattern 6 characters in length
Brendan Coles
2020-11-14
LibC: Move some of malloc's data structures into mallocdefs.h
Andreas Kling
2020-11-14
LibC: strtok_r() should not go past the last token
Andreas Kling
2020-11-14
LibC: Fix OOB access in strerror() with invalid input
Andreas Kling
2020-11-14
LibTLS: Add support for AEAD cipher suites
AnotherTest
2020-11-14
LibCrypto: Implement GCM mode
AnotherTest
2020-11-14
LibCrypto: Move out 'VerificationConsistency' into its own header file
AnotherTest
2020-11-14
LibCrypto: Templatise CTR<T> on the increment function
AnotherTest
2020-11-14
LibWeb: Use standardized encoding names, add encoding attribute to document
Luke
2020-11-14
LibTextCodec: Add a function to convert encodings to standardized names
Luke
2020-11-14
LibGUI: Make FileIconProvider aware of all supported image formats
Linus Groh
2020-11-14
LibGUI: Add more extensions to FileIconProvider
Linus Groh
2020-11-14
LibGfx: Make Bitmap path handling case insensitive
Linus Groh
2020-11-13
LibGfx: Fail PPM decode if there's not enough pixel data in the input
Andreas Kling
2020-11-13
LibGfx: Add missing stream error handling in GIF frame descriptor parse
Andreas Kling
2020-11-13
LibGfx: Refuse to decode PNG images with geometry outside i32 bounds
Andreas Kling
2020-11-13
LibC: Adjust malloc size classes to ensure 8-byte aligned pointers
Andreas Kling
2020-11-13
LibWeb: Add default values of URL and content type in document
Luke
2020-11-13
LibWeb: Add initial implementation of document.implementation
Luke
2020-11-13
LibWeb: Add contentType attribute to Document
Luke
2020-11-12
LibWeb: Make Frame point weakly to Page
Andreas Kling
[next]