summaryrefslogtreecommitdiff
path: root/Userland/Applications/CharacterMap/CharacterSearchWidget.cpp
AgeCommit message (Expand)Author
2023-03-05CharacterMap: Make the search happen as you typeSam Atkins
2023-03-05CharacterMap: Limit the number of results from the GUI character searchSam Atkins
2023-03-05CharacterMap: Pause updates while generating search resultsSam Atkins
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-03-04CharacterMap: Go to character on arrow press in Search windowKarol Kosek
2022-03-04CharacterMap: Move search selection on arrow press in the search textboxKarol Kosek
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-28CharacterMap: Move display name strings into the search results objectTimothy Flynn
2022-01-28CharacterMap: Change the search widget to display results in a TableViewTimothy Flynn
2022-01-16CharacterMap: Add a find-by-name windowSam Atkins