summary refs log tree commit diff
path: root/src/SuggestionsPopup.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove flickering by updating auto-complete menu items in-placeKonstantinos Sideris2018-05-031-19/+95
| | | | Instead of deleting the current items and creating new ones.
* Default to the first item in room selection menuKonstantinos Sideris2018-05-031-0/+4
| | | | | | - Add backwards navigation with backtab fixes #316
* Fix clicking on room list suggestionsKonstantinos Sideris2018-04-271-11/+19
|
* Improve room searchingKonstantinos Sideris2018-04-271-42/+70
| | | | fixes #257
* Adjust completion menu to fit its contentsKonstantinos Sideris2018-04-241-0/+10
|
* Cache refactoringKonstantinos Sideris2018-04-211-6/+9
|
* Popup improvementsKonstantinos Sideris2018-04-141-16/+43
| | | | | | | | | - ESC closes the popup. - Up/Down arrows for navigation. - BackTab for backwards navigation. fixes #301 fixes #302
* Implement pressing tab to navigate auto completion (#294)christarazi2018-04-101-2/+40
| | | | | | | | Fixes #287 * Fix pop-up not showing when less than max * Select suggestion by pressing Enter
* Show avatars in the completion popupKonstantinos Sideris2018-03-251-2/+2
|
* Add basic support for username auto-completionKonstantinos Sideris2018-03-241-0/+105
fixes #40