Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial Support for Rich Replies | Joseph Donofry | 2019-06-11 | 1 | -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 fonts | Konstantinos Sideris | 2018-09-30 | 1 | -4/+0 |
| | |||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -7/+6 |
| | |||||
* | Properly reset the autocomplete anchor when the popup closes | Konstantinos Sideris | 2018-07-15 | 1 | -2/+4 |
| | | | | fixes #305 | ||||
* | Remove flickering by updating auto-complete menu items in-place | Konstantinos Sideris | 2018-05-03 | 1 | -19/+95 |
| | | | | Instead of deleting the current items and creating new ones. | ||||
* | Default to the first item in room selection menu | Konstantinos Sideris | 2018-05-03 | 1 | -0/+4 |
| | | | | | | - Add backwards navigation with backtab fixes #316 | ||||
* | Fix clicking on room list suggestions | Konstantinos Sideris | 2018-04-27 | 1 | -11/+19 |
| | |||||
* | Improve room searching | Konstantinos Sideris | 2018-04-27 | 1 | -42/+70 |
| | | | | fixes #257 | ||||
* | Adjust completion menu to fit its contents | Konstantinos Sideris | 2018-04-24 | 1 | -0/+10 |
| | |||||
* | Cache refactoring | Konstantinos Sideris | 2018-04-21 | 1 | -6/+9 |
| | |||||
* | Popup improvements | Konstantinos Sideris | 2018-04-14 | 1 | -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) | christarazi | 2018-04-10 | 1 | -2/+40 |
| | | | | | | | | Fixes #287 * Fix pop-up not showing when less than max * Select suggestion by pressing Enter | ||||
* | Show avatars in the completion popup | Konstantinos Sideris | 2018-03-25 | 1 | -2/+2 |
| | |||||
* | Add basic support for username auto-completion | Konstantinos Sideris | 2018-03-24 | 1 | -0/+105 |
fixes #40 |