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-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
2021-02-21
LibELF+DynamicLoader: Rename DynamicObject::construct() => create()
Andreas Kling
2021-02-21
LibELF: Fix various clang-tidy warnings
Andreas Kling
2021-02-20
LibELF: Use StringView instead of "const char*" in dynamic linker code
Andreas Kling
2021-02-20
LibLine: Avoid refreshing the entire line when inserting at the end
AnotherTest
2021-02-20
LibGUI: Always set tree column content width to widest open node
thankyouverycool
2021-02-20
LibGUI: Recheck size excesses when scrollbars become visible
thankyouverycool
2021-02-20
LibGUI: Set IconView content width to actual content only
thankyouverycool
2021-02-20
DynamicLoader: Always make .data segment read+write
Andreas Kling
2021-02-20
AK+LibC: Remove dbgprintf() :^)
Andreas Kling
2021-02-20
LibVT: Oops, fix dbgln() invocation mistake
Andreas Kling
2021-02-20
LibCpp: Replace dbgprintf() with outln()
Andreas Kling
2021-02-20
LibTLS: Replace dbgprintf() with dbgln()
Andreas Kling
2021-02-20
LibVT: Put "unimplemented escape" whining on debug log
Andreas Kling
2021-02-20
LibVT: Implement switching between 80/132 column modes (DECCOLM)
Andreas Kling
2021-02-20
Terminal+LibVT: Resize Terminal app window when requested by VT
Andreas Kling
[next]