summary refs log tree commit diff
path: root/src/SuggestionsPopup.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial Support for Rich RepliesJoseph Donofry2019-06-111-296/+0
| | | | | | | | Add placeholder UI for showing replies in the text entry widget. Existing quoting capability has been removed (Temporarily), as it was replaced with the new reply capability. Replies sent from nheko do not currently appear correctly in the timeline (this will be fixed in a future commit).
* Remove pixel value from fontsKonstantinos Sideris2018-09-301-4/+0
|
* Move all files under src/Konstantinos Sideris2018-07-171-7/+6
|
* Properly reset the autocomplete anchor when the popup closesKonstantinos Sideris2018-07-151-2/+4
| | | | fixes #305
* 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