summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-11-03LibGUI: Make ComboBox report on_change for set_selected_indexkleines Filmröllchen
2021-11-03LibWeb: Size non-loaded <img> to fit the replacement (alt) textAndreas Kling
2021-11-03LibMarkdown: Allow nested linksAndreas Kling
2021-11-03WindowServer: Add missing window_was_constructed callsin-ack
2021-11-02WindowServer: Fix visibility of WindowSwitcher constructorBen Wiederhake
2021-11-02LibDSP+Piano: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02AudioServer: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02Services: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02Libraries: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02Demos+DevTools+Games: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02Applications: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02Everywhere: Mark overridden methods 'override'Ben Wiederhake
2021-11-02AK+WindowServer: Remove did_construct() framework used only onceBen Wiederhake
2021-11-02LibWeb+Browser: Show DOM comments with syntax_comment color in inspectorAndreas Kling
2021-11-02LibWeb: Show DOM comment contents in DOM inspectorAndreas Kling
2021-11-02LibWeb: Hide uninteresting whitespace text nodes from DOM inspectorAndreas Kling
2021-11-02LibJS: Implement Temporal.PlainTime.prototype.roundLuke Wilde
2021-11-02LibJS: Convert the InitializeReferencedBinding AO to ThrowCompletionOrIdan Horowitz
2021-11-02LibJS: Convert the PutValue AO to ThrowCompletionOrIdan Horowitz
2021-11-02LibJS: Convert the GetValue AO to ThrowCompletionOrIdan Horowitz
2021-11-02LibJS: Convert reference deletion to ThrowCompletionOrIdan Horowitz
2021-11-02LibJS: Implement Temporal.PlainTime.prototype.toZonedDateTime()Linus Groh
2021-11-02LibJS: Implement Temporal.PlainDateTime.prototype.toZonedDateTime()Linus Groh
2021-11-02LibJS: Implement Temporal.PlainDate.prototype.toZonedDateTime()Linus Groh
2021-11-02LibGUI: Keep autocomplete open after applying 'layout: 'thislooksfun
2021-11-02LibGUI: Don't re-trigger the autocomplete box when the timer firesthislooksfun
2021-11-02HackStudio: Don't close autocomplete after applying #include directoriesthislooksfun
2021-11-02LibGUI: Allow autocomplete to stay open after applyingthislooksfun
2021-11-02LibGUI: Add and use TextEditor::hide_autocomplete()thislooksfun
2021-11-02HackStudio: Remove unused #includethislooksfun
2021-11-02LibGUI: Refactor out common codethislooksfun
2021-11-02LibGUI: Add AutocompleteProvider::has_suggestions()thislooksfun
2021-11-02LibGUI: Add missing #includethislooksfun
2021-11-02LibGUI: Always pre-select the first autocomplete suggestionthislooksfun
2021-11-02LibGUI: Hide autocomplete on any event other than typingthislooksfun
2021-11-02LibGUI: Always show a box when the user requests autocompletethislooksfun
2021-11-02LibGUI: Remove unnecessary bracesthislooksfun
2021-11-02LibGUI: Abstract out even more duplicated logicthislooksfun
2021-11-02LibGUI: Abstract out and name repeated logicthislooksfun
2021-11-02LibGUI: Suggest classes when typing identifiersthislooksfun
2021-11-02LibGUI: Abstract out widget and layout class matchingthislooksfun
2021-11-02LibGUI: Don't suggest widgets inside layoutsthislooksfun
2021-11-02LibGUI: Abstract out some duplicated logic for suggesting propertiesthislooksfun
2021-11-02HackStudio: Append a / when completing a directorythislooksfun
2021-11-02HackStudio: Correctly handle nested pathsthislooksfun
2021-11-02HackStudio: Handle autocomplete inside #include's <> and ""thislooksfun
2021-11-02LibGUI: Make sure that children are actually widgetsthislooksfun
2021-11-02LibGUI: Dynamically process layouts from GML filesthislooksfun
2021-11-02LibGUI: Use fuzzy matching for GML suggestionsthislooksfun
2021-11-02LibGUI: Add myself to the copyright headerthislooksfun