summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2021-01-03LaunchServer+LibDesktop: Add ability to allow URL without handlerAndreas Kling
2021-01-03LaunchServer+LibDesktop: Add unveil-like mechanism for LaunchServerAndreas Kling
2021-01-03LibGUI: Also specialize PgUp/PgDn/Home/End in line-wrapped TextEditorsAndreas Kling
2021-01-03LibGUI: Improve up/down arrow behavior in TextEditor with wrappingAndreas Kling
2021-01-03LibGUI: Make the autocomplete box window a child of its editor's windowAnotherTest
2021-01-03LibGUI: Stop the automatic autocomplete timer when typing whitespaceAnotherTest
2021-01-03LibGUI: Register the various BoxLayoutsAnotherTest
2021-01-03LibCore: Add a way to check if a property is readonlyAnotherTest
2021-01-03LibGUI: Add missing properties to Widget gmlGlenford Williams
2021-01-03LibGUI: Move widget registrations to the corresponding cpp fileAndrew Kaster
2021-01-03LibWeb: Fully implement end tag parsing in foreign contentLuke
2021-01-02LibGUI: Remove Widget's unused m_{foreground,background}_colorLinus Groh
2021-01-02LibGfx: Add Gfx::TextAttributes (and use it in GUI::TextDocumentSpan)Andreas Kling
2021-01-02LibWeb: Use Gfx::Bitmap::create_shareable() in OOPWVAndreas Kling
2021-01-02LibGfx: Add Gfx::Bitmap::create_shareable(format, size)Andreas Kling
2021-01-02LibC: Randomize the stack check cookie value on initializationBrian Gianforcaro
2021-01-02LibGUI: CommonActions: Add make_help_action common actionBrendan Coles
2021-01-02LibGUI: Add an optional "automatic" autocomplete feature to TextEditorAnotherTest
2021-01-02Build + LibC: Enable -fstack-protector-strong in user spaceBrian Gianforcaro
2021-01-02LibWeb: When collapsing margins, consider border box heightsAndreas Kling
2021-01-02LibWeb: Fix unnecessary wrapping of block boxes in anonymous blocksAndreas Kling
2021-01-02LibMarkdown: Parse horizontal rulesAndreas Kling
2021-01-02LibGUI: Allow widget sibling navigation with arrow keysAndreas Kling
2021-01-02Lagom/Fuzzers: Add TTF fuzzerLuke
2021-01-02LibTTF: Add option to load font from a byte bufferLuke
2021-01-02Kernel+LibELF: Use hex instead of decimal for stack offsets in back traces (#...Brian Gianforcaro
2021-01-02LibGUI: Tweak MessageBox layout slightlyAndreas Kling
2021-01-02LibGUI: Correct selection width when using fonts with glyph spacingAndreas Kling
2021-01-02LibGUI: Fix cursor height in single-line text boxesAndreas Kling
2021-01-02LibGUI: Add Window::on_close hookAndreas Kling
2021-01-01Kernel: Remove MAP_PURGEABLE from mmapTom
2021-01-01LibGfx: Tweak color of checkmark in disabled+checked GUI::CheckBoxAndreas Kling
2021-01-01LibThread: Improve semantics of Thread::join, and remove Thread::quit.Andrew Kaster
2021-01-01LibPthread: Implement destruction of pthread_keysAndrew Kaster
2021-01-01LibWeb: Use is<T> in XMLHttpRequestPrototypeAndreas Kling
2021-01-01AK: Deal with unsigned integers in binary search.asynts
2021-01-01LibJS: Remove hand-rolled type information in JS AST in favor of RTTIAndreas Kling
2021-01-01LibWeb: Remove hand-rolled is_foo() helpers in Layout::Node classesAndreas Kling
2021-01-01LibWeb: Remove more hand-rolled type information :^)Andreas Kling
2021-01-01LibJS+LibWeb: Stop generating is_foo_wrapper() for JS DOM wrappersAndreas Kling
2021-01-01LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTIAndreas Kling
2021-01-01LibJS: Use RTTI for inheritance checksAndreas Kling
2021-01-01LibWeb: Demangle the names returned by Layout::Node::class_name()Andreas Kling
2021-01-01LibWeb: Simplify Layout::Node::class_name() with RTTIAndreas Kling
2021-01-01LibCore: Remove Core::Object::is_widget() in favor of RTTIAndreas Kling
2021-01-01LibCore: Remove some hand-rolled type information from Core::ObjectAndreas Kling
2021-01-01LibGUI: Remove some hand-rolled type information from WidgetAndreas Kling
2021-01-01AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpersAndreas Kling
2021-01-01LibJS: Fix email in TypedArray{Constructor,Prototype} copyright headersLinus Groh
2021-01-01Applications+LibGUI: Convert all GML consumers to use the LibCore finderAndrew Kaster