Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete old room list | Nicolas Werner | 2021-05-28 | 1 | -53/+0 |
| | |||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | Remove redundant user search suggestion code | Nicolas Werner | 2020-11-25 | 1 | -30/+6 |
| | |||||
* | Optimize build | Nicolas Werner | 2020-10-27 | 1 | -1/+2 |
| | |||||
* | Improve compile times a tiny bit | Nicolas Werner | 2020-05-26 | 1 | -3/+0 |
| | |||||
* | Select first room on startup | Nicolas Werner | 2020-02-04 | 1 | -1/+2 |
| | |||||
* | modernize: use nullptr | Nicolas Werner | 2020-02-04 | 1 | -1/+1 |
| | |||||
* | Remove metatypes from headers | Nicolas Werner | 2020-01-31 | 1 | -3/+1 |
| | |||||
* | Reduce overhead of Cache.h | Nicolas Werner | 2019-12-15 | 1 | -4/+3 |
| | |||||
* | Reduce some include of Cache.h since it needs 11s on average | Nicolas Werner | 2019-12-14 | 1 | -0/+2 |
| | |||||
* | Add style for reply popup. Fix ALL of the linting issues | redsky17 | 2019-06-11 | 1 | -1/+0 |
| | |||||
* | Initial Support for Rich Replies | Joseph Donofry | 2019-06-11 | 1 | -0/+76 |
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). |