summary refs log tree commit diff
path: root/include/SuggestionsPopup.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-148/+0
|
* Remove flickering by updating auto-complete menu items in-placeKonstantinos Sideris2018-05-031-2/+10
| | | | Instead of deleting the current items and creating new ones.
* Fix clicking on room list suggestionsKonstantinos Sideris2018-04-271-4/+8
|
* Improve room searchingKonstantinos Sideris2018-04-271-7/+60
| | | | fixes #257
* Adjust completion menu to fit its contentsKonstantinos Sideris2018-04-241-0/+3
|
* Cache refactoringKonstantinos Sideris2018-04-211-9/+1
|
* Popup improvementsKonstantinos Sideris2018-04-141-2/+14
| | | | | | | | | - 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-0/+13
| | | | | | | | Fixes #287 * Fix pop-up not showing when less than max * Select suggestion by pressing Enter
* Add basic support for username auto-completionKonstantinos Sideris2018-03-241-0/+63
fixes #40