summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-23LibELF: Inline DynamicObject::hash_section()Andreas Kling
2021-02-23LibELF: Don't build barely-used section lookup table in ELF::ImageAndreas Kling
2021-02-23LibDebug: Fix build with -O2Andreas Kling
2021-02-23LibELF: Avoid doing strlen() on everything while iterating GNU hashAndreas Kling
2021-02-23LibELF: Rename lookup_elf_symbol() => lookup_sysv_symbol()Andreas Kling
2021-02-23LibELF: Avoid calling strlen() in DynamicObject::hash_section()Andreas Kling
2021-02-23LibELF: Don't recompute the same ELF hashes over and overAndreas Kling
2021-02-23LibELF: Remove an ungodly amount of DYNAMIC_LOAD_DEBUG loggingAndreas Kling
2021-02-23LibELF: Move ELF hash functions to their own file (and make constexpr)Andreas Kling
2021-02-23LibWeb: Added get source functionality and hook eventBrandon Scott
2021-02-23LibWeb: Fix a tiny appendff() format issueAnotherTest
2021-02-22LibWeb: Only scroll BlockBox on wheel event if overflow==scrollAndreas Kling
2021-02-22LibWeb: Allow scrolling overflowed content with the mouse wheel :^)Andreas Kling
2021-02-22LibWeb: Plumb wheel events from widget layer to EventHandlerAndreas Kling
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