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-24
LibGUI: Remove redundant set_title() call in FilePicker (#4153)
Zac
2020-11-23
LibGUI: Widget::action_for_key_event() should fail for invalid shortcuts (#4137)
Jakub Berkop
2020-11-23
LibIPC: Support sending file descriptors :^)
Sergey Bugaev
2020-11-23
LibIPC: Prepend each message with its size
Sergey Bugaev
2020-11-23
LibGUI: Set FilePicker window icon based on mode (#4148)
Zac
2020-11-22
LibJS: Forward receiver value to native property getters/setters
Linus Groh
2020-11-22
LibJS: Make call_native_property_{g,s}etter() take a NativeProperty&
Linus Groh
2020-11-22
LibWeb: Add the submit event to HTMLFormElement
Luke
2020-11-22
LibWeb: Add HTML::EventNames and UIEvents::EventNames
Luke
2020-11-22
LibWeb: Expose ParentNode.{first,last}ElementChild
Luke
2020-11-22
LibWeb: Make event dispatching spec-compliant
Luke
2020-11-22
LibWeb: Fix build with DEBUG_HIGHLIGHT_FOCUSED_FRAME
Andreas Kling
2020-11-22
LibGUI: Fix undo stack
BenJilks
2020-11-22
LibGfx: Add BMPWriter
BenJilks
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
[next]