summary refs log tree commit diff
path: root/src/RoomList.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disable paint updates when removing the room filterKonstantinos Sideris2018-07-241-0/+2
|
* Disable paint updates while applying room filtering (#380)Konstantinos Sideris2018-07-211-0/+5
|
* Lower the complexity of the group filtering algorithm (#380)Konstantinos Sideris2018-07-211-23/+30
| | | | | | | | The old algorithm during filtering will check every room if it's part of the group. O(N*G) The room ids for a group are now stored in a map for faster lookup so the search can be completed in a single pass. O(N)
* Move all files under src/Konstantinos Sideris2018-07-171-0/+440