index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
LibELF: Inline DynamicObject::hash_section()
Andreas Kling
2021-02-23
LibELF: Don't build barely-used section lookup table in ELF::Image
Andreas Kling
2021-02-23
LibDebug: Fix build with -O2
Andreas Kling
2021-02-23
LibELF: Avoid doing strlen() on everything while iterating GNU hash
Andreas Kling
2021-02-23
LibELF: Rename lookup_elf_symbol() => lookup_sysv_symbol()
Andreas Kling
2021-02-23
LibELF: Avoid calling strlen() in DynamicObject::hash_section()
Andreas Kling
2021-02-23
LibELF: Don't recompute the same ELF hashes over and over
Andreas Kling
2021-02-23
LibELF: Remove an ungodly amount of DYNAMIC_LOAD_DEBUG logging
Andreas Kling
2021-02-23
LibELF: Move ELF hash functions to their own file (and make constexpr)
Andreas Kling
2021-02-23
LibWeb: Added get source functionality and hook event
Brandon Scott
2021-02-23
LibWeb: Fix a tiny appendff() format issue
AnotherTest
2021-02-22
LibWeb: Only scroll BlockBox on wheel event if overflow==scroll
Andreas Kling
2021-02-22
LibWeb: Allow scrolling overflowed content with the mouse wheel :^)
Andreas Kling
2021-02-22
LibWeb: Plumb wheel events from widget layer to EventHandler
Andreas Kling
2021-02-22
LibWeb: Clip overflowing inline children when overflow != "visible"
Andreas Kling
2021-02-22
LibGfx: Make Painter::draw_physical_pixel() clip with scaling in mind
Andreas Kling
2021-02-22
LibWeb: Respect explicitly specified CSS "height" on block elements
Andreas Kling
2021-02-22
LibWeb: Add bordered_rect() and padded_rect() helpers in Layout::Box
Andreas Kling
2021-02-22
LibWeb: Add parsing and application of CSS "overflow" property
Andreas Kling
2021-02-22
LibWeb: Support assigning to document.body when it is null
Andreas Kling
2021-02-22
LibGfx: Don't color outside the lines in Painter::draw_physical_pixel()
Andreas Kling
2021-02-22
LibWeb: Defer the handling of WebContent process crashes
Andreas Kling
2021-02-22
LibGUI: Ignore glyph dimensions when painting a titleless GroupBox
thankyouverycool
2021-02-22
TextEditor+LibGUI: Add case matching and wrap around optionality
thankyouverycool
2021-02-21
LibWeb: Add Document.createRange()
Andreas Kling
2021-02-21
LibGUI: Show context menu when right-clicking a LinkLabel
Mițca Dumitru
2021-02-21
LibGUI: Copy alpha channel as-is when keeping backing bitmaps in sync
Tom
2021-02-21
LibGUI: Fix crash when previewing palette images
Ben Wiederhake
2021-02-21
LibCpp: Fix yet another broken outln() invocation..
Andreas Kling
2021-02-21
LibWeb: Expose the Window object as Document.defaultView
Andreas Kling
2021-02-21
LibJS: Print console.{debug,error,info,log,warn} to system debug log
Andreas Kling
2021-02-21
LibCpp: Fix busted outln() invocations
Andreas Kling
2021-02-21
LibWeb: Replace WrapperGenerator's snake_name() with String::to_snakecase()
Linus Groh
2021-02-21
LibC: Don't #define away __{BEGIN,END}_DECLS in stdarg.h
AnotherTest
2021-02-21
LibCore: Add file management helpers to reduce code duplication
Mițca Dumitru
2021-02-21
LibVT: Avoid double relayout during interactive resize
Andreas Kling
2021-02-21
LibJS: Make TypedArray::data() return a Span<T>
Andreas Kling
2021-02-21
WindowServer: Allow changing frameless state after a window is created
Tom
2021-02-21
LibVT: Don't paint selection with opacity
Linus Groh
2021-02-21
LibLine: Move the search editor exactly after the last line
AnotherTest
2021-02-21
LibLine: Make clear_lines() work when only clearing the current line
AnotherTest
2021-02-21
LibLine: Update the lazy refresh data and flags in some more places
AnotherTest
2021-02-21
LibGUI: Let ScrollableWidget handle the wheel events of its ScrollBars
Tom
2021-02-21
LibELF: Fix build with ELF_IMAGE_DEBUG
Andreas Kling
2021-02-21
LibELF: Move DynamicObject::lookup_symbol() to DynamicLoader
Andreas Kling
2021-02-21
LibELF: Make SymbolLookupResult::address a VirtualAddress
Andreas Kling
2021-02-21
LibELF: Simplify DynamicObject::Symbol class a bit
Andreas Kling
2021-02-21
LibELF: Make symbol lookup functions return Optional<Symbol>
Andreas Kling
2021-02-21
LibELF: Remove "always bind now" global flag
Andreas Kling
[next]