aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/EntryRegistry.java
AgeCommit message (Collapse)Author
2020-07-295.x - 20w30ashedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-07-15Close #322shedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-07-15Performance improvements to search filtering thanks to multithreading.shedaniel
Fix the drag state issue when deleting items. Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-07-13Performance Improvementsshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-07-08Custom Filtering Rulesshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-03-07stuffshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-02-26change headershedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-02-143.4.1shedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-02-064.0-unstableshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-02-023.3.18shedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-01-173.3.12shedaniel
2020-01-023.3shedaniel
Fix #58 Close #134 Close #158 Fix #227
2019-12-28More improvements to the entrylistshedaniel
2019-12-28trying to optimise itshedaniel
2019-12-25Optimise EntryRegistryImpl.registerEntries by first checking in a set to see ↵AlexIIL
if the given entry already exists before adding it, instead of looping through the whole list to see if any of them match.
2019-12-24Finishing workstation usage and close #220shedaniel
2019-12-073.2.15shedaniel
Fix #199 Close #195 Close #138
2019-11-223.2.9shedaniel
2019-11-15Using more of the API instead of the Implshedaniel
2019-11-063.2.6Danielshe
2019-11-03API ChangesDanielshe
2019-11-033.2.1Danielshe
2019-08-09Fluid?Unknown