summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/GMLAutocompleteProvider.cpp
AgeCommit message (Expand)Author
2021-11-03LibGUI: ScrollableContainerWidget GML autocompleteFrHun
2021-11-02LibGUI: Keep autocomplete open after applying 'layout: 'thislooksfun
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: 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: Show autocomplete for Layout propertiesthislooksfun
2021-11-02LibGUI: Match layout classes even after you start typingthislooksfun
2021-11-02LibGUI: Correctly suggest layout classesthislooksfun
2021-11-02LibGUI: Remove unnecessary curly bracesthislooksfun
2021-11-02LibCore+LibGUI: Make ObjectClassRegistration::construct() nullablethislooksfun
2021-07-29LibGUI+Playground: Move GMLAutocompleteProvider to LibGUIConor Byrne