summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2021-11-08LibCore: Use ErrorOr<T> in Core::AnonymousBufferAndreas Kling
2021-11-05LibGfx: Add FlagRole to GUI::VariantSam Atkins
2021-11-05LibGUI: Use default Button and TextBox heights in InputBoxAndreas Kling
2021-11-03LibGUI: Don't ask WindowServer to destroy windows during app teardownAndreas Kling
2021-11-03LibGUI: Add GUI::Application::in_teardown()Andreas Kling
2021-11-03LibGUI: ScrollableContainerWidget GML autocompleteFrHun
2021-11-03LibGUI: AbstractScrollableWidget GML/JSONFrHun
2021-11-03LibGUI: ScrollableContainerWidget respect sizeFrHun
2021-11-03LibGUI: ScrollableContainerWidget consider frameFrHun
2021-11-03LibGUI: Margins for AbstractScrollableWidgetFrHun
2021-11-03LibGUI: ToolbarContainer account for frame widthfrhun
2021-11-03LibGUI: Implement content margins for FrameFrHun
2021-11-03LibGUI: Invalidate GroupBox layout on font changeFrHun
2021-11-03LibGUI: Consider content_margins for BoxLayoutFrHun
2021-11-03LibGUI: Implement content_margins for GroupBoxFrHun
2021-11-03LibGUI: Add content marginsFrHun
2021-11-03LibGUI+FileManager: Clarify Widget margins nameFrHun
2021-11-03LibGUI+Settings: Remove superfluous margin setsFrHun
2021-11-03LibGUI: Add utility functions to MarginsFrHun
2021-11-03LibGUI: Make ComboBox text editor release focus when Escape is pressedkleines Filmröllchen
2021-11-03LibGUI: Make ComboBox report on_change for set_selected_indexkleines Filmröllchen
2021-11-02Libraries: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02Everywhere: Mark overridden methods 'override'Ben Wiederhake
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-02LibGUI: Allow autocomplete to stay open after applyingthislooksfun
2021-11-02LibGUI: Add and use TextEditor::hide_autocomplete()thislooksfun
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-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
2021-11-02LibGUI: Suggest 'layout' even before the user starts typingthislooksfun
2021-11-02LibGUI: Remove unused checkthislooksfun
2021-11-02LibGUI: Automatically append ': ' after autocompleted GML propertiesthislooksfun
2021-11-02LibGUI: Remove GUI::AutocompleteProvider::Entry::kindthislooksfun
2021-11-02HackStudio+LibGUI: Handle #include quotes and brackets in the enginethislooksfun
2021-11-02LibGUI: Allow completion suggestions to fill and display different textthislooksfun