summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
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
2021-02-20LibVT: Give proper names to remaining VTxxx control functionsAndreas Kling
2021-02-20LibVT: Give proper names to SD and SUAndreas Kling
2021-02-20LibVT: Move control function doc comments to Terminal.h headerAndreas Kling
2021-02-20LibVT: Give proper names to SCOSC and SCORCAndreas Kling
2021-02-20LibCpp: Store filename in ASTNodesItamar
2021-02-20LibGUI: Allow setting a tooltip on BreadcrumbBar segmentsAndreas Kling
2021-02-20LibGUI: Ignore keydown events with Alt modifier in AbstractViewAndreas Kling
2021-02-20LibGUI: Parent FilePicker toolbar buttons to the windowAndreas Kling
2021-02-20LibGUI: Use delegating constructors in GUI::ActionAndreas Kling
2021-02-20LibGUI: Tidy up Action constructors and factory functions a bitAndreas Kling
2021-02-20LibWeb: Move ExceptionOr bindings utils into own headerLinus Groh
2021-02-20LibWeb: Implement Window.prompt()Linus Groh
2021-02-20LibGUI: Set InputBox initial value to text_value stringLinus Groh
2021-02-20LibGUI: Swap order of InputBox value and parent window argsLinus Groh
2021-02-20LibWeb+LibImageDecoderClient: Reuse ImageDecoder service processAndreas Kling
2021-02-20LibImageDecoderClient: Gracefully recover from decoder crashes :^)Andreas Kling
2021-02-20LibIPC: Add Connection::send_sync_but_allow_failure()Andreas Kling
2021-02-20LibWeb: Use DOMException in XMLHttpRequest::send()Linus Groh
2021-02-20LibWeb: Use DOMException in XMLHttpRequest::open()Linus Groh
2021-02-20LibWeb: Use DOMException in XMLHttpRequest::set_request_header()Linus Groh
2021-02-20LibWeb: Use DOMException in HTMLElement::set_content_editable()Linus Groh
2021-02-20LibWeb: Use DOMException in Document::set_body()Linus Groh
2021-02-20LibWeb: Return InvalidCharacterError from Element::set_attribute() for empty ...Linus Groh