summary refs log tree commit diff
path: root/src/EventAccessors.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make a few headers forward declarationsNicolas Werner2024-03-161-26/+0
|
* Add support for intentional mentionsNicolas Werner2024-03-081-0/+2
| | | | | | This is still a bit flaky around when to remove a mention, but it should work in most cases. Might add a toggle in the future to disable these though.
* Cleanup headers a bit moreNicolas Werner2023-10-311-1/+7
|
* A few more small speedupsNicolas Werner2023-10-311-0/+9
|
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Switch to clang-format14Nicolas Werner2022-09-251-2/+2
|
* Use right linterNicolas Werner2022-05-101-2/+2
|
* More image dialog fixesNicolas Werner2022-05-101-2/+2
|
* Fix thumbnails for encrypted files and factor upload box outNicolas Werner2022-03-211-0/+2
|
* Add duration and resolution to filesNicolas Werner2022-03-211-0/+2
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Reduce allocations for accessing event membersNicolas Werner2021-12-291-4/+4
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-7/+7
|
* move detection code to nheko namespace and fix a few other bugstargetakhil2021-04-171-0/+26
|
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Display edits correctlyNicolas Werner2021-02-091-0/+3
|
* Fix edited repliesNicolas Werner2021-02-091-0/+2
|
* Switch to new relations formatNicolas Werner2021-02-091-4/+2
|
* Merge remote-tracking branch 'origin/master' into new-event-storeNicolas Werner2020-08-171-0/+3
|\ | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt io.github.NhekoReborn.Nheko.json src/Cache.cpp src/timeline/TimelineModel.cpp src/timeline/TimelineModel.h src/timeline/TimelineViewManager.cpp
| * Specify call type on timelinetrilene2020-07-241-0/+3
| |
* | Fix reactionsNicolas Werner2020-07-201-0/+2
|/
* Remove some redundant functionsNicolas Werner2020-05-301-0/+3
|
* Experimental blurhash implementation (MXC2448)Nicolas Werner2020-03-031-0/+2
|
* Try to fix flickering, if sync return event before send completesNicolas Werner2020-02-161-0/+2
|
* Move visitors out of TimelineModelNicolas Werner2019-12-271-0/+62