index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
GMLAutocompleteProvider.cpp
Age
Commit message (
Expand
)
Author
2021-11-03
LibGUI: ScrollableContainerWidget GML autocomplete
FrHun
2021-11-02
LibGUI: Keep autocomplete open after applying 'layout: '
thislooksfun
2021-11-02
LibGUI: Remove unnecessary braces
thislooksfun
2021-11-02
LibGUI: Abstract out even more duplicated logic
thislooksfun
2021-11-02
LibGUI: Abstract out and name repeated logic
thislooksfun
2021-11-02
LibGUI: Suggest classes when typing identifiers
thislooksfun
2021-11-02
LibGUI: Abstract out widget and layout class matching
thislooksfun
2021-11-02
LibGUI: Don't suggest widgets inside layouts
thislooksfun
2021-11-02
LibGUI: Abstract out some duplicated logic for suggesting properties
thislooksfun
2021-11-02
LibGUI: Use fuzzy matching for GML suggestions
thislooksfun
2021-11-02
LibGUI: Add myself to the copyright header
thislooksfun
2021-11-02
LibGUI: Suggest 'layout' even before the user starts typing
thislooksfun
2021-11-02
LibGUI: Remove unused check
thislooksfun
2021-11-02
LibGUI: Automatically append ': ' after autocompleted GML properties
thislooksfun
2021-11-02
LibGUI: Show autocomplete for Layout properties
thislooksfun
2021-11-02
LibGUI: Match layout classes even after you start typing
thislooksfun
2021-11-02
LibGUI: Correctly suggest layout classes
thislooksfun
2021-11-02
LibGUI: Remove unnecessary curly braces
thislooksfun
2021-11-02
LibCore+LibGUI: Make ObjectClassRegistration::construct() nullable
thislooksfun
2021-07-29
LibGUI+Playground: Move GMLAutocompleteProvider to LibGUI
Conor Byrne