Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-05 | Feature: Hide block signals in GUI by default (#8688) | Tyler Trahan | |
2021-07-11 | Remove: includes to network/core/config.h from headers when only three cpp ↵ | Rubidium | |
files need it | |||
2021-07-09 | Codechange: split settings.ini over several files (#9421) | Patric Stout | |
This reduced the load on compilers, as currently for example MacOS doesn't like the huge settings-tables. Additionally, nobody can find settings, as the list is massive and unordered. By splitting it, it becomes a little bit more sensible. | |||
2021-07-06 | Codechange: split off the settings table and all the callbacks from the main ↵ | rubidium42 | |
settings handling logic |