summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-02-22LibWeb: Clip overflowing inline children when overflow != "visible"Andreas Kling
2021-02-22LibGfx: Make Painter::draw_physical_pixel() clip with scaling in mindAndreas Kling
2021-02-22LibWeb: Respect explicitly specified CSS "height" on block elementsAndreas Kling
2021-02-22LibWeb: Add bordered_rect() and padded_rect() helpers in Layout::BoxAndreas Kling
2021-02-22LibWeb: Add parsing and application of CSS "overflow" propertyAndreas Kling
2021-02-22LibWeb: Support assigning to document.body when it is nullAndreas Kling
2021-02-22LibGfx: Don't color outside the lines in Painter::draw_physical_pixel()Andreas Kling
2021-02-22LibWeb: Defer the handling of WebContent process crashesAndreas Kling
2021-02-22LibGUI: Ignore glyph dimensions when painting a titleless GroupBoxthankyouverycool
2021-02-22TextEditor+LibGUI: Add case matching and wrap around optionalitythankyouverycool
2021-02-21LibWeb: Add Document.createRange()Andreas Kling
2021-02-21LibGUI: Show context menu when right-clicking a LinkLabelMițca Dumitru
2021-02-21LibGUI: Copy alpha channel as-is when keeping backing bitmaps in syncTom
2021-02-21LibGUI: Fix crash when previewing palette imagesBen Wiederhake
2021-02-21LibCpp: Fix yet another broken outln() invocation..Andreas Kling
2021-02-21LibWeb: Expose the Window object as Document.defaultViewAndreas Kling
2021-02-21LibJS: Print console.{debug,error,info,log,warn} to system debug logAndreas Kling
2021-02-21LibCpp: Fix busted outln() invocationsAndreas Kling
2021-02-21LibWeb: Replace WrapperGenerator's snake_name() with String::to_snakecase()Linus Groh
2021-02-21LibC: Don't #define away __{BEGIN,END}_DECLS in stdarg.hAnotherTest
2021-02-21LibCore: Add file management helpers to reduce code duplicationMițca Dumitru
2021-02-21LibVT: Avoid double relayout during interactive resizeAndreas Kling
2021-02-21LibJS: Make TypedArray::data() return a Span<T>Andreas Kling
2021-02-21WindowServer: Allow changing frameless state after a window is createdTom
2021-02-21LibVT: Don't paint selection with opacityLinus Groh
2021-02-21LibLine: Move the search editor exactly after the last lineAnotherTest
2021-02-21LibLine: Make clear_lines() work when only clearing the current lineAnotherTest
2021-02-21LibLine: Update the lazy refresh data and flags in some more placesAnotherTest
2021-02-21LibGUI: Let ScrollableWidget handle the wheel events of its ScrollBarsTom
2021-02-21LibELF: Fix build with ELF_IMAGE_DEBUGAndreas Kling
2021-02-21LibELF: Move DynamicObject::lookup_symbol() to DynamicLoaderAndreas Kling
2021-02-21LibELF: Make SymbolLookupResult::address a VirtualAddressAndreas Kling
2021-02-21LibELF: Simplify DynamicObject::Symbol class a bitAndreas Kling
2021-02-21LibELF: Make symbol lookup functions return Optional<Symbol>Andreas Kling
2021-02-21LibELF: Remove "always bind now" global flagAndreas Kling
2021-02-21LibELF+DynamicLoader: Rename DynamicObject::construct() => create()Andreas Kling
2021-02-21LibELF: Fix various clang-tidy warningsAndreas Kling
2021-02-20LibELF: Use StringView instead of "const char*" in dynamic linker codeAndreas Kling
2021-02-20LibLine: Avoid refreshing the entire line when inserting at the endAnotherTest
2021-02-20LibGUI: Always set tree column content width to widest open nodethankyouverycool
2021-02-20LibGUI: Recheck size excesses when scrollbars become visiblethankyouverycool
2021-02-20LibGUI: Set IconView content width to actual content onlythankyouverycool
2021-02-20DynamicLoader: Always make .data segment read+writeAndreas Kling
2021-02-20AK+LibC: Remove dbgprintf() :^)Andreas Kling
2021-02-20LibVT: Oops, fix dbgln() invocation mistakeAndreas Kling
2021-02-20LibCpp: Replace dbgprintf() with outln()Andreas Kling
2021-02-20LibTLS: Replace dbgprintf() with dbgln()Andreas Kling
2021-02-20LibVT: Put "unimplemented escape" whining on debug logAndreas Kling
2021-02-20LibVT: Implement switching between 80/132 column modes (DECCOLM)Andreas Kling
2021-02-20Terminal+LibVT: Resize Terminal app window when requested by VTAndreas Kling